cancel
Showing results for 
Search instead for 
Did you mean: 

exceedAgentLimit

Former Member
0 Kudos

Boa Noite

Utilizo o Crystal Report para gerar os relatorios em PDF da minha aplicação, mas esta aparecendo a seguinte mensagem gostaria de saber do que se trata e se existe uma forma de resolver?

Mensagem: Maximum number of print jobs has been reached.---- Error code:-2147217386 Error code name:exceedAgentLimit

Obrigado

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Report Objects stored in Sessions would be counted as a PrintJob.

Main reports would count as a PrintJob.

Subreports would each count as a PrintJob.

The print job limit is controlled by the following reg key:

HKEY_LOCAL_MACHINE\SOFTWARE\CRYSTAL DECISIONS\10.0\REPORT APPLICATION SERVER\SERVER\PrintJobLimit

You can try increasing this number to stop the error from happening. This may stop the error from occurring temporarily but as load increases, you find this error will start to occur again. You are better to look at scaling your application by adding more hardware to the system.

*Do not increase it more than necessary since it can degrade the machines performance.

WARNING: Any modification made to the registry must be made carefully as it can cause your system to fail.

Regards,

Clint

Answers (0)