📄 srverr.h
字号:
#if defined(OS400) && (__OS400_TGTVRM__ >= 510)
#pragma datamodel(P128)
#endif
/*********************************************************************/
/* */
/* Licensed Materials - Property of IBM */
/* */
/* L-GHUS-5VMPGW, L-GHUS-5S3PEE */
/* (C) Copyright IBM Corp. 1989, 2005 All Rights Reserved */
/* */
/* US Government Users Restricted Rights - Use, duplication or */
/* disclosure restricted by GSA ADP Schedule Contract with */
/* IBM Corp. */
/* */
/*********************************************************************/
#ifndef SERVER_ERR_DEFS
#define SERVER_ERR_DEFS
/* Server error definitions */
#define ERR_NO_DIR_ACCESS PKG_SERVER+0
stringtext(ERR_NO_DIR_ACCESS, "You are not authorized to access the specified directory")
#define ERR_CMD_SHOW_NLCACHE PKG_SERVER+1
stringtext(ERR_CMD_SHOW_NLCACHE,"NLCACHE")
#define ERR_HELP_SHOW_NLCACHE PKG_SERVER+2
stringtext(ERR_HELP_SHOW_NLCACHE,"* Dump the NAMELookup cache")
#define ERR_NO_SERVER_ACCESS_PORT PKG_SERVER+3
errortext(ERR_NO_SERVER_ACCESS_PORT,"You are not authorized to use the server on this port")
#define ERR_ABSOLUTE_PATH PKG_SERVER+4
errortext(ERR_ABSOLUTE_PATH, "Pathname cannot be an absolute pathname")
#define ERR_CLOSE_SESSION PKG_SERVER+5
internaltext(ERR_CLOSE_SESSION, "(Close session)")
#define ERR_CL_MSG_TOO_SMALL PKG_SERVER+6
errortext(ERR_CL_MSG_TOO_SMALL,
"A transient network error or network adapter failure has truncated a message from a client. If it recurs, run the appropriate adapter diagnostics.")
#define ERR_CONSOLE_MEM_STATS PKG_SERVER+7
stringtext(ERR_CONSOLE_MEM_STATS,"Mem Allocations: %u%n Deallocations: %u%n Usage: %u%n Compactions: %u%n Failures: %u%n Swapouts: %u%n Swapins: %u%n Reallocsup: %u%n Reallocs: %u%n%n")
#define ERR_PROTOCOL PKG_SERVER+8
errortext(ERR_PROTOCOL,
"This message does not conform to server's protocol requirements. Client and server may be running incompatible versions of the product")
#define ERR_AMBIGUOUS PKG_SERVER+9
errortext(ERR_AMBIGUOUS, "Command or option is ambiguous")
#define ERR_UNKNOWN_SVCTYPE PKG_SERVER+10
errortext(ERR_UNKNOWN_SVCTYPE, "Service not available (unknown service type)")
#define ERR_VALUE PKG_SERVER+11
errortext(ERR_VALUE, "Invalid value for command option")
#define ERR_VERSION_MISMATCH PKG_SERVER+12
errortext(ERR_VERSION_MISMATCH,
"Server and client are running different versions of the product. Install the same version on all communicating servers and workstations.")
#define ERR_SRV_NO_SUCH_TASK PKG_SERVER+13
internaltext(ERR_SRV_NO_SUCH_TASK, "No such task in server")
#define ERR_INV_PRIORITY PKG_SERVER+14
internaltext(ERR_INV_PRIORITY, "Invalid task priority")
#define ERR_INV_SCHED_STATE PKG_SERVER+15
internaltext(ERR_INV_SCHED_STATE, "Invalid task scheduler state")
#define ERR_VAR_BLOCK_ALLOC PKG_SERVER+16
internaltext(ERR_VAR_BLOCK_ALLOC, "Variables block already allocated")
#define ERR_INSUFF_ARGUMENTS PKG_SERVER+17
errortext(ERR_INSUFF_ARGUMENTS, "Insufficient arguments. Enter 'HELP' for the correct syntax.")
#define ERR_RUNNING_TASK PKG_SERVER+18
errortext(ERR_RUNNING_TASK, "Can't perform this operation on running task")
#define ERR_NOMATCH PKG_SERVER+19
errortext(ERR_NOMATCH, "Command or option is not recognized")
#define ERR_NO_MORE PKG_SERVER+20
internaltext(ERR_NO_MORE, "No more items")
#define ERR_NEED_SEND_BFR PKG_SERVER+21
internaltext(ERR_NEED_SEND_BFR, "Need send buffer")
#define ERR_NEED_RCV_BFR PKG_SERVER+22
internaltext(ERR_NEED_RCV_BFR, "Need receive buffer")
#define ERR_NO_OPEN_DB PKG_SERVER+23
errortext(ERR_NO_OPEN_DB, "No such database open on server")
#define ERR_FUNC_NOT_IMPL PKG_SERVER+24
errortext(ERR_FUNC_NOT_IMPL,
"The requested function is not supported by the software on this server.")
#define ERR_BFR_MGMT PKG_SERVER+25
errortext(ERR_BFR_MGMT, "Error in server buffer management")
#define ERR_PROGRAM_DIR PKG_SERVER+26
errortext(ERR_PROGRAM_DIR, "Data Directory cannot be accessed. Check the path given in the DIRECTORY= line in your NOTES.INI file.")
#define ERR_TASK_REMAINING PKG_SERVER+27
stringtext(ERR_TASK_REMAINING, "Waiting for processes to exit")
#define ERR_SVC_IN_USE PKG_SERVER+28
errortext(ERR_SVC_IN_USE, "Service type already in use")
#define ERR_FT_TOO_BUSY PKG_SERVER+29
errortext(ERR_FT_TOO_BUSY, "The server's full text indexer is too busy right now to accept this request")
#define ERR_NO_OPEN_COLLECTION PKG_SERVER+30
errortext(ERR_NO_OPEN_COLLECTION,"No such collection open on server")
#define ERR_SUBPGM_TERM PKG_SERVER+31
internaltext(ERR_SUBPGM_TERM, "Subprogram terminated")
#define ERR_WAIT_FOR_RQST PKG_SERVER+32
internaltext(ERR_WAIT_FOR_RQST, "(Waiting for request)")
#define ERR_TASK_DESC_UBM_CLEANER_THREAD PKG_SERVER+33
stringtext(ERR_TASK_DESC_UBM_CLEANER_THREAD,"Buffer Manager Cleaner Thread")
#define ERR_CONNECT_TO_SERVER PKG_SERVER+34
stringtext(ERR_CONNECT_TO_SERVER, "Connect to server")
#define ERR_OPEN_SESSION PKG_SERVER+35
stringtext(ERR_OPEN_SESSION, "Open session")
#define ERR_WAIT_EXTERNAL_EVENT PKG_SERVER+36
internaltext(ERR_WAIT_EXTERNAL_EVENT, "Wait for external event to complete")
#define ERR_SAME_LICENSE PKG_SERVER+37
errortext(ERR_SAME_LICENSE, "Requesting system's ID is the same as the server's ID. You cannot use the same ID on two systems.")
#define ERR_COMPLETED PKG_SERVER+38
internaltext(ERR_COMPLETED, "(function completed, no error)")
#define ERR_YIELD_NEED_SEND_BFR PKG_SERVER+39
internaltext(ERR_YIELD_NEED_SEND_BFR, "(Yield and need send buffer)")
#define ERR_LICENSE_INVALID PKG_SERVER+40
errortext(ERR_LICENSE_INVALID, "Workstation's license is invalid or unknown")
#define ERR_LICENSE_IN_USE PKG_SERVER+41
errortext(ERR_LICENSE_IN_USE, "Your license is in use by another user")
#define ERR_TASK_NOT_FOUND PKG_SERVER+42
errortext(ERR_TASK_NOT_FOUND, "Server Task executable file was not found. Check that it exists in your program directory.")
#define ERR_CANNOT_MULTISERVER PKG_SERVER+43
errortext(ERR_CANNOT_MULTISERVER, "At least one network port requires the Domino Server to be restricted to a single process, and that process has exceeded the maximum number of threads.")
#define ERR_TASK_RUNNING PKG_SERVER+44
errortext(ERR_TASK_RUNNING, "Task is already running")
#define ERR_HELP_SHOW_MSM PKG_SERVER+45
stringtext(ERR_HELP_SHOW_MSM,"* Dump Mail Storage Manager information ")
#define ERR_NO_SERVER_ACCESS PKG_SERVER+46
errortext(ERR_NO_SERVER_ACCESS, "You are not authorized to use the server")
#define ERR_SERVER_RUNNING PKG_SERVER+47
errortext(ERR_SERVER_RUNNING, "Server is already running (in another process)")
#define ERR_STARTING_SERVER PKG_SERVER+48
errortext(ERR_STARTING_SERVER, "Server exiting:")
#define ERR_WAIT_NETIO PKG_SERVER+49
internaltext(ERR_WAIT_NETIO, "(wait for network I/O)")
#define ERR_FINAL_WAIT_NETIO PKG_SERVER+50
internaltext(ERR_FINAL_WAIT_NETIO, "(wait for final network I/O)")
#define ERR_FUNCTION_COMPLETE PKG_SERVER+51
internaltext(ERR_FUNCTION_COMPLETE, "(function is complete)")
#define ERR_PARTITIONSERVER_RUNNING PKG_SERVER+52
errortext(ERR_PARTITIONSERVER_RUNNING, "Partition %s is already in use.")
#define ERR_SERVER_BUG PKG_SERVER+53
errortext(ERR_SERVER_BUG, "Internal software problem. Call Customer Support.")
#define ERR_TASKS_WAITING_STATS PKG_SERVER+54
stringtext(ERR_TASKS_WAITING_STATS,"Waiting Tasks: %lu%n")
#define ERR_TITLE PKG_SERVER+55
stringtext(ERR_TITLE, "Lotus Domino Server")
#define ERR_NO_SERVER_NAME PKG_SERVER+56
errortext(ERR_NO_SERVER_NAME, "The Domino Directory does not contain a server document for this server")
#define ERR_NO_NETWORK_NAME PKG_SERVER+57
errortext(ERR_NO_NETWORK_NAME, "Server document in Domino Directory does not contain a network name (or one for this port)")
#define ERR_FIXUP_BEGIN PKG_SERVER+58
errortext(ERR_FIXUP_BEGIN, "Begin scan of databases to be consistency checked")
#define ERR_FIXUP_END PKG_SERVER+59
errortext(ERR_FIXUP_END, "End scan of databases: %d found")
#define ERR_TOO_MANY_TASKS_DE PKG_SERVER+60
errortext(ERR_TOO_MANY_TASKS_DE,"Too many users for the Demo and Evaluation version of the server")
#define ERR_CMD_LINE_TOO_LONG PKG_SERVER+61
errortext(ERR_CMD_LINE_TOO_LONG,"The command line is too long")
#define ERR_TASK_DESC_POLL PKG_SERVER+62
stringtext(ERR_TASK_DESC_POLL, "Perform housekeeping chores")
#define ERR_FIXUP_ERR PKG_SERVER+63
errortext(ERR_FIXUP_ERR, "Error checking database %p")
#define ERR_HELP_DEBUG_BOOST PKG_SERVER+64
stringtext(ERR_HELP_DEBUG_BOOST,"* Server priority boost interval")
#define ERR_TASK_DESC_UBM_IO_THREAD PKG_SERVER+65
stringtext(ERR_TASK_DESC_UBM_IO_THREAD,"Buffer Manager I/O Thread")
#define ERR_HELP_DEBUG_PRIORITY PKG_SERVER+66
stringtext(ERR_HELP_DEBUG_PRIORITY,"* Server priority (low/high)")
#define ERR_HELP_DEBUG_SCHEDULING PKG_SERVER+67
stringtext(ERR_HELP_DEBUG_SCHEDULING,"* Task scheduling")
#define ERR_HELP_DEBUG_TASK PKG_SERVER+68
stringtext(ERR_HELP_DEBUG_TASK,"* Task latency threshold")
#define ERR_HELP_DEBUG_TRANS PKG_SERVER+69
stringtext(ERR_HELP_DEBUG_TRANS,"* Transaction log")
#define ERR_HELP_DEBUG_JOB PKG_SERVER+70
stringtext(ERR_HELP_DEBUG_JOB,"* Load job schedule database")
#define ERR_HELP_SET_CONFIG PKG_SERVER+71
stringtext(ERR_HELP_SET_CONFIG,"Configuration variable")
#define ERR_HELP_SET_DEBUG PKG_SERVER+72
stringtext(ERR_HELP_SET_DEBUG,"* Debug variable:")
#define ERR_TASK_STATUS_PARTITIONSERVER PKG_SERVER+73
stringtext(ERR_TASK_STATUS_PARTITIONSERVER,"Partition: %s%n")
#define ERR_HELP_SHOW_CONFIG PKG_SERVER+74
stringtext(ERR_HELP_SHOW_CONFIG,"Configuration variable")
#define ERR_HELP_SHOW_MEMORY PKG_SERVER+75
stringtext(ERR_HELP_SHOW_MEMORY,"Memory information")
#define ERR_HELP_SHOW_PORT PKG_SERVER+76
stringtext(ERR_HELP_SHOW_PORT,"Port specific information")
#define ERR_HELP_SHOW_TASKS PKG_SERVER+77
stringtext(ERR_HELP_SHOW_TASKS,"Server tasks")
#define ERR_HELP_SHOW_TRANS PKG_SERVER+78
stringtext(ERR_HELP_SHOW_TRANS,"* Transaction statistics")
#define ERR_HELP_SHOW_USERS PKG_SERVER+79
stringtext(ERR_HELP_SHOW_USERS,"Users with open sessions")
#define ERR_CMD_CMD_CLUSTER PKG_SERVER+80
stringtext(ERR_CMD_CMD_CLUSTER,"CLUSTER")
#define ERR_HELP_SHOW_DISK PKG_SERVER+81
stringtext(ERR_HELP_SHOW_DISK,"Available disk space")
#define ERR_HELP_SHOW_THREADS PKG_SERVER+82
stringtext(ERR_HELP_SHOW_THREADS,"* Threads")
#define ERR_HELP_SHOW_SEM PKG_SERVER+83
stringtext(ERR_HELP_SHOW_SEM,"* Sem")
#define ERR_HELP_SHOW_SESSIONS PKG_SERVER+84
stringtext(ERR_HELP_SHOW_SESSIONS,"* Sessions")
#define ERR_HELP_CMD_BROADCAST PKG_SERVER+85
stringtext(ERR_HELP_CMD_BROADCAST,"Broadcast a message to user(s)")
#define ERR_HELP_CMD_EXIT PKG_SERVER+86
stringtext(ERR_HELP_CMD_EXIT,"Exit server")
#define ERR_HELP_CMD_HELP PKG_SERVER+87
stringtext(ERR_HELP_CMD_HELP,"Help (Displays this help information)")
#define ERR_HELP_CMD_LOAD PKG_SERVER+88
stringtext(ERR_HELP_CMD_LOAD,"Load program")
#define ERR_HELP_CMD_QUIT PKG_SERVER+89
stringtext(ERR_HELP_CMD_QUIT,"Quit (exit server)")
#define ERR_HELP_CMD_REPLICATE PKG_SERVER+90
stringtext(ERR_HELP_CMD_REPLICATE,"Replicate two-way request")
#define ERR_HELP_CMD_PULL PKG_SERVER+91
stringtext(ERR_HELP_CMD_PULL,"Replicate one-way (pull)")
#define ERR_HELP_CMD_ROUTE PKG_SERVER+92
stringtext(ERR_HELP_CMD_ROUTE,"Route mail to server")
#define ERR_HELP_CMD_SET PKG_SERVER+93
stringtext(ERR_HELP_CMD_SET,"Set server option:")
#define ERR_HELP_CMD_SHOW PKG_SERVER+94
stringtext(ERR_HELP_CMD_SHOW,"Show server information:")
#define ERR_HELP_CMD_TELL PKG_SERVER+95
stringtext(ERR_HELP_CMD_TELL,"Send command-string to a task")
#define ERR_TASK_DESC_COMMANDS PKG_SERVER+96
stringtext(ERR_TASK_DESC_COMMANDS,"Perform console commands")
#define ERR_CONSOLE_NO_REPLICATOR PKG_SERVER+97
errortext(ERR_CONSOLE_NO_REPLICATOR,"Replicator task not running%n")
#define ERR_CONSOLE_NO_ROUTER PKG_SERVER+98
errortext(ERR_CONSOLE_NO_ROUTER,"Router task not running%n")
#define ERR_CONSOLE_CANT_TELL PKG_SERVER+99
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -