Using a Direct Transfer Activity to add Oracle field names directly into a Notes database.
Have a connection for Oracle table and Notes Db built.
The Direct Transfer Activity (DTA) “Target Data Options” is set to “Create Target Metadata” and mapping is set to “Automatic” .
No form is selected on the DTA for the Notes connection. Get the following error on trying to save and close the DTA; The metadata in the connection does not match the metadata in the activity. To continue the connection and its associated fields must be cleared."
The DTA Select Statement: select * from . as listed in the Oracle Connection.
If I specify a form for the Notes connection on the DTA then I do not get this message.
But should not have to specify a form since I want the DTA to create the form (Notes metadata).
Any clues ?