Solution:
1. Navigate to System Administrator responsibility > Profile > System
2. Search for Profile ‘BNE UIX Physical Directory’.
3. Delete the value setup at the ‘Site’ level. Save your changes.
4. Bounce Application Server (or Apache) services.
5. Now go back and retry launching the Web ADI. The error will not appear any more.
If point 1 to 3 does not work, then try resetting the profile from SQLPLUS through the following command:
Begin
value := fnd_profile.save(‘BNE_UIX_ PHYSICAL_DIRECTORY’,”,’SITE’);
commit;
End
----------------
SET PROFILE
----------
BNE Allow No Security Rule - YES
1. Navigate to System Administrator responsibility > Profile > System
2. Search for Profile ‘BNE UIX Physical Directory’.
3. Delete the value setup at the ‘Site’ level. Save your changes.
4. Bounce Application Server (or Apache) services.
5. Now go back and retry launching the Web ADI. The error will not appear any more.
If point 1 to 3 does not work, then try resetting the profile from SQLPLUS through the following command:
Begin
value := fnd_profile.save(‘BNE_UIX_
commit;
End
----------------
SET PROFILE
----------
BNE Allow No Security Rule - YES


0 comments:
Post a Comment