COGNOiSe.com - The IBM Cognos Community

OEM => Security => Topic started by: rakesh.java on 24 Sep 2014 02:30:19 AM

Title: How to open & modify the cognos.cgi file
Post by: rakesh.java on 24 Sep 2014 02:30:19 AM
Hi,

i'm planning to modify the cognos.cgi file,but i'm unable to do that.If i open the file it's showing in encrypted format,Can please suggest me how to open properly and modify the file.

Regards,
Rakesh.
Title: Re: How to open & modify the cognos.cgi file
Post by: MFGF on 30 Sep 2014 11:26:16 AM
Quote from: rakesh.java on 24 Sep 2014 02:30:19 AM
Hi,

i'm planning to modify the cognos.cgi file,but i'm unable to do that.If i open the file it's showing in encrypted format,Can please suggest me how to open properly and modify the file.

Regards,
Rakesh.

Why would you want to do this?
Title: Re: How to open & modify the cognos.cgi file
Post by: rakesh.java on 08 Oct 2014 02:20:59 AM
Hi,

My requirement is Customizing the Log on page as if i enter wrong credentials
instead of getting the message like "The provided credentials are invalid.Please type your credentials for authentication" i need to provide some link.For that  i have modified    System.xml as

<logon enabled="true">
     <base-template-name>bad_credentials_redirect_link</base-template-name>               
</logon>


& i placed bad_credentials_redirect_link.xhtml file  in
\cognos\c10\webcontent\ps\login folder,bad_credentials_redirect_link.xhtml this file contains the code as

<div id="%CL_PROMPT_badCredentialsEntered_caption%">
Visit Google (http://www.google.com/)
</div>

But i'm not getting,Can you guide me to go forward.


Regards,
Rakesh