MAC install errors
Created: 11 Dec 2012 | Updated: 11 Dec 2012 | 3 comments
This issue has been solved. See solution.
when creating a quick delivery or software delivery in 7.1 SP2 I am getting the following error in the client logs on a MAC notebook
mdworker[456]: zip importer encountered an error (2)
Any thoughts?
Discussion Filed Under:
Comments 3 Comments • Jump to latest comment
Hi,
I guess you have some spaces in ZIP package name (like "My package.zip)
Try to escape spaces in command line builder for your install cmd by adding single quotes :
pkg-rollout 'My package with spaces.zip'
Thanks,
Andrei
Or you can escape spaces in command line using backslashes (without single quotes):
pkg-rollout My\ package\ with\ spaces.zip
Thanks,
Andrei
That was it. Mac in altiris in new to us and when it imported it put the \ for the space which I just thought was a bad import so I removed it. once I put it back it worked as expected.
Would you like to reply?
Login or Register to post your comment.