Dick Campbell
Hi Jarret,
I didn't reaaly explain very clearly.
I have used a Shared Connection (for the obvious maintenance advantages), with integrated Windows security, from the start and everything worked perfectly until I needed to create subscriptions for some of the reports. As I am sure you know, you must store credentails on the server to do this.
Again, for ease of maintenance, I eleceted to store the ceredentials with the Shared Connection using the SQL Server Management studio to configure the Report Server. Even though I used the same login details, all reports failed on security grounds and the same happened when trying to create subscriptions. Naturally I checked and double checked that the user name and password were correct.
About the only option I didn't try was to simply tell it to use Windows security, which means not actually storing the credntials on the server. While this seems a bit of a contradiction, I guess the oprion is there for a reason and I presume that it allows subscriptions to use Windows secuirty without actually storing credentials on the server. This seems to be a circular argument I must say.
Reading between the lines, the whole "store credentials securely on the server" feature is to avoid embedding the user name and password (in plain text) in the connection string so I guess one work around is to do just that.
Dick Campbell