HL7 Module 10.5 | Understanding and Using HL7 Module | Installing and Using HL7 Module | webMethods HL7 Module Services | WmHL7 Package | wm.ip.hl7.codetables:runScripts
 
wm.ip.hl7.codetables:runScripts
Executes database scripts required to initialize and set up the HL7 Module database. The HL7 Module database should refer to the JDBC pool corresponding to the HL7 functional alias. The database scripts are located in the Integration Server_directory\packages\WmHL7\config\dbscripts folder.
Note:
For a list of supported databases, see System Requirements for Software AG Products.
Input Parameters
database
String The database on which the scripts should be run. Valid values are:
*oracle - The database configured in the JDBC pool is an Oracle database.
*sql - The database configured in the JDBC pool is an SQL database.
*db2 - The database configured in the JDBC pool is an DB2 database.
*mysql - The database configured in the JDBC pool is an MYSQL database.
mode
String The mode of operation. Valid values are:
*create - Creates the tables on the database.
*drop - Drops the tables from the database.
*cleanup - Deletes the code tables and code table values from the database.
Output Parameters
isSuccessful
String Indicates whether the scripts are executed successfully. Valid values are:
*true - The scripts were run successfully.
*false - The scripts failed to execute.