JSI Tip 10515. You receive 'Error code: -2147467259 (Unspecified error)' when you attempt to install Microsoft Operations Manager 2005 Reporting?

Jerold Schulman

May 24, 2006

1 Min Read
ITPro Today logo in a gray background | ITPro Today

When you attempt to install MOM 2005 Reporting on a Windows Server 2003 SP1 (Service Pack 1) computer, you receive:

Failed to create data source for Data Warehouse. An exception occurred. Check that you can access the SQL Services Reporting Server from this machine. Error code: -2147467259 (Unspecified error)

This behavior is the result of a new SP1 security enhancement, a loopback check security feature, designed to help prevent reflection attacks.

To workaround this behavior, you must disable the loopback check security feature:

1. Open a CMD.EXE prompt.

2. Type the following command and press Enter:

REG ADD HKLMSYSTEMCurrentControlSetControlLsa /V DisableLoopbackCheck /T REG_DWORD /F /d 1

3. Shutdown and restart Windows Server 2003.

4. Install MOM 2005 Reporting.



Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like