2032 Error
2032 Error
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.
Thank you.
2032 Error
Different reports...different data schema...
2032 Error
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.
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 597 times
2032 Error
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)
{
}
2032 Error
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.
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 295 times
2032 Error
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.
2032 Error
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.
When I open one of the sample projects and try to preview it, I get error 2032.
I can't get past it.
2032 Error
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.
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.