Kbase 16213: NT SPX connect 733 -S value must be all UPPERCASE CAPITAL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
NT SPX connect 733 -S value must be all UPPERCASE CAPITAL
When using SPX to connect to a Progress Database on an NT
server, you must use uppercase letters for the -S parameter
on the client startup.
For example, the following produces error 733 Server unavailable:
_mprosrv sports -N SPX -S ntsvc
_prowin sports -N SPX -S ntsvc
The following will connect successfully:
_mprosrv sports -N SPX -S ntsvc
_prowin sports -N SPX -S NTSVC
This is due to the NT SAP agent, which must be running on the
NT server in order to use SPX. The SAP agent uppercases service
names during service broadcasts, so all SPX clients must use an
uppercase service name to connect.
Progress Software Technical Support Note # 16213