# Connecting to Documentum OpenText

### Log in/out

**To log in to a Documentum Content Server**, start dqMan, enter your login credentials and then select the desired repository from the list. You can save your login credentials by selecting **Save in login history** and use them again in the future by clicking the **History** button.&#x20;

![The dqMan Login screen](/files/PI4nB3BpIOEe3AA4Xudh)

### OTDS Authentication

dqMan supports OTDS authentication for users who are synchronized with the Documentum repository. In such cases, the username should be the *User Login Name* in Documentum, which typically matches the *User ID* in OTDS.

For example, if a user named `admin_test` is defined in the OTDS partition `dctm`, the corresponding username will usually be `admin_test@dctm`.

### Manage Sessions

dqMan can open multiple sessions to the same or different repositories. You can open a session in several ways:

* Click ***Session** men&#x75;**>New Session Window***, or press Ctrl+N.
* Click the **New Session Window** toolbar button <img src="/files/PSATxA8HsX0mVJWWBAIL" alt="" data-size="line">
* If you already have an open Session window which you would like to duplicate into a second session with the same credentials on the same repository click the **Copy session** toolbar button <img src="/files/mN2osrrHIUdoBHjjwsvj" alt="" data-size="line">
* Certain API commands can be executed without a connected session (such as `getservermap`, `getdocbrokermap` or `connect`).

Whenever a session is needed but not available, the same login dialog box described in [#2.1-log-in-out](#2.1-log-in-out "mention") is displayed.

Sessions are always bound to a session window. Disconnecting a session window will terminate the session, but will not close the session window.

dqMan enables you to open as many sessions as needed, restricted only by the settings in the Client or Server configuration.

The option "Use full qualified repository names" will instruct dqMan to enumerate all docbrokers for available repositories. That option can be activated from **Extras->Options->Login.**

You can manage Sessions using the **Session** menu or the toolbar. The available functions are:

<table><thead><tr><th width="259.66336633663366">Function</th><th>What It Does</th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td><strong>New Session Window</strong></td><td>Opens a new session window with the login dialog box. For more information on logging in to dqMan, see <a data-mention href="#2.1-dqman-log-in-log-out">#2.1-dqman-log-in-log-out</a>.</td><td></td><td></td><td></td></tr><tr><td><strong>New Jobs Window</strong></td><td>Opens a new Jobs session. For more information about dqMan Jobs, see <a data-mention href="/pages/zPNNfqmtDIQEz77PJRjN">/pages/zPNNfqmtDIQEz77PJRjN</a>.</td><td></td><td></td><td></td></tr><tr><td><strong>Copy</strong></td><td>Creates a copy of the current session window and logs you in automatically using the same user credentials.</td><td></td><td></td><td></td></tr><tr><td><strong>Connect/Disconnect</strong></td><td>Opens/terminates a session without closing the session window. The button will show <strong>Connect</strong> or <strong>Disconnect</strong> based on the whether the active session window is currently connected or not.</td><td></td><td></td><td></td></tr><tr><td><strong>Refresh Valuelists</strong></td><td>Reloads session dependent value lists, like users, groups, or object types.</td><td></td><td></td><td></td></tr><tr><td><strong>Session Alias</strong></td><td>Sets an alias name for a session. This name is used instead of default session name @ wherever it is possible.</td><td></td><td></td><td></td></tr><tr><td><strong>Locale</strong></td><td>Switches current session locale to the locale selected from submenu.</td><td></td><td></td><td></td></tr><tr><td><strong>Close</strong></td><td>Closes the current window.</td><td></td><td></td><td></td></tr><tr><td><strong>Exit</strong></td><td>Closes dqMan.</td><td></td><td></td><td></td></tr></tbody></table>

## SSL Configuration

To ensure a secure server connection, follow these instructions:

Connecting Without SSL:

* Verify if the server allows connecting without SSL.
* Open the dfc.properties file used by DqMan.
* Set the value for dfc.session.secure\_connect\_default as follows:

&#x20;       `dfc.session.secure_connect_default=try_native_first`

Connecting via SSL:

To establish a secure connection using SSL, configure the dfc.properties file used by DqMan with the necessary settings. Follow these steps:

a) Configuring dfc.properties for SSL truststore:

* Locate the dfc.properties file used by DqMan.
* Add the following values to the file:

&#x20;        `dfc.security.ssl.truststore=C\:/Documentum/dba/secure/dfc.keystore`

&#x20;        `dfc.security.ssl.truststore_password=......`

&#x20;        `dfc.session.secure_connect_default=secure`

* Note: The path "C:/Documentum/dba/secure/dfc.keystore" is used for demonstration purposes only. To generate the correct value, copy the dfc.keystore file from the Content Server to the machine where DqMan is installed. Update dfc.security.ssl.truststore with the path to this file. Make sure the dfc.keystore file contains the appropriate SSL certificates.

b) Adding SSL certificates to the JDK's cacerts file:

If the previous step does not resolve the issue, follow these instructions:

* Locate the cacerts file of the JDK used by DqMan.
* Add the two SSL certificates to the cacerts file.

Note: Ensure that all configurations and settings are properly followed to establish a secure connection with the server.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.dqman.com/opentext-documentum-edition-26.1/connecting-to-documentum-opentext.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
