Hi,
I have a SharePoint 2007 Farm configured in this way:
- web application http://wa1.contoso.com with 1 site collection
- web application http://wa2.contoso.com with 1 site collection
- Reporting Services in Integrated Mode
I migrated the web application http://wa1.contoso.com (I don't need to migrate wa2) and Reporting Services databases on a new SharePoint 2010 farm.
The reports work, but in the reporting services log appear many times the following error because there are still references to web application wa2:
library!WindowsService_0!3cc!04/25/2013-12:07:27:: i INFO: Upgrading SharePoint catalog paths.
library!WindowsService_0!3cc!04/25/2013-12:07:27:: i INFO: Failed to create SPSite for:http://wa2.contoso.com/scmpelletteria/acquistipelletteria/Raccolta Reports
library!WindowsService_0!3cc!04/25/2013-12:07:27:: e ERROR: Throwing Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: , An error occurred within the report server database. This may be due to a connection failure, timeout
or low disk condition within the database.;
library!WindowsService_0!3cc!04/25/2013-12:07:27:: Error upgrading the items with name 'UpgradeSharePointCatalogPaths'
library!WindowsService_0!3cc!04/25/2013-12:07:27:: Microsoft.ReportingServices.Diagnostics.Utilities.ReportServerStorageException: An error occurred within the report server database. This may be due to a connection failure, timeout or low disk condition
within the database. ---> System.Data.SqlClient.SqlException: Cannot insert duplicate key row in object 'dbo.Catalog' with unique index 'IX_Catalog'. The duplicate key value is (/{00000000-0000-0000-0000-000000000000}/Contratto Materiale Fornitore.rdl).
The statement has been terminated.
How can I remove the references?
Thanks
Andrea