cancel
Showing results for 
Search instead for 
Did you mean: 

XI DB Issue

Former Member
0 Kudos

Hello Everybody,

I have a very strange problem in my XIQ.

The XI DB is releasing the same message id's to all messages.

This is the error that i get:

"Putting message into send queue failed, due to: com.sap.aii.af.ra.ms.api.DuplicateMessageException: Message ID 35c8973c-88ca-4b20-2adb-e7a6e906a9ce(OUTBOUND) already exists in database: com.sap.sql.DuplicateKeyException: ORA-00001: unique constraint (SAPXIQDB.SYS_C00150566) violated."

when looking at the time and date it shows as if the message started yesterday and ended today, which isn't true.

Did anyone encounter this problem ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Fixed it,

TX

prateek
Active Contributor
0 Kudos

There must be some unique key posted to the database again. You may either restrict the same key from getting posted or remove the unique key constraint from your database.

Regards,

Prateek

Former Member
0 Kudos

Hey Prateek,

How do i preform that ?

prateek
Active Contributor
0 Kudos

Login to your database and for your table, check the properties. Change the index of the unique field to non-unique. This is database level activity. Your database admin would help you out in a better way.

Regards,

Prateek

SudhirT
Active Contributor
0 Kudos

Hi,

Just check whether the server date has been modified.

Thanks!

Former Member
0 Kudos

OK,

TX for all of your answers, i will try it.

dharamveer_gaur2
Active Contributor
0 Kudos

look thread with similar issue