URGENT:-- DB Configurator script creating tables inside dbo schema instead of specific schema

Hello,

When we are trying to run the below script, it is creating the table inside the default dbo schema. We are running
the configurator for TN table creation. The database is SQL server,

./dbConfigurator.sh -a drop -d sqlserver -c TNS -v latest -l “jdbc:wm:sqlserver://157.184.229.183:1433;databaseName=wmdbden6” -u WMTN -p WMTN -n WMDBDEN6_FG1

WMDBDEN6_FG1 is the file group inside the SQL server database wmdbden6. Ideally it should have created the
tables inside the WMTN schema which is already defined. Can you please let me know if anything is wrong with the
script. We have also tried the below script with same results.

  1. ./dbConfigurator.sh -a drop -d sqlserver -c TNS -v latest -l “jdbc:wm:sqlserver://157.184.229.183:1433;databaseName=wmdbden6” -u WMTN -p WMTN -n “WMDBDEN6_FG1.WMTN”

  2. ./dbConfigurator.sh -a drop -d sqlserver -c TNS -v latest -l “jdbc:wm:sqlserver://157.184.229.183:1433;databaseName=wmdbden6;schemaName=WMTN” -u WMTN -p WMTN -n WMDBDEN6_FG1


    Capture_before running script.JPG