RDBPROD: Unable to Configure "restrictAccess" and "allowUser"
(Doc ID 760304.1)
Last updated on OCTOBER 09, 2019
Applies to:
Oracle Rdb Server on OpenVMS - Version 7.2.5.1 and laterOracle JDBC for Rdb - Version 7.2.5.1 and later
HP OpenVMS Itanium
HP OpenVMS Alpha
Symptoms
Running Oracle JDBC for Rdb with HP Java on OpenVMS, a minor change was made to the XML configuration file for multiprocess thin server. Now receive error:
Configuration file problem at line 57
Element type "server" must be followed by either attribute specifications, ">" or "/>".
Element type "server" must be followed by either attribute specifications, ">" or "/>".
Changes
The change was to add two lines near the end of the XML configuration file from:
...
maxClients = "10"
/>
</servers>
</config>
maxClients = "10"
/>
</servers>
</config>
to:
...
maxClients = "10"
restrictAccess = "true">
<allowUser name = "username"/>
/>
</servers>
</config>
maxClients = "10"
restrictAccess = "true">
<allowUser name = "username"/>
/>
</servers>
</config>
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 |