cancel
Showing results for 
Search instead for 
Did you mean: 

Customized add on time out

Former Member
0 Kudos

Dear Members,

I have a customized add on deployed in client place,the add on works fine in server,But in client system when i click Ok Button in a selection criteria to generate report,Report is not generating.

What might be the problem there is no error also occurring.In server the report takes more than 5 minutes to get generated.

Regards,

Venkatesh.R

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209699
Contributor
0 Kudos

HI,

Please use

DataAdapter CommandTimeout

option to execute your report. Sometimes if your query takes much time in execution then it fails.

regards:

Sandy

Former Member
0 Kudos

Hi Sandeep,

Thanks for the mail,Can you please elaborate on this,where to use this command.

I have used recordset to fetch values after executing the query.But to execute the query it takes 5 Minutes,

Then where to add this command in VB.Net