/build/static/layout/Breadcrumb_cap_w.png

Failed to grab execution mutex. System error 258

We are installing Adobe CS5 Design Premium via the K2000. There are several installation tasks in this process, including Acrobat Pro 9, CS5 itself, and all the applications in the Exceptions folder (created by the Adobe Application Manager) . We created a batch file to run the installs and that's what runs in the K2000.
 
The process runs fine when executed outside the K2000, but when we run it from the K2000 we get "Failed to grab execution mutex. System error 258" for many of the MSIs in the task. It is my understanding that this error means than an MSI fails because there is already another MSI in progress.
The installation that runs so long is the Acrobat 9 install, so we removed that from the batch file and added it to the K2000 post installation task list as a separate task. We still get the same problem.
 
It's almost like the K2000 can't recognize that another MSI is in progress and therefore allows another one to start.

0 Comments   [ + ] Show comments

Answers (3)

Posted by: dugullett 11 years ago
Red Belt
3

Have you tried "START /WAIT"?


Comments:
  • On 3.5 and earlier:
    start /wait is relevant on .exe files.
    on msi's it would be msiexec /qn /i file.msi
    for .bat files it could be call file.bat

    3.6 and higher you list the name of the .exe and the name of the .bat. For msi's it is the same. - cserrins 9 years ago
    • I'm seeing the same symptoms randomly on my image tasks. I can see these errors in msi logs. Some of my installers are .exe based from Lenovo. i'm not sure the task engine consistently treats .exe the same way. For instance I start winvnc and thankfully the task engine doesn't wait for that to stop before continuing with the queue, however, I do need it to wait for my .exe based installers is there a way to force the behavior? - ak5818 7 years ago
Posted by: cserrins 11 years ago
Red Belt
2

The k2000 doesn't recognize that an msi is running, this is all done via windows through a batch file, so at that point the K2000 is out of the picture.  Is this an image or scripted install?  You might want to try the po task converter to see if you get better results:

 

http://www.itninja.com/question/k2000-postinstall-task-converter

 

Corey
Lead L3 Enterprise Solutions Engineer, K2000
If my response was helpful, please rate it!

Posted by: pumba100 11 years ago
Senior Yellow Belt
1

Corey - thanks for the insight. This is a scripted installation. You indicated that this is a Windows issue, not KACE. If that's the case why wouldn't I encounter the same problem when running the batch file from a Windows command prompt (not from within KACE)?

 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