Consultor Eletrônico



Kbase P85627: Idxbuild does not start - error 1403
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/23/2004
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

You have not supplied a parameter for argument -T (1403)

Idxbuild does not start - error 1403

Using c:\progress\bin\proutil <dbname> -C idxbuild all -TB 24 -TM 32 -T c:\

CAUSE:

This is a known issue - progress proutil.bat limitation

FIX:

Use _proutil directly

-or-

Create a file "idx.pf" having following content

-T c:\rcstmp\
-TB 24
-TM 32
...
...

and use following syntax for idxbuild

call c:\progress\bin\proutil <dbname> -C idxbuild all -pf idx.pf