During a development project, I needed to run fme’s dqMan to query Documentum, but didn’t want to install the Documentum client as well. The following procedure shows how to get the required Documentum files off of an existing install so dqMan can run.
The following procedure is for Documentum 6.5, it may be applicable for other versions
- Download dqMan from the fme website. You will receive the license file in an email.
- Extract and install dqMan
- From the content server, copy the
dmcl.dll
file from theDocumentum\product\6.5\bin
directory to a location on your system Path. Create a dmcl.ini file and place the following section.
[DOCBROKER_PRIMARY] host=yourContentServer #IP or HostnameCreate and Environmental Variable named
DCML_CONFIG
that points to thedmcl.ini
file. E.g.C:\dmcl.ini