Microsoft Knowledge Base Email Alertz

KBAlertz.com: (821120) - After 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:...

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]

Search KbAlertz

Advanced Search

Webmasters
Put kbAlertz on your website.
[ Click Here for more! ]





ASP.NET 3.5 Web Hosting with Windows 2008 and SQL 2008: Click Here!
Discount ASP.NET Hosting
ASP.NET 2.0 and 3.5
Windows2008 and SQL2008
US and UK Hosting
The ad says 3 - but KBAlertz referrals get
** SIX MONTHS FREE **


Bug Tracking Software
For bug tracking software or defect tracking software or issue tracking software, visit Axosoft.


Community Site



We Send hundreds of thousands of emails using ASP.NET Email



Expert Web Design & Graphic Design
Design44.com

ASP.NET 3.5 Web Hosting with Windows 2008 and SQL 2008: Click Here!
Discount ASP.NET Hosting
ASP.NET 2.0 and 3.5
Windows2008 and SQL2008
US and UK Hosting
The ad says 3 - but KBAlertz referrals get
** SIX MONTHS FREE **




Mentioned In








Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks




Article ID: 821120 - Last Review: February 2, 2004 - Revision: 2.3

You may receive error 5055 when the script mapping to the Asp.dll file is not hard coded in Application Center 2000

SYMPTOMS

After 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"

CAUSE

The problem occurs because the WINDIR variable is used to identify the path of the Asp.dll file.

RESOLUTION

To correct the problem, hard code the path of C:\winnt\system32\inetsrv\asp.dll as follows:
  1. Open Internet Information Services Microsoft Management Console (IIS MMC).
  2. In the right pane, expand the Internet Information Services node.
  3. Right-click the node of the server name, and then click Properties.
  4. Under Master Properties, make sure that WWW Service is selected.
  5. Click Edit in the Master Properties section.
  6. Click the Home Directory tab, and then click Configuration.
  7. Under Application Mappings, find and select the entry for the .asp extension, and then click Edit.
  8. 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.
  9. 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.
  10. 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.

APPLIES TO
  • Microsoft Application Center 2000 Standard Edition
  • Microsoft Application Center 2000 Service Pack 2
Keywords: 
kbbug KB821120
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate

Be the first to leave feedback, to help others about this knowledge base article.

(Optional) Name

(Optional) Public URL Or Email

Comments
No HTML -- Text Only Please