Recent content by Kopperton

  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
Top