Simultaneous Agents

I have an application that uses multiple scheduled agents to access data on DB2 tables, via ODBC connection. (Lotusscript agents using LSX Connectors).

The application is run for two different companies (two separate databases, same template) on the same server.

My problem is that when one agent has connected to DB2 and is processing records, if another agent (in a different database) starts up and tries to access DB2 using the same Data Source, that second agent fails with the following message:

Error: Unable to allocate memory, Connector ‘odbc2’, Method -Execute- at line…

Does anyone have any ideas what may be the cause of this?

(It ran perfectly OK on the previous version of our server 6.0.2CF1, so I know the Agent code is OK…)

Thanks in Advance,

Tony.

Subject: Simultaneous Agents

I’m having the same problem. Client is 6.5.3, using the IBM iSeries Access ODBC driver. Anybody have any suggestions? I’ll report it to Lotus on Monday (3/7).

Subject: Simultaneous Agents

I have the same problem, in the script i must insert the line cacheLimit for theodbcResultSet object

odbcResultSet.CacheLimit = limit&