You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Hi,
When running JSSImporter with the switch --key STOP_IF_NO_JSS_UPLOAD=False to update an existing smartgroup/policy/package
I am getting the following error:
JSSImporter: Looking for ComputerGroup template file SmartGroupTemplatel.xml...
JSSImporter: Found file: /Users//Library/AutoPkg/RecipeOverrides/SmartGroupTemplate.xml
Response Code: 504 Response: https://**.jamfcloud.com/JSSResource/computergroups/id/562.
Failed.
However if I delete the smartgroup it works perfectly fine.
If I manually change the smartgroup first to have less computer object it also works.
When it works FYI:
JSSImporter: Looking for ComputerGroup template file SmartGroupTemplate.xml...
JSSImporter: Found file: /Users/****/Library/AutoPkg/RecipeOverrides/SmartGroupTemplate.xml
JSSImporter: ComputerGroup ID '562' verified on server
JSSImporter: ComputerGroup 'Software Not Installed - ******' updated.
I believe the issue may be a limit set on the number of computer objects in the smart group the script has to verify, is this the case ? Currently in the smart group there are around 2500 computers.
Hi,
When running JSSImporter with the switch --key STOP_IF_NO_JSS_UPLOAD=False to update an existing smartgroup/policy/package
I am getting the following error:
JSSImporter: Looking for ComputerGroup template file SmartGroupTemplatel.xml...
JSSImporter: Found file: /Users//Library/AutoPkg/RecipeOverrides/SmartGroupTemplate.xml
Response Code: 504 Response: https://**.jamfcloud.com/JSSResource/computergroups/id/562.
Failed.
However if I delete the smartgroup it works perfectly fine.
If I manually change the smartgroup first to have less computer object it also works.
When it works FYI:
JSSImporter: Looking for ComputerGroup template file SmartGroupTemplate.xml...
JSSImporter: Found file: /Users/****/Library/AutoPkg/RecipeOverrides/SmartGroupTemplate.xml
JSSImporter: ComputerGroup ID '562' verified on server
JSSImporter: ComputerGroup 'Software Not Installed - ******' updated.
I believe the issue may be a limit set on the number of computer objects in the smart group the script has to verify, is this the case ? Currently in the smart group there are around 2500 computers.
Thanks very much,