dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

ADOMD.NET to local AS2000 .cub file error - data.oledb.olap

This is a discussion on ADOMD.NET to local AS2000 .cub file error - data.oledb.olap ; Hello, I am using Microsoft.AnalysisServices.AdomdClient version 9.0.242.0, to try and connect to a local .cub file. I am able to establish a connection using the code from the MS sample application (below 1/.), there is no error thrown in the ...


Home > Database Forum > Data Warehousing > data.oledb.olap > ADOMD.NET to local AS2000 .cub file error

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 10-30-2008, 01:33 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default ADOMD.NET to local AS2000 .cub file error

Hello,

I am using Microsoft.AnalysisServices.AdomdClient version 9.0.242.0, to try
and connect to a local .cub file. I am able to establish a connection using
the code from the MS sample application (below 1/.), there is no error thrown
in the .net app, however there seems to be a significant lag time, and an
error is raised in the event log (see below 2/.). I have tried with the
providers MSOLAP.2 and MSOLAP.3 , but am still getting these errors, can
anyone help, (we need to go live with a solution last month) ?

1/.

Dim adomdConn As AdomdConnection = Nothing

connectionString = "Data Source = C:\Program
Files\TNS\Cub\00134290-0014-ffff-ffff-ffffffffffff.cub;Provider=MSOLAP.2;"

connection = New AdomdConnection(connectionString)

Try
connection.Open()
Catch ex As Exception
' Display the error.
Throw ex
End Try


2/. Source = MSOLAP$LocalCube

The description for Event ID ( 1 ) in Source ( MSOLAP$LocalCube ) cannot be
found. The local computer may not have the necessary registry information or
message DLL files to display messages from a remote computer. You may be able
to use the /AUXSOURCE= flag to retrieve this description; see Help and
Support for details. The following information is part of the event:
Message-handling subsystem: The message manager for the 2057 locale cannot be
found..
Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 05:09 PM.