Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 how to use subscribe command in 2008

Author  Topic 

colin_liying
Starting Member

4 Posts

Posted - 2010-04-23 : 01:55:11
Hi all,
Do you know how to use subscribe command in ssas 2008? my request is :
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Header>
</Header>
<Body>
<Execute xmlns="urn:schemas-microsoft-com:xml-analysis">
<Command>
<Subscribe xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<Object xmlns="http://schemas.microsoft.com/analysisservices/2003/engine">
<TraceID>Events</TraceID>
</Object>
</Subscribe>
</Command>
<Properties>
<PropertyList>
<LocaleIdentifier>1033</LocaleIdentifier>
</PropertyList>
</Properties>
</Execute>
</Body>
</Envelope>

but server can't response anything, it seems request was hanged!!!

thanks
   

- Advertisement -