DMS: CONS-10033 using PI based on VIEW.
From Java API code the error CONS-10033 occurs when i am trying to add a publication item to publication :
// Add PublicationItem to Publication
ConsolidatorManager.addPublicationItem("PUB_TEST", "View_PUB", null,
null, "S", null, 1);
All primary keys from my base tables are included , How to workaround this issue ? Regards Marc