⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 secerr.h

📁 IBM Lotus C++ API 7.0a for IBM Lotus Notes/Domino Directory Release --------- ------------------
💻 H
📖 第 1 页 / 共 3 页
字号:
	stringtext(STR_PTLOG_REMOTE_PORT,	"Port to be used on passthru server is")
#define STR_PTLOG_LEVEL_ERROR			PKG_SECURE+95
	stringtext(STR_PTLOG_LEVEL_ERROR,	"Errors only")
#define STR_PTLOG_LEVEL_SUMMARY			PKG_SECURE+96
	stringtext(STR_PTLOG_LEVEL_SUMMARY,	"Summary progress information")
#define STR_PTLOG_LEVEL_DETAIL			PKG_SECURE+97
	stringtext(STR_PTLOG_LEVEL_DETAIL,	"Detailed progress information")
#define STR_PTLOG_LEVEL_FULL			PKG_SECURE+98
	stringtext(STR_PTLOG_LEVEL_FULL,	"Full trace information")
#define STR_PTLOG_LOG_INFO				PKG_SECURE+99
	stringtext(STR_PTLOG_LOG_INFO,		"Network: %s")
#define STR_PTLOG_LOG_SESSION			PKG_SECURE+100
	stringtext(STR_PTLOG_LOG_SESSION,	"Network session %s: %s")
#define STR_PTLOG_REMOTE_ERROR			PKG_SECURE+101
	stringtext(STR_PTLOG_REMOTE_ERROR,	"Passthru server error:")
#define STR_PTLOG_OCCURRED_ON			PKG_SECURE+102
	stringtext(STR_PTLOG_OCCURRED_ON,	"Error returned from server")
#define STR_PTLOG_USE_HOP_SUFFIX		PKG_SECURE+103
	stringtext(STR_PTLOG_USE_HOP_SUFFIX, "to the path")
#define STR_PTLOG_PTNETCONNECT			PKG_SECURE+104
	stringtext(STR_PTLOG_PTNETCONNECT,	"On passthru server, connect to")
#define STR_PTLOG_PASSTHRU_SERVER		PKG_SECURE+105
	stringtext(STR_PTLOG_PASSTHRU_SERVER, "Using passthru server: ")


#define STR_PTCONNECT_WRONG_NAME			PKG_SECURE+106
	stringtext(STR_PTCONNECT_WRONG_NAME, 	"Connected to the wrong server %A using address %s")

#define STR_PTCONNECT_PT_CANT_DIAL			PKG_SECURE+107
	stringtext(STR_PTCONNECT_PT_CANT_DIAL, 	"Passthru Dial permission denied")

#define STR_SECURE_BLANK					PKG_SECURE+108
	stringtext(STR_SECURE_BLANK, 			" ")
#define STR_CONNREC_TYPE_CLUSTER			PKG_SECURE+109
	stringtext(STR_CONNREC_TYPE_CLUSTER, 	" cluster ")
#define STR_CONNREC_TYPE_REMOTE				PKG_SECURE+110
	stringtext(STR_CONNREC_TYPE_REMOTE, 	"Modem")
#define STR_CONNREC_TYPE_NETWORK			PKG_SECURE+111
	stringtext(STR_CONNREC_TYPE_NETWORK, 	"Local network")
#define STR_CONNREC_TYPE_PASSTHRU			PKG_SECURE+112
	stringtext(STR_CONNREC_TYPE_PASSTHRU, 	"Passthru")
#define STR_CONNREC_TYPE_REMOTE_LAN			PKG_SECURE+113
	stringtext(STR_CONNREC_TYPE_REMOTE_LAN, "Network Dialup")
#define STR_CONNREC_TYPE_X25				PKG_SECURE+114
	stringtext(STR_CONNREC_TYPE_X25, 		"X.25")
#define STR_CONNREC_TYPE_HUNT_GROUP			PKG_SECURE+115
	stringtext(STR_CONNREC_TYPE_HUNT_GROUP, "Hunt group")
/* see 232 for ISDN case */

