2 Working with Content Server Connections

This section covers these topics:

2.1 About Content Server Connections

Before you can integrate content management features into your desktop experience, you must establish a connection with a server, so you can access the files on it. You can define server connections in any of the integrated applications (Windows Explorer, Microsoft Word, Microsoft PowerPoint, Microsoft Excel, Microsoft Outlook, or Lotus Notes). You only need to define a server connection once. When you create a new server connection, that connection will be available to all supported applications on your computer that you use to interact with the content server. Once you have defined a server connection, you can begin working with that server based on your server permissions.

If you add or remove a server connection, or change its display name, this only affects your own computer. The server settings are stored on your own computer; no other users are affected. Also, when you uninstall the Desktop client software from your computer and reinstall it (for example, to upgrade to a newer version), all previously configured server connections will continue to be available after you reinstall the software.

Note:

Your system administrator may decide to set up all content server connections for you.

2.2 Content Server Types

The Desktop client can connect to these types of servers:

  • WebCenter Content Server: This is an Oracle WebCenter Content Server instance, which offers the broadest content management integration: opening files directly from the server (check-out), saving files to the server (check-in), file versioning, searching for files on the server, comparing Microsoft Word documents on the server, and so on.

    Oracle WebCenter: Desktop can work with both the new WebCenter Content user interface offered by WebCenter Content 11gR1 (11.1.1. 8.0) and the native 11g user interface offered by all WebCenter Content 11g releases.

    This server type was called 'UCM Content Server' in earlier Desktop releases.

  • Content DB Server: This is an Oracle Content Database (Oracle Content DB) server. These servers offer some content management integration. You can open files directly from the server and save files to it, but you cannot search for files on the server using the Desktop client software.

  • WebDAV Server: This is a server that is not an Oracle WebCenter Content Server or Oracle Content Database server but which supports the standardized Web Distributed Authoring And Versioning (WebDAV) enhancements to the HTTP protocol. (The WebDAV DeltaV extension is not supported.) These servers offer some content management integration. You can open files directly from the server and save files to it, but you cannot search for files on the server using the Desktop client software.

You select the content server type when you create the server connection (see Section 2.7, "Adding a Content Server Connection"). Consult your system administrator if you are not sure which server type to use.

Server Type Icons

Each server type has its own icon that visually identifies it in the integration hierarchy.

Server Icons Server Type
Icons for UCM servers

WebCenter Content Server instance

Icons for Content DB servers

Oracle Content Database (Oracle Content DB) server

Icons for WebDAV servers

Other WebDAV server


2.3 Content Server Capabilities

The Desktop client software provides different content management features depending on the server type and configuration (see Section 2.2, "Content Server Types"), as outlined in the table below.

Content Management Capability 11gR1 Oracle WebCenter Content Server with Desktop 11gR1 components and Framework Folders 11gR1 Oracle Content Server with Desktop 11gR1 components and Folders_g 10gR3 Oracle Content Server with Desktop 11gR1 components 10gR3 Oracle Content Servers with Desktop 10gR3 components Oracle Content DB Server WebDAV Server

Standard Windows operations such as copy-and-paste, drag-and-drop, and create Windows shortcuts

yes

yes

yes

yes

yes

yes

Checking files out of the server

yes

yes

yes

yes

yes

yes

Checking files in to the server (copy-and-paste or drag-and-drop)

yes (1)

yes (1)

yes (2)

yes (2)

yes

yes

Checking files in to the server (check-in form)

yes

yes

yes

yes

no

no

Browsing to files on the server (navigation tree)

yes

yes

yes

yes

yes

yes

Searching for files on the server (search form)

yes

yes

yes

yes

no

no

Working with offline files on the server

yes

yes

yes

yes

yes

yes

Copying links to files on the server

yes

yes

yes

yes

yes

yes

Creating content server shortcuts to files and folders on the server

yes

yes

yes

yes

no

no

Propagating content server metadata to subfolders and files.

yes

yes

yes

yes

no

no

