hi
I am trying to create the database using a BAT file but the script is not recognizing the username and password sent as parameters and gives error.
The BAT looks like following -
and called as c:\ testit.bat db2admin S0meP@ss123
----------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------...
User Profile
Collapse
-
vaibhavsumant started a topic SQL0104N An unexpected token "DATABASE" was found following "CREATE ".in DB2SQL0104N An unexpected token "DATABASE" was found following "CREATE ".
<project name="DBCreate" default="usage" basedir=".">
<property name="user" value="db2admin "/>
<property name="passwd" value="db2admin "/>
<property name="dbprefix" value=""/>
<property name="driver" value="COM.ibm. db2.jdbc.app.DB 2Driver"/>
<property name="starturl"...
No activity results to display
Show More