Kbase P100336: ERROR 6857 when creating database with a manually created st file using prostrct create.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/24/2005 |
|
Status: Unverified
SYMPTOM(s):
Creating database with prostrct create command.
Getting error: must be a directory name or follow the convention . (6857)
ERROR 6857 when creating database with manually created st file.
Directory exists.
Information about extents is correct.
CAUSE:
Manually created .st file. Areas with multiple extents were listed in descending order. Areas with multiple extents must be listed in ascending order.
FIX:
Create an st file so that areas with multiple extents are in ascending order.
Example:
#
b e:\test\ed2.b1
#
d "Schema Area":6,32 e:\test\ed2.d1
#
d "Employee":7,32 e:\test\ed2_7.d1 f 320
d "Employee":7,32 e:\test\ed2_7.d2
#
d "Inventory":8,32 C:\91d\wrk\ed2_8.d1 f 640
d "Inventory":8,32 C:\91d\wrk\ed2_8.d2
#
d "Cust_Data":9,32 C:\91d\wrk\ed2_9.d1 f 320
d "Cust_Data":9,32 C:\91d\wrk\ed2_9.d2