Skip to main content
Question

DBA_NETWORK_ACLS Reset After Reconfiguration / Installation (IFS Applications 9)

  • May 12, 2026
  • 1 reply
  • 4 views

Forum|alt.badge.img+6

Dear Community,

We are facing an issue in IFS Applications 9 where the DBA_NETWORK_ACLS configuration is getting reset after each reconfiguration or installation.

Due to this behavior, we are required to manually reapply the ACL settings every time using the following DB command:

 
exec sys.dbms_network_acl_admin.assign_acl(
acl => 'IFSAPP-PLSQLAP-Permission.xml',
host => 'xxxxxx.com',
lower_port => xxxxx,
upper_port => xxxxx
);

This manual step is becoming repetitive and error-prone after each deployment activity.

We would like to understand:

  • Which configuration file or component stores the ACL settings?
  • How can we ensure that custom ACL entries persist after reconfiguration or installation?
  • Is there a recommended or supported approach to maintain these settings in IFS Applications 9?

We would greatly appreciate any guidance or best practice recommendations to resolve this issue.

Thank you in advance for your support.

Best regards,

1 reply

Forum|alt.badge.img+17
  • Superhero (Partner)
  • May 12, 2026

Please check the full name of IFSMWS server.