31 | | 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 by doing something like : |
| 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 | |
| 35 | {{{/opt/JMD/bin/jmdij |
| 36 | select from drms.su_cache where state='OFLN'; |
| 37 | exit; |
| 38 | }}} |
| 39 | |
| 40 | |
| 41 | The JMD is doing is refusing to download those records because it thinks they are offline. To clear it, do something like : |