I have a scheduled LS agent running on one server, which creates databases on another server. This can be done since I use the C API through LotusScript…BUT, after creating some amount of databases successfully (using NSFDbCreateAndCopy(…)), the agent returns with the API errorcode: 16646.
I attempted using OSLoadString to see what 16646 means, but it returns an empty string.
So, anybody know what this errorcode means?
/Martin