Page 1 of 1

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

Posted: Tue Jul 24, 2012 9:18 am
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

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

Posted: Tue Jul 24, 2012 10:07 am
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

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

Posted: Tue Jul 24, 2012 11:27 am
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.

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

Posted: Wed Jul 25, 2012 3:01 am
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

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

Posted: Wed Jul 25, 2012 8:22 am
by HighAley
Hello.

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

Thank you.