Focal Point
What is SQLCODE 32071?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/9137007436

November 15, 2013, 04:16 AM
Wep5622
What is SQLCODE 32071?
We're getting this error from a report caster task, probably at the point where it's accessing a remote WF 766 full-function server connected to a local RDB database server on OpenVMS.

Can anybody explain what this error means?
Starting task: Afstemmingslijst
			Task type: EDA RPC
			Procedure name: salesrelatedrep/voi00053l_all
			Connecting to server EDASERVE with execution id 1
			Executing focexec.
			No report to create.
			EX VOI00053L01_moulds
			SQLCODE IS 32071 (HEX: 00007D47)
			Exiting due to Exit on Error...
			: No free agents available on the server to process the request at this ti
			: me. Try again later. Server name is P1.
			L (FOC1406) SQL OPEN CURSOR ERROR.
			Task finished.


I couldn't find any reference to an error code 32071 in the RDB documentation, that software doesn't appear to count that far for its error codes. Nothing useful from Google either...

The "No free agents" bit is probably a different issue (but no less worrying)?


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
November 15, 2013, 04:30 AM
MichaelBalle
That's the solution:

"No free agents available on the server to process the request at this time."

All agents on the server were busy when you do the request ...

Increase the amount of agents - or still wait for a free one ...


WebFOCUS 7.6, 7.7
Windows, All Output formats
November 15, 2013, 05:14 AM
Wep5622
quote:
Originally posted by MichaelBalle:
That's the solution:

"No free agents available on the server to process the request at this time."

All agents on the server were busy when you do the request ...

Increase the amount of agents - or still wait for a free one ...


Really? SQLCODE 32071 means "No free agents"?
Where can I find that information?

I'm afraid there's not much we can do about the number of agents though. Those maintaining that server recently reduced the priority for the tscom3 process to stop it from interfering with normal operation...


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :