reporting-servicessql-server-2012ssrs-2012microsoft-reporting

Error after renaming SSRS linked report names


I have changed the SSRS report names in my reporting server projects. I have four reports and four linked reports in this projects. The linked reports are being called by an action setup on a column value where the parameters are being passed to the linked reports. After renaming all the report names I have made similar changes in the Action property in order direct the parameters to the changed report name. I have also saved the changes and re-built the project and have not got any errors. All the four main reports are working fine but the linked reports are trowing the following error while running the reports using preview options in MS Visual Studio 2010

An error occurred during local report processing. Object reference not set to an instance of an object.

I have deployed this to my local report server and on browser I getting the following error

The item '/Unit Reports/OLDREPORTNAME' cannot be found. (rsItemNotFound)

Here you can see that it is still trying to locate it to the old report name not the new changed one.

I have clean, built and deployed the project several times but still getting these errors

Please let me know if I need to make changes in any other files to avoid this error.

Thanks


Solution

  • I have noticed that when I implement the Action property on the report field, it automatically set-up the same Action property of that text box where the field was defined.

    I have found that the text box Action property was still pointing to the old report. I have changed text box Action property to point it to the new report and now my linked reports are working absolutely fine.

    Thanks

    Yogesh