Search results

  1. K

    database load in different platform

    is it ok to turn the vendor supplied load script into a windows batch script?
  2. K

    database load in different platform

    Tom it is binary dump and script is vendor supplied
  3. K

    database load in different platform

    We dumped the database on unix server, how to load it on windows server. dont have the scripts. any help will be useful
  4. K

    How rebuild index for an empty table?

    tom I am calling you on the phone and we will seek your services.
  5. K

    How rebuild index for an empty table?

    mock index also does nothing.
  6. K

    How rebuild index for an empty table?

    Tom index still fails. How should I finish it?
  7. K

    How rebuild index for an empty table?

    long story short I want to remove "Index reconstruction utility was aborted. Rerun it to completion" message and start dump & load
  8. K

    How rebuild index for an empty table?

    Hi Tom thank you for your questioins. 1) You are apparently wanting to dump & load a 9.1d SX.e database? yes! 2) As preparation for that you were doing an index rebuild? yes! we started with index rebuild not wwith dump&load 3) The index rebuild failed for some reason? as I recall it...
  9. K

    How rebuild index for an empty table?

    how to run this code and spot an empty area? /* This code will display all Tables sorted by Area */ for each _StorageObject no-lock where _StorageObject._Object-type = 1 and _StorageObject._Area-number > 6 /* to hide system tables */ by...
  10. K

    How rebuild index for an empty table?

    selected some, then
  11. K

    How rebuild index for an empty table?

    all I know that it fails at area 17. I need to clear this index error before D & load
  12. K

    How rebuild index for an empty table?

    how can I rebuild index area by area, I want to avoid are 19 for example. we are running sx.e and progress is 9.1D09
  13. K

    How rebuild index for an empty table?

    now it is forcing me "Enter the name of table containing the index" if I enter "!" flags are not cleared
  14. K

    How rebuild index for an empty table?

    Tom how can I avoid this in mock index build?
  15. K

    How rebuild index for an empty table?

    The idea is to dump & load database knowing the index reconstruction utility failed
  16. K

    How rebuild index for an empty table?

    thank you Tom I am trying to decipher what these guys are saying to remove Reindex error flag, then we can dump&load thank you again --------------- "Index reconstruction utility was aborted. Rerun it to completion. (651) --- Rebuild at least one (any) index e.g. in the table that does not...
  17. K

    How rebuild index for an empty table?

    forgot our support guy did reindex before dump & load to save a damaged database
  18. K

    How rebuild index for an empty table?

    Hi all, in 9.1D database sco unixware. "Index reconstruction utility was aborted. Rerun it to completion" I found some promissing solution where people succeded where they suggest to rebuild any index of an empty table in empty area how can I get that and what are the commands I must use...
  19. K

    Using MySQL with Progress

    I have a Linux server with MySQL installed. We have another server with Progress 9.1E installed. This is our main server. I like to retrieve 5 tables and most of fields in each table from a Progress database server to Linus MySql sever. Like to run this daily(I'll use cron) Can this be...
  20. K

    Large file size of B1 file

    for some reason I can not get ProTop to work, some vt102-t protermcap. I did not go through that very much with it so I ran the code below. in filesystem looks I am ok but in storage I have no idea I have to worry or not. ================ FOR EACH _AreaStatus: DISPLAY _AreaStatus-AreaName...
Top