Kbase P89449: Unable to convert a database using proutil -C conv910
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/9/2006 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.0X
SYMPTOM(s):
conv910 hangs
Unable to convert a database using proutil -C conv910
proutil -C conv910 is hanging
Error reported in testing:Pid 17364 received a SIGSEGV for stack growth failure. Possible causes: insufficient memory or swap space, or stack size exceeded maxssiz. Segmentation fault (core dumped)
Using full absolute path for a database during the conversion
CAUSE:
There is a 32 characters limit for the database name and path when using proutil db -C conv910 command.
FIX:
Upgrade to 10.0B01 or greater, or 10.1A
Work around , if an upgrade is not possible at this time:
Use only database name within the conv910 proutil command, by running from current directory.
ie proutil <db> -C conv910 instead of proutil </very/long/path/db> -C conv910.