#define	ERR_SECURE_MULTI_PSW_PROMPT			(PKG_SECURE+116)
	errortext(ERR_SECURE_MULTI_PSW_PROMPT,	
		"Enter one of the multiple passwords (press the Esc key to abort): ")
#define	ERR_SECURE_MULTI_PSW_REQUIRED		(PKG_SECURE+117)
	errortext(ERR_SECURE_MULTI_PSW_REQUIRED,	
		"This ID file requires multiple passwords.")

#define STR_PTCONNECT_NOT_AVAILABLE			PKG_SECURE+118
	stringtext(STR_PTCONNECT_NOT_AVAILABLE,"%A is not available")

#define STR_PTCONNECT_NO_RESPONSE_BEFORE			PKG_SECURE+119
	stringtext(STR_PTCONNECT_NO_RESPONSE_BEFORE, "The server was not responding at this address")

#define ERR_PT_WILDCARD_DST				PKG_SECURE+120
	errortext(ERR_PT_WILDCARD_DST,		"Illegal destination server name")
#define ERR_PROTERR_NO_AUTHENTICATION	PKG_SECURE+121
	errortext(ERR_PROTERR_NO_AUTHENTICATION, "Protocol error: Network authentication was never attempted")


#define ERR_SECURE_NOT_WITHIN_TIMERANGE	PKG_SECURE+122
	errortext(ERR_SECURE_NOT_WITHIN_TIMERANGE, "Object validity dates not within specified time range")
#define ERR_SECURE_FLAT_PUBLICINFO		PKG_SECURE+123
	errortext(ERR_SECURE_FLAT_PUBLICINFO, "You must first upgrade this entry to contain a hierarchical name before you can recertify it.")
#define ERR_NO_PATH_FROM_CONN_REC		PKG_SECURE+124
	errortext(ERR_NO_PATH_FROM_CONN_REC, "A path to the server could not be determined from the Connection documents in the Name and Address Book")
#define ERR_PASSTHRU_NOT_SUPPORTED		PKG_SECURE+125
	errortext(ERR_PASSTHRU_NOT_SUPPORTED, "You have attempted to pass through a server that does not support passthru")
#define ERR_NO_PASSTHRU_BAD_VERSION		PKG_SECURE+126
	errortext(ERR_NO_PASSTHRU_BAD_VERSION, "You are running with a version of the passthru protocol which is no longer supported")
#define ERR_JSPATH_POOLFULL				PKG_SECURE+127
	errortext(ERR_JSPATH_POOLFULL, 		"Insufficient memory - search path pool is full.")

#define ERR_SECURE_UNEXPMSG				PKG_SECURE+128
	errortext(ERR_SECURE_UNEXPMSG,		"An unexpected authentication message was received")
#define ERR_SECURE_NEWNAME_QUERY		PKG_SECURE+129
	errortext(ERR_SECURE_NEWNAME_QUERY,	"Would you like to update your current name to the following:")
#define ERR_SECURE_NEWNAME_REFUSED		PKG_SECURE+130
	errortext(ERR_SECURE_NEWNAME_REFUSED, "The remote client refused the name update")
#define ERR_SECURE_WRONG_CHALLENGE		PKG_SECURE+131
	errortext(ERR_SECURE_WRONG_CHALLENGE, "The remote system failed to prove its identity")
#define ERR_SECURE_UNKNOWN_PROXY_FCT	PKG_SECURE+132
	errortext(ERR_SECURE_UNKNOWN_PROXY_FCT, "Internal error: request to make an unknown Proxy Database entry")

#define ERR_SECURE_MISSING_ARG			PKG_SECURE+133
	errortext(ERR_SECURE_MISSING_ARG,	"Internal error: a required parameter in a subroutine call has not been supplied")
#define ERR_SECURE_CHANGE_WRONG_NEW_NAME	PKG_SECURE+134
	errortext(ERR_SECURE_CHANGE_WRONG_NEW_NAME, "The new name in the supplied Name Change Request does not match the subject name in the supplied certificate")
#define ERR_SECURE_CROSS_CERT_NOT_ALLOWED	PKG_SECURE+135
	errortext(ERR_SECURE_CROSS_CERT_NOT_ALLOWED, "The supplied certificate is a cross certificate; a certificate issued by an ancestor of the subject name is required")
#define ERR_SECURE_CHANGE_CERT_ISSUER_MISMATCH	PKG_SECURE+136
	errortext(ERR_SECURE_CHANGE_CERT_ISSUER_MISMATCH, "The name of the authority issuing the Name Change Request does not match the certifier name in the supplied certificate")
#define ERR_SECURE_ILL_CHANGE_ISSUER	PKG_SECURE+137
	errortext(ERR_SECURE_ILL_CHANGE_ISSUER, "The name of the authority issuing the Name Change Request is not allowed to make that request.")
#define ERR_SECURE_UNKNOWN_CHANGE_TYPE	PKG_SECURE+138
	errortext(ERR_SECURE_UNKNOWN_CHANGE_TYPE, "The Name Change Request is of an unknown type")
#define ERR_SECURE_INVALID_CHANGE_SIG	PKG_SECURE+139
	errortext(ERR_SECURE_INVALID_CHANGE_SIG, "The signature on the Name Change Request was found to be invalid")
#define ERR_SECURE_INVALID_CERT_SIG		PKG_SECURE+140																 
	errortext(ERR_SECURE_INVALID_CERT_SIG, "The signature in one of the supplied certificates was found to be invalid")
#define ERR_SECURE_CHANGE_CERT_KEY_MISMATCH	PKG_SECURE+141
	errortext(ERR_SECURE_CHANGE_CERT_KEY_MISMATCH, "The public keys specified in the Name Change Request do not match those specified in the new certificate")
#define ERR_SECURE_STALE_ABPI			PKG_SECURE+142
	errortext(ERR_SECURE_STALE_ABPI,	"The information in the supplied certificates from the Address Book entry is out of date")
#define ERR_SECURE_UPGRADE_ONLY			PKG_SECURE+143
	errortext(ERR_SECURE_UPGRADE_ONLY,	"The Name Change Request specifies a name or key change, but the change allowed is an update from a flat to a hierarchical name")
#define ERR_SECURE_CHANGE_MUST_BE_HI	PKG_SECURE+144
	errortext(ERR_SECURE_CHANGE_MUST_BE_HI, "The new name specified in the Name Change Request is not a hierarchical name")
#define ERR_SECURE_UPGRADE_NAME_MISMATCH	PKG_SECURE+145
	errortext(ERR_SECURE_UPGRADE_NAME_MISMATCH, "When upgrading an name from flat to hierarchical, the flat name must match the first component in the hierarchical name")
#define ERR_SECURE_CHANGE_ILL_MOVE_NAMES	PKG_SECURE+146
	errortext(ERR_SECURE_CHANGE_ILL_MOVE_NAMES, "When moving a name in the name hierarchy, the first component of the old and new names must be the same")
#define ERR_SECURE_INCONSIST_CHANGE_REQ	PKG_SECURE+147
	errortext(ERR_SECURE_INCONSIST_CHANGE_REQ, "The Name Change Request contains inconsistent or incomplete information")
#define ERR_SECURE_CHANGE_UNKNOWN_FIELDS	PKG_SECURE+148
	errortext(ERR_SECURE_CHANGE_UNKNOWN_FIELDS, "One or more of the fields in the Name Change Request could not be interpreted")
#define ERR_SECURE_CHANGE_WRONG_OLD_NAME	PKG_SECURE+149
	errortext(ERR_SECURE_CHANGE_WRONG_OLD_NAME, "The old name in the Name Change Request does not match the name trying to be changed")
#define ERR_SECURE_NO_CHANGE_REQ			PKG_SECURE+150
	errortext(ERR_SECURE_NO_CHANGE_REQ,		"Authentication protocol error: no Name Change Request was sent to the client")
#define ERR_SECURE_NEWCERTS_QUERY		PKG_SECURE+151
	errortext(ERR_SECURE_NEWCERTS_QUERY,	"The hierarchical certificates in your ID file have been updated with new expiration dates")
#define ERR_SECURE_NOKEY_IN_AB			PKG_SECURE+152
	errortext(ERR_SECURE_NOKEY_IN_AB,	"There is no appropriate key or certificate stored in the Address Book for this entry")
#define ERR_SECURE_WRONG_CHANGE_SIG		PKG_SECURE+153
	errortext(ERR_SECURE_WRONG_CHANGE_SIG,	"The signatures in the Name Change Request and Change Signature items did not match")
#define ERR_SECURE_MISSING_CHANGE_SIG	PKG_SECURE+154
	errortext(ERR_SECURE_MISSING_CHANGE_SIG, "The name change request document does not contain a Change Signature item")
#define ERR_SECURE_PW_YOU_MUST_BE_HI		PKG_SECURE+155
	errortext(ERR_SECURE_PW_YOU_MUST_BE_HI, "You must be running with a hierarchical name to access this server")
#define ERR_SECURE_PW_SUPPORT_VERS		PKG_SECURE+156
	errortext(ERR_SECURE_PW_SUPPORT_VERS, "The server requires that you be running Notes version 4.5 or greater in order to test your password")
#define ERR_SECURE_CERT_NOT_NEWER		PKG_SECURE+157
	errortext(ERR_SECURE_CERT_NOT_NEWER, "Did not accept the new certificates because they were not issued after the current certificates")


/* PT connection trace strings */

#define STR_PTCONNECT_PT_CAUSED_DIAL			PKG_SECURE+158
	stringtext(STR_PTCONNECT_PT_CAUSED_DIAL, "Passthru for %A caused a dial operation on %s")

#define STR_PTCONNECT_PORT_LIST			PKG_SECURE+159
	stringtext(STR_PTCONNECT_PORT_LIST, "Available Ports: %s")

#define STR_PTCONNECT_START_SEARCH			PKG_SECURE+160
	stringtext(STR_PTCONNECT_START_SEARCH, "Determining path to server %A")

#define STR_PTLOG_LEVEL_DRIVERS			PKG_SECURE+161
	stringtext(STR_PTLOG_LEVEL_DRIVERS, "Include driver messages")

#define STR_PTCONNECT_CHECK_SAVED_ADDRESS PKG_SECURE+162
	stringtext(STR_PTCONNECT_CHECK_SAVED_ADDRESS, "Checking for %A at last known address '%s' on %s...")

#define STR_PTCONNECT_SEARCHING_PREFERRED_CONNRECS PKG_SECURE+163
	stringtext(STR_PTCONNECT_SEARCHING_PREFERRED_CONNRECS, "Checking normal priority connection documents only...")

#define STR_PTCONNECT_SEARCHING_ALL_CONNRECS PKG_SECURE+164
	stringtext(STR_PTCONNECT_SEARCHING_ALL_CONNRECS, "Checking low and normal priority connection documents...")

#define STR_PTCONNECT_PT_SEARCH_FOR			PKG_SECURE+165
	stringtext(STR_PTCONNECT_PT_SEARCH_FOR, "Searching for path to %A")

#define STR_PTCONNECT_NO_PATH_FOUND			PKG_SECURE+166
	stringtext(STR_PTCONNECT_NO_PATH_FOUND, "No path found to %A")
#define STR_PTCONNECT_CONNREC_FOUND			PKG_SECURE+167
	stringtext(STR_PTCONNECT_CONNREC_FOUND, "%e%econnection document found for %A")

#define STR_PTCONNECT_FOUND_LAN_TABLE		PKG_SECURE+168
	stringtext(STR_PTCONNECT_FOUND_LAN_TABLE, "Address found in local %s names table for %A")
#define STR_PTCONNECT_WAN_PORT_IN_USE		PKG_SECURE+169
	stringtext(STR_PTCONNECT_WAN_PORT_IN_USE, "Port %s is already connected to %A")
#define STR_PTCONNECT_NAME_SERVICE			PKG_SECURE+170
	stringtext(STR_PTCONNECT_NAME_SERVICE, "Requesting address of %A from %A on %s")
#define STR_PTCONNECT_FOUND_FROM_NS			PKG_SECURE+171
	stringtext(STR_PTCONNECT_FOUND_FROM_NS, "Address '%s' returned for %A on %s")

#define STR_PTCONNECT_PROBE					PKG_SECURE+172
	stringtext(STR_PTCONNECT_PROBE,			"Checking for %A on %s using address '%s'")
#define STR_PTCONNECT_FOUND_BY_PROBE		PKG_SECURE+173
	stringtext(STR_PTCONNECT_FOUND_BY_PROBE,"%A is available on %s")

#define STR_PTCONNECT_USE_DEFAULT_PT		PKG_SECURE+174
	stringtext(STR_PTCONNECT_USE_DEFAULT_PT,"The default passthru server is %A")

#define STR_PTCONNECT_NO_DEFAULT_PT			PKG_SECURE+175
	stringtext(STR_PTCONNECT_NO_DEFAULT_PT, "No default passthru server defined")

#define STR_PTCONNECT_TRY_CONNECTED_WAN		PKG_SECURE+176
	stringtext(STR_PTCONNECT_TRY_CONNECTED_WAN, "%A is connected on %s; Using it as passthru server")

#define STR_PTCONNECT_TARGET_NS_NOT_RESPONDING	PKG_SECURE+177
	stringtext(STR_PTCONNECT_TARGET_NS_NOT_RESPONDING, 	"Server %A is not responding")

#define STR_PTCONNECT_JSGETPATH_FAILED		PKG_SECURE+178
	stringtext(STR_PTCONNECT_JSGETPATH_FAILED, 	"Unable to find any path to %A because %e")

#define STR_PTCONNECT_FB_NAME_SERVICE			PKG_SECURE+179
	stringtext(STR_PTCONNECT_FB_NAME_SERVICE, "Requesting address of %A from secondary name server %A on %s")

#define STR_PTCONNECT_PASS_THROUGH			PKG_SECURE+180
	stringtext(STR_PTCONNECT_PASS_THROUGH, "Pass through %A to connect to %A")

/* could release this one. */
#define STR_PTCONNECT_CONNREC_IGNORED 	PKG_SECURE+181
	stringtext(STR_PTCONNECT_CONNREC_IGNORED, "%e connection document for %A ignored: %e")


#define STR_PTCONNECT_ENABLE_NS_REQS		PKG_SECURE+182
	stringtext(STR_PTCONNECT_ENABLE_NS_REQS, "Enabling name service requests and probes...")

#define STR_PTCONNECT_ENABLE_WILD_CARDS		PKG_SECURE+183
	stringtext(STR_PTCONNECT_ENABLE_WILD_CARDS, "Allowing wild card connection documents...")

#define STR_PTCONNECT_PT_CONNREC_FOUND		PKG_SECURE+184
	stringtext(STR_PTCONNECT_PT_CONNREC_FOUND, "%e%econnection document found for %A via %A")

#define STR_PTCONNECT_ADDRESS				PKG_SECURE+185
	stringtext(STR_PTCONNECT_ADDRESS, 		"Using address '%A' for %A on %s")

#define STR_PTCONNECT_CONNECTION_FAILED		PKG_SECURE+186
	stringtext(STR_PTCONNECT_CONNECTION_FAILED, "Unable to connect to %A on %s (%e)")

#define STR_PTCONNECT_REMOTE_LAN			PKG_SECURE+187
	stringtext(STR_PTCONNECT_REMOTE_LAN, 	"Establishing %s link to %A")

#define STR_PTCONNECT_NAME_NOT_FOUND		PKG_SECURE+188
	stringtext(STR_PTCONNECT_NAME_NOT_FOUND, "%A has no address for %a on %s")

#define STR_PTCONNECT_TRACE_CONNECTED		PKG_SECURE+189
	stringtext(STR_PTCONNECT_TRACE_CONNECTED, "Connected to server %A")

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -