Home Forums Reporting Services Reporting Services An error has occurred during report processing.Cannot create a connection to data source .For more information about this error navigate to the report server on the local server machine, or enable remote errors RE: An error has occurred during report processing.Cannot create a connection to data source .For more information about this error navigate to the report server on the local server machine, or enable remote errors

  • In SQL Server 2008 in addition to the above two options you have a third option to make this settings through SQL Server Management Studio.

    1.Start Management Studio and connect to Report Server Instance.

    2.Right click on the ReportServer database and Select Properties

    3.Click Advanced

    4.In EnableRemoteErrors, select True.

    5.Click OK.