Unable to connect to Oracle Apps R12

Hello

I have an Oracle Instance R12 installed on my laptop (middle-tier and the database). When I tried to launch the executable form in the responsibility of the system administrator after login, I got the following error:

FRM-92102: A network error has occurred. Customer Forms attempted to re-establish its connection to the Server 5 times without success. Please check the network connection and try again later.

I googled on this topic and found that changing networkretries setting helps.

I changed the parameter networkretries in the file $ORACLE_HOME/forms/server/formsweb.cfg of 0 to 30.

After that, I stopped the instance (adstpall.cmd) and started (adstrtal.cmd) again.

Now, when I run the (IE) browser and try to connect to the Oracle Apps instance, it gives me the following error:

HTTP 500 Internal Server Error

The website cannot display the page

HTTP 500

Any help on how to fix this would be appreciated.

Kind regards

Houta

Manual updates to the configuration files are to be avoided - AutoConfig should take care of everything, from where you are now I would say stopping and running again AutoConfig to see if that lets you go back to a working configuration.

You have not specified the R12 version, so I think that you have loaded an out-of-the 12.1.1 box on your laptop to test?

If I remember well 12.1.1 comes with JRE6 in the techstack, but is not the patch of Sun JRE interoperability (4377566) previously applied, it's something to check.

The forms out-of-the-box technology stack also needs the additional fixes to make it compatible JRE7.

Ref: Deployment Sun JRE (Native plug-ins) for Windows customers in Oracle E-Business Suite Release 12 [393931.1 ID]

You really have deployed SSO as well, or is this the normal login page you are trying to do?

Tags: Oracle Applications