Choosing which metadata fields and values to propagate

yes

no

no

no

no

no

Working with query folders.

yes

no

no

no

no

no

Working with personal folders.

yes

no

no

no

no

no

Hiding unpublished files

yes

no

no

no

no

no

Changing folder association of items by dragging and dropping them to a different folder

yes

yes

no

no

no

no

Associate items not assigned to any content folder with a folder by dragging and dropping them to the target folder

yes

no

no

no

no

no

Inserting content files, file links, or images on the server into Microsoft Office documents

yes

yes

yes

yes

no

no

Choosing content profiles on search and check-in pages

yes

yes

no

no

n/a

n/a

Checking in files by dragging and dropping into profile node

yes

yes

no

no

no

no

Comparing a Word document with another file on the server

yes

yes

yes

yes

yes

yes

Comparing a Word document with an earlier file revision on the server

yes

yes

yes

yes

no

no

Seeing productivity nodes (My Checked-Out Content, My Workflow Assignments, My Saved Queries, etc.) in the integration hierarchy.

yes

yes

yes

no

no

no

Approving or rejecting workflow items directly in Windows Explorer (through context menu)

yes

yes

no

no

n/a

n/a

Interacting with the WebCenter Content user interface

yes (3)

no

no

no

n/a

n/a


Notes

  1. If any required metadata is missing, you may be prompted to provide it depending on the configuration settings for the folder.

  2. If any required metadata is missing, the check-in operation will fail if no default folder metadata has been defined.

  3. This requires a connection to Oracle WebCenter Content Server 11gR1 (11.1.1.8.0) or higher with Framework Folders and the latest Desktop 11gR1 integration component.

2.4 Content Server URLs

When creating a content server connection, you must provide the WebDAV URL for that server, and possibly its CGI URL (for Oracle WebCenter Content Server instances). If you want to connect to the WebCenter Content user interface on Oracle WebCenter Content Server 11gR1 (11.1.1.8.0) or higher, you must also provide the URL for that user interface. Each defined content server connection must have its own, unique WebDAV URL. You cannot have two server connections on your computer that use the exact same WebDAV URL.

Oracle WebCenter Content Server

Oracle WebCenter Content Server instances require both a WebDAV URL and CGI URL, and possibly a UI URL.

The WebDAV URL for content servers typically has the following form:

http[s]://host-name:[port]/web-root/idcplg/webdav

For example:

http://server:7044/idc/idcplg/webdav
http://server.example.com:16200/cs/idcplg/webdav
https://server/cs/idcplg/webdav

The CGI URL is typically the same as the WebDAV URL, without '/webdav', for example:

http://server:7044/idc/idcplg
http://server.example.com:16200/cs/idcplg
https://server/cs/idcplg

If the WebCenter Content user interface is being used, the user interface URL points to the server providing that user interface, for example:

http://server.example.com:16400/wcc/faces

See Section 2.16, "Identifying the URLs for Oracle WebCenter Content Server" for a way to find out what the URL of an Oracle WebCenter Content Server instance is. You can also ask your system administrator what URLs to use.

If clients should connect to an Oracle WebCenter Content Server 11gR1 instance using basic authentication rather than form-based authentication (that is, using a login dialog), then you can force basic authentication by adding '_dav' to the server's WebDAV and CGI URLs. In addition, HTTPS should be used. For example:

https://server.example.com:16200/_dav/cs/idcplg/webdav
https://server.example.com:16200/_dav/cs/idcplg

WebDAV and CGI URLs with '_dav' are not supported in Oracle Content Server 10gR3.

Oracle Content DB Servers and WebDAV Servers

Oracle Content DB servers and other WebDAV servers require only a WebDAV URL. What this URL looks like is entirely dependent on the server location and configuration. You may want to ask your system administrator what URLs to use.

Note:

You may not need to set up server connections for Desktop on your own computer, as this is often handled by system administrators.

2.5 Online vs. Offline Servers

