Problem with prostrct create

Shannon Adams

New Member
I am trying to restore a database. If I type the following:

"prostrct create wds4 /wdsfiles/dbbackup/xyz.st"

I get:

"The maximum Area Size has been reached for Area: Invitemd Area
Please refer to the Progress Database Limit chapter
in the Database Administration Guide and Reference. (9099) "

Invitemd section in xyz.st contains:
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d1 f 1900032
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d2 f 1900032
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d3 f 1900032
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d4 f 1900032
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d5 f 1900032
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d6 f 2093056
d "Invitemd Area":71,256;512 /db/live/xyz/d01/wds4_71.d7

Can someone translate this for me and tell me how to get around it?

Thanks,
Shannon
 
What blocksize are you specifying on the prostrct create command?

I had this problem recreating an existing database because I forgot to append the "-blocksize 8192" on the prostrct create command.

Hope this helps
 
Top