Display alternate page instead of 6019?

FiveDollarYoBet

New Member
Anybody know of a way to display an alternate page instead of the "Webspeed error from messenger process (6019)" error page?

We have a webspeed side of our system and the brokers are stopped when the db goes down for the nightly backup. While the brokers are stopped anyone attempting to get to the webspeed app gets the yellow 6019 error page. Is there a way to show an alternate error page?

We're running OpenEdge 10.2A & IIS (Win 2k3)

Thanks in advance!
 
I've never used it but try the following command and follow the instructions:

http://host-name/scripts-directory/messenger?WSMAdmin

WebSpeed Error Message Customization Utility


This page displays the errors that are currently set to display custom text or redirect to a URL. You can hit "New" to create a new custom message. When there are messages shown here, you can "Reset All To Default". This will remove all messages that you currently have set. Each message will have a "Delete" button that will delete only that particular message. Each message will also have an "Edit" button that will bring you to a page to edit the message.


You can also edit the file where the changes are saved directly:
  1. Create a file called wsCusErr.txt and put it in your Work dir.
  2. Edit the file in the following manner: Every error has the following format: [error number] [error type]
    [message or url] Where [error number] is the number of the error, or 0. 0 = catch-all (if no other message is caught, this will be) [error type] is 0, 1, or 2. 0 = off
    1 = custom message
    2 = redirect to url
  3. Examples: To catch error 8239 and put custom text when the error occurs: 8239 1
    Name Server is not responding. Please contact administrator. To do the same, but redirect any other message: 8239 1
    Name Server is not responding. Please contact administrator.
    0 2
    www.progress.com
  4. If you are using wsisa.dll or wsnsa.dll, you don't have to restart your webserver to pick up the changes in the file.
 
Back
Top