|
Home > Archive > WebSphere Portal Server > June 2007 > Websphere Portal 6 configwizard "The wizard ran the task with
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Websphere Portal 6 configwizard "The wizard ran the task with
|
|
|
| Hi,
i wanted to transfer the cloudscape database to a remote DB2 instance.
The wizard ran fine and got to 100%.
The Database is filled with a lot of tables and some data.
The errors i can find in the log look like totally unimportant. Can someone confirm, that this is not a problem.
The Portal seems to work fine.
regards
Christian
-------------%<------------
The wizard ran the task with errors.
Transfer data to another database
For additional information, refer to the log file
[.......]WebSphere/PortalServer/log/configwizardlog.txt.
--------------->%-------------------------
this line comes quite often
--------------->%---------------------
(Jun 15, 2007 4:51:38 PM), portal.configwizard, com.ibm.wps.configwizard.Os400AsciiFileUpdate, err, Unhandled service exception: ServiceException: (error code = 305; message = "set
FileAttributes requires native support. "; severity = 0)
------------%<----------------
| |
|
| Hi,
Have you entered the following entries in the db2cli.ini file
[COMMON]
DYNAMIC=1
ReturnAliases=0
Note :An empty line is required after the ReturnAliases=0 at the end of the file.
Thanks & Regards
Vinod Vishnu Shirke
| |
|
| No,
i looked into the documentation again (After your tip) and i found this line, which i overread the first time:
"If you are using DB2 type 4 JDBC driver at the client side, the fix should be applied to the server side only."
I try this and report back.
| |
|
| Hello,
It fails when transferring the data.
The Exception is:
[java] [06/18/07 13:50:49.986 CEST] Transferring table --{ RELEASE.EVT_INTERFACE}-- to table --{RELEASE.EVT_INTERFACE }--
[java] [06/18/07 13:50:50.031 CEST] Transferring table --{ RELEASE.PORT_DESC_PREF}-- to table --{RELEASE.PORT_DESC_PREF }--
[java] [06/18/07 13:50:50.048 CEST] error.executing.transfer
[java] java.lang.ClassCastException
[java] at com.ibm.db2.jcc.a.jb.a(jb.java(Compiled Code))
[java] at com.ibm.db2.jcc.a.jb.a(jb.java(Compiled Code))
[java] at com.ibm.db2.jcc.a.jb.a(jb.java(Compiled Code))
[java] at com.ibm.db2.jcc.a.tb.a(tb.java(Compiled Code))
[java] at com.ibm.db2.jcc.b.ad.a(ad.java(Inlined Compiled Code))
[java] at com.ibm.db2.jcc.b.ad.b(ad.java(Compiled Code))
[java] at com.ibm.db2.jcc.b.ad.a(ad.java:2632)
[java] at com.ibm.db2.jcc.b.ad.executeBatch(ad.java:2444)
[java] at com.ibm.db2.jcc.b.ad.executeBatch(ad.java:1329)
[java] at com.ibm.wps.config.db.transfer.DefaultTableHandler.execute(DefaultTableHandler.java(Compiled Code))
[java] at com.ibm.wps.config.db.transfer.TransferEngine.execute(TransferEngine.java:57)
[java] at com.ibm.wps.config.db.transfer.CmdLineTransfer.execute(CmdLineTransfer.java:93)
[java] at com.ibm.wps.config.db.transfer.CmdLineTransfer.main(CmdLineTransfer.java:43)
the linenumbers look exactly the same in this hibernate forum entry:
http://www.hibernate.org/120.741.html
The problem there is about jdbc batchsettings.
I looked into the old logfiles again and i found something similar to this. So this is before changing the db2cli.ini :
[java] [06/15/07 16:51:38.087 CEST] Transferring table --{ RELEASE.WPS_SCDTASK}-- to table --{RELEASE.WPS_SCDTASK }--
[java] [06/15/07 16:51:38.106 CEST] error.executing.transfer
[java] err.dbtransfer.exception.labelclass com.ibm.db2.jcc.b.vd: Non-atomic batch failure. The batch was submitted, but at least one exception occurred on an individual membe
r 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.java(Compiled Code))
[java] at com.ibm.db2.jcc.b.ad.b(ad.java(Compiled Code))
[java] at com.ibm.db2.jcc.b.ad.a(ad.java:2632)
[java] at com.ibm.db2.jcc.b.ad.executeBatch(ad.java:2444)
[java] at com.ibm.db2.jcc.b.ad.executeBatch(ad.java:1329)
[java] at com.ibm.wps.config.db.transfer.DefaultTableHandler.execute(DefaultTableHandler.java(Compiled Code))
[java] at com.ibm.wps.config.db.transfer.TransferEngine.execute(TransferEngine.java:57)
[java] at com.ibm.wps.config.db.transfer.CmdLineTransfer.execute(CmdLineTransfer.java:93)
[java] at com.ibm.wps.config.db.transfer.CmdLineTransfer.main(CmdLineTransfer.java:43)
regards
Christian
| |
|
| Hi,
got it working. The error comes from the jdbc type-4 driver. We decided to use type-2 driver for the moment.
regards
Christian
|
|
|
|
|