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)
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....
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.
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.
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.
DavidMo
Member
20 Points
4 Posts
Errors during deployment
Apr 11, 2005 08:04 PM|LINK
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?
enomagic
Member
500 Points
100 Posts
Re: Errors during deployment
Apr 12, 2005 01:25 AM|LINK
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....
Hosting Product Engineer
mscheur
Member
5 Points
1 Post
Re: Errors during deployment
Aug 09, 2005 11:52 AM|LINK
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.
enomagic
Member
500 Points
100 Posts
Re: Errors during deployment
Aug 10, 2005 11:03 AM|LINK
When I get some spare time it'd be a good challenge. But until then - I got nothing.
Hosting Product Engineer
vinodunny
Member
6 Points
3 Posts
Re: Errors during deployment
Jul 14, 2008 05:32 AM|LINK
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.
error code 1603 MPS Wbh Single Server