Hi,
I am trying to deploy Java application to set of 50 machines and out of 50 machines it has installed successfully on 42 machines and rest are getting failed as "Program failed (run time exceeded)" when i tried to check the logs of few failed machines it is having the exit code as 259.
Could someone please help me out on how to fix it.
I have tried extending the "Maximum allowed run time" in install program but without success.
execmgr.log:
Mandatory execution requested for program Repair and advertisement P012038Dexecmgr2014-10-10 11:00:006136 (0x17F8)
Creating mandatory request for advert P012038D, program Repair, package P01001C7execmgr2014-10-10 11:00:006136 (0x17F8)
Requesting content from CAS for package P01001C7 version 3execmgr2014-10-10 11:00:006136 (0x17F8)
Successfully created a content request handle {0EB86A46-A116-45C2-8CE9-93ABFFCF414C} for the package P01001C7 version 3execmgr2014-10-10 11:00:006136 (0x17F8)
Raising event:
[SMS_CodePage(850), SMS_LocaleID(1053)]
instance of SoftDistWaitingContentEvent
{
AdvertisementId = "P012038D";
ClientID = "GUID:0056C04C-E778-4F10-B03D-87A2BCAFC1EB";
DateTime = "20141010090000.415000+000";
MachineName = "WML0344";
PackageName = "P01001C7";
PackageVersion = "3";
ProcessID = 2328;
ProgramName = "Repair";
SiteCode = "P01";
ThreadID = 6136;
};
execmgr
2014-10-10 11:00:006136 (0x17F8)
Successfully raised SoftDistWaitingContentEvent event for program Repairexecmgr2014-10-10 11:00:006136 (0x17F8)
Execution Request for package P01001C7 program Repair state change from NotExist to WaitingContentexecmgr2014-10-10 11:00:006136 (0x17F8)
Content is available for program Repair.execmgr2014-10-10 11:00:005028 (0x13A4)
CExecutionRequest::Overriding Service Windows as per policy.execmgr2014-10-10 11:00:005028 (0x13A4)
Executing program "Repair.cmd" in Admin contextexecmgr2014-10-10 11:00:005028 (0x13A4)
Execution Request for package P01001C7 program Repair state change from WaitingContent to NotifyExecutionexecmgr2014-10-10 11:00:005028 (0x13A4)
Execution Manager timer has been fired.execmgr2014-10-10 11:00:005908 (0x1714)
Checking content location \\SCCM01.AD.AMFPENSION.SE\DP_SHARE\SMSPKG\P01001C7\ for useexecmgr2014-10-10 11:00:005028 (0x13A4)
Successfully selected content location \\SCCM01.AD.AMFPENSION.SE\DP_SHARE\SMSPKG\P01001C7execmgr2014-10-10 11:00:005028 (0x13A4)
GetFileVersionInfoSize failed for file \\SCCM01.AD.AMFPENSION.SE\DP_SHARE\SMSPKG\P01001C7\Repair.cmd, error 1812execmgr2014-10-10 11:00:005028 (0x13A4)
Executing program as a scriptexecmgr2014-10-10 11:00:005028 (0x13A4)
Successfully prepared command line "\\SCCM01.AD.AMFPENSION.SE\DP_SHARE\SMSPKG\P01001C7\Repair.cmd"execmgr2014-10-10 11:00:005028 (0x13A4)
Command line = "\\SCCM01.AD.AMFPENSION.SE\DP_SHARE\SMSPKG\P01001C7\Repair.cmd", Working Directory = \\SCCM01.AD.AMFPENSION.SE\DP_SHARE\SMSPKG\P01001C7\execmgr2014-10-10 11:00:005028 (0x13A4)
Created Process for the passed command line
execmgr2014-10-10 11:00:005028 (0x13A4)
Raising event:
[SMS_CodePage(850), SMS_LocaleID(1053)]
instance of SoftDistProgramStartedEvent
{
AdvertisementId = "P012038D";
ClientID = "GUID:0056C04C-E778-4F10-B03D-87A2BCAFC1EB";
CommandLine = "\"\\\\SCCM01.AD.AMFPENSION.SE\\DP_SHARE\\SMSPKG\\P01001C7\\Repair.cmd\"";
DateTime = "20141010090000.680000+000";
MachineName = "WML0344";
PackageName = "P01001C7";
ProcessID = 2328;
ProgramName = "Repair";
SiteCode = "P01";
ThreadID = 5028;
UserContext = "NT instans\\SYSTEM";
WorkingDirectory = "\\\\SCCM01.AD.AMFPENSION.SE\\DP_SHARE\\SMSPKG\\P01001C7\\";
};
execmgr
2014-10-10 11:00:005028 (0x13A4)
Raised Program Started Event for Ad:P012038D, Package:P01001C7, Program: Repairexecmgr2014-10-10 11:00:005028 (0x13A4)
Policy deleted for advertisement P0120273 package P0100138 program Uninstallexecmgr2014-10-10 11:20:1311980 (0x2ECC)
Program exit code 259execmgr2014-10-10 11:30:001428 (0x0594)
Looking for MIF file to get program statusexecmgr2014-10-10 11:30:001428 (0x0594)
Program ran past its maximum runtime. It will be orphanedexecmgr2014-10-10 11:30:001428 (0x0594)
Raising event:
[SMS_CodePage(850), SMS_LocaleID(1053)]
instance of SoftDistProgramExceededTime
{
AdvertisementId = "P012038D";
ClientID = "GUID:0056C04C-E778-4F10-B03D-87A2BCAFC1EB";
DateTime = "20141010093000.697000+000";
MachineName = "WML0344";
MaximumTime = "30";
PackageName = "P01001C7";
ProcessID = 2328;
ProgramName = "Repair";
SiteCode = "P01";
ThreadID = 1428;
};
execmgr
2014-10-10 11:30:001428 (0x0594)
Raised Program Exceeded Time Event for Ad:P012038D, Package:P01001C7, Program: Repairexecmgr2014-10-10 11:30:001428 (0x0594)
Execution is complete for program Repair. The exit code is 259, the execution status is Unknown Statusexecmgr2014-10-10 11:30:004432 (0x1150)
"I am just wondering why did 8 machines got failed with the error code 259".
Regards,
Nikethan