Error: "wildfire script limit size invalid" during commit operation
6929
Created On 08/24/21 02:11 AM - Last Modified 04/26/23 21:26 PM
Symptom
When attempting commit on panorama, an error message is seen similar to the one below.
Validation error :
devices -> localhost.localdomain -> template -> GLOBAL-TEMPLATE -> config -> devices -> localhost.localdomain -> deviceconfig ->
setting -> wildfire -> file-size-limit -> script -> size-limit '20' is invalid. Invalid limit
devices -> localhost.localdomain -> template -> GLOBAL-TEMPLATE -> config -> devices -> localhost.localdomain -> deviceconfig ->
setting -> wildfire -> file-size-limit -> script -> size-limit is invalid
Environment
- Panorama M and VM series with managed firewalls
- PAN-OS 9.1, 10.0 and 10.1
Cause
Error is caused by wildfire file-size-limit
Resolution
- Increase the wildfire script size limit on Panorama.
- Commit the operation
Example :
> configure
# set template-stack <stack name> config devices localhost.localdomain deviceconfig setting wildfire file-size-limit script size-limit 25
# commit force
# exit
Additional Information
Firewall Setting can be changed as documented here.