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

Pass authentication parameters

Started by stancho, 15 Mar 2011 03:32:24 AM

Previous topic - Next topic

stancho

Hi guys,

how can I automatically pass authentication parameters to cognos url from another html form?
(without using SDK).

Thanks,
Stancho

roadwarrior

https://www-304.ibm.com/support/docview.wss?uid=swg21390277
https://www-304.ibm.com/support/docview.wss?uid=swg21343503
Basically, add CAMNamespace=value&CAMUsername=value&CAMPassword=value (case sensitive) to your URL.
Not a very secure approach, as the password is required, and it will be in clear-text on the URL.  But if you must, it will work.

stancho