The error is:
"This edition of Report Server Database is not supported on edition of SQL Server 2000 you have chosen. Please choose another SQL Server that matches the requirements. "
What do I do?
Have you tried verifying the edition of SQL Server you're running? The following should do it:
SELECT SERVERPROPERTY ('edition')
|||You must install the same version of Reports and Sql Server.
So the Developer edition of SQL Server must be paired with the Developer version of Reporting Server.
Enterprise version of SQL Server must be used with Enteprise version of Reporting Server.
|||
Moving to the SQL Server Reporting Services forum.
Thanks,Sarah
No comments:
Post a Comment