are you an end user or developer.

what steps did you perform.

violation of foreign key constraint 'CARR_SHMETH_TYPE' says that
there is not ship method type LOCAL_DELIVERY


Pierce Wetter sent the following on 7/30/2010 3:53 PM:
It's all good until I try to save a product store:

The Following Errors Occurred:
Error: Error parsing entity xml file: org.ofbiz.entity.GenericEntityException: Error while inserting: [GenericEntity:CarrierShipmentMethod][createdStamp,2010-07-30 15:51:45.987(java.sql.Timestamp)][createdTxStamp,2010-07-30 15:51:45.554(java.sql.Timestamp)][lastUpdatedStamp,2010-07-30 15:51:45.987(java.sql.Timestamp)][lastUpdatedTxStamp,2010-07-30 15:51:45.554(java.sql.Timestamp)][partyId,10000(java.lang.String)][roleTypeId,CARRIER(java.lang.String)][sequenceNumber,4(java.lang.Long)][shipmentMethodTypeId,LOCAL_DELIVERY(java.lang.String)] (SQL Exception while executing the following:INSERT INTO OFBIZ.CARRIER_SHIPMENT_METHOD (SHIPMENT_METHOD_TYPE_ID, PARTY_ID, ROLE_TYPE_ID, SEQUENCE_NUMBER, CARRIER_SERVICE_CODE, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) (INSERT on table 'CARRIER_SHIPMENT_METHOD' caused a violation of foreign key constraint 'CARR_SHMETH_TYPE' for key (LOCAL_DELIVERY). The statement has been
rolled back.))  calling service parseEntityXmlFile in importTempDataFile

Reply via email to