Microsoft KB Archive/321159

From BetaArchive Wiki
Knowledge Base


Event IDs 5125 and 5149 After You Start SNA Manager in Host Integration Server 2000

Article ID: 321159

Article Last Modified on 9/22/2006



APPLIES TO

  • Microsoft Host Integration Server 2000 Standard Edition



This article was previously published under Q321159

SYMPTOMS

After you start SNA Manager in Host Integration Server 2000, you may receive the following error message when you expand the local subdomain:

"Error Opening SubDomain"

Additionally, SNA Manage Agent logs the following two Windows Application events:

Event Type: Error
Event Source: SNA Manage Agent
Event Category: None
Event ID: 5125
Date: 3/19/2002
Time: 9:35:32 AM
User: N/A
Computer: HISTEST
Description:
Initialization of agent/proxy has failed.Proxy failed to obtain the local domain name. 
For more information, see Help and Support Center at <http://support.microsoft.com>. 

Event Type: Error
Event Source: SNA Manage Agent
Event Category: None
Event ID: 5149
Date: 3/19/2002
Time: 9:38:32 AM
User: N/A
Computer: HISTEST
Description:
Manage base error - error in accessing the domain table. The local domain name is not valid 
For more information, see Help and Support Center at <http://support.microsoft.com>. 
                    

NOTE: To open and manage the SNA subdomain, follow these steps:

  1. Right-click Microsoft SNA Manager, and then click Open SubDomain.
  2. In the "Start SNA Manager for" dialog box, click Remote SNA SubDomain, and then specify either the \\IP address or the \\HostIntegrationServerName.

NOTE: This behavior does not occur when you run the SNA Manager included with the Host Integration Server 2000 Admin Client.

CAUSE

This behavior occurs if the Microsoft Windows 2000 Remote Registry service has been turned off or stopped.

RESOLUTION

To resolve this issue, start the Remote Registry service. To do this, open Control Panel, point to Administrative Tools, and then click Services.

MORE INFORMATION

SNA Manage Agent traces (MGAINTx.atf) should show the following statements when this issue occurs:

07c8:06dc 13:09:26.0859 semfdmra.c(6209) RRSDFS RegConnectRegistry failed : error 53
07c8:06dc 13:09:26.0859 semfdmra.c(6158) DGLSD RegReadSNADomainFromSponsor failed
07c8:06dc 13:09:26.0859 mngagent.cpp(1469) DoAgentProxy DMODGetLocalSNADomain failed
07c8:06dc 13:09:26.0859 mngglobl.cpp(1587) MngSetLocalDomain Setting Local Domain to ~ERROR~ 
                    

Error 53 is a Win32 error that means the following:

The network path was not found.

The RegConnectRegistry function is a Win32 API that establishes a connection to a registry key. The SNA Manage Agent tries to connect to HKEY_LOCAL_MACHINE on the sponsor server, which is the local Host Integration Server 2000 computer, in this case. If the Remote Registry service is not running, this call to RegConnectRegistry fails, and then you receive the following error message:

The network path was not found.

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

153183 How to Restrict Access to the Registry from a Remote Computer


NOTE: By default, on Microsoft Windows NT 4.0-and-later systems, only members of the Administrators group have Full Control permission to remotely access the registry (members of the Backup Operators group have Read permission).


Additional query words: HIS 2000

Keywords: kberrmsg kbprb KB321159