07-25-2012 04:27 AM
08-01-2012 03:12 PM
08-06-2012 08:01 AM
Is it the same with 4.0.d?I cant try with 4.0d because i have 3M documents only LIVE env. and i cant upgrade to 4.0d now
What are you using for authentication?Basic authentication. All connection use same user
What client are you usingOpen Cmis with swing env.
Is this CPU bound?Yes.
select
app.app_name_id as audit_app_name_id,
entry.id as audit_entry_id,
entry.audit_user_id as audit_user_id,
entry.audit_time as audit_time,
entry.audit_values_id as audit_values_id
from
alf_audit_app app
join alf_audit_entry entry on (entry.audit_app_id = app.id)
WHERE app.app_name_id = 3
order by
entry.id desc;
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.