Kbase P9782: No data seen after binary load just run
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Unverified
SYMPTOM(s):
No data seen after binary load just run
Binary Dump/Load just done
Having loaded data with "proutil <db> -C load <file>"
CAUSE:
Without any active index on the table, you cannot access its records.
FIX:
Run idxbuild after having loaded the data with "proutil <db> -C load <file>"
or use the option (introduced in 9.1B) "build indexes"
SYNTAX: proutil <db> -C load <file> build indexes [-TB <blocksize>] [-TM <#blocks]
[-T <dir>] [-SS <srtfile>]