jongpau said:
Your database has probably reached the maximum file size limit for your operating system. You will have to split your database into multiple extents in order to allow it to grow over the 2GB limit. Note that by using extents your database can grow much larger than 2GB. Best check the documentation of your Progress version on how to create a database with multiple extents.
Dear Paul,
I want to split our database, the list is our data split file.
d g:\database\product.d1 f 384000
d g:\database\product.d2 f 384000
d g:\database\product.d3 f 384000
d g:\database\product.d4 f 384000
d g:\database\product.d5 f 384000
d g:\database\product.d6 f 384000
d g:\database\product.d7 f 384000
d g:\database\product.d8 f 384000
d g:\database\product.d9
b g:\database\product.b1
b g:\database\product.b2
when I run "$DLC\bin\prostrct create product" , an error occured. System show me a message:
"Syntax error in structure file:
Only the last extent of a given type may be avriable length.
Error occurred on line 11
"
I don't know what's happened , Please help me to analysiz it.
Thank you very much.
Best Regards,
Frank