G06.24 ReadMe

***SCI - Internal Logic Error Detected
***Please report this error to Tandem Computers, Inc.
-- Invalid File Ordinal
This defect indicates a possible issue in the correctness of the
default volume specified/set.
Recovery
None.
Workaround
Modify the default volume to the correct one, using add_define;
for example,
$ add_define =_DEFAULTS class=defaults volume=\$qa201.tmp)
and recompile the source program.
o SQLUCOM (T7018)
Solution 10-031216-1934
Indexes that alphabetically precede a table in the file set, are
rendered invalid after a RESTORE operation.
Recovery
Clean the restored invalid indexes from the catalog using the
CLEANUP command:
SQLCI CLEANUP ;
and then restore only the indexes:
RESTORE , , INDEXES EXPLICIT,
NOUNLOAD, LISTALL
Workaround
1. Restore base objects excluding indexes by using the NOT option:
RESTORE , $*.*.*, NOT (),
INDEXES EXPLICIT, AUDITED, LISTALL
2. Restore the indexes separately:
RESTORE , , INDEXES EXPLICIT,
AUDITED, LISTALL
o TCP/IPv6 Subsystem (T1265)
Solution 10-040212-3224
The SCF command:
ALTER MON *,ARPTIMER-REFRESHED ON
fails to set the ARPTIMER-REFRESHED parameter.
Recovery
None.
Workaround
None.
Page
6
of
21