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

How to open & modify the cognos.cgi file

Started by rakesh.java, 24 Sep 2014 02:30:19 AM

Previous topic - Next topic

rakesh.java

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.

MFGF

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?
Meep!

rakesh.java

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
</div>


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


Regards,
Rakesh