ImportExport lost its mind (AREV Specific)
At 02 NOV 1999 09:05:59PM Skip Page, City of Durango Co wrote:
Have AREV 3.12 Law Enforcement Application running on NW4.11 Server with Win9x on desktop.
Trying to build import subroutine but when I try to recall my IMPORT ASCII process, the F2 Popup indicates empty table.
Anyone know where (ie, what VOL) AREV is looking for its process table?
At 02 NOV 1999 09:19PM Warren wrote:
Something in 3.12 broke the index/quickdex or whatever for the F2 key, I've just been too lazy to figure it out.
The datafile should be IMPORTEXPORT.
At 03 NOV 1999 04:33PM Skip Page, City of Durango wrote:
At 03 NOV 1999 04:41PM Skip Page, City of Durango wrote:
I've got IMPORTEXPORT tables in both the SYSPROG & CRIS (app) volumes
And still The routine not finding. Anybody know which volume it's looking for?
PS Sorry about blank response. My ENTER finger to fast.
At 03 NOV 1999 05:24PM Warren wrote:
Most likely it is in the CRIS directory.
From TCL do a LIST IMPORTEXPORT to list the contents of the file.
Keys should be in the format IMPORT/EXPORT.type.procedurename. Example a DB3 export named test would be EXPORT.DB3.TEST
To access the above template, RUNMENU EXPORT. Pick DB3 as the type, enter "TEST" as the name. The F2 will not work properly until the problem in the index is corrected.
To run the export at tcl type: EXPORT DB3 TEST