I'm working on a v9 progress db that's running out of room in the db. I've been researching extents but am unsure of if my understanding is correct and if it is, why my syntax isn't working.
Here is my .st file:
#
b E:\System\D\testdb.b1
#
d "Schema Area":6,32 E:\System\D\testdb.d1
d "Schema Area":6,32 E:\System\D\testdb.d2
I've just recently added the .d2 line.
After this, I then try to run the prostrct add command:
c:\dlc91e\bin\prostrct add testdb E:\System\d\testdb.d2 300000
----
I've tried various entries for the 300000, the 6,32 which includes different sizes, 6,31;1 along with other options I've found on progress talk, but I'm getting a: syntax error in structure file - line should start with.... But, i don't think there's an issue with my st file. I've also tried to create a special new .st file just for the new extent but this leads to many questions.
My goal is to have more capability in my database. My default plan is to add a new db and to just add that in the appbuilder, but this isn't ideal. This extent option sounds promising, but I'm missing something (or a lot).
Any help would be appreciated.
Thanks for the time.
Here is my .st file:
#
b E:\System\D\testdb.b1
#
d "Schema Area":6,32 E:\System\D\testdb.d1
d "Schema Area":6,32 E:\System\D\testdb.d2
I've just recently added the .d2 line.
After this, I then try to run the prostrct add command:
c:\dlc91e\bin\prostrct add testdb E:\System\d\testdb.d2 300000
----
I've tried various entries for the 300000, the 6,32 which includes different sizes, 6,31;1 along with other options I've found on progress talk, but I'm getting a: syntax error in structure file - line should start with.... But, i don't think there's an issue with my st file. I've also tried to create a special new .st file just for the new extent but this leads to many questions.
My goal is to have more capability in my database. My default plan is to add a new db and to just add that in the appbuilder, but this isn't ideal. This extent option sounds promising, but I'm missing something (or a lot).
Any help would be appreciated.
Thanks for the time.