Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

PENDING mathematica failing to distribute content

  • Thread starter Thread starter mrmeaves
  • Start date Start date
  • Replies Replies 1
  • Views Views 856

mrmeaves

New Member
Messages
1
Reaction score
0
Points
1
SCCM 2012 R2 SP1
Distributing content is working for other packages in the same location, same steps. Using Powershell AppDeployment ToolKit scripts. I originally made this package back in February, and it worked and deployed, but the license file (mathpass, no file extension) did not deploy. Trying to fix the package and make a "fix current installs" package by deploying mathpass to C:\ProgramData\Mathematica\Licensing location. Script works outside of SCCM, when I make an application or a package (tried both) and go to distribute content, it fails. Distribution Manager Failed to access the source directory. I've created other packages not related to this since it has happened, and it distributes without issue.
Attaching distmgr.log file

We are planning on getting on Current Branch next month, and working on a powershell script to copy the file to the effected computers, but would like to understand why this is happening. Any help is appreciated.
 

Attachments

Create a post script package using below method and see how it works,

  1. compress the license file (as a ZIP file)
  2. write a script to copy the zip file to C:\ProgramData\Mathematica\Licensing
  3. write a script to extract the zip file
 
Back
Top