Connection error Error #2048

Stimulsoft Reports.Flex discussion
Locked
raj_jaanu
Posts: 1
Joined: Mon Jun 04, 2012 2:54 am
Location: Malaysia

Connection error Error #2048

Post by raj_jaanu »

I have created a report which connects to MySql database. The report works fine in the designer. When i try to load the report in my flex application using the below code.
var report: StiReport = new StiReport();
report.loadReportFromString("reports/CustomerTest.mrt");
report.show();

I get the following error.
Connection error
Error #2048

Please help i need to finalize the reporting framework for our Flex application which is going to form the basis of financial reporting for the bank.
Attachments

[The extension bmp has been deactivated and can no longer be displayed.]

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

Connection error Error #2048

Post by Vladimir »

Hello,

Most likely, you have a security problem. Please read the following forum topic:

http://forum.stimulsoft.com/Default.asp ... t=3575&p=1

Thank you.
Locked