Search code examples
tibcotibco-designer

Tibco JDBC Update dry run


Is it possible to have a dry run in Tibco for the JDBC Update activities? Meaning that I want to run those activities, but not actually update the database.

Even running in test mode if it's possible will be good.


Solution

  • I think I found a way. I haven't tested it yet, but theoretically it should work.

    The solution is to install P6Spy and to create a custom module that will throw an exception when trying to execute an INSERT/UPDATE.