R12: ATG: Config.xml Gets Connection-filter-rule "0.0.0.0/0 * * Deny" After Running Autocongif
(Doc ID 2750675.1)
Last updated on MAY 30, 2024
Applies to:
Oracle Applications DBA - Version 12.2 and laterInformation in this document applies to any platform.
Symptoms
After setting <s_wls_admin_console_access_nodes oa_var="s_wls_admin_console_access_nodes">0.0.0.0 when we run adautocfg.sh the config.xml file gets updated with a deny line that we need to manually remove.
<connection-filter-rule>0.0.0.0/0 * * deny</connection-filter-rule>
Before running autoconfig , the config.xml file connection-filter-rule are all set to allow. As follow:
... <connection-filter>oracle.apps.ad.tools.configuration.wls.filter.EBSConnectionFilterImpl</connection-filter> <connection-filter-rule>istorexxxxxxxxxxxhtcar.net * * allow</connection-filter-rule> <connection-filter-rule>orcltst.johxxxxxxxxxrica.com * * allow</connection-filter-rule> <connection-logger-enabled>true</connection-logger-enabled> ...
And, after running autoconfig, the config.xml file has the new "deny line"
... <connection-filter>oracle.apps.ad.tools.configuration.wls.filter.EBSConnectionFilterImpl</connection-filter> <connection-filter-rule>istorexxxxxxxxxxxhtcar.net * * allow</connection-filter-rule> <connection-filter-rule>orcltst.johxxxxxxxxxrica.com * * allow</connection-filter-rule> <connection-logger-enabled>true</connection-logger-enabled> <connection-filter-rule>0.0.0.0/0 * * deny</connection-filter-rule> ...
Changes
Applied <patch 26834480> - R12.AD.C.Delta.11
Applied <patch 28840822> - R12.TXK.C.Delta.11
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |