Consultor Eletrônico



Kbase P1776: Actuate: Not all reports are printed when trying to print a
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/22/2003
Status: Unverified

FACT(s) (Environment):

Actuate

SYMPTOM(s):

In the viewsrv and pobserv log file errors:

AcDuplicateFd failed with fd= <x> and lowest=<xxx>

fcntl errno: 22

In the admserv log: Clnt_create() failed, errno: 2

On viewsrv log file:
file descriptors : 200

When sending 100 reports in a sequence using the program "egclient", this program comes with the SDK, in a first part we use it to run reports, when performing this execution process it gives a fork problem.

Using the egclient to send the reports to the Report server and this one sends an ID back. But afterwards they don't find the ID (it doesn't exist). Looks like the report is not generated and the ID disappears.

No error is shown in the screen.

CAUSE:

The viewserver is complaining that it is running out of file descriptors, in the viewsrv log is possible to see that the files descriptors for this user are set to 200. It is possible to change that to reflect that this user can allocate up to 4K file descriptors.

FIX:

Increasing the file descriptors.