The process messages view is available for Process groups and shows messages being processed by the current process group. Click a row to open the transaction in the transaction details pane. You can step through the list with arrow up / down.
Abort tries to stop the mapping with a quit flag, but that can fail if the mapping is spending time in external software (ie a long database or internet query) that can fail. If the quit request timesout, the request is promoted and terminates the mapping host process.
Terminate kills the mapping, without waiting for a clean exit.
0 Comments