Hi all,
i am trying to export data on to the server (by right clicking the database definition in the J2EE hierarchy and selecting export to server) which is a SQLserver, then selecting commit upon success only.
But when i click next, i get the following exceptions(on all statements)
"[ibm][sqlserver jdbc driver] exception generated during defered local transaction handling. see next exception via SQLException.getNextException "
and example of the things it is trying to do are:
ALTER TABLE WS_USER.SALE
ALTER TABLE WS_UESR.REGISTRATION
etc
there could well be a simple fix for this, but i don't seem to know it!! so please help
thx