The following steps are required to configure the Patricia application for extended DMS:
- Set documents path using Patricia Maintenance
- Configure DMS Links in Patricia Maintenance
- Configure Basic Configuration Values in Patricia Maintenance
- Configure write access for Patricia Users group in Nuxeo GUI
Anchor | ||||
---|---|---|---|---|
|
Set documents path using Patricia Maintenance
Set documents path to N:\Patricia\Documents via Patricia Maintenance.
...
If Patricia Web or PCP is also present, then value 1530 must also be updated accordingly. It can be found by navigating to the Basic Configuration tree, then to node General, then to node Patricia Web and then to value 1530.
Anchor | ||||
---|---|---|---|---|
|
Configure DMS Links in Patricia Maintenance
The DMS Links Section in Basic Configuration must be configured as follows:
...
Please note: the document synchronisation tables will be automatically added as required from version using extended DMS version 1.4+.
Anchor | ||||
---|---|---|---|---|
|
The relevant basic configuration values are under the "Extended DMS" section and are the following:
...
Code Block | ||
---|---|---|
| ||
if not exists (select * from PAT_CONFIGURATION where configuration_id = 325) INSERT INTO PAT_CONFIGURATION (configuration_id,label,description,type,string_value,maintained_by_patrix,group_flag) VALUES (325,'Use NuxeoLib.dll','Use NuxeoLib.dll',3,'FALSE',1,7); if not exists (select * from PAT_CONFIGURATION where configuration_id = 313) INSERT INTO PAT_CONFIGURATION (configuration_id,label,description,type,string_value,maintained_by_patrix,group_flag) VALUES (313,'Installation ID','Installation ID',2,'<enter id here>',1,7); if not exists (select * from PAT_CONFIGURATION where configuration_id = 315) INSERT INTO PAT_CONFIGURATION (configuration_id,label,description,type,string_value,maintained_by_patrix,group_flag) VALUES (315,'Nuxeo hostname and port','Nuxeo hostname and port',2,'hostname:port',1,7); if not exists (select * from PAT_CONFIGURATION where configuration_id = 318) INSERT INTO PAT_CONFIGURATION (configuration_id,label,description,type,string_value,maintained_by_patrix,group_flag) VALUES (318,'Enable checksums for case numbers','Enable checksums for case numbers',3,'TRUE',1,7); |
Anchor | ||||
---|---|---|---|---|
|
...
- Log into Nuxeo GUI with administrator privileges.
- At top click "Workspace"; at left navigation bar click "Workspaces" directory; in documents area click the "Manage" tab for this folder.
...
- Under "Access rights" tab, below in "Add a new security
...
- rule" section, add group "members" with permission "write"; click "Grant permission".
- At top click "Admin"; at left navigation bar click "Users & Groups" directory; in tab "Groups" search for group "members" and click it to manage the group.
- Click tab edit and add "Patricia Users" as sub-group. Click "Save".
3. Click save local rights button
...