A content server can be in online or offline state. If a content server is online, there is a live connection to that server (after providing your login user name and password) and you can view and interact with the folders and files on the content server, based on your server permissions.

If a content server is offline, there is no live connection to the server, but you can still access the files from that server that are in your local cache (see Section 4.6, "Local Caching of Content Files"). You can specifically designate content files and entire folders to be available offline (see Section 8.2, "Making Folders and Files Available Offline"). Copies of the latest file revisions are then retrieved from the content server and put in the local cache on your computer. Working with a content server in offline mode may be useful if you want to access some files on that server when no connection to the server is available (for example, outside of the workplace). If a server is in offline mode, then the integration hierarchy for that server includes an Offline Files node, which provides easy access to all files on the server that you made available offline.

To work with a content server in offline mode, right-click that server in the integration hierarchy or the content pane, and choose Work Offline in the context menu. The server icon then changes to include an offline indicator (Figure 2-1). In addition, the Work Offline option in the server's context menu is preceded by a check mark. To cancel the offline status, simply select the Work Offline option in the context menu again.

Figure 2-1 Offline WebCenter Content Server

Offline icon

2.6 Server Context Menus

The Desktop context menus may include the following server-related options:

  • Open: Opens the selected server in a new window, with the folders pane not visible (when selected in folders pane), or opens the selected server in the content pane (when selected in the content pane).

  • Search... (Oracle WebCenter Content Server only): Opens a search form on the current content server where you can specify criteria and search for items on that server based on these criteria. For more information, see Section 6.4, "Searching for Content Files."

  • Show Quick Search (Oracle WebCenter Content Server only): Shows or hides Oracle WebCenter Content Server's Quick Search feature in Windows Explorer. For more information, see Section 5.9, "Quick Search Integration."

  • Log Off: Breaks the connection to the current content server. This means that you will have to provide your login credentials (user name and password) again the next time you want to access that server. For more information, see Section 2.12, "Logging Off From a Content Server."

  • Work Offline: Disconnects you from the current content server. This means that you will only have access to the files on that server that have been marked to be available offline. For more information, see Section 2.13, "Working With a Content Server Offline" and Chapter 8, "Working with Offline Content."

  • Remove: Enables you to remove the selected server connection from the integration hierarchy. For more information, see Section 2.10, "Removing a Content Server Connection."

  • Properties: Opens a dialog which shows a number of properties of the current content server. For more information, see Section 2.9, "Viewing Existing Content Server Connection URLs."

  • Add Server...: Opens a dialog where you can add a new content server connection to the integration hierarchy. For more information, see Section 2.7, "Adding a Content Server Connection."

  • Save Query: Saves the current search query in your list of saved queries (see "My Saved Queries"). This enables you to quickly perform the search query again to see the latest dynamic search results. (Not available for servers using the WebCenter Content user interface.)

  • View Query Definition: Opens a dialog that shows the query statement for the selected saved query. (Not available for servers using the WebCenter Content user interface.)

2.7 Adding a Content Server Connection

When you add a server connection to your integration hierarchy, you can connect to that server and work with the content on it.

