Skip to content

Instantly share code, notes, and snippets.

@richardschoen
Created February 26, 2020 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richardschoen/3abab4dce5b9e1254313219f38feb45a to your computer and use it in GitHub Desktop.
Save richardschoen/3abab4dce5b9e1254313219f38feb45a to your computer and use it in GitHub Desktop.
Turn on trace with IBMi Access ODBC Driver
/opt/ibm/iaccess/bin/cwbtrc /dt:1 # enable trace
# run code to recreate here
/opt/ibm/iaccess/bin/cwbtrc /dt:0 # disable trace
/opt/ibm/iaccess/bin/cwbmedic # generate diagnostic tar file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment