zoukankan      html  css  js  c++  java
  • 让R12直接从Form登录

    Applies to:

    Oracle Applications Technology Stack – Version: 12.0 to 12.1
    Information in this document applies to any platform.

    Goal

    By default in Oracle Applications R12, users are not able to access Forms directly via the following url:
    http://hostname.domain:port/forms/frmservlet
    The following error would pop out:

    APP-FND-01542: This Applications Server is not authorized to access this database.

    The goal of this document is to allow users access to the Oracle Applications R12 directly via Forms especially in cases where access to the following url is not available:
    http://hostname.domain:port/OA_HTML/AppsLogin

    NOTE: Accessing Forms directly is not supported and should only be used for diagnostic and troubleshooting purposes.

    Solution

    1. Edit $CONTEXT_FILE which is located in $INST_TOP/appl/admin
    2. Change
    <appserverid_authentication oa_var="s_appserverid_authentication">SECURE</appserverid_authentication>
    to
    <appserverid_authentication oa_var="s_appserverid_authentication">OFF</appserverid_authentication>

    Application Server Security Authentication can take one of the following values {ON, OFF, SECURE}.
    OFF – Server security is not checked. Any application server machine can access the database.
    ON – Some level of trust is required to access the database. Either the Application Server is registered with the database or the module and version ID are known to be trusted.
    SECURE – Full trust is required for access to the database. Only registered Application Server machines and trusted code modules may connect.

    3. Run $INST_TOP/admin/scripts/adautocfg.sh to instantiate the changes
    4. Users are now able to access Forms directly.

    NOTE:
    Remember to set the Application Server Security Authentication back to SECURE by settting the value of s_appserverid_authentication to SECURE and running autoconfig.

  • 相关阅读:
    40.lombok在IntelliJ IDEA下的使用
    39.Intellij导入子项目时,maven列表子项目灰色不可用---解决方法
    38.IntelliJ IDEA中创建Web聚合项目(Maven多模块项目)
    Log4j.properties 属性详解以及 LOG4J日志级别详解
    3.lombok系列3:lombok的实验类特性
    2.lombok系列2:lombok注解详解
    1.lombok系列1:初识lombok
    DIV和SPAN的区别
    37.Intellij IDEA解决GBK乱码
    WebService三大基本元素 SOAP WSDL UDDI
  • 原文地址:https://www.cnblogs.com/benio/p/2419437.html
Copyright © 2011-2022 走看看