Transfer database files
Transfer database files across the network to the database management system.
The appropriate database records will be transferred across the network to the database management system.
Concatenate the appropriate database records into a file and transfer them to the database manager host system. The database records to be copied to the database manager host system include:
(1) Records to update indicating that an AVHRR scene has now become a part of a stitched half orbit. (2) New AVHRR archive scenes (including orbital stitched images).The database record file names to be transferred match the following UNIX syntax:
(1) ADAPSDB/[01]*.orb (See description (1) above) (2) ADAPSDB/a[ghlo]*.dat (ADAPSDB configured for the ADAPS production environment, see description (2) above)The database record files are concatenated into the following files (UNIX syntax):
(1) ADAPSDB/ORBITddHHMMSS.orbit (3) ADAPSDB/NEWddHHMMSS.new where dd = the current system day HH = the current system hour MM = the current system minute SS = the current system secondThese file specifications coincide to the descriptions 1 through 2 above. The ADAPSDB in (1) and (2) must be configured for the ADAPS production environment.
The destination of the concatenated files on the database manager host system is:
(1) DBUSRDBSYS:DBDIR/avhrr.orbit.SYSDATE (2) DBUSRDBSYS:DBDIR/avhrr.new.SYSDATE where DBUSR = user ID transfering data records DBSYS = database manager host system DBDIR = directory on host system SYSDATE = current system dateOn the original source system, the concatenated record files are copied into the 'old' subdirectory below their current directory. The concatenated record files are also renamed so that their suffix is ";pr". All processing messages will be written to the log file 'dbtrans;log' in the ADAPSLOG directory.