Page view counter

Errors during deployment

Last post 07-14-2008 1:32 AM by vinodunny. 4 replies.

Sort Posts:

  • Errors during deployment

    04-11-2005, 4:04 PM
    • Loading...
    • DavidMo
    • Joined on 04-11-2005, 7:55 PM
    • Posts 4
    • Points 20
    Hi all.

    While deploying the Web Service, i get the following error:

    MSI (s) (8C:8C): Executing op: ActionStart(Name=SetAppPoolSecurity,,)
    MSI (s) (8C:8C): Executing op: CustomActionSchedule(Action=SetAppPoolSecurity,ActionType=1030,Source='------------------------------------------------------------------------------
    ' FILE:        InstallHelper.vbs
    '
    ' PROJECT:    Windows Based Hosting
    '
    ' PUR
    POSE:    This file contains a series of methods that are used to install
    '            the Windows Based Hosting components
    '
    '
    ' THIS CODE AND INFORMATION IS PROVIDED TO YOU FOR YOUR REFERENTIAL PURPOSES
    ' ONLY, AND IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
    KIND, EITHER
    ' EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES
    ' OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE, AND MAY NOT
    ' BE REDISTRIBUTED IN ANY MANNER.
    '
    ' Copyright (C) 2003  Microsoft Corporation.  Al
    l rights reserved.
    '------------------------------------------------------------------------------

    '------------------------------------------------------------------------------
    'Constants
    '----------------------------------------------------------
    --------------------
    OPTION EXPLICIT
    'On Error Resume Next

    Const msiInstal
    SetAppPoolSecurity: Successfully bound to file:CreateConsumer.asmx
    SetAppPoolSecurity: Successfully updated properties for file:CreateConsumer.asmx
    Error setting new DACL for: C:\WINDOWS\Temp
    Action ended 15:49:10: InstallFinalize. Return value 3.
    MSI (s) (8C:8C): User policy value 'DisableRollback' is 0
    MSI (s) (8C:8C): Machine policy value 'DisableRollback' is 0
    MSI (s) (8C:8C): Executing op: Header(Signature=1397708873,Version=200,Timestamp=848002592,LangId=1033,Platform=0,ScriptType=2,ScriptMajorVersion=21,ScriptMinorVersion=4,ScriptAttributes=1)
    MSI (s) (8C:8C): Executing op: DialogInfo(Type=0,Argument=1033)
    MSI (s) (8C:8C): Executing op: DialogInfo(Type=1,Argument=MPS WebServices)
    MSI (s) (8C:8C): Executing op: RollbackInfo(,RollbackAction=Rollback,RollbackDescription=Rolling back action:,RollbackTemplate=[1],CleanupAction=RollbackCleanup,CleanupDescription=Removing backup files,CleanupTemplate=File: [1])
    MSI (s) (8C:8C): Executing op: ActionStart(Name=SetAppPoolSecurity,,)
    MSI (s) (8C:8C): Executing op: ProductInfo(ProductKey={89DFED7C-B9D7-4638-85CB-3C5985902B55},ProductName=MPS WebServices,PackageName=MPSWebServices.msi,Language=1033,Version=50659441,Assignment=1,ObsoleteArg=0,,,PackageCode={924AD0CC-68CA-4C68-B105-CCC43C
    0011EA},,,InstanceType=0)


    Any ideas?
  • Re: Errors during deployment

    04-11-2005, 9:25 PM
    • Loading...
    • enomagic
    • Joined on 06-15-2004, 10:56 PM
    • Posts 100
    • Points 500

    Only thing that stands out is "Error setting new DACL for: C:\WINDOWS\Temp"

    This could be permissions....can suggest a few house keeping things only - no silver bullet.

    Confirm Domain Admins are in local admin group? Confirm that MPSDeployment account is in domain admins (which should be done).  relevant services on web service server are enabled such as IIS, also look at windows installer service and remote registry and that they are not set to disabled. Anything in security event log? (turn auditing on for logon events) .

    If you can post more info we might have a better chance of a prognosis....

    Ben Fletcher
    Hosting Product Engineer
  • Re: Errors during deployment

    08-09-2005, 7:52 AM
    • Loading...
    • mscheur
    • Joined on 08-09-2005, 11:37 AM
    • Posts 1
    • Points 5
    I have the same problem: current setup (for testing purposes): 1 server as ADC/SQL/MPS. Everyhing works fine except the WebService part.
    There are no local admin groups on the AD controller, so I can't set them, MPSDeployment is in domain admin. All services are enabled.
    At the time of msi-install there are severall entries in the event log. All are Success Audits, Cat: Directory Service Access, Event 565, User: MPSDeployment.
    Even full control for "Everyone" on Windows\Temp does not change anything.

    The MPSConsumerWS and ResourceManagerWebClient installs went fine.
  • Re: Errors during deployment

    08-10-2005, 7:03 AM
    • Loading...
    • enomagic
    • Joined on 06-15-2004, 10:56 PM
    • Posts 100
    • Points 500
    MPS on AD?  Never got it working even for test environment.  The problems I experienced were permissions related.  MS advised simply don't put MPS on AD.  
    When I get some spare time it'd be a good challenge. But until then - I got nothing.
    Ben Fletcher
    Hosting Product Engineer
  • Re: Errors during deployment

    07-14-2008, 1:32 AM
    • Loading...
    • vinodunny
    • Joined on 07-13-2008, 9:34 PM
    • Posts 3
    • Points 6

    Well a single server deployment of WbH 4.5 can be done. There are some gotchas one has to be aware of and the error given in this thread is a major showstopper - but can be worked around.

    Take a look at my blog post at: http://www.vinodunny.com/blog/post/Fix-for-MSI-Error-1603-in-WbH-MPS-Deployment-on-Single-Server.aspx.

    Hope this helps.

Page 1 of 1 (5 items)