Skip to main content
Question

In-Place macOS Sierra Upgrade Script

  • January 17, 2017
  • 126 replies
  • 735 views

Show first post

126 replies

Forum|alt.badge.img+3
  • New Contributor
  • December 11, 2018

Thank you @Rosko for the effort and support you are putting into your script.

I am in the process of trying to deploy High Sierra via Self Service and was stuck for the longest time putting in the user variables.

It turns out, every time I tried to put in /Applications/Install macOS High Sierra.app in variable $4, the JSS would give an error and tell me to check the logs. Checking the logs, I find:

QueryException: Data too long for column 'parameter_1' at row 1

I presume this is MySQL barking at me.

Sure enough, if I put in a shorter path it works.

I am now trying it with the string hard-coded into the script.

Anybody else have issues with the user variables?