API errorcode 16646?

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

Subject: API errorcode 16646???

NEMDisplayError says “Server error: Insufficient disk space”. Using OSLoadString you have to use ERR_MASK.

Subject: RE: API errorcode 16646???

Excellent, thanks for your help.

/Martin