Deployment Solution

 View Only

ASDK AxSched.exe Update 

Nov 29, 2007 10:20 AM

The ASDK AxSched that is posted elsewhere on this website has a bug that I have fixed in the attached source code and compiled executable. The original ASDK AxSched.exe had a problem where if a job name was passed to the program, and multiple jobs contained that text. the first job created with that contained text will be scheduled. Such as if there was a job called "Deploy Image" and "Deploy", and the program was called with just "Deploy" as the job name, it might schedule "Deploy Image" instead of the job "Deploy". This was caused because in the ASDK the function "GetJobIDs()" returns an array of job IDs that match the search criteria. There is no function in the ASDK that returns a single Job ID based on an input string. The updated version attached to this article does some additional searching within the returned Job ID array list and looks for an exact match. Once again this tool is being posted "AS IS". There is no guarantee on this project, and no future fixes are planned. If there are other bugs in this utility it is up to any member of the Altiris Juice community who is interested to address those bugs. That is the reason that the source code was published with the tool. This project was original published to demonstrate how the ASDK could be used to extend functionality of existing Altiris Tools.

License:AJSL
By clicking the download link below, you agree to the terms and conditions in the Altiris Juice Software License
Support:User-contributed tools on the Juice are not supported by Altiris Technical Support. If you have questions about a tool, please communicate directly with the author by visiting their profile page and clicking the 'contact' tab.

Statistics
0 Favorited
0 Views
2 Files
0 Shares
0 Downloads
Attachment(s)
zip file
axSched Program.zip   22 KB   1 version
Uploaded - Feb 25, 2020
zip file
axSched Project Code.zip   28 KB   1 version
Uploaded - Feb 25, 2020

Tags and Keywords

Related Entries and Links

No Related Resource entered.