00197458-01_UG_EDM_V2.2_en - 第69页

EDM V2.2 / U ser Guid e Ausgabe 10/2013 E dition 69 Example : The basic structure of the EDM Sy stemConfig.xml file <configuration> <configurationInfo name="…" version="2.0.0.1" /> <! -…

100%1 / 94
EDM V2.2 / User Guide Ausgabe 10/2013 Edition
68
6.2.6 System Configuration
The permitted keys used are described in brief in Table 6-8. The individual entries are specified in
detail starting with section 6.2.6.1 (some values might not have a detailed description).
For purposes of legibility, abbreviations are used in the table. The abbreviations are explained in
Table 6-7.
Table entry Meaning
Enum Enumeration type. The ordinals valid for each key are shown in the
corresponding explanation.
String Character string
Boolean String value of "true" or "false"
Integer String value describing a number
Time Time specification in the format "
P0Y0M0DT0H15M0S
" (short form: "
PT15M"
)
Class .NET class in the format
[ClassName][,Assembly]
Path Windows path specification
File Windows file specification
Endpoint Communication endpoint. The exact format depends on the transfer protocol.
Section Subsection with several values. The entries valid for each key are shown in the
corresponding explanation.
C Valid for: Clearing Pool
L Valid for: Line Server
M Valid for: Master Server
T Valid for: EDM Tool
S Valid for: Configuration Server
F Valid for: Configuration Manager
P Valid for: Data Transfer Manager (Push)
All Valid for: All EDM Applications that use the configuration (short for CLMTSFP)
R Required
D Default value. Input is only necessary if a different setting is desired.
Table 6-7: Legend
EDM V2.2 / User Guide Ausgabe 10/2013 Edition
69
Example: The basic structure of the EDM SystemConfig.xml file
<configuration>
<configurationInfo name="…" version="2.0.0.1" />
<!- - This is a comment - - >
<appSetting>
<add key="masterServer" value="EDM-Master"/>
<add key="notificationInterval" value="P0Y0M0D0H15M0S"/>
</appSettings>
<! - - This is a configuration parameter of the type "Section" - ->
<endpointConfig>
<add key="*" value="Private$\EDM"/>
</endpointConfig>
<add key="
notificationDistributorConfiguratorClass"
value=
"Siemens.SiplacePro.EDM.UserInterface.EmailConfigurator,UserInterface" />
</configuration>
The keys and sections permitted are listed in the following table:
Key Format
(Default)
Type Contents
communicationTimeout Time
(PT10M)
All
Timeout for communication between
line and Master Server (6.2.6.16).
compressionType Enum
(Zip)
All
Compression for data transfer
(6.2.6.20).
DataTransferApiHttpPort Integer
(9006)
The HTTP Port of the EDM Data
Transfer (Push) API.
DataTransferApiTcpPort
Integer
(9005)
The TCP Port of the EDM Data
Transfer (Push) API.
edmToolEndPoint Endpoint L;M;T;P;R End point for messages to the EDM
tool (6.2.6.14).
EnableDataTransferApi Boolean
(true)
Activates/deativates the EDM Data
Transfer (Push) API
endpointConfig Section M;R Endpoint configuration for the
exchange of data (6.2.6.15).
helpDirectory Path All;D Path for help files (6.2.6.2).
incomingClearingPoolRequests Endpoint M;C;R Endpoint for incoming queries to the
Clearing Pool (6.2.6.13).
incomingNotifications Endpoint M;R Endpoint for incoming change
notifications to the master (6.2.6.12).
incomingRequests Endpoint M;R Endpoint for incoming queries to the
master (6.2.6.11).
masterNotifications Endpoint L;R Destination for change notifications
(6.2.6.10).
masterRequests Endpoint A;R Requests to the EDM Service (6.2.6.9).
masterServer String L;M;C;P;R Network identification of the Master
Server (6.2.6.7).
Endpoint
Key
Value
Class
Section
Time
EDM V2.2 / User Guide Ausgabe 10/2013 Edition
70
notificationDistributorClass Class M;F;D
Class for external notifications
(e.g. e-mail)
notificationDistributor
ConfiguratorClass
Class M;F;D Configuration for external notification
system (e.g. e-mail) (6.2.6.4).
notificationInterval Time
(PT15M)
L; D
Time to transfer the change notification
to the master (6.2.6.5).
notificationStorage Endpoint L; D Temporary storage for change
notifications
OibServiceLocatorEndpoint Endpoint Endpoint for the OIB Service Loator
(used to find all other OIB Services and
to register the EDM Push API with
OIB).
responseTimeout Time
(PT5M)
All; D
Timeout for replies to a request send to
an EDM Application (6.2.6.19).
serverType
(Obsolete)
Enum
(NONE)
Operating mode of the installation
(6.2.6.1). Replaced by the value from
the MachineConfig if present.
serviceRemotingEndpoint String L; R .NET remoting configuration for
communication with the line service
(6.2.6.22).
startingPoints Section M; F List of permissible object types for
starting points (6.2.6.27).
sqlDataSource String C;M;P; R SQL Server access for the Clearing
Pool and the Data Transfer Manager
(6.2.6.24).
sqlUserName String C;M;P; R User name for SQL Server access
(6.2.6.25).
sqlUserPassword String C;M;P; R Encrypted password for SQL Server
access (6.2.6.26).
StationCommentDialog.Timeout Time
(P15M)
L
Comment dialogs close on station after
configurable timeout.
StationCommentDialogEnabled Boolean
(true)
Globally activate/deactivate the "Show
Comment Dialog at Station" feature.
StationCommentDialog.Priority Integer
(60)
L
Priority of EDM Comment message
configurable.
templateStorage Path M;P;S;F;D Storage location for application
templates (6.2.6.23).
transceiverClass Class All; D Class of data transfer (6.2.6.8).
useAdvancedNotificationFiltering Boolean
(true)
M;L;D
Activate/deactivate direct
import/rejection of notifications in the
Master Server (6.2.6.17).
useModifiedObjectProtection Boolean
(true)
L;D
Forced overwriting of changed objects
with older master data (6.2.6.18).
useBlobExtension Boolean
(true)
L;M;D
Activates/deactivates EDM VDM BLOB
extensions (6.2.6.28).