We have a Report that calls an external image that is hosted on a server that requires Windows Credentials. How do we setup Report Server to pass the Credentials?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
i think if the report is running as the logged in user, and that user has access to the external image it should work.
Otherwise you might have to create a generic user to run the report as that has access to the remote image.
If that fails your probably into creating a bit of custom code to go and grab the image and place it on the report.
One question i have to ask is if its just an image can you not just copy it of the external server and host it locally?