Kbase 13718: 1431 Protocol SPX not supported error on UNIXWARE
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
1431 Protocol SPX not supported error on UNIXWARE
Customers report getting the following error message when attempting
to start the broker with -N SPX on UNIXWARE:
PROTOCOL SPX is not supported in this version of PROGRESS. (1431)
This notebook entry describes how to start up a server in order to use
the SPX networking protocol on a UNIXWARE machine.
1) Read the Progress Release Notes for instructions in setting up the
/etc/services and 0x9f files.
2) Start a broker for the database with the following command:
proserve <dbname> -Mm 512
3) Start a server for the database for the SPX protocol:
proserve <dbname> -N TLI -Nd /dev
spx -H <host> -S <svname> -m2
4) Send a hangup signal (SIGHUP) to the sapd process (NetWare service
advertising protocol daemon). NOTE: this step must be done by
root.
a) get the process id number of sapd:
ps -ef | grep sapd
b) send the hangup signal to that process id:
kill -1 <pid>
DEC-22-1994
Progress Software Technical Support Note # 13718