008D8E3A Record from source <...> failed to set up currency for set connection. Explanation: A statement you issued attempted to use a record from the Oracle CODASYL DBMS domain or Oracle CODASYL DBMS record named in the message to establish currency for a set. The record was not a member of the set and the statement failed to establish currency. This message can be generated by CONNECT, DISCONNECT, and RECONNECT statements, as well as the STORE statement. User Action: Set up a record stream containing only records that are members of some occurrence of the set. You can do this with an ANY clause in the record selection expression. For example: FOR PARTS WITH ANY EMPLOYEES OWNER OF RESPONSIBLE_FOR DISCONNECT A FROM RESPONSIBLE_FOR