Hi,
I'm trying out the demo version of Stimulsoft Reports.fx for flex version 2013.2.1700 from 2013.10.02
Flash Player 11.9 for Windows. The samples are very nice and this looks like the product for me. My problem is, I get an error#2031 when I tried to make a new MySQL Connection. I tried using the following MySQL connection string formats to connect to our Amazon RDS: Server=myServerAddress;Database=myDataBase;Uid=myUsername;Pwd=myPassword; and Server=myServerAddress;Port=3306;Database=myDataBase;Uid=myUsername;
Pwd=myPassword; but then I get the error code #2031. Am I using the correct format? Any Advice? Thanks.
Error connecting to mySQL on Amazon RDS
-
- Posts: 6
- Joined: Fri Dec 06, 2013 8:36 am
Re: Error connecting to mySQL on Amazon RDS
Hello,
You are use the correct format of the connection string.
To communicate with the MySQL the asSQL module is used: http://code.google.com/p/assql/
Error # 2031 means socket error. Please let us know, you have the ability to grant access to the database for testing?
As well for the product Reports.Fx for Flex there is an alternative way to connect any data to the report using the code:
http://support.stimulsoft.com/index.php ... x-for-flex
Thank you.
You are use the correct format of the connection string.
To communicate with the MySQL the asSQL module is used: http://code.google.com/p/assql/
Error # 2031 means socket error. Please let us know, you have the ability to grant access to the database for testing?
As well for the product Reports.Fx for Flex there is an alternative way to connect any data to the report using the code:
http://support.stimulsoft.com/index.php ... x-for-flex
Thank you.
-
- Posts: 6
- Joined: Fri Dec 06, 2013 8:36 am
Re: Error connecting to mySQL on Amazon RDS
Hi,
I was able to resolve the issue by changing some settings in our amazon rds security settings. Thanks for replying.
I was able to resolve the issue by changing some settings in our amazon rds security settings. Thanks for replying.
Re: Error connecting to mySQL on Amazon RDS
Hello,
Good news!
Let us know if you need any additional help.
Thank you.
Good news!
Let us know if you need any additional help.
Thank you.