Re: ADOMD Connection

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hi Dave,

I need to convert cellset into XML formated data, so that I can view the
result in ChartSpace. Can u guide me what is the similar method for cellset
as dataset.writexml()?

Thanking you.
Shailesh.

"Dave Wickert [MSFT]" wrote:

> 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/prodtechnol/sql/2000/maintain/anservog.mspx
> (in the section titled "Security Administration"
>
> Improved Web Connectivity in Microsoft SQL Server 2000 Analysis Services
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql2k/html/sql_datapump.asp
>
> Hope that helps.
> --
> Dave Wickert [MSFT]
> dwickert@xxxxxxxxxxxxxxxxxxxx
> 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@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:ED4592C1-8480-4DB8-A025-61E7F139B871@xxxxxxxxxxxxxxxx
> > 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
> >
>
>
>
.



Relevant Pages

  • Re: Band Uisng Tripplite Line Conditioners/surge-suppressor
    ... "...equipment most frequently damaged by lightning* is computers with a modem connection TVs, VCRs and similar equipment. ... Lockups, and damage to electronics are *also* caused by common mode traversed transient spikes, due to the utility as well as a myriad of other systems on the same circuit; HVAC, copiers, elevators, rheostats, copiers, washers, dryers, -you name it. ... And a less technical guide from the NIST: ... IEEE guide explains plug-in suppressors work by CLAMPING ...
    (alt.guitar.amps)
  • Re: Help - Cant Download Guides
    ... connection failure for your dial-up connection. ... > ISA Server firewall and it cannot get through. ... Failure attempting to download new Guide data. ... > connection through the firewall I got no event log errors at all. ...
    (microsoft.public.windows.mediacenter)
  • Re: Linksys router + switch vs router/switch combo
    ... Excellent information on surges and surge protection is in an IEEE ... The IEEE guide is aimed at those with some technical background. ... connection to earth, where is the earthing connection on that Belkin? ... Thus in his view plug-in suppressors ...
    (comp.sys.mac.hardware.misc)
  • Re: Unable to get media centre guide
    ... my connection is working fine. ... > I got my new PC on April 1, and have yet to be able to download the guide. ... > 896475) that suggests that this is a known problem for Media Center Edition ...
    (microsoft.public.windows.mediacenter)
  • Re: Run 2 MDX statements using the same connection obj in ADOMD.Net
    ... Executing in serial is not an issue. ... the same connection sequentially. ... CellSet cs1 = cmd1.ExecuteCellSet; ... The first MDX gives me count of the rows. ...
    (microsoft.public.sqlserver.olap)