Error en Migracion en update_tablas

Hola gente,
les cuento que seguimos intentando la migracion a Guarani 3.
Vamos superando unos cuantos inconvenientes. Ahora cuando estamos realizando ifx2pg, tenemos un fracaso en el update_tablas.sql
El error es el siguiente:

2012/08/31 20:19:48 - sql_updates_tablas - Loading transformation from XML file [file:///C:/pdi/data-integration/Migracion_G2aG3_3.0.0(alpha-2)/IFX2PG/update_tablas.ktr]
2012/08/31 20:19:51 - ifx2pg - Starting entry [update_tablas]
2012/08/31 20:34:33 - Table exists - ERROR (version 4.1.0-stable, build 14410 from 2010-11-16 16.43.28 by buildguy) : An error occurred executing this job entry :
2012/08/31 20:34:33 - Table exists - ERROR (version 4.1.0-stable, build 14410 from 2010-11-16 16.43.28 by buildguy) : Couldn’t execute SQL:
2012/08/31 20:34:33 - Table exists - ERROR (version 4.1.0-stable, build 14410 from 2010-11-16 16.43.28 by buildguy) :
2012/08/31 20:34:33 - Table exists - ERROR (version 4.1.0-stable, build 14410 from 2010-11-16 16.43.28 by buildguy) : update mig.aca_usuarios_ag set unidad_academica = trim(unidad_academica);
2012/08/31 20:34:33 - Table exists - ERROR (version 4.1.0-stable, build 14410 from 2010-11-16 16.43.28 by buildguy) : update mig.aca_usuarios_ag set identificacion = trim(identificacion);
2012/08/31 20:34:33 - Table exists - ERROR (version 4.1.0-stable, build 14410 from 2010-11-16 16.43.28 by buildguy) : update mig.aca_usuarios_ag set nro_inscripcion = trim(nro_inscripcion);

Y asi sigue con todos los update que tiene este sql, y por esto no termina correctamente
¿Alguna sugerencia al respecto?
¿Cual es el error? La tabla existe pero no se porque no puede hacer el update.
¿No deberia agregarse como se hace en Informix, cuando uno quiere hacer un update en toda la tabla, un “where 1 = 1” o algo por el estilo?
Espero sus respuestas.

Marcela Vera

Hola Marcela,
pudieron solucionar el problema?

Marcelo