![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I need to connect with ADOMD to an OLAP DB. I want to specifide the user name and password in the connection string in the let_ActiveConnection property as follows: Provider=MSOLAP;Password=pippo;Persist Security Info=True;User ID=pluto;Data Source=MyServer;Initial Catalog=MDX30;Client Cache Size=25;Auto Synch Period=10000 I receive a generic error massage. If I try to connect without User ID and Password it work correctly. Any ideas?? Thanks you |
#3
| |||
| |||
|
|
I need to connect with ADOMD to an OLAP DB. I want to specifide the user name and password in the connection string in the let_ActiveConnection property as follows: Provider=MSOLAP;Password=pippo;Persist Security Info=True;User ID=pluto;Data Source=MyServer;Initial Catalog=MDX30;Client Cache Size=25;Auto Synch Period=10000 I receive a generic error massage. If I try to connect without User ID and Password it work correctly. Any ideas?? Thanks you |
#4
| |||
| |||
|
|
Analysis Services only supports NT integrated security. It does not have the similar concept as what SQL Server RDBMS calls "standard secruity". The nearest thing that we have is that if you use http access, you can specify the uid/pwd in the connection to specify what login to use against IIS with basic or digest authentication. In that case, the uid/pwd is for the NT account to use against IIS. There are several resources which talk about this. Besides BOL, see the following two white papers, SSAS Operations Guide: http://www.microsoft.com/technet/pro.../anservog.mspx (in the section titled "Security Administration" Improved Web Connectivity in Microsoft SQL Server 2000 Analysis Services http://msdn.microsoft.com/library/de...l_datapump.asp Hope that helps. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Ale Dori" <AleDori (AT) discussions (DOT) microsoft.com> wrote in message news:ED4592C1-8480-4DB8-A025-61E7F139B871 (AT) microsoft (DOT) com... I need to connect with ADOMD to an OLAP DB. I want to specifide the user name and password in the connection string in the let_ActiveConnection property as follows: Provider=MSOLAP;Password=pippo;Persist Security Info=True;User ID=pluto;Data Source=MyServer;Initial Catalog=MDX30;Client Cache Size=25;Auto Synch Period=10000 I receive a generic error massage. If I try to connect without User ID and Password it work correctly. Any ideas?? Thanks you |
#5
| |||
| |||
|
|
Not sure whether it's relevant, but I looked back through my system event log to the last incident that I remember the date/time for. There was the following entry at almost exactly the same time: Source: DCOM Event ID: 10010 User: NT AUTHORITY\SYSTEM The server {DFDE2592-40A4-42BC-A35E-FD0BF76CA4D5} did not register with DCOM within the required timeout. Tony Proctor "Dave Wickert [MSFT]" <dwickert (AT) online (DOT) microsoft.com> wrote in message news:ueAhbiG3EHA.2568 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Analysis Services only supports NT integrated security. It does not have the similar concept as what SQL Server RDBMS calls "standard secruity". The nearest thing that we have is that if you use http access, you can specify the uid/pwd in the connection to specify what login to use against IIS with basic or digest authentication. In that case, the uid/pwd is for the NT account to use against IIS. There are several resources which talk about this. Besides BOL, see the following two white papers, SSAS Operations Guide: http://www.microsoft.com/technet/pro.../anservog.mspx (in the section titled "Security Administration" Improved Web Connectivity in Microsoft SQL Server 2000 Analysis Services http://msdn.microsoft.com/library/de...l_datapump.asp Hope that helps. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Ale Dori" <AleDori (AT) discussions (DOT) microsoft.com> wrote in message news:ED4592C1-8480-4DB8-A025-61E7F139B871 (AT) microsoft (DOT) com... I need to connect with ADOMD to an OLAP DB. I want to specifide the user name and password in the connection string in the let_ActiveConnection property as follows: Provider=MSOLAP;Password=pippo;Persist Security Info=True;User ID=pluto;Data Source=MyServer;Initial Catalog=MDX30;Client Cache Size=25;Auto Synch Period=10000 I receive a generic error massage. If I try to connect without User ID and Password it work correctly. Any ideas?? Thanks you |
#6
| |||
| |||
|
|
Analysis Services only supports NT integrated security. It does not have the similar concept as what SQL Server RDBMS calls "standard secruity". The nearest thing that we have is that if you use http access, you can specify the uid/pwd in the connection to specify what login to use against IIS with basic or digest authentication. In that case, the uid/pwd is for the NT account to use against IIS. There are several resources which talk about this. Besides BOL, see the following two white papers, SSAS Operations Guide: http://www.microsoft.com/technet/pro.../anservog.mspx (in the section titled "Security Administration" Improved Web Connectivity in Microsoft SQL Server 2000 Analysis Services http://msdn.microsoft.com/library/de...l_datapump.asp Hope that helps. -- Dave Wickert [MSFT] dwickert (AT) online (DOT) microsoft.com Program Manager BI SystemsTeam SQL BI Product Unit (Analysis Services) -- This posting is provided "AS IS" with no warranties, and confers no rights. "Ale Dori" <AleDori (AT) discussions (DOT) microsoft.com> wrote in message news:ED4592C1-8480-4DB8-A025-61E7F139B871 (AT) microsoft (DOT) com... I need to connect with ADOMD to an OLAP DB. I want to specifide the user name and password in the connection string in the let_ActiveConnection property as follows: Provider=MSOLAP;Password=pippo;Persist Security Info=True;User ID=pluto;Data Source=MyServer;Initial Catalog=MDX30;Client Cache Size=25;Auto Synch Period=10000 I receive a generic error massage. If I try to connect without User ID and Password it work correctly. Any ideas?? Thanks you |
![]() |
| Thread Tools | |
| Display Modes | |
| |