Similar Questions

  • where to download Oracle Apps R12

    Hello

    I want to download oracle applications R12 .What is the download link for this software or is it known under another name on the oracle website.

    thxs in advance

    Hello

    thxs frd but in this option as another option that should be retained?

    Navigation:

    -Got to https://edelivery.oracle.com/

    -Provide the following parameter:

    Select a product package > E-Business Suite

    Platform > select your desired operating system

    -Click on "Oracle E-Business Suite Release 12.1.1 Media Pack for Linux x 86-64-bit" (assuming I am downloading for Linux 64 bit)

    -Then you can download content based on the type of environment you want to create, ideally:

    Installation quick start here

    Quick installation RDBMS

    Database quick installation

    Quick installation tools

    Quick installation APPL_TOP

    I read a lot of doc on FRD (diagnose forms TIME) then I came to know that I have to install oracle apps r12. So I want to ask I'm following right way to diagnose myself over time oracle forms so that I can know his mistake & where he is and why?

    If you want to work with obtaining FRD newspapers and their learning. You can simply connect to an existing EBS enviornment and the work, if it isn't the only option you have is to install EBS and learn the concept of DR.

    I hope this helps!

    Thank you &

    Best regards

    Asif

  • Integration between Oracle apps R12 and the MySQL server.

    Hello

    We got a requirement to integrate between the oracle database and the MySQL server.

    Payroll run in the Oracle Apps R12 and the need to develop an API to insert data of payroll results in MySQL database tables, it will be for 4.5 months as finance Modules of Apps will also apply for them, so that MySQL will be totally replaced by Oracle.

    Please suggest how to start integration, as it's my first time.

    I went through a document online, but it says 'updates, removal or insertion may fail' using the gateway dg4odbc, need to use 'different gateway called DG4MSQL, which requires the purchase of new licenses.'

    Thank you very much in advance.

    Kind regards

    Afzal.

    Afzal,

    As mentioned in your message, you must use DG4MSQL which requires the purchase of a new license.

    How to set up DG4MSQL (Oracle to MS SQL Server database entry door) 64-bit Unix OS (Linux, Solaris, AIX, HP - UX) post installation (Doc ID 562509.1)

    How to set up DG4MSQL (MS SQL Server database gateway) on a 64-bit Windows post install (Doc ID 1086365.1)

    How to troubleshoot common errors encountered when using the gateways of the database (DG4IFMX, Dg4MSQL, DG4SYBS), DG4ODBC or generic connectivity (Doc ID 234517.1)

    How to set up DG4MSQL (gateway to Oracle to MS SQL Server database) exit 11 on Linux x 86 32-bit post installation (Doc ID 437374.1)

    Thank you

    Hussein

  • Where to start in Oracle Apps R12

    Hello
    I am completely new in Oracle Apps. I have a lot of experience in Microsoft technologies (SQL Server, .net), but has never worked in Oracle Apps before. Now, try to learn it.
    I installed Oracle Apps R12 on a virtual linux for learning machine. I selected 'database empty' at the time of installation (i.e. no Vision) and connected as a sysadmin. But now I don't know where to start. Let's say I want to use the financial data module to enter false data and then create a report. Where should I start? I searched in Google but as none of the "beginners" tutorial have this info.

    Can someone help me or direct me to a tutorial/documentation that will help me get started?

    Thanks for your help.

    -Mike

    The installation of any add-on EBS program requires functional knowledge. For example, if you want to start with Financials, you would usually begin with GL. The GL Implementation Guide has the necessary steps - http://docs.oracle.com/cd/E18727_01/doc.121/e13620/toc.htm

    If you do not have a working knowledge, it would be better to help you install the database example of Vision for you to learn your way through the EBS

    HTH
    Srini

  • List of users who have been granted to a particular function in oracle apps R12 db?

    Hello
    I need to list all the users who have been granted special function (suppliers) of Oracle apps R12 server. The user-> RESP-> Menu-> submenu/function. I have two queries as follows:

    -Sql query below gives all users those
    access of the application of purchase and Payables.
    SELECT u.user_id, SUBSTR (u.user_name, 1, 30) UNIQUE user_name,.
    SUBSTR (r.responsibility_name, 1, 60), responsibility
    SUBSTR (a.application_name, 1, 50) application
    U fnd_user,
    fnd_user_resp_groups g,
    fnd_application_tl has,
    fnd_responsibility_tl r
    WHERE g.user_id (+) = u.user_id
    AND g.responsibility_application_id = a.application_id
    AND a.application_id = r.application_id
    AND g.responsibility_id = r.responsibility_id
    AND a.application_name in ('Purchasing', 'Accounts payable')
    ORDER OF SUBSTR (user_name, 1, 30),
    SUBSTR (a.application_name, 1, 50),
    SUBSTR (r.responsibility_name, 1, 60);

    -Under a sql query gives the function name.
    SELECT function_id, user_function_name, creation_date description
    OF applsys.fnd_form_functions_tl where function_id = 1348;

    What the other tables join to get all users with this feature (suppliers) given?

    Concerning

    The grant is ok. When I connect on the toad using & issued the following command, the message error gives sufficient privileges.

    ALTER PACKAGE COMPILATION PACKAGE; > ALTER PACKAGE BODY build;

    Can you reproduce the problem of SQL * more?

    If the grant on the package is OK, please go through the code of the package and make sure that the READ-ONLY user has right to select on all tables referenced in the package specification/body.

    Thank you
    Hussein

  • Unable to connect to the App Store and auto delete app

    Hi, I never update my ipad because I never, and I do not have the space for it anyway. Now and then I get the message saying ipad needs space for the update, press ok to allow deletion, or something in that sense. Theres two options cancel or ok. Today I accidentally pressed ok. He deleted my largest app and now I am having problems with the App Store. I can open it and see the recommended page. I think I can upload them as well, but when I use the search bar, it says unable to connect to the App Store. I don't know what to do and how to cancel.

    First of all, make sure that you don't have enough free space before trying to re-download the application. Once you know that you have enough space, try these two ways to get to the app.

    Click on the tab purchased on the App Store and see if the application appears in a search here or just trying to slide through until you see the app and then download it from there.

    If this does not work, do a Google search for the app. It should appear in the search. Tap on the app in the Google search and who should open the description window app on the App Store with the download next to the app icon.

  • Oracle Apps R12 - Installtion site - details table

    Hi friends,

    pls help with association with Insalltion Site details tables in Oracle Apps R12


    Thank you

    Arun Thomas says:

    Hi friends,

    pls help with association with Insalltion Site details tables in Oracle Apps R12

    Thank you

    http://ETRM.Oracle.com/

    Thank you

    Hussein

  • Disable (= update not allowed) the field ordered_quantity in Oracle Apps R12 using FP

    Hi friends,

    Please help me with this requirement - Oracle Apps R12 - related forms-

    Obligation:

    Disable the option to update - user should not update the quantity fields on the tabs IE (price, delivery, returns, Service, other, addresses) if it meets a given condition.

    If someone tries to update - just pop - up error message "update not allowed here!"

    I think we can do this using the form of customization.

    But I'm not actually (event trigger, Trigger, Condition object) - how to disable particular field

    Kindly help.

    Let me know if you need input more

    Thank you and best regards,

    AT

    Business people are generally concerned about the results rather than how to run the task.

    The functionality of constraints treatment is there for these requirements.

    We use it to do many kinds of validations.

    Kind regards

    Bashar

  • Granting of Sysadmin responsibility read-only in Oracle Apps R12.1.3


    Hello-

    Is it possible to give the responsibility of sysadmin read-only users in Oracle Apps R12.1.3

    Please notify.

    Concerning

    VSH

    Please use the link referenced in my response, she points to the previous discussions that explain how to create this responsibility.

    Thank you

    Hussein

  • How to design the multi-onglet in rtf report in oracle apps r12

    Hello


    How to design the multi-onglet in rtf report in oracle apps r12

    a consultant who works on multiple projects in this report... . How to design rich text using the multi tab.


    Thank you

    Praveen,

    Already sent an invitation to chat. It's [email protected]

    Kind regards
    Vinod

  • How to check the internal operations, Manager of competitor status in Oracle Apps R12 of en

    Step by step how to check the internal operations, Manager of competitor status in Oracle Apps R12 of front end and how to start their.

    Richa says:
    Step by step how to check the internal operations, Manager of competitor status in Oracle Apps R12 from front end

    Simultaneous treatment - platform generic competitor Manager Questions / answers [ID 105133.1]

    and how to start the

    (1) using the adcmctl.sh (from the backend)
    (2) using the button Activate (from front) - http://docs.oracle.com/cd/E18727_01/doc.121/e12893/T174296T174302.htm#4334248

    Thank you
    Hussein

  • Oracle Apps R12 with RAC

    Hello

    Can you help me to give the metalink note or any link related to the Oracle Apps R12 with RAC installation steps newly on freshly configured two db servers, an application server and a shared storage.

    Thank you

    Hello

    I went thru these notes before only. But these so-called notes already existing applications can be converted to the CARS. But I'm looking for new configuration, installation and configuration or R12 with RAC. Could you please help me on this...

    RapidWiz does not have the install feature Oracle Apps with RAC of installation/configuration, so you'll have to do a traditional installation then follow the documents to configure the RAC database.

    Kind regards
    Hussein

  • How to get full oracle apps R12 help text?

    Is it possible that I can get all the help texts of Oracle Apps R12 file .html.

    Naya,

    Download the patch on your local computer file and extract it. You should have all the help files on the spot then.

  • Unable to connect to the App Store since the upgrade to IOS 10

    Tried to restart App Store and phone. changed the password and recorded out and back in but still unable to connect. We will, get apps but when I try and download it keeps asking for the password and say that it can not connect. Someone at - it advice?

    Hello CT05,.

    Please ask for assistance with the App Store here in Apple Support communities. I understand how it is important to be able to download my new or existing applications on the App Store. Please try these things to see if we can get this to work for you as expected!

    The first thing we want to make sure is that all your data is safe. You can perform a backup to iCloud or iTunes. Use this article to help with this: backing up your iPhone, iPad, and iPod touch.

    Once you have your backup, please go to appleid.apple.com on your computer or via a web browser. Log in with the Apple ID you are trying to connect to the App Store with. If it connects, take note of the Apple ID and password. Try the same information on the iPhone.

    If this still does not work on the iPhone, please click Settings > Wi - Fi and turn Wi - Fi off. See if you can access the App Store on your cell data. If you can, it means that it some security on the wireless network that you are connected to that is blocking your connection. You won't be able to do this unless you use your cellular data or move you to a new wireless network.

    If you are not able to access the App Store on cellular or wireless data, please open this help article: If your iPhone, iPad or iPod touch connects to a Wi-Fi network. Check the section still not 'connect?' and look at the instructions to reset the network settings. What this does is actually reset some of your default network settings. You have to reenter your password to connect to wireless networks once this is done. Try again.

    Thanks again and have a great rest of your day.

  • Unable to connect to the App/iTune stores

    Since the 10 update on my iPhone iOS 6s; When I try to open the App Store or iTunes Store, it says "unable to connect".  If I'm real quick when I open the App Store I can successfully hit a button update B4 I get the Error Message.  It tries to open the iTunes store when I try; but without success.  Everything works fine on our iPhone 5 s and my Mac.

    Ok..

    Try here > If you can not connect to the iTunes Store - Apple Support

Maybe you are looking for

  • What does Time Machine to the top of the address book?

    I use OS X El Capitan (10.11.5) and AddressBook application. I created a bunch of groups in the address book and must have one accidentally deleted because he disappeared. I use Time Machine and it seems to be compatible with the address book, so I t

  • Firefox closes at the beginning

    Firefox closes on the first attempt to start after the start. Seems to work fine after. Windows 8.1Customer of Comcast with constant Protection Suite and Norton Security Suite guard but all disabledProblem occurs after the start or restartPersisting

  • What is the acceptable battery temperature

    Are there standards saying that I should be concerned if the battery temperature exceeds beyond some threshold value. In the case of our Moto X play, what is the acceptable battery temperature. Answer to this question must respond to requests of many

  • I don't know how to clean my heads of printer on my HP PSC 1200 printer

    I know there is a way to clean my printer heads and check my ink on my HP PSC 1200 printer but I can't.  Any help would be appreciated

  • Printers HP Officejet 5740:5740

    My printer is about a month. I had a variety of problems, usually when the copy.  Examples: '1) paper tray empty' when he had a lot of paper, 2) "ink empty" referring to the black cartridge when there is still ink remaining and 3) "remove and install