To add a new content server connection:

  1. Windows Explorer:

    Select the top-level integration folder ("WebCenter Content Servers") in your navigation pane, right-click, and choose Add Server... in the context menu. You can also right-click in an unused area of the content pane (that is, away from any of the items listed in it).

    or

    Open the File menu and choose Add Server....

    The Add Server dialog opens.

    Microsoft Word, PowerPoint, and Excel:

    1. Open the WebCenter Content menu or ribbon, and then choose Edit Server List. (The Edit Server List option may be on an Options drop-down list.)

      The Edit Server List dialog opens.

    2. Choose New....

      The Add Server dialog opens.

    Microsoft Outlook and Lotus Notes:

    • Select the WebCenter Content Servers node in the folders pane, then move the mouse cursor to an unused area in the content pane (that is, away from any of the items listed in it), then right-click, and choose Add Server... in the context menu.

      The Add Server dialog opens.

    Lotus Notes:

    Open the Actions menu and choose Email Integration Settings...., then Edit Server List, and then New....

    The Add Server dialog opens.

  2. In the Server Name text box, enter the name for the new server connection. This is the name that is displayed in the integration hierarchy. You can use any name as long as it is not already used for another server.

  3. Select the type of content server in the Server Type list:

    • WebCenter Content Server

    • Content DB Server

    • WebDAV Server

    For more information, see Section 2.2, "Content Server Types." Contact your system administrator if you are not sure which server type to use.

  4. In the text box under Server WebDAV URL, enter the URL for your WebDAV server. This information is needed to access the resources provided by your WebDAV server.

    A URL is automatically inserted using the name you specified as the server name. You may need to modify this information to suit your particular server. Contact your system administrator if you do not know exactly what WebDAV URL to use. See also Section 2.4, "Content Server URLs" and Section 2.16, "Identifying the URLs for Oracle WebCenter Content Server."

    Note:

    Each defined content server connection must have its own, unique WebDAV URL. You cannot have two server connections on your computer that use the exact same WebDAV URL.

  5. In the text box under CGI URL, enter the CGI URL for your content server.

    A URL is automatically inserted using the name you specified as the server name. You may need to modify this information to suit your particular server. Contact your system administrator if you do not know exactly what CGI URL to use. See also Section 2.4, "Content Server URLs" and Section 2.16, "Identifying the URLs for Oracle WebCenter Content Server."

    The CGI URL section is not available for content servers of type "Content DB Server" and "WebDAV Server," since they do not use a CGI URL.

  6. In the text box under User Interface URL, if you want to use the WebCenter Content user interface, you must enter the URL of the server that provides the resources for this user interface, which is available for Oracle WebCenter Content Server 11gR1 (11.1.1.8.0) or higher. Contact your system administrator if you do not know exactly what URL to use here.

  7. If you want the server connection to use single sign-on (SSO), select the Use Single Sign-On check box and provide the URL of the single sign-on (SSO) server that is used to control access to the content server. Contact your system administrator if you are not sure whether you should select this option.

    The SSO section is not available for Oracle WebCenter Content Server instances.

  8. Click Options to open the Server Options dialog for Oracle WebCenter Content Server instances, where you can set the authentication method for the server as well as the metadata fields whose values should be remembered for new check-ins. Click OK when you are done.

  9. Click OK in the Add Server dialog.

    The new server connection is now added to the integration hierarchy (under "WebCenter Content Servers"), and is available to all other integrated applications.

Adding a Connection from the Content Server Web Interface

You can also add a connection to an Oracle WebCenter Content Server 11gR1 (11.1.1.8.0) or higher instance directly from its WebCenter Content user interface (if enabled):

  1. Open your web browser and log in to the WebCenter Content user interface. Ask your system administrator if you do not know what URL to use.

  2. Open your user menu and choose Add Server to Desktop Integration.

  3. Enter a server name and click Add Server.

The server connection is created automatically in the WebCenter Content Server hierarchy using the correct WebDAV, CGI, and user interface URLs, and you can interact with the server from your desktop applications.

Considerations

Please note the following with regard to content server connections:

  • When you add a new server connection, it is available on your own computer only, not on any other user's computer.

  • When you create a new server connection, that connection will be available to all supported applications on your computer that you use to interact with the content server.

  • If you uninstall and then reinstall the Desktop software (see Section 1.6.4, "Installing the Latest Version of the Desktop Client Software"), any server connections that you set up earlier will continue to be available after reinstalling the software.

2.8 Changing the Name of a Server Connection

In Windows Explorer, you may change the name of a server connection if no content items on the server are currently in your local cache (see Chapter 4, "Local Caching of Content Files"). If you modify the name, it is updated automatically in the WebCenter Content Servers integration hierarchy.

To change the name of an existing content server connection:

  1. In Windows Explorer, select a content server in the WebCenter Content Servers integration hierarchy.

  2. Right-click and choose Properties in the context menu.

    The Server Properties dialog opens.

  3. In the Name box, enter the new name for the server connection.

  4. Click OK when you are done.

