2032 Error

Stimulsoft Reports.WEB discussion
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

2032 Error

Post by Vladimir »

Please let us know do you load the same report with different data schema, or do you have different reports with different data schema? If you do the first way, how do you connect the data schema to the report? We need to know this to exaclty reproduce the issue.

Thank you.
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

2032 Error

Post by MikeD »


Different reports...different data schema...
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

2032 Error

Post by Vladimir »

Hello,

We did a test application and checked the loading reports in WebDesigner on IIS6 (Win Server 2003) and IIS7 (Win Vista), everything worked correctly. We send you our test project.

Thank you.
Attachments
385.WebDesignerDifferentReports.zip
(3.27 MiB) Downloaded 599 times
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

2032 Error

Post by MikeD »


If I open the Web Designer and then open an existing file with the open dialog box I don't get the problem.

The problem only occurs when I create a new report and attach load a schema, or extract a report from the server and load it through code.

I tested the reports you sent me against my code and I'm getting the same problem. Loading the report through code and the problem appears.


Below is a snippet of the code used....


Stimulsoft.Report.StiReport report

DataSet ds = PrestoReportsManager.Instance.GetSQLViewStructure(SQLViewName);

report.Dictionary.ImportXMLSchema(ds);

Stimulsoft.Report.Web.StiWebDesignerOptions.ModifyDictionary = false;
Stimulsoft.Report.Web.StiWebDesignerOptions.ModifyConnections = false;
Stimulsoft.Report.Web.StiWebDesignerOptions.ModifyVariables = true;

try
{
WebReportDesigner.Design(report);
}
catch (Exception ex)
{

}
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

2032 Error

Post by Vladimir »

Hello,

We tested the load data schemas in a way that you specify, and did not find any problems (we have attached our test project).

We need your project for analysis (or a simple project that reproduces this error, which we are able to run and test on our server).

Thank you.
Attachments
386.WebDesignerDifferentReports.zip
(9.61 KiB) Downloaded 297 times
MikeD
Posts: 86
Joined: Fri Feb 12, 2010 4:23 pm
Location: USA

2032 Error

Post by MikeD »


I'll build a small test project and submit later today.

Did some more testing. And one thing I found...if I start the get the 2032 error....I can clear it by opening an existing report from the Webdesigner Open dialog report. That seems to clear up the state it's in.
FFIT
Posts: 3
Joined: Wed Feb 16, 2011 10:52 am

2032 Error

Post by FFIT »

I just loaded Reports.FX for Flex. I installed the desiginer using the .air file.
When I open one of the sample projects and try to preview it, I get error 2032.
I can't get past it.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

2032 Error

Post by Vladimir »

Hello,

These reports are used for Flex examples. For that they would work properly in AIR designer, you need to correct the path to the XML data files. This can be done on the Dictionary designer tab.

Thank you.
Post Reply