Changes between Version 3 and Version 4 of drmsCheckRecnum
- Timestamp:
- 06/16/14 13:10:58 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
drmsCheckRecnum
v3 v4 33 33 Indicating 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 34 34 35 {{{/opt/JMD/bin/jmdij 35 {{{ 36 /opt/JMD/bin/jmdij 36 37 select from drms.su_cache where state='OFLN'; 37 38 exit;