2.9 Viewing Existing Content Server Connection URLs

Note:

You cannot edit any of the URLs of an existing server connection. If you need to modify a server URL, you should remove the server connection and re-create it using the new URL.

To view the URLs of an existing content server connection:

  1. Windows Explorer:

    1. Select a content server in the WebCenter Content Servers integration hierarchy.

    2. Right-click and choose Properties in the context menu.

      The Server Properties dialog opens.

      The URL shown in this dialog is the Server WebDAV URL. To see the other URLs (if any), use the procedure for Microsoft Office applications.

    Microsoft Word, PowerPoint, and Excel:

    1. Open the WebCenter Content menu or ribbon, and then choose Edit Server List.... (The Edit Server List option may be on an Options drop-down list.)

      The Edit Server List dialog opens.

    2. Select the server whose connection properties you want to view, and choose View....

      The Edit Server dialog opens.

      All URLs used for the server connection are shown on this dialog.

  2. Click OK or Close on each of the open dialogs when you are done.

2.10 Removing a Content Server Connection

When you remove a server connection from the integration hierarchy, you can no longer work with the content on that server from your desktop applications.

To remove a server connection:

  1. Windows Explorer:

    1. Select a content server in the WebCenter Content Servers integration hierarchy in your folders pane.

    2. Right-click and choose Remove in the context menu. Alternatively, you can press Delete on your keyboard.

    Microsoft Word, PowerPoint, and Excel:

    1. Open the WebCenter Content menu or ribbon, and then choose Edit Server List.... (The Edit Server List option may be on an Options drop-down list.)

      The Edit Server List dialog opens.

    2. Select the server connection that you want to remove, and choose Delete.

  2. Click Yes to confirm.

    The server is automatically removed from the WebCenter Content Servers integration hierarchy and is no longer available in all integrated applications on your computer. Only the server connection is removed; no content files are deleted from the actual server.

2.11 Connecting to a Content Server

In order to access a content server from one of the supported desktop applications, you need to establish a connection to that server. To do so, select the content server in the integration hierarchy. You are then typically prompted to provide your login credentials (that is, your user name and password). Once you enter this information, you are able to view and interact with the files on the content server.

You will typically see a login web form or a login dialog, depending on the authentication scheme used for the content server. In either case, provide your assigned user name and password to gain access to the files on the server.

Note:

You may be logged off a content server automatically if there is no activity for a certain period of time.

2.12 Logging Off From a Content Server

When you are finished interacting with a content server, you may wish to break the server connection (log off). To log off a content server, right-click that server in the WebCenter Content Servers integration hierarchy and choose Log Off in the context menu. You can then no longer access the content on the server until you log back on.

To log on to a server after you logged off, click the server in the WebCenter Content Servers hierarchy. When prompted, enter your user name and password. (Depending on the authentication scheme and the content server configuration, you may not be prompted for your logon information.)

Note:

You may be logged off a content server automatically if there is no activity for a certain period of time.

2.13 Working With a Content Server Offline

You can work with a content server in offline mode. This means that you cannot directly access any files on the server, but you can work with files from the server that are currently in your local cache. For more information, see Section 2.5, "Online vs. Offline Servers" and Chapter 4, "Local Caching of Content Files."

To work with a content server in offline mode, right-click that server in the integration hierarchy or the content pane, and choose Work Offline in the context menu. The server icon then changes to include an offline indicator (Figure 2-2). In addition, the Work Offline option in the server's context menu is preceded by a check mark. To cancel the offline status, simply select the Work Offline option in the context menu again.

Figure 2-2 Offline Oracle WebCenter Content Server

Offline icon

Once a server is offline, it has an Offline Files node, which provides easy access to all files on the server that you made available offline.

See also Chapter 8, "Working with Offline Content."

2.14 Setting Metadata To Be Remembered for Form-Based Check-Ins

