I wrote an Lotus Domino agent to transfer Domlog.nsf data to DB2 database. When I run agent I get:
Error: Cannot find Connector 'DB2COPY2'
DB2COPY2 is name of my DB2 client or instance, don't know how you call it. And next error is (probably due to first error)
NO RESUME
In the LotusScript I got line Dim conn As New LCConnection("DB2COPY2")
Any ideas on first error? Thank you.