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
Error #2032 w/o any error message on test connection
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Error #2032 w/o any error message on test connection
- Attachments
-
- Error#2032.png (14.77 KiB) Viewed 2116 times
- 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
Hi Stimulsoft Team,
I was able to solve the problem by adding the code below:
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
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);
}
Currently I have this configuration:
ConnectionClientRequestTimeout = 60,
Regards and Thanks,
Buknoy
Re: Error #2032 w/o any error message on test connection
Hello, Buknoy
Please specify how many pages are in your report? This error occurs at report rendering or at some other action?
Thank you.
Please specify how many pages are in your report? This error occurs at report rendering or at some other action?
Thank you.
- 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
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
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
Hello.
It's good.
We are very glad to work with such customers.
Thank you.
It's good.
We are very glad to work with such customers.
Thank you.