]> andersk Git - moira.git/blob - lib/mr_et.et
Lots of new codes for DCM update support, and misc other things
[moira.git] / lib / mr_et.et
1 #       $Source$
2 #       $Author$
3 #       $Header$
4 #
5         error_table sms
6
7 ec      SMS_NOT_CONNECTED,
8         "Not connected to SMS server"
9
10 ec      SMS_CANT_CONNECT,
11         "Can't connect to SMS server"
12
13 ec      SMS_VERSION_MISMATCH,
14         "SMS version mismatch"
15
16 ec      SMS_ABORTED,
17         "SMS operation aborted"
18
19 ec      SMS_UNKNOWN_PROC,
20         "Unknown procedure"
21
22 ec      SMS_INGRES_ERR,
23         "Ingres system error occurred"
24
25 ec      SMS_MORE_DATA,
26         "More data is available from SMS"
27
28 ec      SMS_NO_MATCH,
29         "No records in database match query"
30
31 ec      SMS_NO_HANDLE,
32         "Unknown query handle"
33
34 ec      SMS_ALREADY_CONNECTED,
35         "Already connected to sms"
36
37 ec      SMS_ARGS,
38         "Incorrect number of arguments"
39
40 ec      SMS_NOT_UNIQUE,
41         "Arguments not unique"
42
43 ec      SMS_PERM,
44         "Insufficient permission to perform requested database access"
45
46 ec      SMS_LIST,
47         "No such list"
48
49 ec      SMS_USER,
50         "No such user"
51
52 ec      SMS_STRING,
53         "Unknown string"
54
55 ec      SMS_TYPE,
56         "Invalid type"
57
58 ec      SMS_EXISTS,
59         "Record already exists"
60
61 ec      SMS_DATE,
62         "Invalid date"
63
64 ec      SMS_CLUSTER,
65         "Unknown cluster"
66
67 ec      SMS_MACHINE,
68         "Unknown machine"
69
70 ec      SMS_SERVICE,
71         "Unknown service"
72
73 ec      SMS_FILESYS,
74         "Named file system does not exist"
75
76 ec      SMS_PRINTER,
77         "Unknown printer"
78
79 ec      SMS_QUEUE,
80         "Unknown queue"
81         
82 ec      SMS_DEVICE,
83         "No such device"
84
85 ec      SMS_ACE,
86         "No such access control entity"
87
88 ec      SMS_NFSPHYS,
89         "Machine/device pair not in nfsphys"
90
91 ec      SMS_FILESYS_EXISTS,
92         "Named file system already exists"
93
94 ec      SMS_QUERY_NOT_REENTRANT,
95         "Cannot do query from callback routine"
96
97 ec      SMS_RVD,
98         "No such rvd"
99
100 ec      SMS_NFS,
101         "Specified directory not exported"
102
103 ec      SMS_FILESYS_ACCESS,
104         "Invalid filesys access"
105
106 ec      SMS_USER_GROUP,
107         "List is a user group"
108
109 ec      SMS_ARG_TOO_LONG,
110         "An argument is too long"
111
112 # These appear only in version 2 of the protocol and later:
113
114 ec      SMS_NO_MEM,
115         "Server ran out of memory"
116
117 ec      SMS_IN_USE,
118         "Object is in use"
119
120 ec      SMS_BAD_CLASS,
121         "Specified class is not known"
122
123 ec      SMS_INTERNAL,
124         "SMS internal consistency failure"
125
126 ec      SMS_BAD_CHAR,
127         "Illegal character in argument"
128
129 ec      SMS_BAD_GROUP,
130         "Invalid group ID"
131
132 ec      SMS_WILDCARD,
133         "Wildcards not allowed in this case"
134
135 ec      SMS_NO_CHANGE,
136         "The database has not changed, files not rebuilt"
137
138 ec      SMS_TAR_FAIL,
139         "Unable to build archive of config files"
140
141 ec      SMS_OCONFIG,
142         "Unable to open DCM file"
143
144 ec      SMS_CCONFIG,
145         "Error closing DCM output file"
146
147 ec      SMS_FSTYPE,
148         "Unknown filesys type"
149
150 ec      SMS_INTEGER,
151         "String could not be parsed as an integer"
152
153 ec      SMS_NO_ID,
154         "Cannot allocate new ID"
155
156 ec      SMS_NO_FILESYS,
157         "Cannot find space for filesys"
158
159 ec      SMS_NO_POBOX,
160         "Cannot find space for pobox"
161
162 ec      SMS_NO_QUOTA,
163         "No default quota specified"
164
165 ec      SMS_USER_AUTH,
166         "Cannot find you in the database, access will be restricted"
167
168 ec      SMS_DEADLOCK,
169         "Database deadlock; try again later"
170
171 ec      SMS_NOCRED,
172         "Unable to install new credentials files"
173
174 ec      SMS_SETQUOTA,
175         "Failure setting user quota"
176
177 ec      SMS_HESFILE,
178         "Failure updating hesiod file (probably disk full)"
179
180 ec      SMS_MISSINGFILE,
181         "Did not receive file for update"
182
183 ec      SMS_MKCRED,
184         "mkcred failed while updating NFS credentials"
185
186 ec      SMS_NAMED,
187         "name daemon failed to start"
188
189 ec      SMS_TARERR,
190         "Tar of update file failed (disk full?)"
191
192 ec      SMS_PROTO,
193         "Failed to put prototype files in new locker"
194
195         end
This page took 0.13362 seconds and 5 git commands to generate.