Microsoft.ReportingServices.Diagno stics.Utilities.InternalCatalogExc eption
I am getting the following error in the logs while accessing Reports.
July 4th, 2011 8:55am
Hi Gurumurthy4,
Thanks for your question.
Since we are unsure the environment and the edition of your SSRS, so based on my research and past experiences, it seems that this issue common happened in the
earlier version of windows system with AMD dual cores.
To resolve this problem, there is one workaround for you: modify the Boot.ini file to use the /usepmtimer switch. To do this, follow
these steps.
1. Log on to the computer by using an account that has administrative credentials.
2. Click
Start, click Run, type notepad c:\boot.ini, and then click
OK.
3. In the Boot.ini file, a line that starts with "default" is located in the "[boot loader]" section. This line specifies the location of the default operating
system. The line may appear as follows: default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
In the "[operating systems]" section, locate the line for the operating system that corresponds to the "default" line. For example, if the computer is running
Microsoft Windows Server 2003, Enterprise x64 Edition, the line should resemble the following: multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003 Enterprise x64 Edition" /fastdetect /NoExecute=OptIn
4. At the end of the line, add a space, and then type
/usepmtimer. The line should now resemble the following. multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Windows Server 2003 Enterprise x64 Edition" /fastdetect
/NoExecute=OptIn /usepmtimer
5. Save the file, and then exit Notepad.
6. Restart the computer.
The more information about this question, please refer to:
http://support.microsoft.com/?id=895980.
Hope it helps you. If your issue still exists, please feel free to let me know.
Thanks,
Sharp Wang
Please remember to mark the replies as answers if they help you and unmark them if they provide no help.
Free Windows Admin Tool Kit Click here and download it now
July 5th, 2011 9:03pm


