Plattform websphere: Solaris sun 9 on sparc
plattform DB2: windows server 2003 64 bits
DB2 level:
PTF number: WR21407
Build level: s080122
Prerequisite: V9.1 GA
Signature: 9.1.401.444
Release Date:14 Feb 2008
Websphere level:
WAS/WP 6.1.0.1.19 /6.1.0.1.1
I have set up the databases as the info center has told me to. I have not changed the db2cli.ini file as this is a type-4 driver in use. (i have tried with setting this up).
When i run the task ./ConfigEngine.bat database-transfer
I get this error every time:
[java] [04/17/09 14:28:26.718 CEST] Transferring table --{ RELEASE.PORT_WIRE}-- to table --{RELEASE.PORT_WIRE }--
[java] [04/17/09 14:28:26.829 CEST] Transferring table --{ RELEASE.WPS_SCDTASK}-- to table --{RELEASE.WPS_SCDTASK }--
[java] [04/17/09 14:28:27.255 CEST] error.executing.transfer
[java] err.dbtransfer.exception.l
abelclass com.ibm.db2.jcc.b.vd: Non-atomic batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements.
[java] com.ibm.db2.jcc.b.vd: Non-atomic batch failure. The batch was submitted, but at least one exception occurred on an individual member of the batch. Use getNextException() to retrieve the exceptions for specific batched elements.
[java] at com.ibm.db2.jcc.b.i.a(i.ja
va:390)
[java] at com.ibm.db2.jcc.b.ad.b(ad.
java:2863)
[java] at com.ibm.db2.jcc.b.ad.a(ad.
java:2632)
[java] at com.ibm.db2.jcc.b.ad.execu
teBatch(ad
.java:2444
)
[java] at com.ibm.db2.jcc.b.ad.execu
teBatch(ad
.java:1329
)
[java] at com.ibm.wps.config.db.tran
sfer.Defau
ltTableHan
dler.execu
te(Default
TableHandl
er.java:14
7)
[java] at com.ibm.wps.config.db.tran
sfer.Trans
ferEngine.
execute(Tr
ansferEngi
ne.java:57
)
[java] at com.ibm.wps.config.db.tran
sfer.CmdLi
neTransfer
.execute(C
mdLineTran
sfer.java:
96)
[java] at com.ibm.wps.config.db.tran
sfer.CmdLi
neTransfer
.main(CmdL
ineTransfe
r.java:43)
BUILD FAILED
/apps/prog/NewPortal/wp_pr
ofile/Conf
igEngine/b
ase_dynami
c.xml:828:
The following error occurred while executing this line:
/apps/prog/NewPortal/wp_pr
ofile/Conf
igEngine/c
onfig/acti
ons/db_cfg
_mgr.xml:3
03: The following error occurred while executing this line:
/apps/prog/NewPortal/Porta
lServer/ba
se/wp.db.i
mpl/config
/includes/
wp.db.impl
_cfg.xml:1
05: The following error occurred while executing this line:
/apps/prog/NewPortal/wp_pr
ofile/Conf
igEngine/c
onfig/acti
ons/dbt_db
cfg.xml:79
: Java returned: 1
Total time: 51 minutes 37 seconds
isIseries currently set to: null
uploading registry
I have checked all the properties files, and the validate-db2 and connection comes out with sucess.
Db2 type driver is Type-4
I dont have any possabilty to use type-2 driver as my old portal is on the same server using this to connect to a different db on another server.
What can i be doing wrong?