Value Name | Data Type | Value Data |
---|---|---|
DaysSinceLastOpen |
DWORD |
The number of days since the EDM Server service was last active. Used to display a warning to confirm the correct server time and prevent vault access. See Understanding server time requirements. |
EnableFQDNS |
DWORD |
If this value is 1, the NETBIOS names of Meridian application servers are not used and their fully-qualified domain names are used instead. This setting is provided for customers who require access to Meridian servers across domains and NETBIOS is not allowed. If this setting contains any other value, NETBIOS names are used. The default is 0. Warning By default, each user's local workspace folder structure contains the Meridian server's NetBIOS name, for example, C:\BC-WorkSpace\<UserName>\M-<ComputerName>,D-<DatastoreName>. When this setting is enabled, new local workspace folders will be created with the server's fully-qualified domain name, for example, C:\BC-WorkSpace\<UserName>\M-<ComputerName.DomainName>,D-<DatastoreName> and the existing local workspace files will not be copied to the new folders. Instead, new copies will be made in the new folders from the server as necessary. Therefore, this setting should only be enabled after business hours and after all user local workspaces have been synchronized to the server. The local workspaces should also be deleted to prevent users from accidentally making changes to the files in the wrong folder. Note Enabling this setting causes the complete paths of documents that are stored in Meridian local workspaces to be longer than if the setting is disabled. Some applications may not accept the longer names and fail to find documents. Before enabling this setting in a production environment, we recommend that you test it thoroughly first with the longest vault paths and all expected applications. For the shortest paths, we recommend that domain, server, folder, and document names be as short possible and that the vault paths to documents be as short as possible. |
EnforceRenamePrivilege |
DWORD |
If this value is 1, checks that a user has the Rename privilege before allowing them to rename documents. If this value is 0 or missing, the Rename privilege is not enforced (default). This is used for AMFS where users with very limited rights can rename documents because the Rename privilege is not enforced by AMFS itself. |
LastEffectivity |
Binary |
Date and time of the last access of the server. This value is used for checking if one transaction takes place after a previous transaction, hence making sure the versioning system is working correctly. |
LicenseDB |
String |
Path to the Meridian license database file. |
LicenseServerMachine |
String |
Name of the computer hosting the BlueCielo License Server. |
NEW
HideVaultIfUserHasNoAccess |
DWORD |
This value is set by the Hide vaults to which a user has no access option of the EDM Server. Set this to 1 to hide inaccessible vaults. Set to 0 (default) to show all vaults. |
SharedFolder |
String |
Path to the publicly shared folder |
TablesDB | DWORD | If this value is 1 (default for 64-bit version), lookup tables are stored in Microsoft SQL Server Compact Edition instead of in an Microsoft Access file. If this value is 0 for a 64-bit version, a 64-bit OLEDB driver must be installed separately as described in Upgrading external tables to SQL Server Compact Edition. |
TablesDBSqlCeOptions |
String |
Optional parameters to add to the connection string used by Meridian Enterprise to connect to the SQL Server Compact Edition database where external lookup lists are stored. By default, the connection string is not editable and includes only the DataSource parameter. For example, to increase the default maximum database from 256 MB to 2 GB: SSCE:Max Database Size=2048 |
NEW
TablesDBSqlCeProvider |
String | The version of Microsoft SQL Server Compact Edition to use for the external tables database. The default is Microsoft.SQLSERVER.CE.OLEDB.3.5. To use Microsoft SQL Server Compact Edition 4.0, set to Microsoft.SQLSERVER.CE.OLEDB.4.0. |
TablesDBMsJetOptions |
String |
Optional parameters to add to the connection string used by Meridian Enterprise to connect to the Microsoft Access database where external lookup lists are stored. By default, the connection string is not editable and includes only the DataSource parameter. For example, to increase the default maximum database from 256 MB to 2 GB: SSCE:Max Database Size=2048 |
TaskServerMachine |
String |
Name of the computer hosting the Meridian Task Server. |
UseAMFS |
DWORD |
If this value is 1, use AMFS. If this value is 0 (default), use Local Workspace. This setting applies to all vaults residing on this server. Can be overridden by the vault and client UseAMFS settings. See Understanding Local Workspace. |
UseImportedFrom |
DWORD |
Controls setting of the AMFSObjectPropertySet.ImportedFrom property during document import operations. Supported values are: 0 = Empty string This setting is overridden by the server registry key with the same name described in HKEY_CURRENT_USER\Software\Cyco\AutoManager Meridian\CurrentVersion\Client\Settings. |
UsePURasOFF |
DWORD |
If this value is 1 (default), a PowerUser license will be claimed by the Office client. If none are available, the user will be denied access. If this value is 0, a PowerUser license will not be claimed, and the user will be denied access. See Understanding the BlueCielo License Server service. |
NEW
UserDBSqlCeProvider |
String | The version of Microsoft SQL Server Compact Edition to use for the user database. The default is Microsoft.SQLSERVER.CE.OLEDB.3.5. To use Microsoft SQL Server Compact Edition 4.0, set to Microsoft.SQLSERVER.CE.OLEDB.4.0. |
UserGroupPrefix |
String |
Can be used to filter the user group names returned from IAMDocumentRepository2.GetUserGroups. If no value is specified, all groups are returned. |
RepairWorkflowProps |
DWORD |
If this value is 1, upgrade handler repairs wrong values in workflow properties. If this value is 0 or omitted, no repair is performed. |