For each server connection, you can set the metadata that will be "remembered" each time you check in a content item using a content check-in form. As a result, at each check-in, the metadata values you used at the last check-in will pre-populate the metadata fields configured to be remembered (assuming these values are available). If you enter new values in the metadata fields, the new ones will be used for the file (and also remembered for the next form-based check-in).

You can set the metadata fields to be remembered for a server when you initially create a connection to that server (see Section 2.7, "Adding a Content Server Connection"), or you can modify this setting later.

To set the metadata fields to be remembered for a server:

  1. In Microsoft Word, PowerPoint, and Excel, open the WebCenter Content menu or ribbon, and choose Edit Server List.... (The Edit Server List option may be on an Options drop-down list.)

    In Microsoft Outlook, open the WebCenter Content menu or ribbon, select Email Integration Settings, then click the Edit Server List button.

    Note:

    You cannot modify this setting in Windows Explorer once you have created a server connection. If you want to modify the metadata to be remembered for a server, you must change the setting in Microsoft Office.

    The Edit Server List dialog opens.

  2. Select the server for which you want to set the metadata to be remembered, and click View....

    The Edit Server dialog opens.

  3. Click Options....

    The Server Options dialog opens.

  4. Open the Remember Metadata Fields tab, and move the metadata fields whose values should be remembered between check-ins from the left column ("Available Metadata Fields") to the right column ("Selected Metadata Fields").

  5. Close all dialogs.

This setting takes effect immediately.

2.15 Setting the Authentication Method

For each server connection, you can set the authentication method that is used when you log on to the server. The authentication method is set up by the content server administrator and there is generally no need to change the default on your client computer unless specifically asked to do so.

You can set the authentication method for a server when you initially create a connection to that server (see Section 2.7, "Adding a Content Server Connection"), or you can modify it later.

To set the authentication method for a server:

  1. In Microsoft Word, PowerPoint, and Excel, open the WebCenter Content menu or ribbon, and choose Edit Server List.... (The Edit Server List option may be on an Options drop-down list.)

    In Microsoft Outlook, open the WebCenter Content menu or ribbon, select Email Integration Settings, then click the Edit Server List button.

    Note:

    You cannot modify this setting in Windows Explorer once you have created a server connection. Should you need to change the authentication method of a server, you must change the setting in Microsoft Office.

    The Edit Server List dialog opens.

  2. Select the server for which you want to set the authentication method, and click View....

    The Edit Server dialog opens.

  3. Click Options....

    The Server Options dialog opens.

  4. Open the Authentication tab, and select the authentication method to be used. Contact your content server administrator if you are not sure which authentication method to use.

  5. Click OK to close the Server Options dialog, and OK to close the Edit Server dialog.

This setting takes effect immediately.

2.16 Identifying the URLs for Oracle WebCenter Content Server

When creating a content server connection, you must provide the WebDAV URL for that server and possibly its CGI URL (depending on the server type). See Section 2.4, "Content Server URLs" for information on what these URLs typically look like.

If you are already accessing an Oracle WebCenter Content Server instance through your web browser, you see its CGI URL in the address bar and you can use this information to set up your server connection in Desktop. It is the web address from the beginning up to, but not including, the question mark (?), as shown in Figure 2-3. The WebDAV URL is typically the CGI URL plus '/webdav' appended to it.

Figure 2-3 CGI URL of Oracle WebCenter Content Server

Address bar in web browser, with CGI URL highlighted.

You can copy and paste the URL in the address bar to the URL fields in the Add Server dialog. Each defined content server connection must have its own, unique WebDAV URL. You cannot have two server connections on your computer that use the exact same WebDAV URL.

If you are using your web browser to connect to the WebCenter Content user interface offered by Oracle WebCenter Content Server 11gR1 (11.1.1.8.0) or higher, you can also see all required URLs for Desktop by opening your user menu and clicking Add Server to Desktop Integration. (You can click Add Server to automatically add a connection for that server to the Desktop integration hierarchy.)

Contact your content server administrator if you have any problems determining the server URLs.