OpenAFS
OpenAFS distributed network file system
/cygdrive/c/src/openafs/openafs.git/repo/src/WINNT/afsd/afsd_eventmessages.h
00001 //
00002 // afsd_eventmessages.mc
00003 //
00004 // This file contains the message definitions for the
00005 // TransarcAFSDaemon service to facilitate system event logging.
00006 //
00007 // Do not edit the header file.  It is autogenerated from
00008 // afsd_eventmessages.mc.  If you edit afsd_eventmessages.mc
00009 // be sure to ensure the consistency of the data types in LogEvent()
00010 // located in afsd_eventlog.c
00011 
00012 #ifndef __AFSD_EVENTMESSAGES_H_
00013 #define __AFSD_EVENTMESSAGES_H_ 1
00014 //
00015 //  Values are 32 bit values laid out as follows:
00016 //
00017 //   3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1
00018 //   1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0
00019 //  +---+-+-+-----------------------+-------------------------------+
00020 //  |Sev|C|R|     Facility          |               Code            |
00021 //  +---+-+-+-----------------------+-------------------------------+
00022 //
00023 //  where
00024 //
00025 //      Sev - is the severity code
00026 //
00027 //          00 - Success
00028 //          01 - Informational
00029 //          10 - Warning
00030 //          11 - Error
00031 //
00032 //      C - is the Customer code flag
00033 //
00034 //      R - is a reserved bit
00035 //
00036 //      Facility - is the facility code
00037 //
00038 //      Code - is the facility's status code
00039 //
00040 //
00041 // Define the facility codes
00042 //
00043 #define FACILITY_SYSTEM                  0x0
00044 #define FACILITY_STUBS                   0x3
00045 #define FACILITY_RUNTIME                 0x2
00046 #define FACILITY_IO_ERROR_CODE           0x4
00047 
00048 
00049 //
00050 // Define the severity codes
00051 //
00052 #define STATUS_SEVERITY_WARNING          0x2
00053 #define STATUS_SEVERITY_SUCCESS          0x0
00054 #define STATUS_SEVERITY_INFORMATIONAL    0x1
00055 #define STATUS_SEVERITY_ERROR            0x3
00056 
00057 
00058 //
00059 // MessageId: MSG_TIME_FLUSH_PER_VOLUME
00060 //
00061 // MessageText:
00062 //
00063 // Elapsed time to flush AFS volume <%1> = %2 milliseconds.
00064 //
00065 #define MSG_TIME_FLUSH_PER_VOLUME        ((DWORD)0x40001001L)
00066 
00067 //
00068 // MessageId: MSG_TIME_FLUSH_TOTAL
00069 //
00070 // MessageText:
00071 //
00072 // Total elapsed time to flush %1 AFS volume(s) = %2 milliseconds.
00073 //
00074 #define MSG_TIME_FLUSH_TOTAL             ((DWORD)0x40001002L)
00075 
00076 //
00077 // MessageId: MSG_FLUSH_NO_SHARE_NAME
00078 //
00079 // MessageText:
00080 //
00081 // Cannot get AFS share name to flush volumes.
00082 //
00083 #define MSG_FLUSH_NO_SHARE_NAME          ((DWORD)0xC0001003L)
00084 
00085 //
00086 // MessageId: MSG_FLUSH_BAD_SHARE_NAME
00087 //
00088 // MessageText:
00089 //
00090 // Invalid share name %1; cannot flush volumes.
00091 //
00092 #define MSG_FLUSH_BAD_SHARE_NAME         ((DWORD)0xC0001004L)
00093 
00094 //
00095 // MessageId: MSG_FLUSH_NO_MEMORY
00096 //
00097 // MessageText:
00098 //
00099 // Insufficient memory to flush volumes.
00100 //
00101 #define MSG_FLUSH_NO_MEMORY              ((DWORD)0xC0001005L)
00102 
00103 //
00104 // MessageId: MSG_FLUSH_OPEN_ENUM_ERROR
00105 //
00106 // MessageText:
00107 //
00108 // Cannot open enumeration of network resources: %1
00109 //
00110 #define MSG_FLUSH_OPEN_ENUM_ERROR        ((DWORD)0xC0001006L)
00111 
00112 //
00113 // MessageId: MSG_FLUSH_ENUM_ERROR
00114 //
00115 // MessageText:
00116 //
00117 // Cannot enumerate network resources: %1
00118 //
00119 #define MSG_FLUSH_ENUM_ERROR             ((DWORD)0xC0001007L)
00120 
00121 //
00122 // MessageId: MSG_FLUSH_FAILED
00123 //
00124 // MessageText:
00125 //
00126 // Failed to flush volume %1.
00127 //
00128 #define MSG_FLUSH_FAILED                 ((DWORD)0x80001008L)
00129 
00130 //
00131 // MessageId: MSG_FLUSH_IMPERSONATE_ERROR
00132 //
00133 // MessageText:
00134 //
00135 // Failed to impersonate logged-on user.
00136 //
00137 #define MSG_FLUSH_IMPERSONATE_ERROR      ((DWORD)0xC0001009L)
00138 
00139 //
00140 // MessageId: MSG_FLUSH_UNEXPECTED_EVENT
00141 //
00142 // MessageText:
00143 //
00144 // Flush volumes thread received unrecognized event.
00145 //
00146 #define MSG_FLUSH_UNEXPECTED_EVENT       ((DWORD)0x8000100AL)
00147 
00148 //
00149 // MessageId: MSG_SERVER_REPORTS_VNOVOL
00150 //
00151 // MessageText:
00152 //
00153 // Server %1 reported volume %2 in cell %3 as not attached (may have been moved or deleted).
00154 //
00155 #define MSG_SERVER_REPORTS_VNOVOL        ((DWORD)0x8000100BL)
00156 
00157 //
00158 // MessageId: MSG_SERVER_REPORTS_VMOVED
00159 //
00160 // MessageText:
00161 //
00162 // Server %1 reported volume %2 in cell %3 as moved.
00163 //
00164 #define MSG_SERVER_REPORTS_VMOVED        ((DWORD)0x4000100CL)
00165 
00166 //
00167 // MessageId: MSG_SERVER_REPORTS_VOFFLINE
00168 //
00169 // MessageText:
00170 //
00171 // Server %1 reported volume %2 in cell %3 as offline.
00172 //
00173 #define MSG_SERVER_REPORTS_VOFFLINE      ((DWORD)0x8000100DL)
00174 
00175 //
00176 // MessageId: MSG_SERVER_REPORTS_VSALVAGE
00177 //
00178 // MessageText:
00179 //
00180 // Server %1 reported volume %2 in cell %3 as needs salvage.
00181 //
00182 #define MSG_SERVER_REPORTS_VSALVAGE      ((DWORD)0x8000100EL)
00183 
00184 //
00185 // MessageId: MSG_SERVER_REPORTS_VNOSERVICE
00186 //
00187 // MessageText:
00188 //
00189 // Server %1 reported rpc to volume %2 in cell %3 as not serviced.
00190 //
00191 #define MSG_SERVER_REPORTS_VNOSERVICE    ((DWORD)0x8000100FL)
00192 
00193 //
00194 // MessageId: MSG_SERVER_REPORTS_VIO
00195 //
00196 // MessageText:
00197 //
00198 // Server %1 reported volume %2 in cell %3 as temporarily unaccessible.
00199 //
00200 #define MSG_SERVER_REPORTS_VIO           ((DWORD)0x80001010L)
00201 
00202 //
00203 // MessageId: MSG_RX_HARD_DEAD_TIME_EXCEEDED
00204 //
00205 // MessageText:
00206 //
00207 // Hard or Idle Dead Time exceeded when communicating with server %1
00208 //
00209 #define MSG_RX_HARD_DEAD_TIME_EXCEEDED   ((DWORD)0x80001011L)
00210 
00211 //
00212 // MessageId: MSG_BAD_SMB_PARAM
00213 //
00214 // MessageText:
00215 //
00216 // File %1 Line %2 Bad SMB param %3 out of %4, ncb len %5.
00217 //
00218 #define MSG_BAD_SMB_PARAM                ((DWORD)0xC0001012L)
00219 
00220 //
00221 // MessageId: MSG_BAD_SMB_PARAM_WITH_OFFSET
00222 //
00223 // MessageText:
00224 //
00225 // File %1 Line %2 Bad SMB param %3 offset %4 out of %5, ncb len %6.
00226 //
00227 #define MSG_BAD_SMB_PARAM_WITH_OFFSET    ((DWORD)0xC0001013L)
00228 
00229 //
00230 // MessageId: MSG_BAD_SMB_TOO_SHORT
00231 //
00232 // MessageText:
00233 //
00234 // SMB message too short, len %1.
00235 //
00236 #define MSG_BAD_SMB_TOO_SHORT            ((DWORD)0x80001014L)
00237 
00238 //
00239 // MessageId: MSG_BAD_SMB_WRONG_SESSION
00240 //
00241 // MessageText:
00242 //
00243 // SMB request straddled session startup, took %1 ms, ncb length %2.
00244 //
00245 #define MSG_BAD_SMB_WRONG_SESSION        ((DWORD)0x80001015L)
00246 
00247 //
00248 // MessageId: MSG_BAD_SMB_INVALID
00249 //
00250 // MessageText:
00251 //
00252 // Invalid SMB message, length %1.
00253 //
00254 #define MSG_BAD_SMB_INVALID              ((DWORD)0x80001016L)
00255 
00256 //
00257 // MessageId: MSG_BAD_SMB_INCOMPLETE
00258 //
00259 // MessageText:
00260 //
00261 // Incomplete SMB message, length %1.
00262 //
00263 #define MSG_BAD_SMB_INCOMPLETE           ((DWORD)0x80001017L)
00264 
00265 //
00266 // MessageId: MSG_BAD_VCP
00267 //
00268 // MessageText:
00269 //
00270 // VCP could not be found:
00271 // LSNs[idx_session]=[%1]
00272 // lanas[idx_session]=[%2]
00273 // ncbp->ncb_lsn=[%3]
00274 // ncbp->ncb_lana_num=[%4]
00275 //
00276 #define MSG_BAD_VCP                      ((DWORD)0x80001018L)
00277 
00278 //
00279 // MessageId: MSG_UNHANDLED_EXCEPTION
00280 //
00281 // MessageText:
00282 //
00283 // Unhandled exception.  Examine OpenAFS log files for further details.
00284 //
00285 #define MSG_UNHANDLED_EXCEPTION          ((DWORD)0xC0001019L)
00286 
00287 //
00288 // MessageId: MSG_SMB_SESSION_START
00289 //
00290 // MessageText:
00291 //
00292 // SMB session startup, %1 ongoing ops.
00293 //
00294 #define MSG_SMB_SESSION_START            ((DWORD)0x4000101AL)
00295 
00296 //
00297 // MessageId: MSG_SMB_ZERO_TRANSACTION_COUNT
00298 //
00299 // MessageText:
00300 //
00301 // Transaction2 word count = 0.
00302 //
00303 #define MSG_SMB_ZERO_TRANSACTION_COUNT   ((DWORD)0x8000101BL)
00304 
00305 //
00306 // MessageId: MSG_SERVICE_START_PENDING
00307 //
00308 // MessageText:
00309 //
00310 // OpenAFS Start Pending.  Version %1.
00311 //
00312 #define MSG_SERVICE_START_PENDING        ((DWORD)0x4000101CL)
00313 
00314 //
00315 // MessageId: MSG_SERVICE_INCORRECT_VERSIONS
00316 //
00317 // MessageText:
00318 //
00319 // OpenAFS Start Failed due to version inconsistency.  See afsd_init.log for details.
00320 //
00321 #define MSG_SERVICE_INCORRECT_VERSIONS   ((DWORD)0xC000101DL)
00322 
00323 //
00324 // MessageId: MSG_SERVICE_RUNNING
00325 //
00326 // MessageText:
00327 //
00328 // OpenAFS Running. %1
00329 //
00330 #define MSG_SERVICE_RUNNING              ((DWORD)0x4000101EL)
00331 
00332 //
00333 // MessageId: MSG_SERVICE_STOPPING
00334 //
00335 // MessageText:
00336 //
00337 // OpenAFS Stopping.
00338 //
00339 #define MSG_SERVICE_STOPPING             ((DWORD)0x4000101FL)
00340 
00341 //
00342 // MessageId: MSG_SERVICE_ERROR_STOP
00343 //
00344 // MessageText:
00345 //
00346 // OpenAFS Stopping due to error: Unknown reason.
00347 //
00348 #define MSG_SERVICE_ERROR_STOP           ((DWORD)0xC0001020L)
00349 
00350 //
00351 // MessageId: MSG_SERVICE_ERROR_STOP_WITH_MSG
00352 //
00353 // MessageText:
00354 //
00355 // OpenAFS Stopping due to error: %1.
00356 //
00357 #define MSG_SERVICE_ERROR_STOP_WITH_MSG  ((DWORD)0xC0001021L)
00358 
00359 //
00360 // MessageId: MSG_SERVICE_ERROR_STOP_WITH_MSG_AND_LOCATION
00361 //
00362 // MessageText:
00363 //
00364 // OpenAFS Stopping due to error (%1:%2): %3.
00365 //
00366 #define MSG_SERVICE_ERROR_STOP_WITH_MSG_AND_LOCATION ((DWORD)0xC0001022L)
00367 
00368 //
00369 // MessageId: MSG_CRYPT_OFF
00370 //
00371 // MessageText:
00372 //
00373 // Security Level is Clear.
00374 //
00375 #define MSG_CRYPT_OFF                    ((DWORD)0x40001023L)
00376 
00377 //
00378 // MessageId: MSG_CRYPT_AUTH
00379 //
00380 // MessageText:
00381 //
00382 // Security Level is Auth (Integrity Only).
00383 //
00384 #define MSG_CRYPT_AUTH                   ((DWORD)0x40001024L)
00385 
00386 //
00387 // MessageId: MSG_CRYPT_ON
00388 //
00389 // MessageText:
00390 //
00391 // Security Level is Crypt.
00392 //
00393 #define MSG_CRYPT_ON                     ((DWORD)0x40001025L)
00394 
00395 //
00396 // MessageId: MSG_SMB_SEND_PACKET_FAILURE
00397 //
00398 // MessageText:
00399 //
00400 // Unable to Send SMB Packet: %1.
00401 //
00402 #define MSG_SMB_SEND_PACKET_FAILURE      ((DWORD)0x80001026L)
00403 
00404 //
00405 // MessageId: MSG_UNEXPECTED_SMB_SESSION_CLOSE
00406 //
00407 // MessageText:
00408 //
00409 // Unexpected SMB Session Close: %1.
00410 //
00411 #define MSG_UNEXPECTED_SMB_SESSION_CLOSE ((DWORD)0x80001027L)
00412 
00413 //
00414 // MessageId: MSG_SMB_MAX_MPX_COUNT
00415 //
00416 // MessageText:
00417 //
00418 // MaxMpxCount for client is too large (Client=%1, Server=%2).
00419 //
00420 #define MSG_SMB_MAX_MPX_COUNT            ((DWORD)0x80001028L)
00421 
00422 //
00423 // MessageId: MSG_SMB_MAX_BUFFER_SIZE
00424 //
00425 // MessageText:
00426 //
00427 // MaxBufferSize for client is too small (Client=%1, Server=%2).
00428 //
00429 #define MSG_SMB_MAX_BUFFER_SIZE          ((DWORD)0x80001029L)
00430 
00431 //
00432 // MessageId: MSG_DIRTY_BUFFER_AT_SHUTDOWN
00433 //
00434 // MessageText:
00435 //
00436 // A dirty buffer was not written to the file server (Cell=%1, Volume=%2, Vnode=%3, Unique=%4, Offset=%5, Length=%6).
00437 //
00438 #define MSG_DIRTY_BUFFER_AT_SHUTDOWN     ((DWORD)0x8000102AL)
00439 
00440 //
00441 // MessageId: MSG_SERVER_REPORTS_VBUSY
00442 //
00443 // MessageText:
00444 //
00445 // Server %1 reported busy when accessing volume %2 in cell %3.
00446 //
00447 #define MSG_SERVER_REPORTS_VBUSY         ((DWORD)0x4000102BL)
00448 
00449 //
00450 // MessageId: MSG_SERVER_REPORTS_VRESTARTING
00451 //
00452 // MessageText:
00453 //
00454 // Server %1 reported restarting when accessing volume %2 in cell %3.
00455 //
00456 #define MSG_SERVER_REPORTS_VRESTARTING   ((DWORD)0x4000102CL)
00457 
00458 //
00459 // MessageId: MSG_ALL_SERVERS_BUSY
00460 //
00461 // MessageText:
00462 //
00463 // All servers are busy when accessing cell %1 volume %2.
00464 //
00465 #define MSG_ALL_SERVERS_BUSY             ((DWORD)0x4000102DL)
00466 
00467 //
00468 // MessageId: MSG_ALL_SERVERS_OFFLINE
00469 //
00470 // MessageText:
00471 //
00472 // All servers are offline when accessing cell %1 volume %2.
00473 //
00474 #define MSG_ALL_SERVERS_OFFLINE          ((DWORD)0x4000102EL)
00475 
00476 //
00477 // MessageId: MSG_ALL_SERVERS_DOWN
00478 //
00479 // MessageText:
00480 //
00481 // All servers are unreachable when accessing cell %1 volume %2.
00482 //
00483 #define MSG_ALL_SERVERS_DOWN             ((DWORD)0x4000102FL)
00484 
00485 //
00486 // MessageId: MSG_RX_MSGSIZE_EXCEEDED
00487 //
00488 // MessageText:
00489 //
00490 // Path MTU may have been exceeded when communicating with server %1, retrying ...
00491 //
00492 #define MSG_RX_MSGSIZE_EXCEEDED          ((DWORD)0x80001030L)
00493 
00494 //
00495 // MessageId: MSG_RX_BUSY_CALL_CHANNEL
00496 //
00497 // MessageText:
00498 //
00499 // Busy call channel when communicating with server %1, retrying ...
00500 //
00501 #define MSG_RX_BUSY_CALL_CHANNEL         ((DWORD)0x80001031L)
00502 
00503 //
00504 // MessageId: MSG_SERVICE_STOPPED
00505 //
00506 // MessageText:
00507 //
00508 // OpenAFS Shutdown Complete.
00509 //
00510 #define MSG_SERVICE_STOPPED              ((DWORD)0x40001032L)
00511 
00512 //
00513 // MessageId: MSG_RX_IDLE_DEAD_TIMEOUT
00514 //
00515 // MessageText:
00516 //
00517 // Idle dead timeout when communicating with server %1.
00518 //
00519 #define MSG_RX_IDLE_DEAD_TIMEOUT         ((DWORD)0x80001033L)
00520 
00521 #endif /* __AFSD_EVENTMESSAGES_H_ 1 */
 All Data Structures Files Functions Variables