SSAS Error : Message: OLE DB error: OLE DB or ODBC error: Unspecified error + 0xC1210003

Problem :

I got following error in msmdsrv.log.

(01/04/2012 12:46:22) Message: OLE DB error: OLE DB or ODBC error: Unspecified error. (Source: \\?\E:\Program Files\Microsoft SQL Server\MSAS10_50\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210003)


(01/04/2012 12:46:25) Message: OLE DB error: OLE DB or ODBC error: Unspecified error. (Source: \\?\E:\Program Files\Microsoft SQL Server\MSAS10_50\OLAP\Log\msmdsrv.log, Type: 3, Category: 289, Event ID: 0xC1210003)
and Application Log:
OLE DB error: OLE DB or ODBC error: Unspecified error. EentID=3 and category=289.

How do i resolve this error?

This server has Ssas and reporting services installed...


Solution :

Is anything relating to database processing or querying failing?  Or is anything else not working (e.g. you setup querylog but it is not writing entries to the SQL database?).
This type of error is often generated when the SSAS instance is trying to use ODBC/OLE DB to connect to a remote database, e.g. when processing a cube, etc.  If the error presents at the time a cube process fails, then the two may well be related.
If you can connect this error with some failure like that, then it will give a hint that the failure may be due to an invalid connection string, an unavailable remote database, etc.

Comments

Popular posts from this blog

SSAS : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. (Microsoft.AnalysisServices.AdomdClient). + Solution

SSIS Error : Unable to infer the XSD from the XML file. The XML contains multiple namespaces