Quantcast
Channel: Configuration Manager 2007 Setup/Deployment forum
Viewing all articles
Browse latest Browse all 443

Task Sequence stuck with a "Program started" mesage

$
0
0

Guys,

Hoping you can help me.  I have task sequence that starts by uninstalling a piece of software.  I look in the local execmgr.log and see the log below.  Any ideas on my hangup ?

MTC task with id {EE89EDC5-FB18-4038-9810-85A169700E0B}, changed state from 4 to 5    execmgr    12/19/2013 3:47:36 PM    5680 (0x1630)
CoImpersonateClient() returned RPC_E_CALL_COMPLETE. Since we are running in the same context of CCMEXEC, treat this as success.    execmgr    12/19/2013 3:47:38 PM    3056 (0x0BF0)
Getting member download locations for program Oaisys Client package ORL000A8    execmgr    12/19/2013 3:47:38 PM    3056 (0x0BF0)
Getting member download locations for program BOA Oaisys client uninstall package ORL000E5    execmgr    12/19/2013 3:47:39 PM    3056 (0x0BF0)
Looking for MIF file to get program status    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
Script for  Package:ORL000E9, Program: * succeeded with exit code 0    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
Execution is complete for program *. The exit code is 0, the execution status is Success    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
The task sequence ORL000E9 was successfully started. See TSAgent.log and SMSTS.LOG for more details.    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
Execution Request for advert ORL2014E package ORL000E9 program * state change from Running to Completed    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="ORL000E9",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
Raising client SDK event for class CCM_Program, instance CCM_Program.PackageID="ORL000E9",ProgramID="*", actionType 1l, value , user NULL, session 4294967295l, level 0l, verbosity 30l    execmgr    12/19/2013 3:47:47 PM    3056 (0x0BF0)
Policy is updated for Program: BOA Oaisys client uninstall, Package: ORL000E5, Advert: ORL2014E    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Creating mandatory request for advert ORL2014E, program BOA Oaisys client uninstall, package ORL000E5    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
An existing MTC token was supplied, this execution request is not owner of MTC object.    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Request a MTC task for execution request of package ORL000E5, program BOA Oaisys client uninstall with request id: {C042025B-2522-45DC-9BEB-67A45FCAD01A}    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Executing program msiexec /x "Desktop Client-old.msi" in Admin context    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Execution Request for advert ORL2014E package ORL000E5 program BOA Oaisys client uninstall state change from NotExist to NotifyExecution    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
MTC task with id {EE89EDC5-FB18-4038-9810-85A169700E0B}, changed state from 5 to 5    execmgr    12/19/2013 3:47:55 PM    3460 (0x0D84)
Checking content location C:\WINDOWS\ccmcache\w for use    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Successfully selected content location C:\WINDOWS\ccmcache\w    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Executing program as a MSI script    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Valid MSI Package path = C:\WINDOWS\ccmcache\w\Desktop Client-old.msi    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Found executable file msiexec with complete path C:\WINDOWS\system32\msiexec.exe    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Successfully prepared command line "C:\WINDOWS\system32\msiexec.exe" /x "Desktop Client-old.msi"    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Command line = "C:\WINDOWS\system32\msiexec.exe" /x "Desktop Client-old.msi", Working Directory = C:\WINDOWS\ccmcache\w\    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Created Process for the passed command line    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Raising event:
[SMS_CodePage(437), SMS_LocaleID(1033)]
instance of SoftDistProgramStartedEvent
{
    AdvertisementId = "ORL2014E";
    ClientID = "GUID:d1bde8e1-c25c-4859-bb02-acd7db2482b4";
    CommandLine = "\"C:\\WINDOWS\\system32\\msiexec.exe\" /x \"Desktop Client-old.msi\"";
    DateTime = "20131219204755.484000+000";
    MachineName = "MXL2390LWT";
    PackageName = "ORL000E5";
    ProcessID = 3348;
    ProgramName = "BOA Oaisys client uninstall";
    SiteCode = "ORL";
    ThreadID = 5680;
    UserContext = "NT AUTHORITY\\SYSTEM";
    WorkingDirectory = "C:\\WINDOWS\\ccmcache\\w\\";
};
    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)
Raised Program Started Event for Ad:ORL2014E, Package:ORL000E5, Program: BOA Oaisys client uninstall    execmgr    12/19/2013 3:47:55 PM    5680 (0x1630)


Viewing all articles
Browse latest Browse all 443

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>