I've tried setting the wait parameter to both yes and no..  I still get
the not enough permissions error.  I've been getting this for the last
few weeks.  

If I try to start it manually, I get the following in the event viewer:

Event Type:     Error
Event Source:   Service Control Manager
Event Category: None
Event ID:       7000
Date:           7/29/2009
Time:           4:38:50 PM
User:           N/A
Computer:       NFTSWEBDEV02
Description:
The NFTS BAService service failed to start due to the following error: 
The service did not respond to the start or control request in a timely
fashion. 


Event Type:     Error
Event Source:   Service Control Manager
Event Category: None
Event ID:       7009
Date:           7/29/2009
Time:           4:38:50 PM
User:           N/A
Computer:       NFTSWEBDEV02
Description:
Timeout (30000 milliseconds) waiting for the NFTS BAService service to
connect.


Event Type:     Warning
Event Source:   COM+
Event Category: (99)
Event ID:       4458
Date:           7/29/2009
Time:           4:15:00 PM
User:           N/A
Computer:       NFTSWEBDEV02
Description:
During installation of this component into a COM+ application a registry
value was changed from its original value. If you are experiencing
activation problems with this component then please check the registry
values.D:\apps\nfts\binaries\XTimers.dll
CLSID\{D5DE8D20-5BB8-11D1-A1E3-00A0C90F2731}\InProcServer32


Process Name: RunDll32.exe
Comsvcs.dll file version:  not loaded 


Event Type:     Warning
Event Source:   COM+
Event Category: (99)
Event ID:       4458
Date:           7/29/2009
Time:           4:15:00 PM
User:           N/A
Computer:       NFTSWEBDEV02
Description:
During installation of this component into a COM+ application a registry
value was changed from its original value. If you are experiencing
activation problems with this component then please check the registry
values.D:\apps\nfts\binaries\XTimers.dll
TypeLib\{000204EF-0000-0000-C000-000000000046}\6.0\9\win32


Process Name: RunDll32.exe
Comsvcs.dll file version:  not loaded 

Event Type:     Warning
Event Source:   COM+
Event Category: (99)
Event ID:       4458
Date:           7/29/2009
Time:           4:15:00 PM
User:           N/A
Computer:       NFTSWEBDEV02
Description:
During installation of this component into a COM+ application a registry
value was changed from its original value. If you are experiencing
activation problems with this component then please check the registry
values.D:\apps\nfts\binaries\XTimers.dll
TypeLib\{EA544A21-C82D-11D1-A3E4-00A0C90AEA82}\6.0\9\win32


Process Name: RunDll32.exe
Comsvcs.dll file version:  not loaded 








-----Original Message-----
From: Michael Clark [mailto:mcl...@fullarmor.com] 
Sent: Wednesday, July 29, 2009 2:55 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] COM+ services fail to start

Try not canceling the install an manually start the service and see what
errors your receive. The message your getting in the msi is pretty
generic. 

-Michael 2243


-----Original Message-----
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com]
Sent: Wednesday, July 29, 2009 2:29 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] COM+ services fail to start

 
I'm getting this in the log:

Action 10:52:00: StartServices. Starting services MSI (s) (C4:50)
[10:52:00:265]: Executing op:
ProgressTotal(Total=12,Type=1,ByteEquivalent=1300000)
MSI (s) (C4:50) [10:52:00:265]: Executing op:
ServiceControl(,Name=BAServiceEXE,Action=1,Wait=1,)
StartServices: Service: NFTS BAService
Error 1920. Service 'NFTS BAService' (BAServiceEXE) failed to start.
Verify that you have sufficient privileges to start system services.
MSI (s) (C4:68) [11:01:36:109]: I/O on thread 3220 could not be
cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 3032
could not be cancelled. Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O
on thread 3016 could not be cancelled. Error: 127 MSI (s) (C4:68)
[11:01:36:109]: I/O on thread 592 could not be cancelled. Error: 127 MSI
(s) (C4:68) [11:01:36:109]: I/O on thread 1408 could not be cancelled.
Error: 127 MSI (s) (C4:68) [11:01:36:109]: I/O on thread 2912 could not
be cancelled. Error: 127



-----Original Message-----
From: Michael Clark [mailto:mcl...@fullarmor.com]
Sent: Wednesday, July 29, 2009 2:04 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] COM+ services fail to start

Are there any event messages indicating the failure. Your implementation
seem correct.
 

-Michael 

-----Original Message-----
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com]
Sent: Wednesday, July 29, 2009 1:23 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] COM+ services fail to start

 
Anyone?  Anyone?


-----Original Message-----
From: MacDiarmid, James D [mailto:james.macdiar...@eds.com]
Sent: Wednesday, July 29, 2009 11:56 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] COM+ services fail to start


I've gotten my COM+ VB6 components installing however no matter what
account I use they fail to start. Is there any other code I need besides
the <ServiceInstall>  and <ServiceControl>  elements?

Here is my code below:

             <Component Id="BAService.exe"
Guid="{42E219EF-3349-48A8-8D74-57563FBDD101}">

                <File Id="BAService.exe"
                      Name="BAService.exe"
                      DiskId="1"
                      Source="D:\Projects\NFTS\Src\apps\nfts\NFTS V3
Batch Processors\BAService\BAService.exe"
                      KeyPath="yes" />

                <ServiceInstall Id="BAServiceInstall" 
                                Name="BAServiceEXE" 
                                DisplayName="NFTS BAService" 
                                Type="ownProcess"
                                Start="auto" 
                                Interactive = "no" 
                                ErrorControl = "normal"
                                Account = "LocalSystem"
                                Description="Batch Audit Service for
NFTS"/>

                <ServiceControl Id="BAServiceControl"
                                Name="BAServiceEXE"
                                Start="install"
                                Stop="both"
                                Remove="both"
                                Wait="no"/>

              </Component>

Thanks,
Jim
------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------
------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008
30-Day trial. Simplify your report design, integration and deployment -
and focus on what you do best, core application coding. Discover what's
new with Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to