BMXAA6713E - The record could not be retrieved from the database. Error
Getting below error in Maximo System Logs
[ERROR] [MAXIMO] [] BMXAA6713E - The MBO fetch operation failed in the mboset with the SQL error code 17006. The record could not be retrieved from the database. See the log file for more details about the error. java.sql.SQLException: Invalid column name at oracle.jdbc.driver.OracleStatement.getColumnIndexPrimitive(OracleStatement.java:3810) at oracle.jdbc.driver.OracleStatement.getColumnIndex(OracleStatement.java:3777) at oracle.jdbc.driver.InsensitiveScrollableResultSet.findColumn(InsensitiveScrollableResultSet.java:268) at oracle.jdbc.driver.GeneratedResultSet.getObject(GeneratedResultSet.java:570) at psdi.mbo.MboSet.getNextRecordData(MboSet.java:3457) at psdi.mbo.MboSet.fetchMbosActual(MboSet.java:2941) at psdi.mbo.MboSet.fetchMbos(MboSet.java:2898) at psdi.mbo.MboSet.getMbo(MboSet.java:2114) at psdi.app.common.purchasing.FldPurContractRefNum.validate(FldPurContractRefNum.java:86) at psdi.mbo.MboValue.validate(MboValue.java:1713) at psdi.mbo.MboValue.validate(MboValue.java:1616) at psdi.mbo.Mbo.validateAttributes(Mbo.java:4992) at psdi.mbo.Mbo.validate(Mbo.java:4580) at psdi.iface.mos.MosProcessImpl.checkValidateErrors(MosProcessImpl.java:2373) at psdi.iface.mos.MosProcessImpl.setMainMaximoTable(MosProcessImpl.java:1235) at psdi.iface.mos.MosProcessImpl.fillMaximoTables(MosProcessImpl.java:806) at psdi.iface.mos.MosProcessImpl.processExternalData(MosProcessImpl.java:344) at psdi.iface.mic.MicSetIn.processExternalData(MicSetIn.java:149) at psdi.iface.mic.EntMicService.processDataIn(EntMicService.java:1391) at psdi.iface.mic.EntMicService.processExternalData(EntMicService.java:1287) at psdi.iface.mic.EntMicService.processExternalData(EntMicService.java:1115)
...
..
.
This error might be caused by missing column in database table but a persistent attribute present in one of the Maximo objects which is getting processed. \
Perhaps a column was dropped directly from database?
Identify the missing column in database table and delete it from the maxattributes or make it non-persistent to resolve this issue.
Comments
Post a Comment