EBS 12.1.3: Login page default language & logout time

Hi,
two questions:
In EBS 12.1.3 multi-language environment, is the the following only way to control default language in login page? We don't want to disable/hide the other languages, just set the default.
- How to select the language Default for the Login Page on Oracle Application in a Multi-Lang Environment [ID 418296.1]
We would want to control it from the server side.
Also,
what would be the best document to describe different timeouts settings in EBS 12.1.3? We want to increase idle timeout setting (i.e. if user doesn't do anything in EBS he/she gets automatically logged out). Does the timeout setting differ between html/jsp and forms pages?
Many thanks for your answers in advance.
BR,
TH

In EBS 12.1.3 multi-language environment, is the the following only way to control default language in login page? We don't want to disable/hide the other languages, just set the default.
- How to select the language Default for the Login Page on Oracle Application in a Multi-Lang Environment [ID 418296.1]
We would want to control it from the server side.Login to the Application > Preferences > Current Session Language/Default Application Language
Globalization Guide for Oracle Applications Release 12 [ID 393861.1]
Also,
what would be the best document to describe different timeouts settings in EBS 12.1.3? We want to increase idle timeout setting (i.e. if user doesn't do anything in EBS he/she gets automatically logged out). Does the timeout setting differ between html/jsp and forms pages?
Many thanks for your answers in advance.Please see these links for the docs you need to refer to:
https://forums.oracle.com/forums/search.jspa?threadID=&q=TimeOut+AND+R12&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
https://forums.oracle.com/forums/search.jspa?threadID=&q=TimeOut&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
Thanks,
Hussein

Similar Messages

  • EBS 12.1.3 Login page issue or page cannot be displayed

    When I try the login page using http://host.domain/OA_HTML/AppsLocalLogin.jsp or http://host.domain/OA_HTML/AppsLogin, then the browser is displaying page can not be displayed.
    When I try to run AOL/J Diagnostic Tests, using http://host.domain/OA_HTML/jsp/fnd/aoljtest.jsp, then I did not find any issues.
    When I try to run AOL/J Setup Test, under Verify DBC Settings, there is a WARNING: Security in database set to "SECURE". If the DBC file contains the wrong APPL_SERVER_ID, then no JDBC connections will be possible via AOL/J.
    But under Verify Guest Settings, there is an ERROR saying :Failed to validate GUEST user in Profiles.
    Please help what is causing the login screen not able to show up.
    Thanks.
    Edited by: user5618898 on Sep 29, 2012 7:43 PM

    Never mind, it was a port conflict. I tried to change the http port # to default port #80 to a cloned copy. By flipping it to a different port and then run the autoconfig, resolved the issue.

  • R12 DMZ login page hangs after some time

    Node 1: Database 10.2.0.3
    Node 2: internal Application
    Node 3: External Application - currently not exposed to the internet, we are testing opening the URL internally.
    Followed DOC I: 380490.1 - in order to achieve the External node.
    The Database and Application are working fine. The instance works perfectly fine.
    However, when we open the External URL, it hangs on the re-direct page. it does not give any error.
    Once we bounce the External services, the URL does show up for 2-3 attempts.
    Even though the URL hangs, we are able to ssh, run traceroute, sqlplus, perform adadmin tasks etc - from the External node. we do not have any issues performing the activities mentioned.
    Solutions tried:
    We increased the OHS timeout parameter - in the XML file and ran autoConfig.
    We increased the keepalive parameter in the httpd.conf and mod_oc4j.
    Please let us know what else we can try.
    Doubt: Our Internal Application and Database server are 32 GB RAM each. However, the External Node, is 3 GB.
    Could this be a possible issue.
    Internal application and Database are seperated by a single frewall from each other. Wherein, the External Application is seperated from these servers with 3 firewalls.
    The 3rd firewall is used to URL filtering. Could this be a possible issue.
    Error in Apache Error Log:
    [Wed Nov 11 16:48:39 2009] [warn] [client *.*.*.*.*] oc4j_socket_recvfull timed out
    [Wed Nov 11 16:48:39 2009] [error] [client *.*.*.*.*] [ecid: 1257943417:*.*.*.*:27189:0:487,0] mod_oc4j: request to OC4J ERPWeb.*.ae:21500 failed: recv failed (errno=4)
    We increased - Timeout 1500 - Default 300 (apps/tech_st/10.1.3/Apache/Apache/conf)
    Bounced Services.
    adapcctl.sh stop adoacorectl.sh stop adformsctl.sh stop adoafmctl.sh stop adopmnctl.sh stop
    Started in the reverse order.
    rm -fr $INST_TOP/ora/10.1.3/j2ee/oacore/persistence/*
    rm -fr $INST_TOP/ora/10.1.3/j2ee/oafm/persistence/*
    rm -fr $INST_TOP/ora/10.1.3/j2ee/forms/persistence/*
    XML file - we made the following changes: <ohstimeout oa_var="s_ohstimeout">1200</ohstimeout>
    changed from 300 to 1200
    s_long_runing_jvm = false - true by default.
    AutoConfig
    cat $IAS_ORACLE_HOME/Apache/Apache/conf/mod_oc4j.conf
    # Oracle iAS mod_oc4j configuration file: mod_oc4j.conf #
    LoadModule oc4j_module libexec/mod_oc4j.so
    <IfModule mod_oc4j.c>
    </IfModule>
    Checked - $INST_TOP/ora/10.1.3/j2ee/oacore/config/oc4j.properties
    LONG_RUNNING_JVM=false (should be false after autoconfig)
    Compiled jsps
    $FND_TOP/patch/115/bin - perl ojspCompile.pl –-compile –-flush -p 2
    cat /oracle/dmzappl/inst/apps/ERPPROD_erpweb01/logs/ora/10.1.3/j2ee/oacore/oacore_default_group_1/application.log
    09/11/11 17:26:57.72 html: chain failed
    javax.servlet.ServletException: java.lang.RuntimeException: Cannot get Connection to the Database
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindPageContext.handlePageThrowable (EvermindPageContext.java:780)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindPageContext.handlePageException (EvermindPageContext.java:727)
    at AppsLocalLogin.jspService(_AppsLocalLogin.java:304)
    at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter (ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter (EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke (ServletRequestDispatcher.java:610)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal (ServletRequestDispatcher.java:359)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest (HttpRequestHandler.java:870)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest (HttpRequestHandler.java
    We got a doscument which said:
    Submit 'Compile Security' concurrent request - with parameter "yes" - However, we have not run this request.
    cat /oracle/dmzappl/inst/apps/ERPPROD_erpweb01/logs/ora/10.1.3/opmn/oacorestd.err
    09/11/11 17:21:52 Caused by: oracle.apps.jtf.base.resources.FrameworkException: Failure in CacheLoader: oracle.apps.jtf.base.resources.FrameworkException
    09/11/11 17:21:52 at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:830)
    09/11/11 17:21:52 at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)
    09/11/11 17:21:52 at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)
    09/11/11 17:21:52 at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    09/11/11 17:21:52 ... 23 more
    09/11/11 17:21:52 Caused by: oracle.apps.jtf.base.resources.FrameworkException
    09/11/11 17:21:52 at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:222)
    09/11/11 17:21:52 at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:189)
    09/11/11 17:21:52 at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:166)
    09/11/11 17:21:52 at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:141)
    09/11/11 17:21:52 at oracle.apps.jtf.cache.GenericCacheLoader.load(GenericCacheLoader.java:87)
    09/11/11 17:21:52 at oracle.ias.cache.CacheLoader.callLoad(Unknown Source)
    09/11/11 17:21:52 at oracle.ias.cache.CacheHandle.findObject(Unknown Source)
    09/11/11 17:21:52 at oracle.ias.cache.CacheHandle.locateObject(Unknown Source)
    09/11/11 17:21:52 at oracle.ias.cache.CacheAccess.get(Unknown Source)
    09/11/11 17:21:52 at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:771)
    09/11/11 17:21:52 ... 26 more
    09/11/11 17:21:52 Caused by: oracle.apps.jtf.base.resources.FrameworkException: Io exception: Connection timed out
    09/11/11 17:21:52 at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    09/11/11 17:21:52 at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
    09/11/11 17:21:52 at oracle.apps
    We ran Concurrent manger job "Synchronize Workflow Local Tables" as sysadmin.
    cd $INST_TOP/ora/10.1.3/opmn/conf
    $ grep Xmx opmn.xml
    <data id="java-options" value="-server -verbose:gc -*Xmx512M -Xms128M* -XX:MaxPermSize=160M -XX:NewRatio=2 - XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 -Dcom.sun.management.jmxremote - Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false - Doracle.security.jazn.config=/oracle/dmzappl/inst/apps/ERPPROD_erpweb01/ora/10.1.3/j2ee/oacore/config/jazn.xml"/>
    <data id="java-options" value="-server -verbose:gc -Xmx512M -Xms128M -XX:MaxPermSize=160M -XX:NewRatio=2 - XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 - Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 - XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 - Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false - Doracle.security.jazn.config=/oracle/dmzappl/inst/apps/ERPPROD_erpweb01/ora/10.1.3/j2ee/forms/config/jazn.xml"/>
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 - XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 - Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false"/>
    <data id="java-options" value="-server -verbose:gc -Xmx256M -Xms64M -XX:MaxPermSize=128M -XX:NewRatio=2 - XX:+PrintGCTimeStamps -XX:+UseTLAB -XX:+UseParallelGC -XX:ParallelGCThreads=2 - Djava.security.policy=$ORACLE_HOME/j2ee/oacore/config/java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false - Doracle.security.jazn.config=/oracle/dmzappl/inst/apps/ERPPROD_erpweb
    Would changing: -Xmx512M -Xms128M to -Xmx1024M -Xms256M help ?.
    Please help.
    Navas

    Hi,
    The application was working fine when the network admin opened all the ports on Firewalls.
    Now he is asking for the specific list of ports to be opned from DMZ Server -> Database, DMZ Server -> Internal Application node and Internal Application node -> Database so that he can close the remaining ports. Is there any document in metalink which lists this ports ?
    Regards
    Safaras

  • Integrated ITS on SRM:Login Page Problem

    Hello All,
       I am working on SRM 4.0 with Internal ITS.I have done all the required settings for Internal ITS.I am able to get the login page but when I enter the user Id and password of my SRM system,It shows the erroe that "Incorrect SSO configuration on this server ".
       I have checked the transaction RZ11 on SRM Server for the parameter login/accept_sso2_ticket.It is set to value 0.
       Can anyone tell me what extra settings are to be done for the Integrated ITS?Please help.
    Thanks & Regards,
    Deepti.

    Hi Raja,
       I have changed the default language in the system settings for the service BBPSTART as English.Also I have made the following changes for the same service :-
    1>Changed the Logon procedure to "Alternative Logon procedure " and in that I have removed "SSO Authentication".
    2>In system Logon Configuration,I have changed the default client and language.
    3>In service data,I have changed the Basic authentication from Standard r/3 User to "Internet User".
      After doing the above changes,I have republished the service.
      Now i am getting the Login Page(in language English) but with the message "SSO cannot be used for logon To continue, choose "Logon". A dialog box appears, where you can enter your user and password. This server does not support HTTPS! It is therefore potentially unsafe to send your password ".
      After that when I enter the ID and Pwd,I get the same Login screen(USER,PWD,CLIENT,LANGUAGE AND ACCESIBILITY Labels) but this time below there is the message "Inocrrect SSO configuration on this server".
      Please tell me the exact changes so that I can login to the homepage.
      Also to avoid the Login page,I have tried entering the Login  Details in anynomous Logon data,but then I directly get the Homepage with the Menu on the Left hand Side and when I click on any of the items,I get the screen with the following text:-
    SSO is not active in system
    To continue, choose "Logon". A dialog box appears, where you can enter your user and password.
    This server does not support HTTPS! It is therefore potentially unsafe to send your password
    Copyright 2002-2004 SAP AG All Rights Reserved 
      I am not able to understand why the system is prompting me for the SSO settings when I have set the parameters(LOGON_ACCEPT_SSO2_TICKET AND LOGON)_CREATE_SSO2_TICKET to 0).
    Please help.
    regards,
    Deepti.

  • Redirecting user to login page after session expiry

    Hi,
    Default session expiry implementation in sap EP6.0 doesn't work properly. To overcome this, we have implemented one component where we check the idle time and throw the user back to the login page if the idle time has exceeded the session expiry period. This component has been added to desktop inner page as an iView. Following is the logic put in this component.
    IAuthentication ia = UMFactory.getAuthenticator();
    ia.logout(httpRequest, httpResponse);
    httpResponse.sendRedirect("/irj/portal");
    We are successfully getting the login page after session expiry. Issue is, our portal server is running on 11111 port. We cannot change this to 80 on unix because of unix limitations for the port number. So we have put one apache web server before our portal server. Apache web server is listening on port 80 and forwarding the request to our portal server.
    Now when user is redirected to the login page, url being shown in the browser is http://<host_name>:11111/irj/portal but I am expecting http://<host_name>/irj/portal (without port). I have tried putting the full url in sendRedirect() method but that too doesn't work.
    Any help is highly appreciated.
    Regards,
    Chandra

    Hi Chandra,
    Let the URL be relative in the sendRedirect i.e.
    httpResponse.sendRedirect("/irj/portal");
    However since you have a Reverse proxy in front, the response header for redirect will not contain the address of the reverse proxy in this case, your servername without port. You have to properly configure your reverse proxy so that the HTTP Headers are changed properly before sending the response to the users.
    Check this URL,
    http://httpd.apache.org/docs/1.3/mod/mod_proxy.html#proxypassreverse
    This gives you the details on configuring your apache.
    Hope this helps.
    Ankur
    P.S. If this helps please reward points.

  • Unable to open Login Page

    I have typical Problem.
    I am able to ping to EBS Server, forms cgi login page is working.
    But we are not able to open login with standard login page
    like http://<Server:8000/oa_serverlets/AppsLogin
    Regards
    Tumuganti

    Hi,
    Please suggest your application/db/OS version.
    Also what error are you getting while opening http://<Server:8000/oa_serverlets/AppsLogin
    Please check apache logs for error.
    Please confirm value of below profile option
    'Self Service Personal Home Page Mode'
    Thanks,
    JD

  • How to change the default login page

    Hi All,
    I got an issue with the login page. I want to display the Chinses as default, but now it's engish. I have changed the ICX: Language to Chinese at the site level, but it seems didn't take effect.
    And the parameter s_base_lang is still US in the $CONTEXT_FILE.
    grep s_base_lang $CONTEXT_FILE
    <base_lang oa_var="s_base_lang">US</base_lang>
    How can we resolve this issue? Just change the s_base_lang parameter and take adconfig? Please advise.
    Thanks,
    Kevin
    Edited by: Kevin on 2012-9-23 下午4:37

    I got an issue with the login page. I want to display the Chinses as default, but now it's engish. I have changed the ICX: Language to Chinese at the site level, but it seems didn't take effect.Did you bounce Apache (or the application services)?
    And the parameter s_base_lang is still US in the $CONTEXT_FILE.
    grep s_base_lang $CONTEXT_FILE
    <base_lang oa_var="s_base_lang">US</base_lang>
    What was this value before running AutoConfig?
    Autoconfig FAQ [ID 218089.1] -- 16. Which files / profile options get changed when I run AutoConfig?
    How can we resolve this issue? Just change the s_base_lang parameter and take adconfig? Please advise.Login the application > Preferences > Set "Default Application Language" to "Chinese".
    Thanks,
    Hussein

  • R12  12.0.0 EBS login page is erroring out internal server error

    HI ,
    error in ebs login page
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    below are the logs (vmware rhel5 r12 12.0.0 )
    /u01/applmgr/VIS/inst/apps/VIS_erpr12/logs/ora/10.1.3/Apache
    error log
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851402:192.168.0.197:23770:0:5,0] mod_oc4j: Response
    status=499 and reason=Oracle SSO, but failed to get mod_osso global context.
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851402:192.168.0.197:23770:0:5,0] mod_oc4j: request
    to OC4J erpr12.orabyte.com:21500 failed: Connect failed
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851410:192.168.0.197:23770:0:6,0] File does not exis
    t: /u01/applmgr/VIS/inst/apps/VIS_erpr12/portal/favicon.ico
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851410:192.168.0.197:23770:0:7,0] File does not exis
    t: /u01/applmgr/VIS/inst/apps/VIS_erpr12/portal/favicon.ico
    /u01/applmgr/VIS/inst/apps/VIS_erpr12/logs/ora/10.1.3/j2ee/oacore/oacore_default_group_1
    application log
    13/05/29 14:16:50.553 html: oracle.apps.fnd.security.LeakDetectionFilter.initialized:1369851410553
    13/05/29 14:16:50.553 html: LeakSetting:
    global:true,session:false,aggressive:false,stderr:false,appslog:false,corelog:false
    ignoring:null
    /u01/applmgr/VIS/inst/apps/VIS_erpr12/logs/ora/10.1.3/j2ee/oacore/oacore_default_group_1
    log.xml
    <MSG_TEXT>Internal error raised tyring to instantiate web-application: ascontrol defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: ascontrol does not exist. Error creating Web application: ascontrol</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    <MESSAGE>
    <HEADER>
    <TSTZ_ORIGINATING>2013-05-29T14:15:04.889-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID>J2EE HTTP-00004</MSG_ID>
    <MSG_TYPE TYPE="ERROR"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>erpr12.orabyte.com</HOST_ID>
    <HOST_NWADDR>192.168.0.197</HOST_NWADDR>
    <MODULE_ID>http</MODULE_ID>
    <THREAD_ID>10</THREAD_ID>
    <USER_ID>applmgr</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>192.168.0.197:55639:1369851304891:0</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Internal error raised tyring to instantiate web-application: ascontrol defined in web site OC4J 10g (10.1.3
    ) Default Web Site. Application: ascontrol does not exist. Error creating Web application: ascontrol</MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    any thoughts ? how to get get around this
    THank you

    HI ,
    error in ebs login page what changes have been done?
    was this working fine beforw?
    did you run autoconfig?
    Do you have to bounce the application services, after you get this error?
    Do you see any other erros in alert log?
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851402:192.168.0.197:23770:0:5,0] mod_oc4j: Response
    status=499 and reason=Oracle SSO, but failed to get mod_osso global context.
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851402:192.168.0.197:23770:0:5,0] mod_oc4j: request
    to OC4J erpr12.orabyte.com:21500 failed: Connect failed
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851410:192.168.0.197:23770:0:6,0] File does not exis
    t: /u01/applmgr/VIS/inst/apps/VIS_erpr12/portal/favicon.ico
    [Wed May 29 14:16:50 2013] [error] [client 192.168.0.184] [ecid: 1369851410:192.168.0.197:23770:0:7,0] File does not exis
    t: /u01/applmgr/VIS/inst/apps/VIS_erpr12/portal/favicon.ico12.1.3IAS HTTP Server Error, Log Shows "File does not exist: ... portal/favicon.ico" [ID 1344768.1]
    /u01/applmgr/VIS/inst/apps/VIS_erpr12/logs/ora/10.1.3/j2ee/oacore/oacore_default_group_1
    application log
    13/05/29 14:16:50.553 html: oracle.apps.fnd.security.LeakDetectionFilter.initialized:1369851410553
    13/05/29 14:16:50.553 html: LeakSetting:
    global:true,session:false,aggressive:false,stderr:false,appslog:false,corelog:false
    ignoring:nullR12: Users Are Unable to Log Into Applications(1497554.1)
    Blank Page Accessing R12 - Application.log shows "html: chain failed", "Unable to create user sessi(734692.1)
    R12.1.1: AppsLogin is failing with error 'The webpage cannot be found' - HTTP 404 after a restart of the Middle-Tier [ID 1122804.1
    After Patch 12657908:R12.OZF.B Receiving "Internal Error" For A Particular Customer.(1399121.1)
    ;) AppsmAsti :)
    sharing is Caring                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • OAM SSO login page language

    Hi,
    I have an application that is authenticated using the SSO component of OAM 11.1.1.3. The application uses mod_osso for authentication and redirection to the SSO login page.
    My application is available in multiple languages, the end user selects the required language using a drop-down list on the landing page. However, when he/she is redirected to the SSO login page, it is always in english. From what i can see, the SSO page uses the browser settings to determine which language to display. Is there something i can do on the application side to force the SSO page to use the same language that the user selected from my application.
    I have read the "Internationalization and Multibyte Data Support for OAM 10g WebGates" chapter of the Identity Management documentation, it lists the available languages, but doesnt specify any way of over-riding the browser settings.
    Thanks a lot,
    Edited by: noshea on Apr 27, 2011 2:09 PM

    Joe wrote:
    Hello,
    I have configured OAM with OID as the datastore. I have a password policy in OID such that if the user enters a wrong password more than 3 times then > the account is locked for a specific interval.
    OAM has its own password management feature, it is not smart enough to understand that the policy is in OID. You can write custom plugins to help solve that problem or you can use OAM's LPM. http://download.oracle.com/docs/cd/E15217_01/doc.1014/e12489/whatsnew.htm#CHDCFDEH

  • How to customize default login page of FBA

    Hi,
    I have implemented a SharePoint 2013 Portal with Form Based Authentication.
    I want to customize the look and feel of default login page.
    How could i do that?

    Hi,
    For your requirement, you can take a look at the three links below for a quick start:
    http://sivarajan.me/post/SharePoint-2013-Enabling-Custom-Login-Page-and-Mixed-Contents-Part-2
    http://blogs.msdn.com/b/kaevans/archive/2010/07/09/creating-a-custom-login-page-for-sharepoint-2010.aspx
    http://mysharepointsolution.wordpress.com/tag/custom-login-page/
    What’s more, The deafult login page is located here: C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\15\TEMPLATE\IDENTITYMODEL\LOGIN\default.aspx, you can
    make a copy and modify it.
    Thanks
    Patrick Liang
    TechNet Community Support

  • Unable to change the default login page

    I would to change the default login page (to /content/ethz_ch/Login)
    I configured tha page by "Day CQ Login Selector Authentication Handler":
    In ./launchpad/config/com/day/cq/auth/impl/LoginSelectorHandler.config I see
    auth.loginselector.defaultloginpage="/content/ethz_ch/Login"
    as expected.
    I then configured a page (/content/ethz_ch/de/auth_test.html) with a closed user group and left the login page field blank.
    Instead on the newly defined login page I am redirected to
    https://..../system/sling/cqform/defaultlogin.html?resource=%2Fcontent%2Fethz_ch%2Fde%2Fauth_test.html&$$login$$=%24%24login%24%24
    Any idea on what I am doing wrong?

    Try 1 & 2 if does not work please file a daycare for further assistance.
    1.   In "Day CQ Login Selector Authentication Handler" for path info add an empty row then verify.
    2.   Delete the existing entry for "Day CQ Login Selector Authentication Handler" , Configure your custom at repository level & verify

  • Setting default language in Pages '09

    Is there a way of setting the default language in Pages '09?
    Each time I want to begin a new document that is not from my templates, I have to change the language to Australian English. With MS Word it was not a problem to change the default language.
    I read in another post to change the settings in the international pane of the system preferences. My iMac no longer has that option.
    Thanks for your assistance.

    I read in another post to change the settings in the international pane of the system preferences. My iMac no longer has that option.
    10.6 just changed the name from "international" to "language & text". Go to system prefs/language & text/languages and move Australian English to the top of the list. Also in system prefs/language & text/text/spelling set it to Austrialian English.

  • Login page not working in EBS R12 after autoconfig.

    Hi,
    We are using EBS R12 on windows 2003 server 32 on a test machine. As we were making some changes using autoconfig,
    as the Login page not working in EBS R12 after running autoconfig.
    Kindly help us.
    Thanks in advance.

    Hi,
    Rollback the changes and run AutoConfig, see if you get the same error or not then -- See (Note: 387859.1 - Using AutoConfig to Manage System Configurations in Oracle E-Business Suite Release 12) for details "2.5. Rolling Back an AutoConfig Session".
    Regards,
    Hussein

  • Change Keyboard Language in Windows Login page

    Is there someone WHO can help with a solution to a multilanguage Windows 8.1 image i'm testing at the moment.
    My problem is in the login window, where i can't find a solution to set the keyboard languge trough GPO or Registry.
    I have tried to set the language in the registry:
    HKEY_Users\.default\Keyboard LAyout\Preload:  1 = reg_sz to 00000406 (Danish language code), but this does not Work and then i have tried to set the same in S-1-5-18/19 and 20, but nothing helps.
    The GPO for setting language inside Windows Works fine, but i really need to also get the login window to use the same language, as someone is using some special charater and they can't find them, when the login window is using United Kingdom keyboard and
    not the local language.
    I have search the net for a solution, but the only solution i can find, is to manually go in to the control panel > Region > Administrative > Copy Settings by choosing manually to use the same language with the "Welcome screen and system
    accounts.
    There most be someone else in the same situations, where they want this set Automatic, so i can use the multilanguage image around the World?
    Really hope someone has the solution to this.... :-)
    Additional information is that i have made the image by using DISM to integrate the language pack to both the boot.wim and the install.wim and have set the United kingdom to the default language.

    Hi,
    First,it seems that we can customize a image (use the same language with the "Welcome screen and system accounts) to test it.
    Meanwhile,I suggest you follow the link to check the result.
    http://technet.microsoft.com/en-us/library/hh824900.aspx
    Regards,

  • Change default language of login in database

    Hi,
    Working on SQL Azure. I'm running queries that are date dependent and so I need to set the default language of the user to be British (to get dd/mm/yyyy format). How can I do this in Azure. Create Login and Alter Login are restricted and when I query sys.sql_logins
    in master database I can see that the users have default language if US English.
    Thanks,
    Tom

    Hello,
    Microsoft Azure SQL Database does not support using DEFAULT_LANGUAGE options with
    ALTER LOGIN statement.
    SQL Azure stores the data of Date/Time in UTC timezone and it does not support changing the timezone. You should convert date format and apply to the end user applications by yourself. Or you can try to store the date/time with  datetimeoffset
    data type which is support in SQL Azure.
    Reference:http://bobthegoblin.wordpress.com/2011/09/13/sql-azure-and-the-datetime-now-issues/
    http://blogs.msdn.com/b/cie/archive/2013/07/29/manage-timezone-for-applications-on-windows-azure.aspx
    Regards,
    Fanny Liu
    If you have any feedback on our support, please click here. 
    Fanny Liu
    TechNet Community Support

Maybe you are looking for

  • How do I make sure the unlocked iPhone 5s I buy on the Apple Store will be compatible with my carrier?

    Hi, I'm looking to buy an unlocked iPhone 5s on Apple Store Canada - but my phone carrier, Wind Mobile, has a different frequency. I know this carrier isn't compatible with the iPhones 4s and earlier, but it was working on some versions of the 5. If

  • Performace Issue using Crystal Report For enterprise and BEx Queries

    Hi all;     We are generating the following error stack when trying to build a report on top of a BEX query using Crystal Report for Enterprise :     |7C4F8ECE44034DB897AD88D6F98B028B3|2011 12 12 17:24:21.277|+0100|>>|E| |crj|20380|  56|ModalContext 

  • How to adjust "activation" underline position on Menu?

    I created a Chapter index and the underlining button Highlight when the chapter is activated is arbitrarely off to one side and not centered. I can offset the text and have it look somewhat purposeful, but better yet how can i simply adjust the under

  • What's my Computer's Password?

    I have one account setup (which is my normal user account with admin rights) with a password. I can login without any problems. Sometimes (usually when synching iDisk, but not always) I get a prompt to enter the "Computer's Password". If I enter my u

  • Would appreciate some help here still fairly new to MAC

    Ok I've made the mistake of installing a program called Anacron which is supposed to help with the maintenance of OS X. Well I found out after the fact that there is no need to install ANY programs for maintenance as it is all built into the OS now.