dbTalk Databases Forums  

migrating from msAS2000 to 2005

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss migrating from msAS2000 to 2005 in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
benamis
 
Posts: n/a

Default migrating from msAS2000 to 2005 - 01-23-2006 , 06:22 PM






hi

i ma trying to migrate from AS2K to AS2K5.

Via MS studio i connect to the AS2K5--> right click > migrate .
wizard start... when i type the AS2K server the error arises [see at the
end].
AS2005 is started as a domain user and it is OLAP administrator and
local administrator on the AS2K server.

what should i install on the AS2K server?
i noticed that sqlbrowser service isn't runing on the AS2K server. On my
dev machine it is runing...if that is the problem how can I install it?



===================================

Cannot connect to [my AS2000 server].

===================================

A connection cannot be made. Ensure that the server is running.
(Microsoft.AnalysisServices.AdomdClient)

------------------------------
Program Location:

at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. OpenTcpConnection(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. Connect(ConnectionInfo
connectionInfo, Boolean beginSession)
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.XmlaClientProvider.Microsoft.AnalysisServices .AdomdClient.AdomdConnection.IXmlaClientProviderEx .ConnectXmla()
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.ConnectToXMLA(Boolean
createSession, Boolean isHTTP)
at Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.Open()
at
Microsoft.SqlServer.Management.UI.VSIntegration.Ob jectExplorer.ObjectExplorer.ValidateConnection(UIC onnectionInfo
ci, IServerType server)
at
Microsoft.SqlServer.Management.UI.ConnectionDlg.Co nnector.ConnectionThreadUser()

===================================

No connection could be made because the target machine actively refused
it (System)

------------------------------
Program Location:

at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClientByAddress(String
hostName, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)

Source server: The following system error occurred: No connection
could be made because the target machine actively refused it. .

Reply With Quote
  #2  
Old   
Edward Melomed [MSFT]
 
Posts: n/a

Default Re: migrating from msAS2000 to 2005 - 01-24-2006 , 02:04 AM






Can you try administer your AS2K server remotely?
Can you see your AS2K cubes in Analysis Manager from another machine?

The migration wizard tries connecting to AS2K server under current user
account.

-----
This posting is provided "AS IS" with no warranties, and confers no rights


"benamis" <nera (AT) meilo (DOT) lt> wrote

Quote:
hi

i ma trying to migrate from AS2K to AS2K5.

Via MS studio i connect to the AS2K5--> right click > migrate .
wizard start... when i type the AS2K server the error arises [see at the
end].
AS2005 is started as a domain user and it is OLAP administrator and local
administrator on the AS2K server.

what should i install on the AS2K server?
i noticed that sqlbrowser service isn't runing on the AS2K server. On my
dev machine it is runing...if that is the problem how can I install it?



===================================

Cannot connect to [my AS2000 server].

===================================

A connection cannot be made. Ensure that the server is running.
(Microsoft.AnalysisServices.AdomdClient)

------------------------------
Program Location:

at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. OpenTcpConnection(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. Connect(ConnectionInfo
connectionInfo, Boolean beginSession)
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.XmlaClientProvider.Microsoft.AnalysisServices .AdomdClient.AdomdConnection.IXmlaClientProviderEx .ConnectXmla()
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.ConnectToXMLA(Boolean
createSession, Boolean isHTTP)
at Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.Open()
at
Microsoft.SqlServer.Management.UI.VSIntegration.Ob jectExplorer.ObjectExplorer.ValidateConnection(UIC onnectionInfo
ci, IServerType server)
at
Microsoft.SqlServer.Management.UI.ConnectionDlg.Co nnector.ConnectionThreadUser()

===================================

No connection could be made because the target machine actively refused it
(System)

------------------------------
Program Location:

at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClientByAddress(String
hostName, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)

Source server: The following system error occurred: No connection could
be made because the target machine actively refused it. .



Reply With Quote
  #3  
Old   
benamis
 
Posts: n/a

Default Re: migrating from msAS2000 to 2005 - 01-24-2006 , 08:17 AM



yes i can


if i connect trough Analysis Manager from any PC

the problem seams to be in Microsoft SQL Server 2005 Analysis Services
8.0 OLE DB Provider i think this driver is missing on AS2K5
installation\server

as soon as i installed as a separate instance of AS2K on the same
server as AS2K5 migration went successfully

can anybody tell me how to install these drivers as i can locate them.
i think they supposed to be in MDAC2.8??


thanx


Edward Melomed [MSFT] wrote:
Quote:
Can you try administer your AS2K server remotely?
Can you see your AS2K cubes in Analysis Manager from another machine?

The migration wizard tries connecting to AS2K server under current user
account.

-----
This posting is provided "AS IS" with no warranties, and confers no rights


"benamis" <nera (AT) meilo (DOT) lt> wrote in message
news:%237TnWxHIGHA.2472 (AT) TK2MSFTNGP10 (DOT) phx.gbl...

hi

i ma trying to migrate from AS2K to AS2K5.

Via MS studio i connect to the AS2K5--> right click > migrate .
wizard start... when i type the AS2K server the error arises [see at the
end].
AS2005 is started as a domain user and it is OLAP administrator and local
administrator on the AS2K server.

what should i install on the AS2K server?
i noticed that sqlbrowser service isn't runing on the AS2K server. On my
dev machine it is runing...if that is the problem how can I install it?



===================================

Cannot connect to [my AS2000 server].

===================================

A connection cannot be made. Ensure that the server is running.
(Microsoft.AnalysisServices.AdomdClient)

------------------------------
Program Location:

at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. OpenTcpConnection(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. Connect(ConnectionInfo
connectionInfo, Boolean beginSession)
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.XmlaClientProvider.Microsoft.AnalysisServices .AdomdClient.AdomdConnection.IXmlaClientProviderEx .ConnectXmla()
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.ConnectToXMLA(Boolean
createSession, Boolean isHTTP)
at Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.Open()
at
Microsoft.SqlServer.Management.UI.VSIntegration.Ob jectExplorer.ObjectExplorer.ValidateConnection(UIC onnectionInfo
ci, IServerType server)
at
Microsoft.SqlServer.Management.UI.ConnectionDlg.Co nnector.ConnectionThreadUser()

===================================

No connection could be made because the target machine actively refused it
(System)

------------------------------
Program Location:

at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClientByAddress(String
hostName, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)

Source server: The following system error occurred: No connection could
be made because the target machine actively refused it. .




Reply With Quote
  #4  
Old   
Edward Melomed [MSFT]
 
Posts: n/a

Default Re: migrating from msAS2000 to 2005 - 01-24-2006 , 11:38 AM



Looks like a setup bug. Ideally, you dont need to install additional
components.

-----
This posting is provided "AS IS" with no warranties, and confers no rights



"benamis" <nera (AT) meilo (DOT) lt> wrote

Quote:
yes i can


if i connect trough Analysis Manager from any PC

the problem seams to be in Microsoft SQL Server 2005 Analysis Services 8.0
OLE DB Provider i think this driver is missing on AS2K5
installation\server

as soon as i installed as a separate instance of AS2K on the same server
as AS2K5 migration went successfully

can anybody tell me how to install these drivers as i can locate them.
i think they supposed to be in MDAC2.8??


thanx


Edward Melomed [MSFT] wrote:
Can you try administer your AS2K server remotely?
Can you see your AS2K cubes in Analysis Manager from another machine?

The migration wizard tries connecting to AS2K server under current user
account.

-----
This posting is provided "AS IS" with no warranties, and confers no
rights


"benamis" <nera (AT) meilo (DOT) lt> wrote in message
news:%237TnWxHIGHA.2472 (AT) TK2MSFTNGP10 (DOT) phx.gbl...

hi

i ma trying to migrate from AS2K to AS2K5.

Via MS studio i connect to the AS2K5--> right click > migrate .
wizard start... when i type the AS2K server the error arises [see at the
end].
AS2005 is started as a domain user and it is OLAP administrator and local
administrator on the AS2K server.

what should i install on the AS2K server?
i noticed that sqlbrowser service isn't runing on the AS2K server. On my
dev machine it is runing...if that is the problem how can I install it?



===================================

Cannot connect to [my AS2000 server].

===================================

A connection cannot be made. Ensure that the server is running.
(Microsoft.AnalysisServices.AdomdClient)

------------------------------
Program Location:

at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. OpenTcpConnection(ConnectionInfo
connectionInfo)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. Connect(ConnectionInfo
connectionInfo, Boolean beginSession)
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.XmlaClientProvider.Microsoft.AnalysisServices .AdomdClient.AdomdConnection.IXmlaClientProviderEx .ConnectXmla()
at
Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.ConnectToXMLA(Boolean
createSession, Boolean isHTTP)
at Microsoft.AnalysisServices.AdomdClient.AdomdConnec tion.Open()
at
Microsoft.SqlServer.Management.UI.VSIntegration.Ob jectExplorer.ObjectExplorer.ValidateConnection(UIC onnectionInfo
ci, IServerType server)
at
Microsoft.SqlServer.Management.UI.ConnectionDlg.Co nnector.ConnectionThreadUser()

===================================

No connection could be made because the target machine actively refused
it (System)

------------------------------
Program Location:

at System.Net.Sockets.TcpClient..ctor(String hostname, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClientByAddress(String
hostName, Int32 port)
at
Microsoft.AnalysisServices.AdomdClient.XmlaClient. GetTcpClient(ConnectionInfo
connectionInfo)

Source server: The following system error occurred: No connection could
be made because the target machine actively refused it. .




Reply With Quote
  #5  
Old   
 
Posts: n/a

Default Re: migrating from msAS2000 to 2005 - 01-27-2006 , 05:01 AM



The Analysis Services 2005 feature pack has the OLAP 8.0 driver (along
with a lot of other goodies.

Find it here:

http://www.microsoft.com/downloads/d...d09c1d60-a13c-
4479-9b91-9e8b9d835cdc&DisplayLang=en

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell

In article <OQZnlDPIGHA.3036 (AT) tk2msftngp13 (DOT) phx.gbl>, nera (AT) meilo (DOT) lt
says...
Quote:
yes i can


if i connect trough Analysis Manager from any PC

the problem seams to be in Microsoft SQL Server 2005 Analysis Services
8.0 OLE DB Provider i think this driver is missing on AS2K5
installation\server

as soon as i installed as a separate instance of AS2K on the same
server as AS2K5 migration went successfully

can anybody tell me how to install these drivers as i can locate them.
i think they supposed to be in MDAC2.8??


thanx


Edward Melomed [MSFT] wrote:
Can you try administer your AS2K server remotely?
Can you see your AS2K cubes in Analysis Manager from another machine?

The migration wizard tries connecting to AS2K server under current user
account.

-----
This posting is provided "AS IS" with no warranties, and confers no rights


"benamis" <nera (AT) meilo (DOT) lt> wrote in message
news:%237TnWxHIGHA.2472 (AT) TK2MSFTNGP10 (DOT) phx.gbl...

hi

i ma trying to migrate from AS2K to AS2K5.

Via MS studio i connect to the AS2K5--> right click > migrate .
wizard start... when i type the AS2K server the error arises [see at the
end].
AS2005 is started as a domain user and it is OLAP administrator and local
administrator on the AS2K server.

what should i install on the AS2K server?
i noticed that sqlbrowser service isn't runing on the AS2K server. On my
dev machine it is runing...if that is the problem how can I install it?



===================================


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.