Hi Everyone,
I setup and configure report server in SQL Server 2005. Getting error on:
An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help Could not find stored procedure 'GetOneConfigurationInfo'.Anyone familiar with this error?
Thanks a lot.
TJ
Looks like the catalog database was not created corretly. I would recommend using the RS Config Tool to create the catalog database and bind your report server to it.|||did you find a solution TJ?|||Are you getting the error when you execute a report? If so. . .
Is there a Shared Dataset in the project.
Is the dataset pointing at the right database?
Is the stored procedure part of the database stored procedures?
Is the name of the stored procedure spelled correctly in the dataset.
Can you execute the stored procedure from SQL Server Management Studio.
Delete the dataset and recreate it and execute it from within VStudio.
|||I made a settings mistake because in setting up report server I set the server to a database i wanted to use instead of creating a database meant to house information for the reporting server itself.
No comments:
Post a Comment