9.2 AWE not generating the trace
Hello,
We are on tools 8.55.17, 9.2 HCM. We have custom AWE process, for some transaction userstep instance data was missing in AWE tables, to troubleshoot this I setup trace using AWE delviered trace options. For this I did the following:
Enable trace on component postbuild event:
&c_aweLaunchManager.appDef.trace_flag = True;
Write trace file on component savepostchange:
Local File &trace = GetFile("awe_trace.txt", "A", "A", %FilePath_Absolute);
&trace.WriteLine(&c_aweLaunchManager.appDef.trace);
&trace.Close();
Trace file is created but there is no data on the trace file irrespective of transactions are successful or not.
Did someone come across this, what could I be missing. Thank you for looking in to this!