cancel
Showing results for 
Search instead for 
Did you mean: 

Server agent timeout error.

Former Member
0 Kudos

Sometimes when calling ReportClientDocument.getDatabaseController().logon(str, str) I'm getting the following error: "Server agent has timed out." Any ideas as to what could be causing this?

Accepted Solutions (1)

Accepted Solutions (1)

Adam_Stone
Active Contributor
0 Kudos

After how long on that method do you get the error?

How long have you had the ReportClientDocument open?

Former Member
0 Kudos

I'm keeping it open for awhile. I'm not closing it after it is complete. I'm trying to keep it open for the next report to keep the run time down.

Adam_Stone
Active Contributor
0 Kudos

It is not designed to work like that. You shouldn't be reusing the same ReportClientDocument. You shoud be closing it once you are done with it and creating a new one for the next report.

Answers (0)