SmartConnect 2018

Setting Up Debugging

To set up map debugging follow the steps below:

1.Open Map >> Setup, or select the Maps Quick Link and double click on the map to be edited.
2.Select Options >> Options on the map setup window.
3.Check the Debug checkbox to enable the debug options, confirm the debug performance message.
4.Check the debug options required.
Map Documents - selecting this option will allow the different stages of document processing to be logged.
Document Tasks - selecting this option will allow logging of all tasks that run for each document. This includes tasks that run before the document, as well as tasks that run if the document succeeds or fails.
Document Details - selecting this option will processing information for a document to be recorded. This includes the creation of a blank destination line, the setting of each document value, and the posting of the data to the selected destination.
Map Details - selecting this option allows map processing information to be logged. This includes security, accessing source data and grouping / filtering of source data.
Map Tasks - selecting this option allows the recording of log information pertaining to map tasks. This includes map data checks, tasks that run before the map, as well as tasks that run if the map fails or succeeds.
Validate Data Types - this option ensures that the data passed to each field in the destination is of the correct type. If there is a mismatch it is logged. Note: this setting is extremely detrimental to map performance and should never be used on a production map.
Log Schedule Events - when selected, and the map is run by the SmartConnect scheduler, success events as well as failure events will be logged to the schedule server event viewer. When not selected, only failure events will be logged.
Log Web Service Events - when selected, and the map is run by the SmartConnect web service, success events as well as failure events will be logged to the web service server event viewer. When not selected, only failure events will be logged.
5.Select OK to record changes.

Setting up Debugging