Automated Login to SSRS from ColdFusion
We ahve a COldFusion (CF) application with a MS SQL Server Databases, and for formal reports we are using SSRS. We we want to maintain a single user login to SSRS (for administrative/maintenence ressons the server admins do NOT want to create Acrive DIrectlty accounts for all website users).
The problem is, users are advertently locking this one account due to their repeated misentering of the one account's credentials, which ic requiring us to repetedly call the server administrator to unlock that one account.
The solution we are looking for is for ColfFusion to log into SSRS with that one account whenever a user logs into the website so when they open an SSRS report they are already loggid into SSRS and essentially circumvent the SSRS Login dialog.
Any assistance with developing/implimenting this 'Behind the Scened' process would be greatly appreciated.
