cancel
Showing results for 
Search instead for 
Did you mean: 

Deployment Error ?????????

Former Member
0 Kudos

hi everyone,

I am trying to deploy a EJB, which gives me the following deployment error -

**********************************

Error occurred while starting application sap.com/ServiceMaster_EAR and wait. Reason: Clusterwide exception: server ID 7723950:com.sap.engine.services.ejb.exceptions.deployment.ORMappingVerificationException: According to the O/R mapping described in /META-INF/persistent.xml, <b>a CMPBean intends to store one of its cmp-fields in column DELFLAG of table RMT_RFP_SERVICE. However, a column with such name does not exist in the database table.</b>**********************************

I have checked the database table. There exists this field DELFLAG in the table RMT_RFP_SERVICE.

Still it gives me the error message, while deployment that the no such column-name exists in the database table.

Any idea ?

Please help.

Thanks in advance,

Samta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Samta,

Have you created the table manually?

Or deployed using dictionary project??

I recommend you to deploy the exact dictionary archive of this table and update current table. Then try deploying the EAR. The problem could be because of mismatched column types...I faced similar problem when I created the table manually and not using Dictionary project.

Abhijeet

Former Member
0 Kudos

Hi Abhijeet,

Yups you were absolutely right..........

I had indeed imported the table from another server.

And deploying the Java dictionary project solved my problem............

Thanks a lot buddie !!!!!!!!!

Points rewarded...................

Thanks,

Samta

Message was edited by: samta nichani

Answers (0)