When I get an error, I do the following…
1. View in Ultra Long Format, Verbose Mode, showing Error Details and Readable Message Flags.
2. I figure out what is going on and perform the necessary fixes.
3. I save the error(s) to file
4. I resubmit the error if necessary.
5. After successfully resubmitting, I delete the error message(s). I learned the hard way that if I delete at the same time as saving to file, I lose all the meta data associated with the file and if I get pulled away I may forget to where the message needs to be resubmited.
The second to last step is the one that I struggle with. How do I know to which thread I need to resubmit the message…inbound our outbound? I suppose I could carefully look at the message to see what translations have been applied, but that is a huge pain. Are there some rules of thumb I can use to figure this out?
Thanks,