COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS UpFront => Topic started by: mimariposa on 07 Apr 2008 11:10:06 AM

Title: Upfront users
Post by: mimariposa on 07 Apr 2008 11:10:06 AM
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>