IS server upgrade from 8.0 to 9.9 and the JDBC driver from 6.5 to 9.0; Now I select data from DB and get the different date fromat to cause program failed.
Different Date data format in JDBC Adapter 6.5 and 9.0.
JDBC Adapter 6.5
Date format: YYYY-MM-DD HH:mm:ss.S
JDBC Adapter 9.0
Date format: YYYY-MM-DD HH:mm:ss
And I try to modify the JDBC config file at \instances\default\packages\WmJDBCAdapter\config\ ORACLETypeMapping.xml.
Change:
Under columnTypeMapping section in ORACLETypeMapping.xml change the line given below
to
and restart IS server but still failed. The possible reason is the JDBC version cause the exception.
Anyone meet this exception before and could give me some advice!
What was the solution for this issue. Please update it here. We are also having same issue. It would be great if any one who got solution for this can update.
Thank you for the response and posts for this issue. Our issue is resolved. and below is the solution.
There is nothing to do with extended settings until unless you need some extra things. Seems to be it was a migration issue. Once you migrated to new env,we have to run the below service
wm.adapter.wmjdbc.admin:migrate_65_To_90
for the adapter service migration to get it effected properly if it missed at migration time.