Rebuilding the cross reference rules seems to have fixed the problem.
This is a bit of a show support issue for me, I'll probably buy a support ticket but I was hoping to get some clues as to what this error means or if anyone has had this in the past.
I only get the error when creating Docket_C.
I have a BO Group DocketsGroup with 3 Objects
Docket_A
Docket_B
Docket_C
2014-07-08 09:49:21,352 ERROR Reply#3910#BASTestDomainXX#73eb7d23a11d82f029903d4e7f7fc40b -Execution Exception after resuming a process message Internal error. Error reading business object. Unknown column 'Docket_Cartage_DocketsGroup_Docket_A_Docket_Split.ID' in 'where clause'
Docket_Cartage = Reference attr in Docket_A (as well as in Docket_B & Docket_C).
DocketsGroup = BO Group
Docket_A = Object in the DocketsGroup group.
Docket_Split = Reference attr to itself. e.g Docket_A ref to Docket_A. Basically, once Docket_A B or C is created, sometimes it is duplicated and the duplicated Docket_x is referenced through this attribute.
You're sure that the Where clause of your group query only has in it attributes that are common to all BOs within the group? - Rod
The only attribute that is different is the Docket_Split attribute as all three Dockets ref to themselves.
I'm stuck and not sure where the inconsistency is or which object to check and trouvbleshoot.
Cheers