Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COI created the binary dump files from a version 10.1b database. I was also able to get .df files. I had to create 5 different .df files because there are so many tables. I'm not trying to extend the Schema area I'm just trying to rebuild the indexes after binary loading everything. Here's how I did it -- I couldn't get a -dumplist because the actual dump utility was unavailable to me in the proprietary copy of 10.1b I was initially working with. So I found a batch script that created a .bd file fore each table.
      singulars
    2. COI got a quote back from Progress software for the 10.1b developers seat and it was way out of our budget. We were willing to spend $500.00 on the seat but they quoted us $2500. SO I decided I would load these binary dumps into an evaluation version 11.0. Bear in mind my only intention here is to get the data to text. So When I tried to import the .df files to my newly minted version 11 database it barked because I didn't have any of the same areas (many) so I used notepad++ to remove the thousands of references to areas in .df and the tables were all created using the database Admin utility.
      singulars
    3. COThen I was able to create a batch script using some regex that wrapped every path, in this directory of 655 .bd files, with the proutil -C load command. The script was successful and it successfully imported each of the 655 tables. The other day when I was testing this I was able to import 1 table, rebuild the index for that one table, and export this data to text. Now that I've got all 655 tables -- it fails on the index rebuild -- saying that it can't extend the database.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload