I have created a report that retrieves data from a mySQL database. Everything is working fine, but the problem is that I am prompted to enter the user name and password each time I generate the report in ViewerFx. I have tried unchecking the 'Prompt User Name and Password' checkbox in the Edit connection dialog box, but if I do so, the connection is not being made and the report is not generating. If I check the box and say Test, enter the credentials in the prompt box, then the connection takes place and the report generates. How can I generate the report without entering the credentials each time? This is my connection string: Server=localhost;Port=3306;Database=crm;User=root; Password=webadmin123;
Thanks.
mySQL Connection prompt
mySQL Connection prompt
Any reply, please. Thanks.
mySQL Connection prompt
Hello,
If you use the connection string with defined 'User' and 'Password' parameters without the 'Prompt User Name and Password' option, when used this specified values to connect to the database. If you set the 'Prompt User Name and Password' option, the user name and password will be asked for each generation of the report.
If you specified the correct user id and password and the connection does not occur correctly, please try to upgrade to the latest prerelease build.
As well make sure no extra spaces in the connection string (in your example, before a password parameter a space is present).
Thank you.
If you use the connection string with defined 'User' and 'Password' parameters without the 'Prompt User Name and Password' option, when used this specified values to connect to the database. If you set the 'Prompt User Name and Password' option, the user name and password will be asked for each generation of the report.
If you specified the correct user id and password and the connection does not occur correctly, please try to upgrade to the latest prerelease build.
As well make sure no extra spaces in the connection string (in your example, before a password parameter a space is present).
Thank you.
mySQL Connection prompt
Thanks, Vladimir. It was the extra space which was causing the problem. It is working fine now.
mySQL Connection prompt
Hello,
Thank you for letting us about the issue solved.
Let us know if you have additional questions.
Thank you.
Thank you for letting us about the issue solved.
Let us know if you have additional questions.
Thank you.