cancel
Showing results for 
Search instead for 
Did you mean: 

com.sap.sql.DuplicateKeyException

Former Member
0 Kudos

Hi

I am trying to send a response that i get as an inline content to my mail. I used the following in the module processor

Module Name : localejbs/AF_Modules/MessageTransformBean

Type : Local Enterprise Bean

Module Key : mail

Transform.ContentDisposition inline;filename="Response.txt"

Transform.ContentDescription Response

Transform.ContentType text/plain;name="Response.txt"

But when i check my RWB i get the following error message

2005-09-26 13:47:51 Success Trying to put the message into the send queue.

2005-09-26 13:47:51 Error Putting message into send queue failed, due to: Message ID 4336cff8-97a3-5ad5-e100-0000ac16041b(INBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPX10DB.SYS_C00275497) violated.

2005-09-26 13:47:51 Error Delivery of the message to the application using connection AFW failed, due to: Message ID 4336cff8-97a3-5ad5-e100-0000ac16041b(INBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPX10DB.SYS_C00275497) violated.

Any suggestions friends as to why this is occurring.

cheers

Sameer

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

It seems when message is persisted by adapter engine there is some duplicate value going.

There could be a possibilty of datbase table overflow where messages are persisted.

You can check and analyse that.

Hope it helps,

cheers,

Satish

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

This sounds like a bug.

Apply the newest patch level to your XI installation.

If this does not help, create an OSS ticket.

Regards

Stefan