If you are unable to create a new account, please email support@bspsoftware.com

Author Topic: How to open & modify the cognos.cgi file  (Read 9966 times)

rakesh.java

  • Guest
How to open & modify the cognos.cgi file
« 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.

Offline MFGF

  • Never knowingly correct
  • Super Moderator
  • Statesman
  • ******
  • Join Date: Jul 2005
  • Posts: 11,707
  • Forum Citizenship: +677/-10
  • Cognos Software Muppet
Re: How to open & modify the cognos.cgi file
« Reply #1 on: 30 Sep 2014 11:26:16 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

  • Guest
Re: How to open & modify the cognos.cgi file
« Reply #2 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
</div>


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


Regards,
Rakesh