Commit Failed Due To “Error: Non digit (Module: device) Commit failed”
6517
Created On 01/26/21 21:12 PM - Last Modified 04/15/25 21:52 PM
Symptom
- When trying to commit, the commit fails with the following message:
Error: Non digit (Module: device) Commit failed
Environment
- PAN-OS 9.1.x
- PAN-OS 10.0.x
Cause
The issue is this instance is caused because when creating Service Object we used characters instead of only numbers.That is why the error is indicating 'Non digit'.
- Usage of characters 'TCP_5222' is incorrect.
Resolution
- While creating the service object make sure to have the Port #, range(1-65535), or comma-separated(80,8080,443) not the string value.
- In the newer versions (example 10.2.x, 11.2x), the UI will not allow to enter the non digit values.