00197458-01_UG_EDM_V2.2_en.pdf - 第63页

EDM V2.2 / U ser Guid e Ausgabe 10/2013 E dition 63 default log4net.conf ig log4net_de bug.config Contain the EDM logging confi guration for nor mal and debug output. Note: If you want to change the logging of all lines …

100%1 / 94
EDM V2.2 / User Guide Ausgabe 10/2013 Edition
62
EDM 2.x uses the following configuration files (some are new others just moved to another folder):
Folder File (Editor) Contents
. EdmConfiguration.xml
(EDM Configuration Sets)
Default EDM configuration set (always used by the EDM
configuration server).
global MachineConfig.xml
(Line Settings)
This configuration contains the data about all EDM computers.
Especially it contains the Line-Alias definition and SIPLACE-
Line-Assignments for all EDM Hosts. See 6.2.2 for details.
Contains basically the entries previously found in the
<machineAliasNames> section of the EDM.config file.
global RoleConfig.xml
(Roles)
This file contains the mapping from EDM Line to
ConfigurationSet.
Note: The Display order is determined by the 'index' attribute
and not the order in the file.
default CommentConfig.xml
(Comment Categories)
Contains most of the settings previously found in the
<commentCategories> section of the EDM.config.
Note: The Display order is determined by the 'index' attribute
and not the order in the file.
default DataTransferConfig.xml
(Data Transfer (Push))
Settings used by the Data Transfer Manager when pushing
data. See 6.2.7 for details. The file just moved from the root
configuration folder to the 'default' folder.
default NotificationFilterConfig.xml
(
Notifications / Filtering Notification Filter)
Contains the EDM Notification filtering configuration. The file
format has been changed with EDM 2.1.
default EmailConfig.xml
(Notifications / Filtering EMail)
Contains the EDM Email notification settings. The files just
moved from the root configuration folder to the 'default' folder.
default SystemConfig.xml
(Advanced Settings System Settings)
Contains most of the settings previously found in the
<appSettings> section of the EDM.config file. See 6.2.3 for
details.
default CustomConfig.xml
(Advanced Settings Custom Settings)
Contains the entries previously found in the <customConfig>
section of the EDM.config file.
Note: The values may be accessed programmatically via:
InternalConfig.Instance.EdmSettings.CustomSettings.* or
InternalConfig.Instance.GetCustomData(…)
default RequestConfig.xml
(Advanced Settings Requests)
Contains the entries previously found in the
<requestCommandConfig> section of the EDM.config file.
Enter settings used by custom workflows here.
Note: If your workflow uses custom actions, they must be
entered in this file to be usable by EDM.
default NotificationDisplayTemplates.resx Contains a list of Properties that need to be converted before
display.
EDM V2.2 / User Guide Ausgabe 10/2013 Edition
63
default log4net.config
log4net_debug.config
Contain the EDM logging configuration for normal and debug
output.
Note: If you want to change the logging of all lines - that share
a configuration set - simply, replace the "Log4Net"
configuration set entry with the reference to the new logging
configuration (e.g. log4net_debug.config) and transfer the
changes to the affected lines.
workflows clientWorkflow.xml Contains the standard EDM Workflow used by the EDM Client
during the "Pull" operation. The files just moved from the root
configuration folder to the 'workflows'' folder.
Table 6-5: List of the EDM configuration files
Manual configuration upgrade
EDM 2.x will try to convert the essential settings during the installation.
If you want to manually upgrade a configuration from EDM 1.x to 2.x you may try use:
"EdmPsc.exe upgrade src [dst]" ('src' specifies the folder containing the old EDM 1.x
config; 'dst' is the destination folder for the new EDM 2.x configuration (if omitted the source folder
will also be used as destination folder).
In EDM 2.x, EdmPsc.exe also creates an "EDM 2.x" compatibility configuration.
All EDM configuration files are XML-based files. The SystemConfig.xml and CustromSettings.xml
files use the format of the Microsoft Dictionary Configuration-Sections
(<add key="x" value="y" />).
The default EDM configuration files found in the defaultconfiguration directory of the EDM Setup
folder contain placeholders that are changed during installation - They thus cannot be used to
restore the standard configuration (at least not without additional modifications).
NOTICE
Create a backup of the existing configuration before you make any manual changes!
EDM V2.2 / User Guide Ausgabe 10/2013 Edition
64
6.2.1 Configuration Sets
An EDM Configuration Set has a configuration type of
"Siemens.SiplacePro.EDM.Common.Configuration.ConfigurationSet" and contains a
list of configuration files associated with the configuration set. EDM uses 15 standard entries,
custom configuration files (e.g. used in workflows) may be added as needed. All files referenced in
the configuration set must be stored in the EDM configuration directory (or any sub-folder except
"_cache"). The default configuration set (used by the configuration server or in local mode) is
named "EdmConfiguration.xml" and has to reside in the EDM Configuration folder.
Name Default Type
1)
MachineConfig
global\MachineConfig.xml .Common.Configuration.MachineConfig
RoleConfig
global\RoleConfig.xml .Common.Configuration.RoleConfig
SystemConfig
default\SystemConfig.xml .Common.Configuration.SystemConfig
CommentConfig
default\CommentConfig.xml .Common.Configuration.CommentConfig
CustomConfig
default\CustomConfig.xml .Common.Configuration.CustomConfig
RequestConfig
default\RequestConfig.xml .Common.Configuration.RequestConfig
DataTransferConfig
default\DataTransferConfig.xml ....DataTransferExtension.PushModeConfig
Rules
default\NotificationFilterConfig.xml ...Common.NotificationFilterConfig
Rules_DirectImport
default\ClearingPoolImportFilterConfig.xml ....Common.NotificationFilterConfig
Rules_AutoReject
default\ClearingPoolRejectFilterConfig.xml ….Common.NotificationFilterConfig
EmailFilter
default\EmailNotificationFilterConfig.xml ….Common.NotificationFilterConfig
EmailSettings
default\EmailConfig.xml (EDM EmailConfig)
DisplayConversionConfig
default\DisplayConversionConfig.xml (Generic XML)
Log4Net
default\log4net_debug.config (Log4Net)
NotificationDisplay notifications\NotificationDisplayTemplates.r
esx
EDM User Language customized messages
ClientWorkflow
workflows\clientWorkflow.xml (EDM Workflow)
Table 6-6: Standard EDM Configuration Set entries
1)
"…": refers to Siemens.SiplacePro.EDM
NOTICE
The paths to the configuration files are relative to the location of the configuration set!