java.sql.SQLException: JDBC LLR, table verify failed for table 'WL_LLR_OSM1', row 'JDBC LLR Domain//
edited Dec 23, 2012 4:12AM in Order and Service Management (Communications Industry) (MOSC) 1 comment
You may get the following error when you try to connect existing schema using new application server(newly installed osm.ear on WebLogic server). To avoid this error, you need to truncate WL_LLR_OSM1 table under the OSM schema.
Query : Truncate table WL_LLR_OSM1;
java.sql.SQLException: JDBC LLR, table verify failed for table 'WL_LLR_OSM1', row 'JDBC LLR Domain//Server' record had unexpected value 'osm72_ericssion//osm1' expected 'osm72_eric_som//osm1'*** ONLY the original domain and server that creates an LLR table may access it ***
at weblogic.jdbc.wrapper.JTSLoggableResourceTable.newVerifyException(JTSLoggableResourceTable.java:244)
0