Microsoft KB Archive/224801

From BetaArchive Wiki
Knowledge Base


Deciphering IISSYNC Status Codes

Article ID: 224801

Article Last Modified on 3/1/2006



APPLIES TO

  • Microsoft Internet Information Server 4.0



This article was previously published under Q224801

We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site:

SUMMARY

The IISSYNC utility is used to synchronize Internet Information Server (IIS) metabase and Transaction Server packages on one Node with IIS on a Microsoft Cluster Server on the other Node.

The IISSYNC utility returns a status code upon completion. This status code is always a numeric message whether the synchronization was successful or whether an error occurred.

This article contains a list of status codes that are most often encountered and what the possible or probable cause of the status code is.

MORE INFORMATION

IISSYNC Status Codes

Status Code Meaning & Probable Cause
0 Successful Synchronization
3 metabase is inaccessible on Target Server. (The metabase may be corrupt or in use.)
1060 Communications problem between Nodes. (This occurs when the Dcom default protocols do not match on both Nodes.)
1722 The RPC server is unavailable. Invalid Target Server Name or Communications Problem between Nodes
1726 The remote procedure call failed
2147500037 MTS Replication is not configured. (See the Knowledge Base article 191138)
2148007941 Administrator account not logged in on Target Server. (If MTS is configured for Local Administration instead of Remote Administration, it is necessary to have a Local Administrator Equivalent account logged on the Target Server when IISSYNC is run.)
2148598792 Communications problem between Nodes. (Possible IP Conflict. Make sure all IP addresses on both Nodes and in the IIS Resource group are all in the same subnet and valid.)
2148598794 Invalid share in MTS replication settings. (Set the MTS replication share to the administration share on which MTS is installed on the Target Server.)
2148599041 User logged on to Target Server has insufficient rights for MTS replication. (Log on to Target Server as Local Administrator.)
2148598801 The component's CLSID is missing or corrupt.
2148598808 Application file CLSIDs or IIDs do not match corresponding DLLs
2148598800 One or more users in the application file are not valid
2148598785 Errors occurred accessing one or more objects
2148598797 An error occurred copying the file
2148598828 The server catalog version is not supported



As further status codes are encountered and a cause has been determined, the information will be added to this Knowledge Base article.


Keywords: kbhowto KB224801