Wiki source code of Einstellungen

Last modified by Sabrina V. on 2026/07/23 11:03

Show last authors
1 {{aagon.priorisierung}}
2 100
3 {{/aagon.priorisierung}}
4
5 {{aagon.floatingbox/}}
6
7 The settings in ACMP are organized into various sections that you can configure.
8
9 In addition, you can change settings directly via the configuration file.
10
11 = Changing Settings via the Configuration File (Config.xml) =
12
13 In addition to the settings you can customize directly in the ACMP Console, others can only be customized via a configuration file. This section lists the configuration options that can only be customized via config.xml. If the values for a section can be customized in a full manner via the ACMP Console, that section is not listed here.
14
15 {{aagon.warnungsbox}}
16 Customizations to the configuration file directly affect the functions and appearance of the ACMP Console. Therefore, be sure to create an unmodified backup copy before you begin customizing it!
17 {{/aagon.warnungsbox}}
18
19 == Storage location ==
20
21 {{aagon.infobox}}
22 To customize the configuration file, you must exit the ACMP Server service!
23 Note that the configuration file is only located here if the ACMP Server service has been exited.
24 {{/aagon.infobox}}
25
26 The configuration file is located in the following directory:
27
28 //%ProgramData%\Aagon\ACMP\Server\Config\%ServerId%\Config.xml//
29
30 The //%ServerID%// is unique to each installation and can be found in the Server.ini file in the server directory.
31
32 == Sections ==
33
34 The configuration file is divided into several sections so that you can quickly find and customize the function you're looking for.
35
36 === **ClientConfig** ===
37
38 |=(% style="width: 377px;" %)Name|=(% style="width: 167px;" %)Value range|=(% style="width: 131px;" %)Default value|=(% style="width: 1017px;" %)Description
39 |(% style="width:377px" %)ConnectionReadTimeout|(% style="width:167px" %)Seconds|(% style="width:131px" %)3600|(% style="width:1017px" %)The time a client connection waits for data from the Server.
40 |(% style="width:377px" %)SearchOnlineForInstallableWindowsUpdates|(% style="width:167px" %)true
41 false|(% style="width:131px" %)true|(% style="width:1017px" %)Specifies whether the WUM Scanner should find Windows Updates that can be installed online.
42 |(% style="width:377px" %)PortRangeStart|(% style="width:167px" %)Integer|(% style="width:131px" %)12666|(% style="width:1017px" %)
43 |(% style="width:377px" %)PortRangeEnd|(% style="width:167px" %)Integer|(% style="width:131px" %)12699|(% style="width:1017px" %)
44 |(% style="width:377px" %)UserLoginTimeThresholdInSeconds|(% style="width:167px" %)Integer|(% style="width:131px" %)30|(% style="width:1017px" %)Specifies the number of seconds that a user login may have occurred in the past and still be counted as a new user login for the agent (This does not affect jobs that were not executed during user login because the Windows user login occurs before the ACMP Agent starts).
45 |(% style="width:377px" %)ShutdownDialogWaitPeriodInSeconds|(% style="width:167px" %)Integer|(% style="width:131px" %)10|(% style="width:1017px" %)Specifies the number of seconds the shutdown dialog waits on the Client before the shutdown jobs are started automatically.
46 |(% style="width:377px" %)CanAbortShutdownJobs|(% style="width:167px" %)(((
47 true
48 false
49 )))|(% style="width:131px" %)true|(% style="width:1017px" %)Specifies whether users can cancel jobs during shutdown in the shutdown dialog.
50 If the value is false, the jobs start immediately without a delay.
51 |(% style="width:377px" %)WUSPort|(% style="width:167px" %)Integer|(% style="width:131px" %)8530|(% style="width:1017px" %)The port on which the Client listens for Windows Update requests.
52
53 === ===
54
55 === **ServerConfig** ===
56
57 |=(% style="width: 379px;" %)Name|=(% style="width: 165px;" %)Value range|=(% style="width: 129px;" %)Default value|=(% style="width: 1020px;" %)Description
58 |(% style="width:379px" %)FileRepoPath|(% style="width:165px" %)Windows Pfad|(% style="width:129px" %) |(% style="width:1020px" %)Path to the ACMP Server's file repository
59 |(% style="width:379px" %)FileRepoUserName|(% style="width:165px" %)Text|(% style="width:129px" %) |(% style="width:1020px" %)Username, used when FileRepoUseAuthentication = true
60 |(% style="width:379px" %)FileRepoPassword|(% style="width:165px" %)Encrypted text|(% style="width:129px" %) |(% style="width:1020px" %)Password used when FileRepoUseAuthentication = true
61 |(% style="width:379px" %)FileRepoUseAuthentication|(% style="width:165px" %)true
62 false|(% style="width:129px" %)false|(% style="width:1020px" %)Specifies whether a connection to the file repository should be established.
63 |(% style="width:379px" %)SQLCommandTimeout|(% style="width:165px" %)Seconds|(% style="width:129px" %)30|(% style="width:1020px" %)Time until timeout for SQL calls
64 |(% style="width:379px" %)PushQueueSendThreadCount|(% style="width:165px" %)Integer|(% style="width:129px" %)5|(% style="width:1020px" %)Simultaneous Push Attempts
65 |(% style="width:379px" %)ServerConsolePortActive|(% style="width:165px" %)(((
66 true
67 false
68 )))|(% style="width:129px" %) |(% style="width:1020px" %)TCP port on the server for ACMP consoles only
69 |(% style="width:379px" %)ServerConsolePort|(% style="width:165px" %)Integer|(% style="width:129px" %)2109|(% style="width:1020px" %)TCP port on the server for ACMP consoles only
70 |(% style="width:379px" %)AcceptConsoleOnlyOnConsolePort|(% style="width:165px" %)(((
71 true
72 false
73 )))|(% style="width:129px" %)false|(% style="width:1020px" %)Allow ACMP console connections only through the ACMP console port.
74 |(% style="width:379px" %)ServerTmpPath|(% style="width:165px" %)Windows path|(% style="width:129px" %)%AcmpServer%\Temp|(% style="width:1020px" %)Path to a directory that can be used as an ACMP temporary directory. This allows you to, for example, move the directory to a RAM disk with a capacity of several gigabytes.
75 |(% style="width:379px" %)ClientAddressMode|(% style="width:165px" %)amIpAddress
76 amComputerName
77 amComputerFQDN|(% style="width:129px" %)amIpAddress|(% style="width:1020px" %)Specifies whether the client should be addressed during a push using its primary IP address (amIpAddress), computer name (amComputerName), or FQDN (amComputerFQDN).
78 |(% style="width:379px" %)UseNagle|(% style="width:165px" %)true
79 false|(% style="width:129px" %)false|(% style="width:1020px" %)Enables the Nagle algorithm for the ACMP Server's outgoing TCP connections. Does not affect incoming connections.
80 |(% style="width:379px" %)CanAcceptClientsWithEmptyServerId|(% style="width:165px" %)true
81 false|(% style="width:129px" %)true|(% style="width:1020px" %)If this option is enabled, the ACMP Server allows clients that have sent an empty ServerId to establish a connection.
82 |(% style="width:379px" %)ConsoleTimeout|(% style="width:165px" %)Integer|(% style="width:129px" %)2880|(% style="width:1020px" %)Timeout in minutes after which an ACMP session exits due to inactivity.
83
84 === ===
85
86 === **ServerProxyConfig** ===
87
88 |=(% style="width: 377px;" %)Name|=(% style="width: 162px;" %)Value range|=(% style="width: 103px;" %)Default value|=(% style="width: 1049px;" %)Description
89 |(% style="width:377px" %)HostName|(% style="width:162px" %)string|(% style="width:103px" %)update.aagon.com|(% style="width:1049px" %)The URL of the web server from which the definition files are downloaded. This applies to vulnerability management, as well as to Managed Software, DNA, and Windows Update Management.
90 |(% style="width:377px" %)UseOwnProxySettings|(% style="width:162px" %)true
91 false|(% style="width:103px" %)false|(% style="width:1049px" %)Specify whether to use the proxy settings from Active Update (false) or whether different settings should be active (true).
92
93 === ===
94
95 === **AgentInstallationConfig** ===
96
97 |=(% style="width: 373px;" %)Name|=(% style="width: 158px;" %)Value range|=(% style="width: 145px;" %)Default value|=(% style="width: 1017px;" %)Description
98 |(% style="width:373px" %)ScanActiveDirectoryForClients|(% style="width:158px" %)true
99 false|(% style="width:145px" %)true|(% style="width:1017px" %)Specifies whether Clients should be imported into the agent installation via Active Directory.
100 |(% style="width:373px" %)LastActivityOfActiveDirectoryClientsInDays|(% style="width:158px" %)Days|(% style="width:145px" %)60|(% style="width:1017px" %)The number of days since a client last logged in to Active Directory in order to be included in the import.
101 |(% style="width:373px" %)ActiveDirectoryClientScanBaseDN|(% style="width:158px" %)Text|(% style="width:145px" %)Leerstring|(% style="width:1017px" %)Base DN, which is used to perform Active Directory Queries.
102 |(% style="width:373px" %)InstallServiceRetryTimeout|(% style="width:158px" %)Minutes|(% style="width:145px" %)10|(% style="width:1017px" %)Time between two installation attempts
103 |(% style="width:373px" %)MaxSimultaneousInstallThreads|(% style="width:158px" %)Integer|(% style="width:145px" %)5|(% style="width:1017px" %)Specifies the number of concurrent agent installations running at the same time.
104 |(% style="width:373px" %)PingTimeout|(% style="width:158px" %)Integer|(% style="width:145px" %)500|(% style="width:1017px" %)The number of milliseconds of the timeout to wait for when pinging an IP address within the IP range.
105
106 === **ClientCommandConfig** ===
107
108 |=(% style="width: 372px;" %)Name|=(% style="width: 164px;" %)Value range|=(% style="width: 137px;" %)Default value|=(% style="width: 1019px;" %)Description
109 |(% style="width:372px" %)IsContainerInheritanceEnabled|(% style="width:164px" %)true
110 false|(% style="width:137px" %)false|(% style="width:1019px" %)Gibt an, dass Clients sich auch Scripte vom ACMP Server ziehen, die sie durch eine ContainerStruktur vererbt bekommen haben.
111 |(% style="width:372px" %)IsContainerRecalcBeforeScriptExecutionEnabled|(% style="width:164px" %)true
112 false|(% style="width:137px" %)true|(% style="width:1019px" %)Specifies whether a container recalculation should be executed before the execution of a Client Command.
113
114 === **HelpdeskConfig** ===
115
116 |=(% style="width: 359px;" %)Name|=(% style="width: 179px;" %)Value range|=(% style="width: 131px;" %)Default value|=(% style="width: 1023px;" %)Description
117 |(% style="width:359px" %)DefaultSendCommentPerMail|(% style="width:179px" %)true
118 false|(% style="width:131px" %)false|(% style="width:1023px" %)Specifies whether the “Send comment via email” checkbox is initially enabled or not. This option has no effect on the bulk change.
119
120 === **EMailConfig ** ===
121
122 |=(% style="width: 363px;" %)Name|=(% style="width: 170px;" %)Value range|=(% style="width: 139px;" %)Default value|=(% style="width: 1020px;" %)Description
123 |(% style="width:363px" %)TicketIdOpenTag|(% style="width:170px" %)Text|(% style="width:139px" %){|(% style="width:1020px" %)Opening tag for the ticket ID used in emails. Spaces at the beginning or end of the tag are not supported.
124 |(% style="width:363px" %)TicketIdCloseTag|(% style="width:170px" %)Text|(% style="width:139px" %)}|(% style="width:1020px" %)Closing tag for the ticket ID used in emails. Spaces at the beginning or end of the tag are not supported.
125
126 === ===
127
128 === **MailConfig ** ===
129
130 |=(% style="width: 361px;" %)Name|=(% style="width: 169px;" %)Value range|=(% style="width: 140px;" %)Default value|=(% style="width: 1023px;" %)Description
131 |(% style="width:361px" %)AlwaysUseFileReceiver|(% style="width:169px" %)true
132 false|(% style="width:140px" %)false|(% style="width:1023px" %)DEBUG KEY: XML import for emails; to test email processing without requiring an email Server.
133
134 === ===
135
136 === **Mailboxes  ** ===
137
138 |=(% style="width: 360px;" %)Name|=(% style="width: 168px;" %)Value range|=(% style="width: 142px;" %)Default value|=(% style="width: 1023px;" %)Description
139 |(% style="width:360px" %)Name|(% style="width:168px" %)Text|(% style="width:142px" %) |(% style="width:1023px" %)Display Name (not used)
140 |(% style="width:360px" %)Id|(% style="width:168px" %)GUID|(% style="width:142px" %) |(% style="width:1023px" %)ID
141 |(% style="width:360px" %)ReplyToEMail|(% style="width:168px" %)Email adress|(% style="width:142px" %) |(% style="width:1023px" %)Reply to email
142 |(% style="width:360px" %)ReplyToName|(% style="width:168px" %)Text|(% style="width:142px" %) |(% style="width:1023px" %)Reply to name
143
144 === ===
145
146 === **WebInterfaceConfig** ===
147
148 **HdInfoList**
149
150 |=(% style="width: 354px;" %)Name|=(% style="width: 171px;" %)Value range|=(% style="width: 140px;" %)Default value|=(% style="width: 1028px;" %)Description
151 |(% style="width:354px" %)CreatorID|(% style="width:171px" %)GUID|(% style="width:140px" %) |(% style="width:1028px" %)Creator ID
152 |(% style="width:354px" %)CreationDate|(% style="width:171px" %)ISO 8601 timestamp |(% style="width:140px" %) |(% style="width:1028px" %)Date of Creation
153 |(% style="width:354px" %)LastModified|(% style="width:171px" %)ISO 8601 timestamp |(% style="width:140px" %) |(% style="width:1028px" %)Date of the last change
154 |(% style="width:354px" %)ModifierID|(% style="width:171px" %)GUID|(% style="width:140px" %) |(% style="width:1028px" %)Modifier ID
155 |(% style="width:354px" %)HasStartDate|(% style="width:171px" %)true
156 false|(% style="width:140px" %)false|(% style="width:1028px" %)Indicates whether StartDate has been set.
157 |(% style="width:354px" %)HasEndDate|(% style="width:171px" %)true
158 false|(% style="width:140px" %)false|(% style="width:1028px" %)Indicates whether EndDate has been set.
159 |(% style="width:354px" %)PostDate|(% style="width:171px" %)ISO 8601 timestamp |(% style="width:140px" %) |(% style="width:1028px" %)Used by the web interface for sorting multiple items.
160
161 === ===
162
163 === **DistribFileRepoConfig** ===
164
165 |=(% style="width: 351px;" %)Name|=(% style="width: 175px;" %)Value range|=(% style="width: 135px;" %)Default value|=(% style="width: 1031px;" %)Description
166 |(% style="width:351px" %)NumberOfConnectionErrorsBeforePause|(% style="width:175px" %)Integer|(% style="width:135px" %)3|(% style="width:1031px" %)Specifies the maximum number of connection errors that can occur before waiting for the time specified under TimeMinutesToWaitAfterConnectionFailure.
167 |(% style="width:351px" %)NumberOfSyncProcessors|(% style="width:175px" %)Integer|(% style="width:135px" %)2|(% style="width:1031px" %)Specify how many concurrent synchronization operations are in progress.
168 |(% style="width:351px" %)TimeMinutesToWaitAfterConnectionFailure|(% style="width:175px" %)Minutes|(% style="width:135px" %)5|(% style="width:1031px" %)Specifies how many minutes to wait before retrying after the `NumberOfConnectionErrorsBeforePause` threshold has been reached.
169 |(% style="width:351px" %)ConnectionTimeOut|(% style="width:175px" %)Seconds|(% style="width:135px" %)30|(% style="width:1031px" %)Timeout during connection attempt
170 |(% style="width:351px" %)AllowedFileSizeDelta|(% style="width:175px" %)Kilobyte|(% style="width:135px" %)0|(% style="width:1031px" %)The threshold value allowed during a file size comparison before the files are considered different.
171 If the source and target files are located on different file systems, the API may report different file sizes due to differences in block size.
172 |(% style="width:351px" %)EnableUncCopyResumption|(% style="width:175px" %)true
173 false|(% style="width:135px" %)true|(% style="width:1031px" %)By default, the value is set to true, which causes the Sync Service to behave as it has in the past. If the value is set to false, files are no longer first written as part~~ files and then renamed; instead, they are written directly as the target file. When set to false, resuming a transfer is no longer possible if a file was not previously transferred in its full state (incomplete files are always transferred in full again).{{aagon.versionierungsbox}}This value is available only in ACMP version 6.9.2.{{/aagon.versionierungsbox}}
174
175 === ===
176
177 === **QueryManagementConfig** ===
178
179 |=(% style="width: 347px;" %)Name|=(% style="width: 176px;" %)Value range|=(% style="width: 138px;" %)Default value|=(% style="width: 1027px;" %)Description
180 |(% style="width:347px" %)RecordCountOfPage|(% style="width:176px" %)Integer|(% style="width:138px" %)25000|(% style="width:1027px" %)Number of rows per page in a query result
181 |(% style="width:347px" %)ValueDirectoryScannerTimeoutInMinutes|(% style="width:176px" %)Positive Integer|(% style="width:138px" %)10|(% style="width:1027px" %)The number of minutes the Server waits before executing the ValueDirectoryScanner after values change.
182
183 === ===
184
185 === **ActiveUpdateConfig** ===
186
187 **NewUpdatesData**
188
189 |=(% style="width: 347px;" %)Name|=(% style="width: 175px;" %)Value range|=(% style="width: 141px;" %)Default value|=(% style="width: 1030px;" %)Description
190 |(% style="width:347px" %)LastTimeCheckedForUpdatesOnWebServer|(% style="width:175px" %)floating-point number|(% style="width:141px" %)0|(% style="width:1030px" %)TDateTime: The time when the system last checked the update server for Updates.
191
192 === ===
193
194 === **FinancialConfig** ===
195
196 |=(% style="width: 346px;" %)Name|=(% style="width: 174px;" %)Value range|=(% style="width: 143px;" %)Default value|=(% style="width: 1030px;" %)Description
197 |(% style="width:346px" %)CurrencyCode|(% style="width:174px" %)Text|(% style="width:143px" %)EUR|(% style="width:1030px" %)Display text for cost entry in Ticket Management.
198
199 === ===
200
201 === **DatabaseConfig** ===
202
203 |=(% style="width: 346px;" %)Name|=(% style="width: 170px;" %)Value range|=(% style="width: 147px;" %)Default value|=(% style="width: 1030px;" %)Description
204 |(% style="width:346px" %)IsFullTextSearchSupported|(% style="width:170px" %)true
205 false|(% style="width:147px" %)true|(% style="width:1030px" %)Indicates whether SQL Server full-text search is installed.
206 Determined and assigned dynamically.
207
208 === ===
209
210 === **LicenseManagementConfig** ===
211
212 |=(% style="width: 349px;" %)Name|=(% style="width: 170px;" %)Value range|=(% style="width: 146px;" %)Default value|=(% style="width: 1028px;" %)Description
213 |(% style="width:349px" %)DNADetectionPatternResultCountLimit|(% style="width:170px" %)1 - 2147483647
214 (Integer)|(% style="width:146px" %)20.000|(% style="width:1028px" %)Defines the maximum allowed number of datasets that can be returned for DNA detection patterns.
215
216 **Office365portal **
217
218 |=(% style="width: 345px;" %)Name|=(% style="width: 174px;" %)Value range|=(% style="width: 294px;" %)Default value|=(% style="width: 894px;" %)Description
219 |(% style="width:345px" %)PortalLink|(% style="width:174px" %)HTML Link|(% style="width:294px" %)[[https:~~/~~/login.microsoftonline.com>>url:https://login.microsoftonline.com/]]|(% style="width:894px" %)The link to the web service for the Microsoft Office 365 portal.
© Aagon GmbH 2026
Besuchen Sie unsere aagon-Community