COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Topic started by: Here_sarvesh on 14 Jan 2009 04:56:23 AM

Title: Passing Language settings in URL.
Post by: Here_sarvesh on 14 Jan 2009 04:56:23 AM
Hi All,

We have a requirement to open the cognos report by passing URL.
Additionally we need to change the language settings .
So we are passing m_productLocale & m_contentLocale in the URL.
It is working fine for the main page(below first link is working fine ie language changed to French).
eg
http://local/cognos8/cgi-bin/cognos.cgi?b_action=xts.run&m=portal/main.xts&m_productLocale=fr&m_contentLocale=fr


But It is not working if we pass the folder name too in the URL.
(we want to get in the folder directly)
eg
http://local/cognos8/cgi-bin/cognos.cgi?b_action=xts.run&m=portal/cc.xts&m_folder=<folder_id>&m_productLocale=fr&m_contentLocale=fr

Please help ..

Thanks.