~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to monit/errpar.dat

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! @(#)errpar.dat        19.1 (ESO-IPG) 02/25/03 13:58:40
 
2
 
3
! MID_MONIT:errpar.dat
 
4
! this file contains detailed descriptions of the internal MIDAS error codes
 
5
! KB 020612
 
6
 
7
CATBAD
 
8
Catalog file not accessible: The given catalog could not be opened.
 
9
_END
 
10
CATOVF
 
11
Catalog count overflow: More than 3 different catalogs are opened concurrently.
 
12
_END
 
13
CATENT
 
14
Catalog entry not found: The given entry number is not in the specified catalog.
 
15
_END
 
16
DSCNPR 
 
17
Descriptor not present: Descriptor with given name does not exist for 
 
18
given frame or may exist with a different data type.
 
19
_END
 
20
SIMFIL 
 
21
Too many files opened simultaneously. 
 
22
Currently, you can open max. 64 files (images, tables, etc.) at the same time.
 
23
_END
 
24
DSCOVF
 
25
Descriptor overflow: Maximum number of elements for a descriptor is 32767.
 
26
_END
 
27
DSCBAD
 
28
Bad descriptor: Bad descr. name or bad (or non-matching) descr. type was given.
 
29
Valid types are I(nteger), R(eal), C(haracter), C*len, D(ouble precision).
 
30
_END
 
31
LOGFIL 
 
32
Logfile not accessible: The logfile could not be opened in MID_WORK: (your
 
33
MIDAS working directory). Check the protection, etc. of that directory.
 
34
_END
 
35
OPSSYS 
 
36
Operating system error: The host operating system returned an error status from
 
37
a system call, ask for help.
 
38
_END
 
39
DSKFUL
 
40
The allocated disk space is filled up: No more space available to create file 
 
41
of given size, purge or delete some of your files in the directory.
 
42
_END
 
43
FRMNAC 
 
44
Frame not accessible: Check the name of the frame you use in the given context.
 
45
_END
 
46
INPINV 
 
47
Invalid input arguments to MIDAS routine.
 
48
_END
 
49
KEYBAD 
 
50
Bad keyname: Keynames may be max 15 char. long + begin with an alpha char.
 
51
Or the keyname is correct but a wrong data type is given.
 
52
_END
 
53
KEYLOV 
 
54
Keyword data overflow: The total no. of key values exceeds current space,
 
55
delete unused keys.
 
56
_END
 
57
KEYNOV 
 
58
Keyword names overflow: The total no. of different keywords exceeds current 
 
59
space, delete unused keys.
 
60
_END
 
61
MEMOUT 
 
62
Out of (virtual) memory.
 
63
_END
 
64
OUTLIM 
 
65
First element or no. of elements is out of limits.
 
66
_END
 
67
NODATA 
 
68
No data in input stream found.
 
69
_END
 
70
KEYTYP 
 
71
Bad type of keyword: Key types are I(nteger), R(eal), C(haracter) and 
 
72
D(ouble precision).
 
73
_END
 
74
FMTBAD 
 
75
Bad fileformat: The binary data format is not compatible with the current host.
 
76
Data has to be converted.
 
77
_END
 
78
FILPRO
 
79
Could not update file because it is write protected.
 
80
_END
 
81
INSBAD 
 
82
Bad Midas installation: The include file computer.h (in MID_INCLUDE or a local
 
83
directory) has not been initialized correctly - look at the definitions for
 
84
SWAPSHORT, SWAPLONG and FLOATFMT...
 
85
_END
 
86
VERNOR 
 
87
Version not recognized: None of the currently supported versions for Midas data
 
88
files was found in the header record.
 
89
_END
 
90
FITEXT 
 
91
Invalid FITS extension: The extension was not found in given FITS frame.
 
92
_END
 
93
LOSPRC 
 
94
Loss of precision possible: Double precision data was stored into a real descr.
 
95
_END
 
96
TBLFUL
 
97
Table overflow.
 
98
_END
 
99
TBLMEM
 
100
Error allocating dynamic memory.
 
101
System error.
 
102
_END
 
103
TBLMAP
 
104
Error accessing given table.
 
105
Check the name of the table you use in the given context.
 
106
_END
 
107
TBLCOV
 
108
Column overflow. Too many columns.
 
109
_END
 
110
TBLENT
 
111
Table not accesible. Use the routines TBL_INIT or TBL_READ.
 
112
_END
 
113
TBLCOL
 
114
Wrong column reference.
 
115
_END
 
116
TBLROW
 
117
Wrong element reference.
 
118
_END
 
119
TBLKEY
 
120
Identifier not found.
 
121
_END
 
122
TBLFMT
 
123
Error in column format.
 
124
_END
 
125
TBLIMP
 
126
Feature not yet implemented.
 
127
_END
 
128
TBLRFM
 
129
Error reformatting the table.  System error.
 
130
_END
 
131
TBLDNM
 
132
Duplicate table name, or table already initialized.
 
133
_END
 
134
TBLABL
 
135
Illegal label. Only letters, digits and the underscore symbol are allowed.
 
136
_END
 
137
TBLINI
 
138
Table could not be initialized.
 
139
_END
 
140
TABVER
 
141
Old VMS Midas table format - use COPY/TABLE to convert it to new table format.
 
142
_END