anonymous Log in
Search
Recents:
v3.0
postgresql-l
Problema al Reorganizar con transacciones que hacen referencia a transacciones dinamicas
18/12/17 16:10

Pablo J Mateluna M.

Replies: 0

Hola:
Trabajando el la v15 U7 al reorganizar me da el siguiente error:
Creando integridad referencial IMUEVE1. STARTED
org.postgresql.util.PSQLException: ERROR: referenced relation "tipopago" is
not a table
at
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2476)
at
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2189)
at
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:300)
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:428)
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:354)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:301)
at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:287)
at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:264)
at org.postgresql.jdbc.PgStatement.executeUpdate(PgStatement.java:244)
at com.genexus.db.driver.GXStatement.executeUpdate(Unknown Source)
at com.genexus.db.DBConnectionManager.executeStatement(Unknown Source)
at com.genexus.ExecuteDirectSQL.executeWithThrow(Unknown Source)
at com.enposv03.reorg.RIMueveTipoPago(reorg.java:333)
at com.enposv03.reorg.submitReorg(reorg.java:864)
at com.genexus.util.ReorgSubmitThread.run(Unknown Source)
Obviamente "tipopago" no es una tabla sino una vista, aparentemente existe
un problema en el código de la reorganización de GX,
Alguna idea mas o menos "limpia" para resolverlo. diferente de hacer que
tipopago no sea dinámica
quedo atento
Un saludo
Pablo
-----------------------------------------
Para Suscribirse/Desuscribirse:
http://www.gxtechnical.com/cgi-bin/hforum.exe?2,3,30,24
Por consultas owner-postgresql-l@gxtech.com.uy


Back to postgresql-l