Kbase P10479: Proserving a database using the -clienttimeout parameter fails with a (1610) error message followed
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/22/2005 |
|
Status: Unverified
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
Progress 9.1D
SYMPTOM(s):
Proserve database using the -clienttimeout parameter fails
-cl is not supported by this executable. (1610)
You have not supplied a parameter for argument -n. (1403)
CAUSE:
The ClientTimeout parameter is only a client side parameter.
FIX:
To make use of the clienttimeout parameter the parameter must be set within the progress.ini file or within the registry on the clients machine.
To set the ClientTimeout parameter within the windows registry, go to Start, run and type in Regedit, choose OK. The Windows registry editor will be displayed. Browse to one of the below registry keys via the folders view on the left side pane.
HKEY_LOCAL_MACHINE\SOFTWARE\PSC\PROGRESS\91D\STARTUP OR
HKEY_CURRENT_USER\SOFTWARE\PSC\PROGRESS\91D\STARTUP
To set the ClientTimeout parameter create a string value under the startup register key. The string value will be clienttimeout and the value data should equal the time specified is in minutes.
For example:
To set the clienttimeout parameter to five minutes the registry key should look as follows:
Name Data
clienttimeout 5