Thanks for posting (part of) the trace. Unfortunately, it is still unclear from that trace, which program generated the error. Please show the trace -- verbatim -- of
starting about 10 lines above the error message all the way to the return code r(111); including all separator lines. Do this inside code-delimiters as I have done above.
Code:
set tracedepth 32000 set traceexpand on set tracesep on set traceindent off set tracenumber on set trace on [i]whatever_your_command_call[/i9
Comment