Permanent trace for one user: We want to analyze a problem that occurs in a lengthy InputScript for one user only, and randomly a couple of times a day. Is there a way we can put trace on a user's machine and leave the trace on permanently?

You can activate a trace in your InputScript with the following commands

if Q[user=XXXXX]

   ProcessingOption  InputScriptTrace="On"   file="C:\temp\guixt.trace.&time.txt"

endif

and at the end of the InputScript

if Q[user=XXXXX]

   ProcessingOption  InputScriptTrace="Off"

endif