Archive for September, 2007

Tips for Searching Trace Logs

Friday, September 7th, 2007

Application data: Start at the bottom. Search up for "| DM:" Outbound EDI: Search down from the top for "errcode (number)" Inbound EDI: Start at the top. Search down for "Error# " Other trace log items to look for: Map Component filename or data model name "ARRAY VAL" "get_source" "put_target" "VALUE STACK" or "vstk" Last error ...

Look for VAR->OTTmpErr or OTCodeErr in the trace to find out if there are any errors

Wednesday, September 5th, 2007

Look for VAR->OTTmpErr or ARRAY->OTCodeErr in the trace log to find out if there are any errors during the translations when the get_source and put_target doesn't find the maps that should be called and doesn't produce the output. For example when the trading partner doesn't exist in the Trade Partner ...