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

📄 jwalmerrlog.pas

📁 比较全面的win32api开发包
💻 PAS
📖 第 1 页 / 共 5 页
字号:
    * will not start.
    }
  NELOG_RplRestoreDatabaseSuccess = (ERRLOG2_BASE + 68);
  {$EXTERNALSYM NELOG_RplRestoreDatabaseSuccess}

    {
    * Service successfully restored its database from the backup.
    }
  NELOG_RplInitRestoredDatabase = (ERRLOG2_BASE + 69);
  {$EXTERNALSYM NELOG_RplInitRestoredDatabase}

    {
    * Service failed to initialize from its restored database.  Service
    * will not start.
    }

//
// More Netlogon and RPL service events
//
  NELOG_NetlogonSessionTypeWrong = (ERRLOG2_BASE + 70);
  {$EXTERNALSYM NELOG_NetlogonSessionTypeWrong}

    {
     * The session setup to the Windows NT or Windows 2000 Domain Controller %1 from computer
     * %2 using account %4 failed.  %2 is declared to be a BDC in domain %3.
     * However, %2 tried to connect as either a DC in a trusted domain,
     * a member workstation in domain %3, or as a server in domain %3.
     * Use the Active Directory Users and Computers tool or Server Manager to remove the BDC account for %2.
     }
  NELOG_RplUpgradeDBTo40 = (ERRLOG2_BASE + 71);
  {$EXTERNALSYM NELOG_RplUpgradeDBTo40}

    {
    * The Remoteboot database was in NT 3.5 / NT 3.51 format and NT is
    * attempting to convert it to NT 4.0 format. The JETCONV converter
    * will write to the Application event log when it is finished.
    }
  NELOG_NetlogonLanmanBdcsNotAllowed = (ERRLOG2_BASE + 72);
  {$EXTERNALSYM NELOG_NetlogonLanmanBdcsNotAllowed}

    {
     * Global group SERVERS exists in domain %1 and has members.
     * This group defines Lan Manager BDCs in the domain.
     * Lan Manager BDCs are not permitted in NT domains.
     }
  NELOG_NetlogonNoDynamicDns = (ERRLOG2_BASE + 73);
  {$EXTERNALSYM NELOG_NetlogonNoDynamicDns}

    {
     * The following DNS server that is authoritative for the DNS domain controller
     * locator records of this domain controller does not support dynamic DNS updates:
     *
     * %n%nDNS server IP address: %1
     * %nReturned Response Code (RCODE): %2
     * %nReturned Status Code: %3
     *
     * %n%nUSER ACTION
     *
     * %nConfigure the DNS server to allow dynamic DNS updates or manually add the DNS
     * records from the file '%SystemRoot%\System32\Config\Netlogon.dns' to the DNS database.
     }

  NELOG_NetlogonDynamicDnsRegisterFailure = (ERRLOG2_BASE + 74);
  {$EXTERNALSYM NELOG_NetlogonDynamicDnsRegisterFailure}

    {
      * The dynamic registration of the DNS record '%1' failed on the following DNS server:
      *
      * %n%nDNS server IP address: %3
      * %nReturned Response Code (RCODE): %4
      * %nReturned Status Code: %5
      *
      * %n%nFor computers and users to locate this domain controller, this record must be
      * registered in DNS.
      *
      * %n%nUSER ACTION
      *
      * %nDetermine what might have caused this failure, resolve the problem, and initiate
      * registration of the DNS records by the domain controller. To determine what might
      * have caused this failure, run DCDiag.exe. You can find this program on the Whistler
      * installation CD in the Support\Tools folder. To learn more about DCDiag.exe, see
      * Help and Suport Center. To initiate registration of the DNS records by this domain
      * controller, run 'nltest.exe /dsregdns' from the command prompt on the domain controller
      * or restart Net Logon service. Nltest.exe is available in the Microsoft Windows Server
      * Resource Kit CD. %n  Or, you can manually add this record to DNS, but it is not
      * recommended.
      *
      * %n%nADDITIONAL DATA
      * %nError Value: %2
     }

  NELOG_NetlogonDynamicDnsDeregisterFailure = (ERRLOG2_BASE + 75);
  {$EXTERNALSYM NELOG_NetlogonDynamicDnsDeregisterFailure}

    {
      * The dynamic deletion of the DNS record '%1' failed on the following DNS server:
      *
      * %n%nDNS server IP address: %3
      * %nReturned Response Code (RCODE): %4
      * %nReturned Status Code: %5
      *
      * %n%nUSER ACTION
      *
      * %nTo prevent remote computers from connecting unnecessarily to the domain controller,
      * delete the record manually or troubleshoot the failure to dynamically delete the
      * record. To learn more about debugging DNS, see Help and Support Center.
      *
      * %n%nADDITIONAL DATA
      * %nError Value: %2
     }

  NELOG_NetlogonFailedFileCreate = (ERRLOG2_BASE + 76);
  {$EXTERNALSYM NELOG_NetlogonFailedFileCreate}

    {
     * Failed to create/open file %1 with the following error: %n%2
     }

  NELOG_NetlogonGetSubnetToSite = (ERRLOG2_BASE + 77);
  {$EXTERNALSYM NELOG_NetlogonGetSubnetToSite}

    {
     * Netlogon got the following error while trying to get the subnet to site
     * mapping information from the DS: %n%1
     }

  NELOG_NetlogonNoSiteForClient = (ERRLOG2_BASE + 78);
  {$EXTERNALSYM NELOG_NetlogonNoSiteForClient}

   {
    * '%1' tried to determine its site by looking up its IP address ('%2')
    * in the Configuration\Sites\Subnets container in the DS.  No subnet matched
    * the IP address.  Consider adding a subnet object for this IP address.
    }

  NELOG_NetlogonBadSiteName = (ERRLOG2_BASE + 79);
  {$EXTERNALSYM NELOG_NetlogonBadSiteName}

    {
     * The site name for this computer is '%1'.  That site name is not a valid
     * site name.  A site name must be a valid DNS label.
     * Rename the site to be a valid name.
     }

  NELOG_NetlogonBadSubnetName = (ERRLOG2_BASE + 80);
  {$EXTERNALSYM NELOG_NetlogonBadSubnetName}

    {
     * The subnet object '%1' appears in the Configuration\Sites\Subnets
     * container in the DS.  The name is not syntactically valid.  The valid
     * syntax is xx.xx.xx.xx/yy where xx.xx.xx.xx is a valid IP subnet number
     * and yy is the number of bits in the subnet mask.
     *
     * Correct the name of the subnet object.
     }

  NELOG_NetlogonDynamicDnsServerFailure = (ERRLOG2_BASE + 81);
  {$EXTERNALSYM NELOG_NetlogonDynamicDnsServerFailure}

    {
     * Dynamic registration or deletion of one or more DNS records associated with DNS
     * domain '%1' failed.  These records are used by other computers to locate this
     * server as a domain controller (if the specified domain is an Active Directory
     * domain) or as an LDAP server (if the specified domain is an application partition).
     *
     * %n%nPossible causes of failure include:
     *
     * %n- TCP/IP properties of the network connections of this computer contain wrong IP address(es) of the preferred and alternate DNS servers
     * %n- Specified preferred and alternate DNS servers are not running
     * %n- DNS server(s) primary for the records to be registered is not running
     * %n- Preferred or alternate DNS servers are configured with wrong root hints
     * %n- Parent DNS zone contains incorrect delegation to the child zone authoritative for the DNS records that failed registration
     *
     * %n%nUSER ACTION
     *
     * %nFix possible misconfiguration(s) specified above and initiate registration or deletion of
     * the DNS records by running 'nltest.exe /dsregdns' from the command prompt or by restarting
     * Net Logon service. Nltest.exe is available in the Microsoft Windows Server Resource Kit CD.
     }

  NELOG_NetlogonDynamicDnsFailure = (ERRLOG2_BASE + 82);
  {$EXTERNALSYM NELOG_NetlogonDynamicDnsFailure}

    {
     * Dynamic registration or deregistration of one or more DNS records failed with the following error: %n%1
     }

  NELOG_NetlogonRpcCallCancelled = (ERRLOG2_BASE + 83);
  {$EXTERNALSYM NELOG_NetlogonRpcCallCancelled}

    {
     * The session setup to the Windows NT or Windows 2000 Domain Controller %1 for the domain %2
     * is not responsive.  The current RPC call from Netlogon on \\%3 to %1 has been cancelled.
     }

  NELOG_NetlogonDcSiteCovered = (ERRLOG2_BASE + 84);
  {$EXTERNALSYM NELOG_NetlogonDcSiteCovered}

    {
     * Site '%2' does not have any Domain Controllers for domain '%3'.
     * Domain Controllers in site '%1' have been automatically
     * selected to cover site '%2' for domain '%3' based on configured
     * Directory Server replication costs.
     }

  NELOG_NetlogonDcSiteNotCovered = (ERRLOG2_BASE + 85);
  {$EXTERNALSYM NELOG_NetlogonDcSiteNotCovered}

    {
     * This Domain Controller no longer automatically covers site '%1' for domain '%2'.
     }

  NELOG_NetlogonGcSiteCovered = (ERRLOG2_BASE + 86);
  {$EXTERNALSYM NELOG_NetlogonGcSiteCovered}

    {
     * Site '%2' does not have any Global Catalog servers for forest '%3'.
     * Global Catalog servers in site '%1' have been automatically
     * selected to cover site '%2' for forest '%3' based on configured
     * Directory Server replication costs.
     }

  NELOG_NetlogonGcSiteNotCovered = (ERRLOG2_BASE + 87);
  {$EXTERNALSYM NELOG_NetlogonGcSiteNotCovered}

    {
     * This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
     }

  NELOG_NetlogonFailedSpnUpdate = (ERRLOG2_BASE + 88);
  {$EXTERNALSYM NELOG_NetlogonFailedSpnUpdate}

    {
     * Attempt to update HOST Service Principal Names (SPNs) of the computer
     * object in Active Directory failed. The updated values were '%1' and '%2'.
     * The following error occurred: %n%3
     }

  NELOG_NetlogonFailedDnsHostNameUpdate = (ERRLOG2_BASE + 89);
  {$EXTERNALSYM NELOG_NetlogonFailedDnsHostNameUpdate}

    {
     * Attempt to update DNS Host Name of the computer object
     * in Active Directory failed. The updated value was '%1'.
     * The following error occurred: %n%2
     }

  NELOG_NetlogonAuthNoUplevelDomainController = (ERRLOG2_BASE + 90);
  {$EXTERNALSYM NELOG_NetlogonAuthNoUplevelDomainController}

    {
     * No suitable Domain Controller is available for domain %1.
     * An NT4 or older domain controller is available but it cannot
     * be used for authentication purposes in the Windows 2000 or newer
     * domain that this computer is a member of.
     * The following error occurred:%n%2
     }

  NELOG_NetlogonAuthDomainDowngraded = (ERRLOG2_BASE + 91);
  {$EXTERNALSYM NELOG_NetlogonAuthDomainDowngraded}

    {
     * The domain of this computer, %1 has been downgraded from Windows 2000
     * or newer to Windows NT4 or older. The computer cannot function properly
     * in this case for authentication purposes. This computer needs to rejoin
     * the domain.
     * The following error occurred:%n%2
     }

  NELOG_NetlogonNdncSiteCovered = (ERRLOG2_BASE + 92);
  {$EXTERNALSYM NELOG_NetlogonNdncSiteCovered}

    {
     * Site '%2' does not have any LDAP servers for non-domain NC '%3'.
     * LDAP servers in site '%1' have been automatically selected to
     * cover site '%2' for non-domain NC '%3' based on configured
     * Directory Server replication costs.
     }

  NELOG_NetlogonNdncSiteNotCovered = (ERRLOG2_BASE + 93);
  {$EXTERNALSYM NELOG_NetlogonNdncSiteNotCovered}

    {
     * This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
     }

  NELOG_NetlogonDcOldSiteCovered = (ERRLOG2_BASE + 94);
  {$EXTERNALSYM NELOG_NetlogonDcOldSiteCovered}

    {
     * Site '%2' is no longer manually configured in the registry as
     * covered by this Domain Controller for domain '%3'. As a result,
     * site '%2' does not have any Domain Controllers for domain '%3'.
     * Domain Controllers in site '%1' have been automatically
     * selected to cover site '%2' for domain '%3' based on configured
     * Directory Server replication costs.
     }

  NELOG_NetlogonDcSiteNotCoveredAuto = (ERRLOG2_BASE + 95);
  {$EXTERNALSYM NELOG_NetlogonDcSiteNotCoveredAuto}

    {
     * This Domain Controller no longer automatically covers site '%1' for domain '%2'.
     * However, site '%1' is still (manually) covered by this Domain Controller for
     * domain '%2' since this site has been manually configured in the registry.
     }

  NELOG_NetlogonGcOldSiteCovered = (ERRLOG2_BASE + 96);
  {$EXTERNALSYM NELOG_NetlogonGcOldSiteCovered}

    {
     * Site '%2' is no longer manually configured in the registry as
     * covered by this Global Catalog server for forest '%3'. As a result,
     * site '%2' does not have any Global Catalog servers for forest '%3'.
     * Global Catalog servers in site '%1' have been automatically
     * selected to cover site '%2' for forest '%3' based on configured
     * Directory Server replication costs.
     }

  NELOG_NetlogonGcSiteNotCoveredAuto = (ERRLOG2_BASE + 97);
  {$EXTERNALSYM NELOG_NetlogonGcSiteNotCoveredAuto}

    {
     * This Global Catalog server no longer automatically covers site '%1' for forest '%2'.
     * However, site '%1' is still (manually) covered by this Global catalog for
     * forest '%2' since this site has been manually configured in the registry.
     }

  NELOG_NetlogonNdncOldSiteCovered = (ERRLOG2_BASE + 98);
  {$EXTERNALSYM NELOG_NetlogonNdncOldSiteCovered}

    {
     * Site '%2' is no longer manually configured in the registry as
     * covered by this LDAP server for non-domain NC '%3'. As a result,
     * site '%2' does not have any LDAP servers for non-domain NC '%3'.
     * LDAP servers in site '%1' have been automatically
     * selected to cover site '%2' for non-domain NC '%3' based on
     * configured Directory Server replication costs.
     }

  NELOG_NetlogonNdncSiteNotCoveredAuto = (ERRLOG2_BASE + 99);
  {$EXTERNALSYM NELOG_NetlogonNdncSiteNotCoveredAuto}

    {
     * This LDAP server no longer automatically covers site '%1' for non-domain NC '%2'.
     * However, site '%1' is still (manually) covered by this LDAP server for
     * non-domain NC '%2' since this site has been manually configured in the registry.
     }

  NELOG_NetlogonSpnMultipleSamAccountNames = (ERRLOG2_BASE + 100);
  {$EXTERNALSYM NELOG_NetlogonSpnMultipleSamAccountNames}

    {
     * Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes
     * of the computer object in Active Directory failed because the Domain Controller
     * '%1' had more than one account with the name '%2' corresponding to this computer.
     * Not having SPNs registered may result in authentication failures for this computer.
     * Contact your domain administrator who may need to manually resolve the account name
     * collision.
     }

  NELOG_NetlogonSpnCrackNamesFailure = (ERRLOG2_BASE + 101);
  {$EXTERNALSYM NELOG_NetlogonSpnCrackNamesFailure}

    {
     * Attempt to update DnsHostName and HOST Service Principal Name (SPN) attributes
     * of the computer object in Active Directory failed because this computer account
     * name, '%2' could not be mapped to the computer object on Domain Controller '%1'.
     * Not having SPNs registered may result in authentication failures for this computer.
     * Contact your domain administrator. The following technical information may be
     * useful for the resolution of this failure:%n
     * DsCrackNames status = 0x%3, crack error = 0x%4.
     }

  NELOG_NetlogonNoAddressToSiteMapping = (ERRLOG2_BASE + 102);
  {$EXTERNALSYM NELOG_NetlogonNoAddressToSiteMapping}

    {
     * None of the IP addresses (%2) of this Domain Controller map to the configured site '%1'.
     * While this may be a temporary situation due to IP address changes, it is generally
     * recommended that the IP address of the Domain Controller (accessible to machines in
     * its domain) maps to the Site which it services. If the above list of IP addresses is
     * stable, consider moving this server to a site (or create one if it does not already
     * exist) such that the above IP address maps to the selected site. This may require the
     * creation of a new subnet object (whose range includes the above IP address) which maps
     * to the selected site object.
     }

  NELOG_NetlogonInvalidGenericParameterValue = (ERRLOG2_BASE + 103);
  {$EXTERNALSYM NELOG_NetlogonInvalidGenericParameterValue}

    {
     * The following error occurred while reading a parameter '%2' in the
     * Netlogon %1 registry section:%n%3
     }

  NELOG_NetlogonInvalidDwordParameterValue = (ERRLOG2_BASE + 104);
  {$EXTERNALSYM NELOG_NetlogonInvalidDwordParameterValue}

    {
     * The Netlogon %1 registry key contains an invalid value 0x%2 for parameter '%3'.
     * The minimum and maximum values allowed for this parameter are 0x%4 and 0x%5, respectively.
     * The value of 0x%6 has been assigned to this parameter.
     }

  NELOG_NetlogonServerAuthFailedNoAccount = (ERRLOG2_BASE + 105);
  {$EXTERNALSYM NELOG_NetlogonServerAuthFailedNoAccount}

    {
     * The session setup from the computer %1 failed to authenticate.
     * The following error occurred: %n%2
     }

  NELOG_

⌨️ 快捷键说明

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