Is there a way to create the XML files for the MAT GUI when they fail during the INVOKE of the measurement?
In other words, at the end of the INVOKE of a measurement in the MAT GUI, there is a batch job that is run (TUNBATCH) to create the XML files for the GUI. It is possible that this job can fail for many reasons (security, space issues, etc.). Do I need to invoke the whole measurement again, or can I only run the creation of these XML files (TUNBATCH) again?
Currently there is no option to create only the XML files after a failure of the batch part of the CA MAT GUI invoke.
You could use the TNBATXML maintenance job, or manually resubmit the XML creation job after you corrected them via ISPF.
You should be aware that in both cases the job will run under your own User ID instead of the MAT server ID.
This could give authorization issues.