I'm trying to write all contents of one oracle db-user (Map 3D 2014)
to another one with the same schema.
when "inserting", translation fails because of :
2013-11-22 09:55:09| 3.2| 0.0|ERROR |Execution of statement `INSERT INTO SELBSTRECHT_L ( "LENGTH", "FID_PARENT", "LINIENART", "IMPORT_ID", "GEOM" ) VALUES ( :"LENGTH", :"FID_PARENT", :"LINIENART", :"IMPORT_ID", :"GEOM")' did not succeed; error was `ORA-29532: Java-Aufruf durch nicht abgefangene Java-Exception beendet: java.lang.ClassCastException
ORA-06512: in "MAPSYS.TBCOMPOUND", Zeile 3
ORA-06512: in "AV_TEST.SELBSTRECHT_L_AIS", Zeile 18
ORA-04088: Fehler bei der Ausführung von Trigger 'AV_TEST.SELBSTRECHT_L_AIS''. (serverType=`ORACLE8I', serverName=`mapsrv25', userName=`AV_TEST', password=`***', dbname=`')
Before i had problems with duplicate FIDs?
How to get rid of these problems?