I opened a case with Information Builders since there were no suggestions from the forum.
-******NOTE BELOW REPLACE [ WITH < AND REPLACE ] WITH >
********************** COMMENTS FROM INFORMATION BUILDERS **********************
Geri,
Ok we really do not recommend making changes to the underlying files, and once you do that you will be resposible for them and have to review those changes with every upgrade, but he is another suggested approach:
You try it with the 19104 error:
Here is another method that is directly associated with an error:
Within bid-config.xml file found in the \ibi\WebFOCUSxx\worp\conf directory there is a section of entries in the format of:
[error-redirect error-context="######"]
[context-redirect url="CONTEXT_URL" /] [/error-redirect]
Where "######" is the error number associated with an error, and CONTEXT_URL is a relative URL or variable pointing to a relative URL for the error page that will display when that error is encountered.
To change what page the error redirects to you simply need to change the corresponding URL associated with the error message in question. In most cases you will not want a Dashboard relative URL as a result you can use [x-redirect url="http://FULL_URL"/] instead of [context-redirect url="CONTEXT_URL" /] .
The following example redirects failed logins (Error code 19105) to
google.com:
Find these lines within bid-config.xml:
[error-redirect error-context="19105"]
[context-redirect url="&LOGIN_CONTROLLER;" /]
[/error-redirect]
and replace with these lines:
[error-redirect error-context="19105"]
[x-redirect url="http://www.google.com"/]
[/error-redirect]
Thank You, B.J.
Prod: WebFOCUS 7.7.05 OS:Linux; Upgrading to: WebFOCUS 8.1.05 OS:Windows; Outputs: HTML, PDF, Excel; Adapters: SAP, MySQL, Oracle incl Report Caster