RE: Find a document by document number Axel Brinkmann 10.Jul.12 09:56 AM a Web browser Domino Designer 6.5.3All Platforms
Hello Bill,
32767 seems to be a number which is internal to the agent.
But I guess within Your agent's code the "document number" is held in an variable of type 'integer'. See the designer help:
an integer variable can cover a value range from -32,768 to 32,767.
So if Your agent wants to process the 32768th document an overflow will be raised and so on.
Check whats happening at line 36 of Your agent and the datatypes of the variables involved