PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

9.2 AWE not generating the trace

edited Apr 20, 2021 1:07AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 2 commentsAnswered

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!

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center