We are currently running a Documentum version of 4.x. We are trying to restrict the search results to 200. But this attribute is not being recognized. We are including the restriction limit of 200 through a websphere environment variable. Please find below the error which we see on the UI.
User Pref Exception: Documentum Exception thrown: [DM_QUERY_E_SYNTAX]error: "A Parser Error (syntax error) has occurred in the vicinity of: SELECT r_lock_machine,r_lock_date,r_lock_owner,r_object_id,r_object_type,acl_domain,acl_name,tracking_number,vwip_flag,status,description,vbom_number,r_modify_date,location FROM virtual_bom WHERE DATEDIFF(day,r_modify_date,DATE(TODAY)) <= 0 AND r_modifier = 'dmadmin' AND tracking_number NOT LIKE '%AAAA%' ORDER BY r_modify_date DESC ENABLE"