Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Store Error in txt

Hello at all,

i want to store any Error that appears when i load my xml Files.

Here is my example:

IF ScriptError<>1 then

  -----> Save Date and Time with ErrorCode

    store Fehler into $(vPath2)\Fehler.txt (txt);

END IF   

But i dont know how i can save the date with time and ErrorCode in the txt File. The loop i have

should not be corrupted, only the Error should be save into a txt File. How i can make a

single line for each error and save this with the above parameters in a txt File?

Greets

1 Reply
jvitantonio
Luminary Alumni
Luminary Alumni

Hi there. Check this app out. I hope this helps.