User Profile

Collapse

Profile Sidebar

Collapse
vaibhavsumant
vaibhavsumant
Last Activity: Aug 27 '07, 11:11 AM
Joined: Jul 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • setting user name password and user name for automating create script

    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
    ----------------------------------------------------------------------------------------------------------------
    ----------------------------------------------------------------------------------------------------------------...
    See more | Go to post

  • SQL0104N 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"...
    See more | Go to post
No activity results to display
Show More
Working...