Issue
When this command given below is executed,
Example.com> uce exportexceptions "(domain=any)"
NO Internal error (34:128)
This is returned as the exceptions file does not yet exist. You can create an exception and then delete it to create a blank file.
Solution
A valid work around is to execute the following command sequence:
CLI>uce addexception "(domain=any)" suspectlist 192.168.0.1
CLI>uce deleteexception "(domain=any)" suspectlist 192.168.0.1
where 192.168.0.1 is any IP address.
After that try running the export exception command.
Note: This is only an issue for (domain=any), specific domains do not exhibit this issue (CLI> uce exportexceptions "(domain=domain_name)")
Comments
0 comments
Please sign in to leave a comment.