when i try to preview a piece of content i get “the PO_CT_FREETEXT.REVISIONID backend column could not be found in the left side result set. The sorted result set join cannot be performed”.
I have a content type freetext (table PO_CT_FREETEXT) which originally in the assembler had 3 tables - PO_CT_FREETEXT, RXS_CT_SHARED and CONTENTSTATUS.
I needed to add some more fields to the CE which come from a shared table (PO_SHARED_METADATA) - so i dragged this table into the assembler on the workbench. I now get the above error. The table area in the workbench does not really give me any clues as to what is wrong - i can’t see the sql that the joins on these tables is producing so don’t really know why the joins are wrong and why the content won’t preview.
anybody have any clues as to where i can get more info on this error to enable me to include my new shared fields.
i removed all the tables except contentstatus and dragged the other three back on.
error now is contentstatus.contentid back end column could not be found in the left side result set. the sorted result set join cannot be performed.
when you say add the joins as necessary - its not clear to me what joins are necessary. does rx not add the necessary joins when you drag the relevant tables onto the data tank.