[progress Communities] [progress Openedge Abl] Forum Post: Re: Restore Structure

  • Thread starter Thread starter marcv
  • Start date Start date
Status
Not open for further replies.
M

marcv

Guest
You don't need an st file to do a restore, but it could be a problem if you are unsure of the db physical structure. If the paths are not available then the restore would fail or potentially they could be written to disk areas you might not want. You can can use prorest to help you assemble the information needed to create a new ST and place the the physical files where you want, or create multiple extents for each are instead of one variable, which is the default if no st is provided. prorest dbname -list (*dbname can be anything - you just need to specify something) The output will show the information you need to format the lines in the st file - area names, number, cluster size. You'll need to do a some math to figure out how many extents are needed to create enough multiple extents required for each area if you do want multiple extents. documentation.progress.com/.../

Continue reading...
 
Status
Not open for further replies.
Back
Top