WM 60 Reposerver DB configuration HELP

Am trying to configure wM 6.0 reposerver to a DB. I run repoui.bat with the required parameters and when i click start, below is what i see in log files. I am under the impression, this repoui.bat file will create the DB tables when i clik start in the repoui.bat. There are no DB scripts shipped with wm 6.0 for creating repo tables.
pls advice…

2003-11-03 10:05:51 CST [ISC.0067.0111V5] Connected to repository server jdbc:microsoft:sqlserver://test:1433;databaseName=testDB as user testUser
2003-11-03 10:05:51 CST [ISC.0067.0016V5] registerWithCluster() entered:
2003-11-03 10:05:51 CST [ISC.0067.0037V5] negoiatePrimaryServer() entered: server= >>>connections=<<<
2003-11-03 10:05:51 CST [ISC.0067.0040V5] negoiatePrimaryServer() exit: no primary server found
2003-11-03 10:05:51 CST [ISC.0067.0034V5] registerPrimaryServer() entered: primary=1, server=0
2003-11-03 10:05:51 CST [ISC.0067.0020V5] getClusterInfo() entered: lockmode=3
2003-11-03 10:05:51 CST [ISC.0067.0097V5] contextExists() entered context=WmServers
2003-11-03 10:05:51 CST [ISC.0066.0011V5] FSMTValuesHash.get():entered id=169.10.35.2071067875551900, key=WmServers, mode=1
2003-11-03 10:05:51 CST [ISC.0066.0012V5] FSMTValuesHash.get():exit id=169.10.35.2071067875551900, key=WmServers, Values=null
2003-11-03 10:05:51 CST [ISC.0067.0098V5] contextExists() exit context=WmServers, rc=false
2003-11-03 10:05:51 CST [ISC.0067.0093V5] createContext() entered context=WmServers
2003-11-03 10:05:51 CST [ISC.0067.0111V5] Connected to repository server jdbc:microsoft:sqlserver://test:1433;databaseName=testDB as user testUser
2003-11-03 10:05:52 CST [ISC.0066.0015V5] FSMTValuesHash.put():entered id=169.10.35.2071067875551932, key=WmServers, byte.length= >>>tablename=WEBM31067875551929<<<
2003-11-03 10:05:52 CST [ISC.0066.0011V5] FSMTValuesHash.get():entered id=169.10.35.2071067875551932, key=WmServers, mode=1
2003-11-03 10:05:52 CST [ISC.0066.0012V5] FSMTValuesHash.get():exit id=169.10.35.2071067875551932, key=WmServers, Values=null
2003-11-03 10:05:52 CST [ISC.0066.0013V5] FSMTValuesHash.add():entered id=169.10.35.2071067875551932, key=WmServers, Values= >>>tablename=WEBM31067875551929<<<
2003-11-03 10:05:52 CST [ISC.0067.9999D] Cluster Database Exception => [Microsoft][SQLServer 2000 Driver for JDBC]Can’t start manual transaction mode because there are cloned connections. HY000
2003-11-03 10:05:52 CST [ISC.0067.0023V5] getClusterInfo() exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Can’t start manual transaction mode because there are cloned connections.
2003-11-03 10:05:52 CST [ISC.0067.0035V5] registerPrimaryServer() exception: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for JDBC]Can’t start manual transaction mode because there are cloned connections.
2003-11-03 10:05:52 CST [ISC.0067.0018V5] registerWithCluster() exception: java.lang.NullPointerException
2003-11-03 10:05:52 CST [ISC.0067.0014V5] initRemoteRepositoryServer() exception: registerWithCluster exception: java.lang.NullPointerException
2003-11-03 10:05:52 CST [ISC.0067.0099C] Repository Server initialization failed: com.wm.app.repo.RepositoryException: com.wm.app.repo.RepositoryException: RMI Exception: Binding of Repository remote object failed, registerWithCluster exception: java.lang.NullPointerException
2003-11-03 10:05:52 CST [ISC.0067.0099C] Repository Server initialization failed: com.wm.app.repo.RepositoryException: com.wm.app.repo.RepositoryException: RMI Exception: Binding of Repository remote object failed, registerWithCluster exception: java.lang.NullPointerException

Hey…
i had to add SelectMethod=cursor at the end of the URL

thanks