Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

RC Error 8 and deletion CTS

Former Member
0 Kudos

hi all,

we have a two cluster environment.

and i had to delete an object from one system. so i sent a deletion CTS for that particular object to both systems. (that is the way system works, i have to send any CTS to both clusters).

now, the system that had that object deleted object successfully.

but the system which didnt had that object did not give RC error 8, which i was expecting as the object which CTS was supposed to delete was not present in that system.

so, to summarize,

if i send the Deletion CTS when the object doesnt exist in system, should it give RC Error 8? and why?

1 ACCEPTED SOLUTION

Former Member
0 Kudos

It's due to Indexing proplem.

No proper entity is identify.

Just complete the logic appropriate so it can identify a unique entery.

Regards

ricky

2 REPLIES 2

Former Member
0 Kudos

It's due to Indexing proplem.

No proper entity is identify.

Just complete the logic appropriate so it can identify a unique entery.

Regards

ricky

Former Member
0 Kudos

It will give RC8 error. I was unaware of the this fact then.