-
Need steps to install Process Engine 6.7/6.7sp1 on CS 6.7 on AIX OS
Hi, Our Content Server is on AIX 6.1 TL5. I am looking for instructions to install Process Engine on CS 6.7 on AIX box. In Process Engine 6.7 Installation guide, I see the steps to install Process engine on the Windows Operating System, but I do not see the steps to install on AIX Operating System. Please share your…
-
there is no getControl method in exection class of contextmenuitem
hi.i am trying to migrate from checkboxes and buttons to right-click menu items.for this i am planning to copy the buttons' onclick methods and paste it into the execution class of the contextmenuitem.but, in a method there is a row like:DataSortLink dsl=(DataSortLink)getControl("sort"+i, DataSortLink.class); when i put…
-
how to pass parameter to execution class from context-menu item
hi all, how can a parameter be passed to the execution class of context-menu(right-click)? Regards.
-
DQL versus Advanced Search incompatibility
Hi, My DQL below does not give any results: select object_name, russell_order_nbr, ack_nbr, r_creation_date from ecm_bill_of_lading where document_type like 'Spald VICS BOL-Supplement Carrier Info%' and r_creation_date > date('01/01/2010', 'mm/dd/yyyy') ORDER BY r_creation_date DESC When I searched in Advanced Search I get…