The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi all,
After I install report server, start service and connect to SQL server success. But when i access to web portal, I received an error:
SQL Server Reporting Services
I don't know why. I install Report Server in Windows Server 2012 and Config to SQL Server 2012.
Thanks for your help!
Solved! Go to Solution.
The version of the catalog database is a newer version that your server expects. I would do the following:
1. Don't install side by side versions on the same machine unless you have to
2. Make sure to backup your encyption key and detach the catalog database
3. If you can try a clean installation of the latest version of SSRS, and attached the backed up catalog DB
If you can't try a clean installation, double check that you have the latest patch version of the product and that youre URL reservations are correctly bound. You can do this through the configuration tool and double checking with netsh http show urlacl
The version of the catalog database is a newer version that your server expects. I would do the following:
1. Don't install side by side versions on the same machine unless you have to
2. Make sure to backup your encyption key and detach the catalog database
3. If you can try a clean installation of the latest version of SSRS, and attached the backed up catalog DB
If you can't try a clean installation, double check that you have the latest patch version of the product and that youre URL reservations are correctly bound. You can do this through the configuration tool and double checking with netsh http show urlacl
Hi all,
I installed Report Server in windows server 2012, Connect to MS SQL Server 2012.
I start service success, config web portal success.
But when i access to web portal in browser. I got an error with message:
SQL Server Reporting Services
Thanks for your advices!