Page 1 of 1

Connection error Error #2048

Posted: Mon Jun 04, 2012 3:10 am
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.

Connection error Error #2048

Posted: Tue Jun 05, 2012 1:59 am
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.