Help with Error in Webspeed

cesaroll

Member
We´re configuring webspeed in UNIX and getting the next error:

WebSpeed error from messenger process (6019)

Msngr: the specified service name does not exist or has a bad format. (5825): wsbroker1

Any idea about how to fix it???
 

Casper

ProgressTalk.com Moderator
Staff member
Hi there,

it means that the service as named in the wspd_cgi.sh file either doesn't exist or isn't started yet.

Casper.
 

Claude Simon

New Member
Hi, this error message (6019) generally seems there is a troubleshoot between the html server and the webspeed application server.
Got big problem by the past because of a nasty firewall between them.
I suppose you need to re-engineer your network architecture.
 

YOSANTO

New Member
There are many things cause the error such as :
1. Your Broker Service is not yet running (default : wsbroker1)
run with this script for UNIX :
- proadsv -start
- nsman -name wsbroker1 -start
- wtbman -name wsbroker1 -start
- wtbman -name wsbroker1 -query (to see the query / status )
2. Your database is not up status
3. You may be change structure (table) in your database, but you don't recompile your program, it can be cause the error display.

thx.
regards Yosanto.
 
Top