Summary
Error
When the following command is run, to load a previously created file, inc.tag, generated with the command nnmincidentcfgdump.ovpl:
# nnmincidentcfgload.ovpl -load /tmp/inc.tag
the following error can be seen:
Encountered an error executing your task.
It can be seen too with the validate option:
# nnmincidentcfgload.ovpl -validate /tmp/inc.tag
Cause
The message can be caused by lack of heap memory.
Fix
Consider using the "-memory" option when the command is run.
It specifies the maximum heap size in Megabytes (MB). The minimum <memory
> value is 512 MB. The default <memory
> value is 1536 MB.
An example is:
# nnmincidentcfgload.ovpl -validate /tmp/inc.tag -memory 3072