If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Upfront users

Started by mimariposa, 07 Apr 2008 11:10:06 AM

Previous topic - Next topic

mimariposa

Hi All,

I am trying to get the list of all Users from the Upfront data store. Could anyone please help me out with the appropriate Upfront XML Command to acheive this???

Thanks in Advance!!!

I have been trying the following, but I end up with the result for just one user.

http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Module Name = "Base"/><Name><select>*</select></Name></DescribeUser>

http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Filter><Select>UP.Name</Select></Filter></DescribeUser>

http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Filter><Select>UP.Name = '*'</Select></Filter></DescribeUser>

http://SERVERNAME/cognos/cgi-bin/upfisapi.dll?xmlcmd=<DescribeUser><Name>*</Name></DescribeUser>