Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Msg 77777, Level 16, State 1, Procedure myprocedur

Author  Topic 

sponguru_dba
Yak Posting Veteran

93 Posts

Posted - 2009-08-27 : 12:08:26
Hi all

I h've T-SQL Procedure with MDX Query running from OLTP and feching Data from OLAP cube.

some time it is getting fail and giving an error

OLE DB provider "MSOLAP" for linked server "My_OLAP_Connection" returned message "
Errors in the OLE DB provider. A valid instance named 'My_instance'
cannot be found on the 'MyServer' server.".

Msg 77777, Level 16, State 1, Procedure myprocedure, Line 1015
Error has occured while Executing the SP myprocedure
Cannot initialize the data source object of OLE DB provider
"MSOLAP" for linked server "My_OLAP_Connection".

Please help regarding this issue

SNIVAS
   

- Advertisement -