zoukankan      html  css  js  c++  java
  • Web ADI Configuration Error

    Error

    Web ADI Configuration Error

    Error
    BNE_UIX_PHYSICAL_DIRECTORY is not configured.

    Root Cause of the Error

    1. This error is due to the value setup under System Profile Option 'BNE UIX Physical Directory' at the 'Site' level. By default this profile will have a value of '/dbfiles/applcsf/cust/html/cabo'.

    2. The BNE UIX Physical Directory profile option is obsolete in Release 12 and higher.

    How to reproduce this error?

    1. Navigate to General Ledger responsibility > Journals > Launch Journal Wizard

    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 to General Ledger responsibility 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:

    declare
    value BOOLEAN;
    Begin
    value := fnd_profile.save('BNE_UIX_PHYSICAL_DIRECTORY','','SITE');
    commit;
    End;

    Environment

    · Oracle E Business Suite R12.2.4+

    · OS - Oracle Linux

  • 相关阅读:
    EF6的多线程与分库架构设计实现
    Windows环境下安装Ionic
    Win7 下安装RabbitMQ
    在VS Nuget命令行下进行EF数据库迁移
    WebSocket与Tcp连接
    常用浏览器内核
    异步代码
    TCP与UDP的区别
    二分查找(折半查找)
    顺序查找
  • 原文地址:https://www.cnblogs.com/quanweiru/p/12966023.html
Copyright © 2011-2022 走看看