CMS connector changes

This topic lists changes to various CMS connectors.

FileNet P8 Connector changes

In CAS 2.2.1, the FileNet P8 Connector has a new Workplace URL configuration property. The property is optional. For details, see the FileNet P8 Connector Guide.

The Microsoft SharePoint connector has been renamed

In CAS 2.2.1, the Microsoft SharePoint connector has been renamed to the Microsoft SharePoint Web Services connector.

To update the crawlConfig, change the moduleId from Microsoft SharePoint to Microsoft SharePoint Web Services.

For example, the following crawlConfig snippet shows the moduleId in CAS 2.2.0:
<configurations xmlns="http://endeca.com/itl/cas/2010-03">
   <crawlConfig>
      <crawlId>
         <id>MyCrawl</id>
      </crawlId>
      <crawlThreads>3</crawlThreads>
      <sourceConfig>
      <moduleId>
         <id>Microsoft SharePoint</id>
      </moduleId>
...
In CAS 3.0.0, the moduleId is now as follows:
<configurations xmlns="http://endeca.com/itl/cas/2010-03">
   <crawlConfig>
      <crawlId>
         <id>MyCrawl</id>
      </crawlId>
      <crawlThreads>3</crawlThreads>
      <sourceConfig>
      <moduleId>
         <id>Microsoft SharePoint Web Services</id>
      </moduleId>
      ...

Open Text Livelink changes

In CAS 2.2.1, the Open Text Livelink Connector has a new Search Broker [All Versions] configuration property. For details, see the Open Text Livelink Connector Guide.

Also, the Display URI configuration property, as it displays in CAS Console, has been renamed to Display URL. However the configuration property is still named displayURI.

Documentum Content Server Connector changes

In CAS 2.2.1, the Documentum Content Server Connector has a new Webtop URL configuration property. The property is optional. For details, see the Documentum Content Server Connector Guide.

Also, the docbase configuration property, as it displays in CAS Console, has been renamed to Docbase Name. However the configuration property is still named docbase.

Setting up the CAS Server for Interwoven TeamSite

In previous releases, you set up the CAS Server by copying JAR files from your TeamSite installation into <install path>\CAS\version\lib\cas-server-plugins\entropysoft. In CAS 2.2.1, that set up is no longer required.

Interwoven TeamSite configuration property changes

In CAS 2.2.1, the syntax of the serviceBaseURL configuration property has changed.

In CAS 2.2.0 and earlier, the syntax of this property is http://server name:port.

In CAS 2.2.1, the syntax of this property is http://server name:port/iw/services/cm/2.0.

FileNet P8 Connector changes

In CAS 3.0.0, the following configuration properties are new:
  • Remote Server URL. Required.
  • Check SSL Certificate. Optional.
  • Remote file transfer URL Optional.

For details about these properties, see the FileNet P8 Connector Guide or the CAS Console Help.

CAS Server configuration for the FileNet P8 connector

In CAS 3.0.0, there are no longer any tasks necessary to set up or configure the CAS Server for FileNet P8. You now simply enable the connector and specify configuration properties as necessary.

Documentum eRoom connector changes

In CAS 3.0.0, there is a new optional Check SSL Certificate configuration property. For details, see the Documentum eRoom Connector Guide or the CAS Console Help.

SharePoint Object Model Connector and Web Services connector

In CAS 3.0.0, there is a new optional Check SSL Certificate configuration property. For details, see the Microsoft SharePoint Connector Guide or the CAS Console Help.

JSR-170 changes

In CAS 3.0.0, the JNDI Name configuration property has been modified to become the JNDI name or RMI address configuration property.

There is also a new JCR Repository retrieval method configuration property that determines how the JNDI Name property is interpreted. The default value is JNDI.

For details, see the JSR-170 Compliant Repositories Connector Guide or the CAS Console Help.