Validating a Decision Table at the Command Line

You can validate a decision table using the command line.

Note: The Studio Tools utility runs only on Microsoft Windows and Linux platforms as it has dependencies on Eclipse.
    Procedure
  1. Navigate to BE_HOME/studio/bin/ and open a command prompt.
  2. Execute a command with the following format (all on one line) at a command prompt:
    studio-tools -dt validateTable [-h] -studioProjPath studioProjectDir [-wsPath workspaceFolderPath] -dtPath decisionTableProjectFolderPath

    For example:

    studio-tools -dt validateTable -studioProjPath D:\Workspace\CreditCardApplication -wsPath D:\Workspace -dtPath \Virtual_RF\BankUser

Reference

validateTable Options
Option Description
-dt validateTable Specifies the validateTable operation for generating class files for decision tables.
-h (Optional) Prints usage help.
-studioProjPath Specifies the path to the TIBCO BusinessEvents Studio project which contains the decision table that you want to validate.
-dtPath Specifies path of the decision table that you want to validate. Specify this path relative to the path of the TIBCO BusinessEvents Studio project path and exclude the .dt extension in it.
-wsPath (Optional) Use this option if you want to specify the location of the existing TIBCO BusinessEvents Studio workspace folder. The best practice is to leave this option blank so that the project is not stale.