There is a new Documentum connector called the DFC Query Connector it’s query based, not folder crawl based
-
Query: this is how you get docs, needs to be a full query
that works in Documentum.
- You need the i_chronicle_id, and it should be unique, so DISTINCT i_chronicle_id
- If you want to track links as relationships you can add this to the select part of the query: i_reference_cnt
- Worker Count: number of workers. These will go and get each document, and it’s versions, metadata, renditions, permissions, etc… essentially think of a worker as a concurrent user, though because of queries that need to be run it could result in more than one connection to Documentum.
-
Document Queue Size: the internal queue we use for documents.
These will just be document ids that will be picked up by workers and then
resolved
- If there are a lot of files in folders this will speed things up a lot to have folders in cache, but you don’t want the cache too big, or it will take up a lot of memory. We suggest 1000-10000 as the optimal number depending on your system.
- Cache Options Tab: Number of Items in Cache: this is a folder cache where we keep the properties and info for folders this is used to get the document path and to get folder properties if that option is checked