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)
Please log in to answer
Posted by:
dugullett
12 years ago
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 8 years ago
Posted by:
cserrins
12 years ago
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
12 years ago