Troubleshooting Guide
Gather Diagnostic Data for Integration Troubleshooting
3 min
when you need to contact swimlane support for assistance, you should include diagnostic data this topic instructs you how to find preliminary data for troubleshooting integration failures before you begin, jot down your answers to the following questions are all the integrations failing? or is it just one, or just a few that are failing? what type of integrations are failing? is it a python script, a forked task, or a plugin task? if it is a plugin task, take note of the plugin name, version, and the name of the task that is being used what failure errors are you getting when the integration fails? (include screenshots of any errors in the ui if possible ) next, check the most recent logs from swimlane logging to gather diagnostic data for integration troubleshooting in swimlane, replicate the issue and capture a har file if you need information on how to capture a har file, see these instructions https //toolbox googleapps com/apps/har analyzer/ navigate to background jobs, which opens hangfire take screenshots of the most recent jobs from the hangfire deleted queue and provide the full stack trace of the error connect to mongodb run the following query to find additional diagnostic information for the most recently encountered errors db logs find({level 'error'}) sort({date 1}) limit(30) pretty()