Error #2032 w/o any error message on test connection

Stimulsoft Reports.WEB discussion
Post Reply
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

Error #2032 w/o any error message on test connection

Post by Buknoy Palaboy »

Hi Stimulsoft Team,

Need help on Error #2032 upon clicking test button on the connection properties of MvcDesigner. I'm using MSSQL as backend and was able to successfully connect to the database using the application Designer. But when I used the same report to load to MvcDesigner, error #2032 occurs.

Any help, tips or configuration settings you can suggest to make this work?

Please see attached screenshot for the error.

Regards and Thanks,
Buknoy
Attachments
Error#2032.png
Error#2032.png (14.77 KiB) Viewed 2116 times
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

Re: Error #2032 w/o any error message on test connection

Post by Buknoy Palaboy »

Hi Stimulsoft Team,

I was able to solve the problem by adding the code below:

Code: Select all

public ActionResult DataProcessing()
        {
            // Necessary for work the designers data dictionary and some components
            return StiMvcDesignerHelper.DataProcessingResult(this.Request);
        }
Now my problem is I got a "Timeout response from server." I'll try to find out what other settings can be done to not have this problem.
Currently I have this configuration:

ConnectionClientRequestTimeout = 60,

Regards and Thanks,
Buknoy
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: Error #2032 w/o any error message on test connection

Post by Vladimir »

Hello, Buknoy

Please specify how many pages are in your report? This error occurs at report rendering or at some other action?

Thank you.
User avatar
Buknoy Palaboy
Posts: 48
Joined: Fri Jun 22, 2012 1:34 am
Location: Philippines

Re: Error #2032 w/o any error message on test connection

Post by Buknoy Palaboy »

Hi Vladimir,

It's fixed, I just removed some line of code on the GetReportSnapshot event. Line of codes I've read from other forums regarding error 2032, like doing a clear and using the getdata function. I have removed them now and it's working fine now. Sorry about that.

Regards and Thanks,
Buknoy
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Error #2032 w/o any error message on test connection

Post by HighAley »

Hello.

It's good.
We are very glad to work with such customers.

Thank you.
Post Reply