Quantcast
Channel: SCN : Popular Discussions - SAP Process Orchestration
Viewing all articles
Browse latest Browse all 1306

Netweaver 7.31 SP13 BPEM-CORE deployment error

$
0
0

Hi gurus,

 

I'm trying to update our Netweaver 7.31 Sp08 Process Orchestration (kernel 7.21 patch300 & MaxDb 7.9.08.25 (latest version) on Windows ) demo machine to SP13.

The following error is occurring during the deployment of the BPEM-CORE component:

 

 

E R R O R ******* (DbSqlStatement dev 30.07.2013 13:00:00) 10:36:14 2014-10-27 dbs-Error: Exception caught during SQL execution SAP DBTech JDBC: [-4023] (at 160): Unknown function name OpenSQLExceptionCategories:

 

[NON_TRANSIENT, DB_OBJECT_UNKNOWN] SQL STATEMENT:

 

ALTER TABLE "BC_BPEM_EL_ENTRY" MODIFY ( "PROC_DEF_ID" NULL , "PROC_DEF_VER_ID" NULL , "PROC_INS_ID" NULL , "CALLER_DEF_ID" NULL ) 

 

E R R O R ******* (DbSqlStatement dev 30.07.2013 13:00:00) 10:36:14 2014-10-27 dbs-Error: Caused by: SAP DBTech JDBC: [-4023] (at 160): Unknown function name OpenSQLExceptionCategories:

 

[NON_TRANSIENT, DB_OBJECT_UNKNOWN] Stack trace: com.sap.sql.exception.OpenSQLException: SAP DBTech JDBC: [-4023] (at 160): Unknown function name OpenSQLExceptionCategories: [NON_TRANSIENT, DB_OBJECT_UNKNOWN] at

 

com.sap.sql.exception.SQLExceptionFactory.createOpenSQLException(SQLExceptionFactory.java:167) at com.sap.sql.exception.SQLExceptionFactory.wrapChainedSQLException(SQLExceptionFactory.java:72) at com.sap.sql.jdbc.direct.DirectPooledConnection.processSQLExceptionJava6(DirectPooledConnection.java:1000) at com.sap.sql.jdbc.direct.DirectPooledConnection.processSQLException(DirectPooledConnection.java:926) at com.sap.sql.jdbc.direct.DirectConnection.processSQLException(DirectConnection.java:1537) at com.sap.sql.jdbc.direct.DirectStatement.executeUpdate(DirectStatement.java:223) at com.sap.sql.jdbc.direct.DirectStatement.executeUpdate(DirectStatement.java:186) at com.sap.dictionary.database.dbs.DbSqlStatement.exec(DbSqlStatement.java:56) at com.sap.dictionary.database.dbs.DbObjectSqlStatements.exec(DbObjectSqlStatements.java:50) at com.sap.dictionary.database.dbs.DbObjectSqlStatements.exec(DbObjectSqlStatements.java:55) at com.sap.dictionary.database.dbs.DbModifier.modify(DbModifier.java:66) at com.sap.dictionary.database.dbs.DbModificationController.modifyIntern(DbModificationController.java:525) at com.sap.dictionary.database.dbs.DbModificationController.modify(DbModificationController.java:515) at com.sap.dictionary.database.dbs.DbModificationController.distribute(DbModificationController.java:396) at com.sap.dictionary.database.dbs.DbModificationController.distribute(DbModificationController.java:386) at com.sap.dictionary.database.dbs.DbModificationController.distribute(DbModificationController.java:264) at com.sap.engine.services.dbcontainer.lib.DBDeployLibImpl.deployDbSchemaInternal(DBDeployLibImpl.java:168) at com.sap.engine.services.dbcontainer.lib.DBDeployLibImpl.adeployDbSchema(DBDeployLibImpl.java:130) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.ExternalDbDeployLibWrapper.deployDbSchema(ExternalDbDeployLibWrapper.java:96) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.JddOfflinePhaseDeployProcessor.doProcess(JddOfflinePhaseDeployProcessor.java:43) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.AbstractOfflinePhaseDeployProcessor$ProcessorHelper.visit(AbstractOfflinePhaseDeployProcessor.java:128) at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:84) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.AbstractOfflinePhaseDeployProcessor.doProcess(AbstractOfflinePhaseDeployProcessor.java:45) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.AbstractWorkflowStrategyDeployer.doDeploy(AbstractWorkflowStrategyDeployer.java:51) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.SafetyStrategyDeployer.deploy(SafetyStrategyDeployer.java:32) at com.sap.engine.services.dc.cm.deploy.offline_phase.impl.OfflinePhaseDeployerImpl.deploy(OfflinePhaseDeployerImpl.java:48) at com.sap.engine.services.dc.cm.offline_phase.impl.OfflinePhaseProcessorImpl.process(OfflinePhaseProcessorImpl.java:92) at com.sap.engine.services.dc.cm.offline_phase.Runner.run(Runner.java:55) at com.sap.engine.services.dc.cm.offline_phase.Runner.main(Runner.java:78) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:162) Caused by: com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: [-4023] (at 160): Unknown function name at com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:300) at com.sap.dbtech.jdbc.exceptions.SQLExceptionSapDB.generateDatabaseException(SQLExceptionSapDB.java:138) at com.sap.dbtech.jdbc.packet.ReplyPacket.createException(ReplyPacket.java:69) at com.sap.dbtech.jdbc.ConnectionSapDB.throwSQLError(ConnectionSapDB.java:1099) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:723) at com.sap.dbtech.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:565) at com.sap.dbtech.jdbc.StatementSapDB.sendCommand(StatementSapDB.java:856) at com.sap.dbtech.jdbc.StatementSapDB.sendSQL(StatementSapDB.java:932) at com.sap.dbtech.jdbc.StatementSapDB.execute(StatementSapDB.java:268) at com.sap.dbtech.jdbc.StatementSapDB.executeUpdate(StatementSapDB.java:442) at com.sap.dbtech.jdbc.trace.Statement.executeUpdate(Statement.java:163) at com.sap.sql.jdbc.direct.DirectStatement.executeUpdate(DirectStatement.java:220) ... 28 more 

 

E R R O R ******* (DbModifier dev 30.07.2013 13:00:00) 10:36:14 2014-10-27 dbs-Error:

Table BC_BPEM_EL_ENTRY could not be modified in database 10:36:14 2014-10-27 sap-Info: database object BC_SYNCLOG is NO Alias 10:36:14 2014-10-27 sap-Info: database object BC_DDDBDP is NO Alias 10:36:14 2014-10-27 dbs-Info: Analyze table BC_DDDBDP >>> 10:36:14 2014-10-27 sap-Info: database object BC_DDDBDP is NO Alias 10:36:14 2014-10-27 dbs-Info: Action: NOTHING 10:36:14 2014-10-27 dbs-Info: Analyze table BC_SYNCLOG >>> 10:36:14 2014-10-27 sap-Info: database object BC_SYNCLOG is NO Alias 10:36:14 2014-10-27 dbs-Info: Action: NOTHING 10:36:14 2014-10-27 dbs-Info: Buffer synchronization for table BC_BPEM_EL_ENTRY successfully executed  ERROR SUMMARY:  

 

Has anyone else upgraded to 7.31Sp13 and had this error? Or does anyone have any tips.

 

Regards

Ad


Viewing all articles
Browse latest Browse all 1306

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>