Hello everyone, I have a question regarding URL reporting in Enterprise 9. I am currently evaluating the latest build I received from their Sales person and am having some trouble passing the database username and password to a report using an ODBC connection.
I've set up a fresh box with the software and ensured the System ODBC source was configured properly with the same name as it is on my developement machine. When trying to pass the parameters either through the url (i.e foo.rpt?user0=username&password0=password) or a hidden input tag(i.e <input type="hidden" name="user0" value="username" the report is not accepting the logon information and reprompting for the username and password which is then accepted and the report is run properly.
Have they changed the way database login credentials are handled in version 9 over 8 and 8.5? I've checked the documentation and it appears URL reporting has been skipped as far as documentation is concerned. By the way, I've tested this with reports created in a version 8, 8.5 and 9 Report Designer.
thanks for the help in advance.
I've set up a fresh box with the software and ensured the System ODBC source was configured properly with the same name as it is on my developement machine. When trying to pass the parameters either through the url (i.e foo.rpt?user0=username&password0=password) or a hidden input tag(i.e <input type="hidden" name="user0" value="username" the report is not accepting the logon information and reprompting for the username and password which is then accepted and the report is run properly.
Have they changed the way database login credentials are handled in version 9 over 8 and 8.5? I've checked the documentation and it appears URL reporting has been skipped as far as documentation is concerned. By the way, I've tested this with reports created in a version 8, 8.5 and 9 Report Designer.
thanks for the help in advance.