You may receive error 5055 when the script mapping to the Asp.dll file is not hard coded in Application Center 2000 (821120)
The information in this article applies to:
- Microsoft Application Center 2000
- Microsoft Application Center 2000 SP1
- Microsoft Application Center 2000 SP2
SYMPTOMSAfter an Application Center 2000 synchronization is complete,
the Synchronizations report shows that the synchronization was partially
successful and that one error occurred. The application event log shows the following
entry:
Event ID: 5055 Source: Application Center Description: Could not open
object Event Type: Error Application Center could not open the object
%WINDIR%\System32\inetsrv\asp.dll during session %ReplicationID% and job
%ReplicationJobID%. Status is 0x80070057. The parameter is incorrect.
The dump file of the Internet Information Services (IIS) metabase shows the following in the
ScriptMaps section:
ScriptMaps : [IF]
(MULTISZ) ".asp,%WINDIR%\System32\inetsrv\asp.dll,1,GET,HEAD,POST,TRACE"
".inc,%WINDIR%\System32\inetsrv\asp.dll,1,GET,HEAD,POST,TRACE"
".asa,%WINDIR%\System32\inetsrv\asp.dll,1,GET,HEAD,POST,TRACE"
".printer,C:\NW2000\System32\msw3prt.dll,1,GET,POST"
".rqfw,E:\Program Files\Microsoft Application Center\RfFilExt.dll,1,GET"
CAUSEThe problem occurs because the WINDIR variable
is used to identify the path of the Asp.dll file. RESOLUTIONTo correct the problem, hard code the path of C:\winnt\system32\inetsrv\asp.dll as follows: - Open Internet Information Services Microsoft Management Console (IIS MMC).
- In the right pane, expand the Internet Information
Services node.
- Right-click the node of the server name, and then click Properties.
- Under Master Properties, make sure
that WWW Service is selected.
- Click Edit in the
Master Properties section.
- Click the Home Directory tab, and then click Configuration.
- Under Application Mappings,
find and select the entry for the .asp extension, and then click Edit.
- In the Executable box, replace the
reference to the WINDIR variable with the path of the
operating system, for example, C:\WINNT, followed by the path of the Asp.dll file, and then click OK.
- Repeat step 7 and step 8 for each different extension
that has a path that is mapped to the WINDIR variable instead of to the actual system
path.
- After all the references to the WINDIR variable have been
replaced, click OK to apply the changes and to try a
deployment.
STATUS
Microsoft has confirmed that this is a bug in the Microsoft products that are
listed at the beginning of this article.
Modification Type: | Major | Last Reviewed: | 2/2/2004 |
---|
Keywords: | kbbug KB821120 kbAudDeveloper |
---|
|