📄 jwalmerrlog.pas
字号:
NELOG_NetlogonAuthNoDomainController = (ERRLOG2_BASE + 19);
{$EXTERNALSYM NELOG_NetlogonAuthNoDomainController}
{
* This computer was not able to set up a secure session with a domain
* controller in domain %1 due to the following: %n%2
* %nThis may lead to authentication problems. Make sure that this
* computer is connected to the network. If the problem persists,
* please contact your domain administrator.
*
* %n%nADDITIONAL INFO
* %nIf this computer is a domain controller for the specified domain, it
* sets up the secure session to the primary domain controller emulator in the specified
* domain. Otherwise, this computer sets up the secure session to any domain controller
* in the specified domain.
}
NELOG_NetlogonAuthNoTrustLsaSecret = (ERRLOG2_BASE + 20);
{$EXTERNALSYM NELOG_NetlogonAuthNoTrustLsaSecret}
{
* The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2
* failed because the computer %3 does not have a local security database account.
}
NELOG_NetlogonAuthNoTrustSamAccount = (ERRLOG2_BASE + 21);
{$EXTERNALSYM NELOG_NetlogonAuthNoTrustSamAccount}
{
* The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2
* failed because the Domain Controller did not have an account %4
* needed to set up the session by this computer %3.
*
* %n%nADDITIONAL DATA
* %nIf this computer is a member of or a Domain Controller in the specified domain, the
* aforementioned account is a computer account for this computer in the specified domain.
* Otherwise, the account is an interdomain trust account with the specified domain.
}
NELOG_NetlogonServerAuthFailed = (ERRLOG2_BASE + 22);
{$EXTERNALSYM NELOG_NetlogonServerAuthFailed}
{
* The session setup from the computer %1 failed to authenticate.
* The name(s) of the account(s) referenced in the security database is
* %2. The following error occurred: %n%3
}
NELOG_NetlogonServerAuthNoTrustSamAccount = (ERRLOG2_BASE + 23);
{$EXTERNALSYM NELOG_NetlogonServerAuthNoTrustSamAccount}
{
* The session setup from computer '%1' failed because the security database
* does not contain a trust account '%2' referenced by the specified computer.
*
* %n%nUSER ACTION
*
* %nIf this is the first occurrence of this event for the specified computer
* and account, this may be a transient issue that doesn't require any action
* at this time. Otherwise, the following steps may be taken to resolve this problem:
*
* %n%nIf '%2' is a legitimate machine account for the computer '%1', then '%1'
* should be rejoined to the domain.
*
* %n%nIf '%2' is a legitimate interdomain trust account, then the trust should
* be recreated.
*
* %n%nOtherwise, assuming that '%2' is not a legitimate account, the following
* action should be taken on '%1':
*
* %n%nIf '%1' is a Domain Controller, then the trust associated with '%2' should be deleted.
*
* %n%nIf '%1' is not a Domain Controller, it should be disjoined from the domain.
}
//
// General log messages for NT services.
//
NELOG_FailedToRegisterSC = (ERRLOG2_BASE + 24);
{$EXTERNALSYM NELOG_FailedToRegisterSC}
{
* Could not register control handler with service controller %1.
}
NELOG_FailedToSetServiceStatus = (ERRLOG2_BASE + 25);
{$EXTERNALSYM NELOG_FailedToSetServiceStatus}
{
* Could not set service status with service controller %1.
}
NELOG_FailedToGetComputerName = (ERRLOG2_BASE + 26);
{$EXTERNALSYM NELOG_FailedToGetComputerName}
{
* Could not find the computer name %1.
}
NELOG_DriverNotLoaded = (ERRLOG2_BASE + 27);
{$EXTERNALSYM NELOG_DriverNotLoaded}
{
* Could not load %1 device driver.
}
NELOG_NoTranportLoaded = (ERRLOG2_BASE + 28);
{$EXTERNALSYM NELOG_NoTranportLoaded}
{
* Could not load any transport.
}
//
// More Netlogon service events
//
NELOG_NetlogonFailedDomainDelta = (ERRLOG2_BASE + 29);
{$EXTERNALSYM NELOG_NetlogonFailedDomainDelta}
{
* Replication of the %1 Domain Object "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedGlobalGroupDelta = (ERRLOG2_BASE + 30);
{$EXTERNALSYM NELOG_NetlogonFailedGlobalGroupDelta}
{
* Replication of the %1 Global Group "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedLocalGroupDelta = (ERRLOG2_BASE + 31);
{$EXTERNALSYM NELOG_NetlogonFailedLocalGroupDelta}
{
* Replication of the %1 Local Group "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedUserDelta = (ERRLOG2_BASE + 32);
{$EXTERNALSYM NELOG_NetlogonFailedUserDelta}
{
* Replication of the %1 User "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedPolicyDelta = (ERRLOG2_BASE + 33);
{$EXTERNALSYM NELOG_NetlogonFailedPolicyDelta}
{
* Replication of the %1 Policy Object "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedTrustedDomainDelta = (ERRLOG2_BASE + 34);
{$EXTERNALSYM NELOG_NetlogonFailedTrustedDomainDelta}
{
* Replication of the %1 Trusted Domain Object "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedAccountDelta = (ERRLOG2_BASE + 35);
{$EXTERNALSYM NELOG_NetlogonFailedAccountDelta}
{
* Replication of the %1 Account Object "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonFailedSecretDelta = (ERRLOG2_BASE + 36);
{$EXTERNALSYM NELOG_NetlogonFailedSecretDelta}
{
* Replication of the %1 Secret "%2" from primary domain controller
* %3 failed with the following error: %n%4
}
NELOG_NetlogonSystemError = (ERRLOG2_BASE + 37);
{$EXTERNALSYM NELOG_NetlogonSystemError}
{
* The system returned the following unexpected error code: %n%1
}
NELOG_NetlogonDuplicateMachineAccounts = (ERRLOG2_BASE + 38);
{$EXTERNALSYM NELOG_NetlogonDuplicateMachineAccounts}
{
* Netlogon has detected two machine accounts for server "%1".
* The server can be either a Windows 2000 Server that is a member of the
* domain or the server can be a LAN Manager server with an account in the
* SERVERS global group. It cannot be both.
}
NELOG_NetlogonTooManyGlobalGroups = (ERRLOG2_BASE + 39);
{$EXTERNALSYM NELOG_NetlogonTooManyGlobalGroups}
{
* This domain has more global groups than can be replicated to a LanMan
* BDC. Either delete some of your global groups or remove the LanMan
* BDCs from the domain.
}
NELOG_NetlogonBrowserDriver = (ERRLOG2_BASE + 40);
{$EXTERNALSYM NELOG_NetlogonBrowserDriver}
{
* The Browser driver returned the following error to Netlogon: %n%1
}
NELOG_NetlogonAddNameFailure = (ERRLOG2_BASE + 41);
{$EXTERNALSYM NELOG_NetlogonAddNameFailure}
{
* Netlogon could not register the %1<1B> name for the following reason: %n%2
}
//
// More Remoteboot service events.
//
NELOG_RplMessages = (ERRLOG2_BASE + 42);
{$EXTERNALSYM NELOG_RplMessages}
{
* Service failed to retrieve messages needed to boot remote boot clients.
}
NELOG_RplXnsBoot = (ERRLOG2_BASE + 43);
{$EXTERNALSYM NELOG_RplXnsBoot}
{
* Service experienced a severe error and can no longer provide remote boot
* for 3Com 3Start remote boot clients.
}
NELOG_RplSystem = (ERRLOG2_BASE + 44);
{$EXTERNALSYM NELOG_RplSystem}
{
* Service experienced a severe system error and will shut itself down.
}
NELOG_RplWkstaTimeout = (ERRLOG2_BASE + 45);
{$EXTERNALSYM NELOG_RplWkstaTimeout}
{
* Client with computer name %1 failed to acknowledge receipt of the
* boot data. Remote boot of this client was not completed.
}
NELOG_RplWkstaFileOpen = (ERRLOG2_BASE + 46);
{$EXTERNALSYM NELOG_RplWkstaFileOpen}
{
* Client with computer name %1 was not booted due to an error in opening
* file %2.
}
NELOG_RplWkstaFileRead = (ERRLOG2_BASE + 47);
{$EXTERNALSYM NELOG_RplWkstaFileRead}
{
* Client with computer name %1 was not booted due to an error in reading
* file %2.
}
NELOG_RplWkstaMemory = (ERRLOG2_BASE + 48);
{$EXTERNALSYM NELOG_RplWkstaMemory}
{
* Client with computer name %1 was not booted due to insufficient memory
* at the remote boot server.
}
NELOG_RplWkstaFileChecksum = (ERRLOG2_BASE + 49);
{$EXTERNALSYM NELOG_RplWkstaFileChecksum}
{
* Client with computer name %1 will be booted without using checksums
* because checksum for file %2 could not be calculated.
}
NELOG_RplWkstaFileLineCount = (ERRLOG2_BASE + 50);
{$EXTERNALSYM NELOG_RplWkstaFileLineCount}
{
* Client with computer name %1 was not booted due to too many lines in
* file %2.
}
NELOG_RplWkstaBbcFile = (ERRLOG2_BASE + 51);
{$EXTERNALSYM NELOG_RplWkstaBbcFile}
{
* Client with computer name %1 was not booted because the boot block
* configuration file %2 for this client does not contain boot block
* line and/or loader line.
}
NELOG_RplWkstaFileSize = (ERRLOG2_BASE + 52);
{$EXTERNALSYM NELOG_RplWkstaFileSize}
{
* Client with computer name %1 was not booted due to a bad size of
* file %2.
}
NELOG_RplWkstaInternal = (ERRLOG2_BASE + 53);
{$EXTERNALSYM NELOG_RplWkstaInternal}
{
* Client with computer name %1 was not booted due to remote boot
* service internal error.
}
NELOG_RplWkstaWrongVersion = (ERRLOG2_BASE + 54);
{$EXTERNALSYM NELOG_RplWkstaWrongVersion}
{
* Client with computer name %1 was not booted because file %2 has an
* invalid boot header.
}
NELOG_RplWkstaNetwork = (ERRLOG2_BASE + 55);
{$EXTERNALSYM NELOG_RplWkstaNetwork}
{
* Client with computer name %1 was not booted due to network error.
}
NELOG_RplAdapterResource = (ERRLOG2_BASE + 56);
{$EXTERNALSYM NELOG_RplAdapterResource}
{
* Client with adapter id %1 was not booted due to lack of resources.
}
NELOG_RplFileCopy = (ERRLOG2_BASE + 57);
{$EXTERNALSYM NELOG_RplFileCopy}
{
* Service experienced error copying file or directory %1.
}
NELOG_RplFileDelete = (ERRLOG2_BASE + 58);
{$EXTERNALSYM NELOG_RplFileDelete}
{
* Service experienced error deleting file or directory %1.
}
NELOG_RplFilePerms = (ERRLOG2_BASE + 59);
{$EXTERNALSYM NELOG_RplFilePerms}
{
* Service experienced error setting permissions on file or directory %1.
}
NELOG_RplCheckConfigs = (ERRLOG2_BASE + 60);
{$EXTERNALSYM NELOG_RplCheckConfigs}
{
* Service experienced error evaluating RPL configurations.
}
NELOG_RplCreateProfiles = (ERRLOG2_BASE + 61);
{$EXTERNALSYM NELOG_RplCreateProfiles}
{
* Service experienced error creating RPL profiles for all configurations.
}
NELOG_RplRegistry = (ERRLOG2_BASE + 62);
{$EXTERNALSYM NELOG_RplRegistry}
{
* Service experienced error accessing registry.
}
NELOG_RplReplaceRPLDISK = (ERRLOG2_BASE + 63);
{$EXTERNALSYM NELOG_RplReplaceRPLDISK}
{
* Service experienced error replacing possibly outdated RPLDISK.SYS.
}
NELOG_RplCheckSecurity = (ERRLOG2_BASE + 64);
{$EXTERNALSYM NELOG_RplCheckSecurity}
{
* Service experienced error adding security accounts or setting
* file permissions. These accounts are the RPLUSER local group
* and the user accounts for the individual RPL workstations.
}
NELOG_RplBackupDatabase = (ERRLOG2_BASE + 65);
{$EXTERNALSYM NELOG_RplBackupDatabase}
{
* Service failed to back up its database.
}
NELOG_RplInitDatabase = (ERRLOG2_BASE + 66);
{$EXTERNALSYM NELOG_RplInitDatabase}
{
* Service failed to initialize from its database. The database may be
* missing or corrupted. Service will attempt restoring the database
* from the backup.
}
NELOG_RplRestoreDatabaseFailure = (ERRLOG2_BASE + 67);
{$EXTERNALSYM NELOG_RplRestoreDatabaseFailure}
{
* Service failed to restore its database from the backup. Service
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -