📄 jwalmerrlog.pas
字号:
NELOG_Wksta_Infoseg = (ERRLOG_BASE + 60);
{$EXTERNALSYM NELOG_Wksta_Infoseg}
{
* The workstation information segment is bigger than 64K.
* The size follows, in DWORD format:
}
NELOG_Wksta_Compname = (ERRLOG_BASE + 61);
{$EXTERNALSYM NELOG_Wksta_Compname}
{
* The workstation was unable to get the name-number of the computer.
}
NELOG_Wksta_BiosThreadFailure = (ERRLOG_BASE + 62);
{$EXTERNALSYM NELOG_Wksta_BiosThreadFailure}
{
* The workstation could not initialize the Async NetBIOS Thread.
* The error code is the data.
}
NELOG_Wksta_IniSeg = (ERRLOG_BASE + 63);
{$EXTERNALSYM NELOG_Wksta_IniSeg}
{
* The workstation could not open the initial shared segment.
* The error code is the data.
}
NELOG_Wksta_HostTab_Full = (ERRLOG_BASE + 64);
{$EXTERNALSYM NELOG_Wksta_HostTab_Full}
{
* The workstation host table is full.
}
NELOG_Wksta_Bad_Mailslot_SMB = (ERRLOG_BASE + 65);
{$EXTERNALSYM NELOG_Wksta_Bad_Mailslot_SMB}
{
* A bad mailslot server message block (SMB) was received. The SMB is the data.
}
NELOG_Wksta_UASInit = (ERRLOG_BASE + 66);
{$EXTERNALSYM NELOG_Wksta_UASInit}
{
* The workstation encountered an error while trying to start the user accounts database.
* The error code is the data.
}
NELOG_Wksta_SSIRelogon = (ERRLOG_BASE + 67);
{$EXTERNALSYM NELOG_Wksta_SSIRelogon}
{
* The workstation encountered an error while responding to an SSI revalidation request.
* The function code and the error codes are the data.
}
//
// Alerter service specific error log messages from 70 to 79
//
NELOG_Build_Name = (ERRLOG_BASE + 70);
{$EXTERNALSYM NELOG_Build_Name}
{
* The Alerter service had a problem creating the list of
* alert recipients. The error code is %1.
}
NELOG_Name_Expansion = (ERRLOG_BASE + 71);
{$EXTERNALSYM NELOG_Name_Expansion}
{
* There was an error expanding %1 as a group name. Try
* splitting the group into two or more smaller groups.
}
NELOG_Message_Send = (ERRLOG_BASE + 72);
{$EXTERNALSYM NELOG_Message_Send}
{
* There was an error sending %2 the alert message -
* (
* %3 )
* The error code is %1.
}
NELOG_Mail_Slt_Err = (ERRLOG_BASE + 73);
{$EXTERNALSYM NELOG_Mail_Slt_Err}
{
* There was an error in creating or reading the alerter mailslot.
* The error code is %1.
}
NELOG_AT_cannot_read = (ERRLOG_BASE + 74);
{$EXTERNALSYM NELOG_AT_cannot_read}
{
* The server could not read the AT schedule file.
}
NELOG_AT_sched_err = (ERRLOG_BASE + 75);
{$EXTERNALSYM NELOG_AT_sched_err}
{
* The server found an invalid AT schedule record.
}
NELOG_AT_schedule_file_created = (ERRLOG_BASE + 76);
{$EXTERNALSYM NELOG_AT_schedule_file_created}
{
* The server could not find an AT schedule file so it created one.
}
NELOG_Srvnet_NB_Open = (ERRLOG_BASE + 77);
{$EXTERNALSYM NELOG_Srvnet_NB_Open}
{
* The server could not access the %1 network with NetBiosOpen.
}
NELOG_AT_Exec_Err = (ERRLOG_BASE + 78);
{$EXTERNALSYM NELOG_AT_Exec_Err}
{
* The AT command processor could not run %1.
}
//
// Cache Lazy Write and HPFS386 specific error log messages from 80 to 89
//
NELOG_Lazy_Write_Err = (ERRLOG_BASE + 80);
{$EXTERNALSYM NELOG_Lazy_Write_Err}
{
* WARNING: Because of a lazy-write error, drive %1 now
* contains some corrupted data. The cache is stopped.
}
NELOG_HotFix = (ERRLOG_BASE + 81);
{$EXTERNALSYM NELOG_HotFix}
{
* A defective sector on drive %1 has been replaced (hotfixed).
* No data was lost. You should run CHKDSK soon to restore full
* performance and replenish the volume's spare sector pool.
*
* The hotfix occurred while processing a remote request.
}
NELOG_HardErr_From_Server = (ERRLOG_BASE + 82);
{$EXTERNALSYM NELOG_HardErr_From_Server}
{
* A disk error occurred on the HPFS volume in drive %1.
* The error occurred while processing a remote request.
}
NELOG_LocalSecFail1 = (ERRLOG_BASE + 83);
{$EXTERNALSYM NELOG_LocalSecFail1}
{
* The user accounts database (NET.ACC) is corrupted. The local security
* system is replacing the corrupted NET.ACC with the backup
* made at %1.
* Any updates made to the database after this time are lost.
*
}
NELOG_LocalSecFail2 = (ERRLOG_BASE + 84);
{$EXTERNALSYM NELOG_LocalSecFail2}
{
* The user accounts database (NET.ACC) is missing. The local
* security system is restoring the backup database
* made at %1.
* Any updates made to the database made after this time are lost.
*
}
NELOG_LocalSecFail3 = (ERRLOG_BASE + 85);
{$EXTERNALSYM NELOG_LocalSecFail3}
{
* Local security could not be started because the user accounts database
* (NET.ACC) was missing or corrupted, and no usable backup
* database was present.
*
* THE SYSTEM IS NOT SECURE.
}
NELOG_LocalSecGeneralFail = (ERRLOG_BASE + 86);
{$EXTERNALSYM NELOG_LocalSecGeneralFail}
{
* Local security could not be started because an error
* occurred during initialization. The error code returned is %1.
*
* THE SYSTEM IS NOT SECURE.
*
}
//
// NETWKSTA.SYS specific error log messages from 90 to 99
//
NELOG_NetWkSta_Internal_Error = (ERRLOG_BASE + 90);
{$EXTERNALSYM NELOG_NetWkSta_Internal_Error}
{
* A NetWksta internal error has occurred:
* %1
}
NELOG_NetWkSta_No_Resource = (ERRLOG_BASE + 91);
{$EXTERNALSYM NELOG_NetWkSta_No_Resource}
{
* The redirector is out of a resource: %1.
}
NELOG_NetWkSta_SMB_Err = (ERRLOG_BASE + 92);
{$EXTERNALSYM NELOG_NetWkSta_SMB_Err}
{
* A server message block (SMB) error occurred on the connection to %1.
* The SMB header is the data.
}
NELOG_NetWkSta_VC_Err = (ERRLOG_BASE + 93);
{$EXTERNALSYM NELOG_NetWkSta_VC_Err}
{
* A virtual circuit error occurred on the session to %1.
* The network control block (NCB) command and return code is the data.
}
NELOG_NetWkSta_Stuck_VC_Err = (ERRLOG_BASE + 94);
{$EXTERNALSYM NELOG_NetWkSta_Stuck_VC_Err}
{
* Hanging up a stuck session to %1.
}
NELOG_NetWkSta_NCB_Err = (ERRLOG_BASE + 95);
{$EXTERNALSYM NELOG_NetWkSta_NCB_Err}
{
* A network control block (NCB) error occurred (%1).
* The NCB is the data.
}
NELOG_NetWkSta_Write_Behind_Err = (ERRLOG_BASE + 96);
{$EXTERNALSYM NELOG_NetWkSta_Write_Behind_Err}
{
* A write operation to %1 failed.
* Data may have been lost.
}
NELOG_NetWkSta_Reset_Err = (ERRLOG_BASE + 97);
{$EXTERNALSYM NELOG_NetWkSta_Reset_Err}
{
* Reset of driver %1 failed to complete the network control block (NCB).
* The NCB is the data.
}
NELOG_NetWkSta_Too_Many = (ERRLOG_BASE + 98);
{$EXTERNALSYM NELOG_NetWkSta_Too_Many}
{
* The amount of resource %1 requested was more
* than the maximum. The maximum amount was allocated.
}
//
// Spooler specific error log messages from 100 to 103
//
NELOG_Srv_Thread_Failure = (ERRLOG_BASE + 104);
{$EXTERNALSYM NELOG_Srv_Thread_Failure}
{
* The server could not create a thread.
* The THREADS parameter in the CONFIG.SYS file should be increased.
}
NELOG_Srv_Close_Failure = (ERRLOG_BASE + 105);
{$EXTERNALSYM NELOG_Srv_Close_Failure}
{
* The server could not close %1.
* The file is probably corrupted.
}
NELOG_ReplUserCurDir = (ERRLOG_BASE + 106);
{$EXTERNALSYM NELOG_ReplUserCurDir}
{
*The replicator cannot update directory %1. It has tree integrity
* and is the current directory for some process.
}
NELOG_ReplCannotMasterDir = (ERRLOG_BASE + 107);
{$EXTERNALSYM NELOG_ReplCannotMasterDir}
{
*The server cannot export directory %1 to client %2.
* It is exported from another server.
}
NELOG_ReplUpdateError = (ERRLOG_BASE + 108);
{$EXTERNALSYM NELOG_ReplUpdateError}
{
*The replication server could not update directory %2 from the source
* on %3 due to error %1.
}
NELOG_ReplLostMaster = (ERRLOG_BASE + 109);
{$EXTERNALSYM NELOG_ReplLostMaster}
{
*Master %1 did not send an update notice for directory %2 at the expected
* time.
}
NELOG_NetlogonAuthDCFail = (ERRLOG_BASE + 110);
{$EXTERNALSYM NELOG_NetlogonAuthDCFail}
{
*This computer could not authenticate with %2, a Windows domain controller
* for domain %1, and therefore this computer might deny logon requests.
* This inability to authenticate might be caused by another computer on the
* same network using the same name or the password for this computer account
* is not recognized. If this message appears again, contact your system
* administrator.
}
NELOG_ReplLogonFailed = (ERRLOG_BASE + 111);
{$EXTERNALSYM NELOG_ReplLogonFailed}
{
*The replicator attempted to log on at %2 as %1 and failed.
}
NELOG_ReplNetErr = (ERRLOG_BASE + 112);
{$EXTERNALSYM NELOG_ReplNetErr}
{
* Network error %1 occurred.
}
NELOG_ReplMaxFiles = (ERRLOG_BASE + 113);
{$EXTERNALSYM NELOG_ReplMaxFiles}
{
* Replicator limit for files in a directory has been exceeded.
}
NELOG_ReplMaxTreeDepth = (ERRLOG_BASE + 114);
{$EXTERNALSYM NELOG_ReplMaxTreeDepth}
{
* Replicator limit for tree depth has been exceeded.
}
NELOG_ReplBadMsg = (ERRLOG_BASE + 115);
{$EXTERNALSYM NELOG_ReplBadMsg}
{
* Unrecognized message received in mailslot.
}
NELOG_ReplSysErr = (ERRLOG_BASE + 116);
{$EXTERNALSYM NELOG_ReplSysErr}
{
* System error %1 occurred.
}
NELOG_ReplUserLoged = (ERRLOG_BASE + 117);
{$EXTERNALSYM NELOG_ReplUserLoged}
{
* Cannot log on. User is currently logged on and argument TRYUSER
* is set to NO.
}
NELOG_ReplBadImport = (ERRLOG_BASE + 118);
{$EXTERNALSYM NELOG_ReplBadImport}
{
* IMPORT path %1 cannot be found.
}
NELOG_ReplBadExport = (ERRLOG_BASE + 119);
{$EXTERNALSYM NELOG_ReplBadExport}
{
* EXPORT path %1 cannot be found.
}
NELOG_ReplSignalFileErr = (ERRLOG_BASE + 120);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -