Kbase 19532: Error 1403 on Startup Parameters - Things to Check
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/17/2000 |
|
Error 1403 states: You have not supplied a parameter for argument <arg>.
Error 1403 on Startup Parameters - Things to Check
KnowledgeBase # 19532
If you get this error message, check the spelling and capitalization of the startup parameters that you are specifying on your command line. Startup parameters are case-sensitive, and incorrect capitalization can cause a parameter to be read incorrectly.
For example, if you want to use the -tok parameter, but type it as
-Tok, you will get the 1403 error: You have not supplied a parameter for argument -o.
The reason this gets interpreted as a problem with the -o parameter is that Progress allows you to group startup parameters. (For example, if you want to specify the -B 10000 and -L 5000 startup parameters, the "B" and "L" can be grouped as -BL 10000 5000.) In the -Tok example, the "T" in the Tok parameter is interpreted as the -T (temporary directory) startup parameter and -o is viewed as the next parameter and there's no argument for it.