Accessing ssrs reports across servers from c# webservice

  • Hello

    We are facing an issue while trying to acess SSRS reports deployed on SSRS server say Server A from a .net webservice ie deployed on Server B.

    Would like to know what is the issue here. We are using Service Account to run SSRS and the setting is set to Execution account but not NetworkService in the reportingservices configuration manager.

    Getting 401 Unauthorized error from

    LoadReport() method.

  • What is your authentication method to the SSRS server? Annoymous, forms, basic, windows?

    You need to ensure that you use the connect authentication method to access the SSRS webservice.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply