Steps for this task
cd %WAS_HOME%\SchedulerOn UNIX, enter:
cd $WAS_HOME/Scheduler
Note: Make sure that the database supports Unicode (UTF-8) . Otherwise, it cannot store all characters that can be handled in the Java code, and you could run into codepage conversion problems when a client uses an incompatible codepage.
isql -S <serverName> -U<userid> -P<password> -D<databaseName> -i <script name>
Results
The Microsoft SQL Server database for scheduler exists.