Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
iDempiere JIRA
Sequence Check not working for native sequences
Description
The sequence check program is not running properly when using native sequences - and is hiding this error from user (shown in console):
org.adempiere.exceptions.DBException:org.postgresql.util.PSQLException: ERROR: no existe la relación «ad_sessioninfo_v_sq»
Position:16 at org.compiere.util.DB.getSQLValueEx(DB.java:1287) at org.compiere.db.DB_PostgreSQL.getNextID(DB_PostgreSQL.java:960) at org.compiere.util.DB.getNextID(DB.java:1832) at org.compiere.model.MSequence.getCurrentNext(MSequence.java:963) at org.compiere.model.MSequence.validateTableIDValue(MSequence.java:927) at org.compiere.process.SequenceCheck.checkTableID(SequenceCheck.java:223) at org.compiere.process.SequenceCheck.doIt(SequenceCheck.java:63)
Environment
None
Activity
Fixed
Details
Assignee
Carlos Ruiz
Carlos Ruiz
Reporter
Carlos Ruiz
Carlos Ruiz
Priority
Major
Created March 11, 2015 at 4:08 PM
Updated June 1, 2015 at 3:50 PM
Resolved March 11, 2015 at 4:11 PM
Flag notifications
Something's gone wrong
Looks like you've been signed out. Try logging in again.
The sequence check program is not running properly when using native sequences - and is hiding this error from user (shown in console):
org.adempiere.exceptions.DBException: org.postgresql.util.PSQLException: ERROR: no existe la relación «ad_sessioninfo_v_sq» Position: 16 at org.compiere.util.DB.getSQLValueEx(DB.java:1287) at org.compiere.db.DB_PostgreSQL.getNextID(DB_PostgreSQL.java:960) at org.compiere.util.DB.getNextID(DB.java:1832) at org.compiere.model.MSequence.getCurrentNext(MSequence.java:963) at org.compiere.model.MSequence.validateTableIDValue(MSequence.java:927) at org.compiere.process.SequenceCheck.checkTableID(SequenceCheck.java:223) at org.compiere.process.SequenceCheck.doIt(SequenceCheck.java:63)