Changes between Version 3 and Version 4 of drmsCheckRecnum


Ignore:
Timestamp:
06/16/14 13:10:58 (10 years ago)
Author:
niles
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • drmsCheckRecnum

    v3 v4  
    3333Indicating that the sunum does not exist at JSOC (the NA's indicating that things like the path are not properly set). It could be that this means that you have to contact JSOC to resolve the problem. Even after the problem is resolved, it could be that the local JMD has (correctly) marked it as being offline and won't download it until the JMD's internal database is cleaned out.  To see the records marked "OFLN" (offline) by the JMD, type 
    3434 
    35 {{{/opt/JMD/bin/jmdij 
     35{{{ 
     36/opt/JMD/bin/jmdij 
    3637select from drms.su_cache where state='OFLN'; 
    3738exit;