![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi I am trying to connect to a database located on an Analysis Services 2005 server running on a Windows 2003 SP1 box using a client program I had written. The program uses ADO MD and is running on a Windows XP SP2 box. My provider string is Provider=MSOLAP.3;Data Source=9.30.168.131 When I try to connect, I get Error number: 80004005 The following system error occurred: The system cannot find the file specified. Error number: 80004005 Provider could not set DATASOURCE, USERID, or PASSWORD property. Source : ADODB.Connection Description : Provider could not set DATASOURCE, USERID, or PASSWORD property. I never needed to provide the USERID or PASSWORD property before since I always just pass the userid and password value to the corresponding optional parameters of the ADO Connection Open method. I installed Microsoft SQL Server 20005 Analysis Services 9.0 OLEDB Provider on the Windows XP SP2 box. Is there something else that I need to install? When I run my client program on the machine with Analysis Services 2005 server installed using the above provider string, it works fine. When I changed my provider string to Provider=MSOLAP.3;DATASOURCE=9.30.168.131;USERID=a dmin;PASSWORD=password; and I get a different error. Error number: 80004005 The following system error occurred: The system cannot find the file specified. Error number: 80004005 Unspecified error Source : Microsoft OLE DB Provider for Analysis Services 2005 Description : The following system error occurred: The system cannot find the file specified. Does anyone know how to fix this? |
#3
| |||
| |||
|
|
Hi I am trying to connect to a database located on an Analysis Services 2005 server running on a Windows 2003 SP1 box using a client program I had written. The program uses ADO MD and is running on a Windows XP SP2 box. My provider string is Provider=MSOLAP.3;Data Source=9.30.168.131 When I try to connect, I get Error number: 80004005 The following system error occurred: The system cannot find the file specified. Error number: 80004005 Provider could not set DATASOURCE, USERID, or PASSWORD property. Source : ADODB.Connection Description : Provider could not set DATASOURCE, USERID, or PASSWORD property. I never needed to provide the USERID or PASSWORD property before since I always just pass the userid and password value to the corresponding optional parameters of the ADO Connection Open method. I installed Microsoft SQL Server 20005 Analysis Services 9.0 OLEDB Provider on the Windows XP SP2 box. Is there something else that I need to install? When I run my client program on the machine with Analysis Services 2005 server installed using the above provider string, it works fine. When I changed my provider string to Provider=MSOLAP.3;DATASOURCE=9.30.168.131;USERID=a dmin;PASSWORD=password; and I get a different error. Error number: 80004005 The following system error occurred: The system cannot find the file specified. Error number: 80004005 Unspecified error Source : Microsoft OLE DB Provider for Analysis Services 2005 Description : The following system error occurred: The system cannot find the file specified. Does anyone know how to fix this? |
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Hi, Are AS Box and XP box in the same domain? Has user account, which is logged in on the XP, sufficient rights to access AS? Vladimir Chtepa joshkpeng (AT) hotmail (DOT) com> schrieb im Newsbeitrag news:1136854211.504387.181900 (AT) g49g2000cwa (DOT) googlegroups.com... Hi I am trying to connect to a database located on an Analysis Services 2005 server running on a Windows 2003 SP1 box using a client program I had written. The program uses ADO MD and is running on a Windows XP SP2 box. My provider string is Provider=MSOLAP.3;Data Source=9.30.168.131 When I try to connect, I get Error number: 80004005 The following system error occurred: The system cannot find the file specified. Error number: 80004005 Provider could not set DATASOURCE, USERID, or PASSWORD property. Source : ADODB.Connection Description : Provider could not set DATASOURCE, USERID, or PASSWORD property. I never needed to provide the USERID or PASSWORD property before since I always just pass the userid and password value to the corresponding optional parameters of the ADO Connection Open method. I installed Microsoft SQL Server 20005 Analysis Services 9.0 OLEDB Provider on the Windows XP SP2 box. Is there something else that I need to install? When I run my client program on the machine with Analysis Services 2005 server installed using the above provider string, it works fine. When I changed my provider string to Provider=MSOLAP.3;DATASOURCE=9.30.168.131;USERID=a dmin;PASSWORD=password; and I get a different error. Error number: 80004005 The following system error occurred: The system cannot find the file specified. Error number: 80004005 Unspecified error Source : Microsoft OLE DB Provider for Analysis Services 2005 Description : The following system error occurred: The system cannot find the file specified. Does anyone know how to fix this? |
![]() |
| Thread Tools | |
| Display Modes | |
| |