How to Set Up and Configure Your FileNet API Connector
Configure the Connection
- Go to Connector Framework Console > Connection tab.
- On the Connector Management page, select your FileNet Connector from the Connection column.
Scroll to the bottom of the Connection Info tab to access additional settings.
| Parameter | Description |
|---|---|
|
Administrator Account for Content Engine |
Enter the account name in the format used to login to Workplace/WorkplaceXT or the FileNet Enterprise Manager applications.
|
|
FileNet Content Engine Web Services URL |
Content Engine Web Service URL
|
|
WorkplaceXT URL |
The FileNet Client Web Application URL (Workplace or WorkplaceXT).
|
|
Disable Security |
With this checkbox selected, the Connector does not make security calls and marks all items as public. |
|
Map "#AUTHENTIFICATED-USERS" FileNet group to corresponding groups from Active Directory
|
#AUTHENTIFICATED-USERS is an internal reserved group in FileNet that represents an Active Directory as OU (Organization Unit) or a container of all of the users/groups who have access to the FileNet P8 CE (Content Engine).
Example: S-1-5-21-1117143457-322811180-3059026074-80765;S-1-5-21-1117143457-322811180-3059026074-81897;trickydomain\nitor test group1;baitest\Users |
Specify Content Filters
Go to the bottom of the Content Info tab and use these steps:
- Object Classes: Use the item picker to select the object classes you want to include in this content index:
- Custom Filters: Use the supported custom filter types as described below:
ITEMID: Index only the items with the specified ID.
Format:
ITEMID=id1,id2,id3…id(n ). Separate item IDs using a comma (,).Example
ITEMID=2ed7899a-9d92-416b-85c4-8c2ad0011c3,fd9e4663-4ea5-4086-a4a1-8d545f1031a3,468e5d1f-dbb2-485a-a96b-8e4781d5eab5FOLDER: Index items from the specified path.
Format:
FOLDER=/folder1/folder2/, /folder1/folder3/folder4,…/folder(n)/folder(nn)Separate paths in the filter using a comma (,).
There are two modes for the folder filter.
- Literal path: /Folder1/Folder2/
Data is retrieved only from the specified path.
- Path template: Folder1/*
Data is retrieved from the specified path and all of its sub paths.
Example
FOLDER=/Documents/Technical Notes/,/Reports/Year2013/*ROWLIMIT: Limit returned results.
Format: ROWLIMIT=N: Because the Connector separately retrieves Document and Custom objects, the result will be N*2.
So, ROWLIMIT=10 returns 20 objects where 10 are documents and 10 are custom objects.
Example
ROWLIMIT=50
- Click Save.