Enter / Execute Query Anomoly in Web Forms

Hi, I have a problem when running Oracle Forms [32 Bit] Version 6.0.8.11.3 (Production) in client server mode vs web mode.
The problem is that the f7 (Enter Query Mode) button will put the field into enter query but when you go to type something in the field it will say that the field is protected against update even though the property on the field is not protected. I have proved this by running the same form in client server mode where is no issue.
I have also tried running the form using the web mode button in Oracle Forms but the error still occurs. Has anyone else come across this as it is causing me a big problem.
I have recently taken over support of an application from someone else and the form that is in the production environment does not have this issue, although it was compiled some time ago. Maybe a problem has been introduced in a newer version of forms.
I have tried compiling my form on my PC and on the Windows 2000 server that the forms server executes on and still the same problem occurs. Any help would be much appreciated

I have figured out what has caused this now. It is the values in the file FMRWEB.res which instruct the machine what to do when the F7 or F8 key is pressed. In fact when pressing F7 I was not going into enter query mode but was attempting to enter a new block. The keys for Enter query in default forms is F11 and CTRL F11 to Execute the query. You can overwrite the file FMRWEB.res on your local machine or server with the file FMRPCWEB.res which will give you the client server forms settings. However be aware that some of these keys may conflict with shortcut keys in your browser.

Similar Messages

  • Clearing Form when changing from Insert Mode to Enter/Execute Query

    Morning folks,
    I need some help or pointers with a form I am working on. At startup, the form is in Insert mode. I am using Oracle Forms 9i.
    Goal: Clear the form with NO_VALIDATE when User enters an ID in Insert mode and clicks on the Execute Query button(DEFAULT&SMARTBAR Inbuilt Menu)
    The user can do two things when they first open the screen.
    Option 1: Enter the STUDENT_ID and press Tab
    Option 2: Enter the STUDENT_ID and press the Execute Query button (Part of the DEFAULT&SMARTBAR Inbuilt Menu)
    There is a When-Validate-Item trigger on STUDENT_ID to check if the Student ID already exists in the database. If it does, it gives an Error message saying "Student ID found. Please Query the record or enter a new Student ID". This is fine with Option 1.
    The problem arises with Option 2. When I Enter a Student ID in Insert Mode and (thinking I am in Enter Query mode) and press the Execute Query button, I get two messages:
    Message 1: "Student ID found. Please Query the record or enter a new Student ID"
    Message 2: Oracle message "Do you want to save the changes? Yes/No/Cancel.
    Is there a way to stop this *Message 2?*
    Here is what I have done to try and mitigate this situation. I have created a non database field and have called it clear_form.
    In When-Validate-Item I set the field clear_form = 1 when I encounter *Message 1*
    {code}
    if t_record_exists > 0 then
    set_alert_property('ALERT_ERROR',ALERT_MESSAGE_TEXT,'Student ID found. Please Query the record or enter a new Student ID');
    alert_button := show_alert('ALERT_ERROR');
    :clear_form := 1;
    end if;
    {code}
    By creating *Key-EXEQRY* Trigger at Form Level, I was hoping that it would just clear the form. I put some messages and its seems to me that *KEY-EXEQRY* is firing first and then the *WHEN-VALIDATE-ITEM*. Is there a way to have the *WHEN-VALIDATE-ITEM* trigger fire first?
    {code}
    if :clear_form is null then
    execute_query;
    else
    clear_form(no_validate);
    end if;
    {code}
    Thanks!
    Edited by: Roxyrollers on Sep 28, 2012 8:50 AM
    Edited by: Roxyrollers on Sep 28, 2012 9:45 AM

    Having the actual Student_ID column from the table is dangerous, since it is also the key to the student's data. What if the user properly executes a query, showing a student's data, and then wants to look up another student, so keys in the new ID. If he then presses Execute Query, the Form asks "Do you want to save your changes?"
    If the user presses Yes, the new ID becomes the previous student's key.
    It would be better if you put the student_ID field in a control block. Then, the user enters a Student_ID, and presses Execute Query, the query then populates the student's data in the Base Table block. In the B_T block, the actual Student_ID column should be hidden.

  • Hiding HBR execute prompt in Planning web form

    Hi,
    I have HBR which is attachhed to a Web form. HBR runs on form save and I have checked it to hide prompt in properties.
    Still on save it gives prompt to execute HBR. It does not ask for any member selection but gives a prompt to run / launch BR.
    How to get rid of that prompt as well.
    Shyamkant

    If you would like to use the global variable - Edit the global variables used in the business rule and enter valid default member values for the hidden runtime prompts used by the business rule.
    If a business rule has runtime prompts, select Use Members on Data Form to match the default member selection on the runtime prompt window to the current members in the page and POV axes of the open data form.
    This can be set within the Properties of the Business Rules tab in the form definition.
    Cheers,
    Jasmine.

  • Enter / Execute Query

    I have a form where a patient ID is entered in the master block. This block is related to two other detail blocks in the same form.
    The user enter's a patiend ID. This ID is to be checked for validity against a ID table. Then the ID is checked against the master table to ensure a record for the patient has not already been entered. If the ID is valid and had not already been entered, the user continues in insert mode and fills in the rest of the details. If the ID record already exists, then the details of the record need to be loaded.
    I have got everything working except the last part. How do I automatically switch from insert mode to execute query mode with the ID entered if it already exists in the table ?

    I think it would be best to enter the ID in a control block. Master default where would be ID = :control.ID Then you can have a when-new-block-instance trigger on master:
    :system.message_level := '5'; -- hides 'query caused no records'
    execute_query;
    :system.message_level := '0';
    if :master.id is null then
    :master.id := :control.id;
    end if;

  • Runtime Error when executing Query in the web

    Hello,
    when i try to execute a query on the  web, i get the error
    Exception in BI runtime
    Log ID: 005056BD15DA005E000000A900000A3400043C8F00E4DD8B
    Initial cause
    Message:
    'user' missing
    Stack trace:
    com.sap.mw.jco.JCO$Exception: (101) RFC_ERROR_PROGRAM: 'user' missing
    Message:
    No connection possible to BI master system VB0CLNT800
    Stack trace:
    com.sap.ip.bi.base.service.connection.ConnectionException: No connection possible to BI master system VB0CLNT800
    Can anyone please tell me , how to fix this ..
    Thanks
    Raj

    you mwy check this to trouble shoot front end
    Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation

  • Profile Parameter : Time out for executing query on the web

    Hi gurus,
    I am executing queries on the web directly. This can be done from query designer with the button that says "Execute query on web". The problem is that for queries that take more than 600 Secs to run, I get an Application timed out error. Queries that take less than this run smoothly.
    Can anyone please tell me the profile parameter associated with this particular setting. It is not rdisp/max_wprun_time, I know for sure since the value for this profile parameter in my system is 9999. Please help.
    Thanks & rgds,
    Sree

    Issue resolved.
    Profile Paramter - icm/server_port_0
    Current Value - PROT=HTTP,PORT=8000,TIMEOUT=60,PROCTIMEOUT=600
    Changed to - PROT=HTTP,PORT=8000,TIMEOUT=60,PROCTIMEOUT=3600
    rgds,
    Sree

  • How to find LOV Query in Oracle Web Form

    Hi All,
    I am currently use oracle ebs R12.1.2 and i just want to know the query which is attached in lov for Oracle web pages kindly help.
    Regards

    Hi,
    There is a bug in OAF for this one, upon clicking on About this page on the newly opened LOV page it still shows the Parent Page Details.
    Workaround:
    1. After the LOV window opens, click on about this page [This will still show the parent page properties]
    2. Now click on backspace. [You should be back to the same LOV Page]
    3. Now click on About this page, again, - This should show you the correct details.
    Hope that helps!!!
    Regards,
    Yuvaraj

  • Error when executing query in the Web Analyzer...

    Hi All,
    I am using 2004s and when I try to execute the query in the BEX browser I get the following error. It works well in the Bex analyzer. Do I need to have some java plug ins for this to work?
    http://bi6.domain.com:50100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex%3FQUERY
    Thanks,
    Arthur.

    you mwy check this to trouble shoot front end
    Troubleshoot the SAP NetWeaver 2004s BI Frontend Installation

  • How to implement enter-query , execute-query in Apex Forms

    Hi,
    I am new to Oracle Application Express. I want to know what is the equivalent of ENTER-QUERY and EXECUTE-QUERY features of Oracle Forms in Oracle APEX? I saw a lot of documentation, but everywhere I found that APEX forms only have 3 database actions, (1) INSERT (2) UPDATE & (3) DELETE.
    Does anybody know how we can do QUERY in APEX Forms? (like we do in Oracle Developer Forms).
    Thanks in advance.

    Oracle APEX is a web/ stateless environment. So you do not have the same functionality/ features as in a Oracle Forms environment which is session/state oriented.
    You can however achieve functionality similar to Enter Query / Execute Query through other means.
    The easiest is to use the Forms with Report wizard. It creates 2 pages, the first one is a report and the other a Form. Clicking on the Report rows takes you to the Form page in Edit mode where as the the Create button takes you to the Form in Insert mode.
    If you want to have the enter-query / execute query on a single page it will require significant effort and skills. Try it when you have acquired some more skills in Apex.
    In APEX , like any other web application, you have to think in the web paradigm and not client-server. Even Forms 11g is essentially client-server like and is session oriented through the forms applet.
    Regards,

  • How to implement enter and execute query in ADF

    I am new to ADF and I am trying to create a simple data entry screen in ADF 11g based on a database table. I am looking to implement the equivalent of the Enter Query and Execute Query feature in Oracle Forms. I tried the default operations that are available with the data controls. But they don't seem to have this feature. Can someone help me / point me to how this can be implemented.
    Thanks,
    Srini.

    Thanks Shay. As per your suggestion I have included the Find and Execute buttons for the VO Object and ran the page. I first clicked the Find button and entered by query condition and then clicked the Execute button. At this point I get an error popup asking me to enter values for all the mandatory fields. Am I missing something?
    Regards,
    Srini.

  • 0ADHOC web template - How do I execute query views?

    Friends,
    I am using 0adhoc web template as default.  After executing a query I use drill downs and change output and then I click on save view and fill in all the required fields. I can find all those query views in BEx analyzer but not on web report. How do I execute query views from web report?
    Thanks in advance.
    Message was edited by:
            BJ P

    Thanks for your input. My users are using save view option on web report and they want to run previously saved views.  There should be a way otherwise why would they put save view option.
    Any suggestions??????

  • Error Executing Query

    Hi All,
    I am working on financial report 11.1.1.3. I created a income statement report using database connection plandetails.
    While in web preview warning message like " 5200:Error executing query. The data form grid is invalid. Verify that all members selected are in essbase. Check log for details.com.hyperion.planning.HSPException".
    please, any one help me to sort out this issue.
    Thank You,
    EP

    Check that the user is provisioned for the Planning application. Not exactly sure of the minimum role in 11.1.1.3, but "Planner" should be sufficient, possibly view user (I'm using 9.3.1 roles as an example).

  • Not able to execute Query in BEx Netweaver 2004s

    Hello Experts,
    I'm trying to execute query on the web from BEx Netweaver 2004s.
    But I get this message:
    The page you are looking for might have been removed or had its name changed.
    And the wired thing is I don't get host and port number in the address bar.
    http:///irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=0CCA_C03_Q1000&VARIABLE_SCREEN=X&DUMMY=1
    But when I execute query from BEx 3.x it works.
    What settings should I check and make so that it works fine in the new version.
    One of the parameter icm/server_port_0  has a timeout limit set to 150.
    Thanks in advance.

    Thanks All of you but no luck as of now.
    While manually adding host and port into the address bar i got this message:
    The initial exception that caused the request to fail, was: 
    Connect from SAP gateway to RFC server failed
    Connect_PM  TYPE=A ASHOST=soanetp2:8001 SYSNR=01 GWHOST=soanetp2.GWSERV=sapgw01 PCS=1
    LOCATION    SAP-Gateway on host soanetp2 / sapgw01
    ERROR       hostname 'soanetp2:8001' unknown
    TIME        Fri Oct 10 15:52:43 2008
    RELEASE     700
    COMPONENT   NI (network interface)
    VERSION     38
    RC          -2
    MODULE      nixxhsl.cpp
    LINE        223
    DETAIL      NiHsLGetNodeAddr: hostname cached as unknown
    COUNTER     10
    com.sap.mw.jco.JCO$Exception: (102) RFC_ERROR_COMMUNICATION: Connect from SAP gateway to RFC server failed
    Connect_PM  TYPE=A ASHOST=soanetp2:8001 SYSNR=01 GWHOST=soanetp2GWSERV=sapgw01 PCS=1
    LOCATION    SAP-Gateway on host soanetp2 / sapgw01
    ERROR       hostname 'soanetp2.us:8001' unknown
    TIME        Fri Oct 10 15:52:43 2008
    RELEASE     700
    While following SAP note 947148 I found that we don't have any entry in table RSPOR_T_PORTAL
    What entry it should have? The note says that there should be a prefix maintained for your portal.
    Hope to solve this problem this weekend and let you all know what all steps i took.
    Thanks in advance
    Sonu

  • Dump while executing query on web

    Hi,
    I try to execute my query on the web and it dumps.
    When I execute this query in BEx analyzer, it works fine.
    Other queries on the web also work fine.
    I already did a check via RSRT but no error.
    please help...
    Joke
    We are on ABAP SP 16, java SP14.
    The query has  variables but these are already used in other queries so they are not the problem.
    error message:
    The initial exception that caused the request to fail was:
    Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    com.sap.ip.bi.base.application.exceptions.AbortMessageRuntimeException: Termination message sent
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
      MSGV1: SAPMSSY1
      MSGV3: UNCAUGHT_EXCEPTION
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessageInternal(MessageManager.java:172)
    at com.sap.ip.bi.base.application.message.impl.MessageManager.addMessage(MessageManager.java:116)
    Log ID 00144FDACEE600620000021200004AFF0004672098281DAB
    Details: Full Exception Chain
    Messages
    ABEND: Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    ABEND: System error in program CL_RSMD_RS and form SETSELECT_FIELD-07 (see long text)

    Hi,
    there are three notes regarding this error...
    Uncaught exception SETSELECT_FIELD-07 occurs in cl_rsmd_rs
    SAP Note Number: [1148744|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31313438373434%7d]
    SETSELECT_FIELD-07 in CL_RSMD_RS
    SAP Note Number: [1031322|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d31303331333232%7d]
    Uncaught exception with '_SET_SELECT_FIELD-07' in cl_rsmd_rs
    SAP Note Number: [948671|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bw_bex/~form/handler%7b5f4150503d3030323030363832353030303030303031393732265f4556454e543d444953504c4159265f4e4e554d3d393438363731%7d]
    Only SAP Note Number 1148744 is relevant for you SP Stack...
    Regards
    Andreas

  • 10g Form - first execute query - very slow

    I have the following issue:
    Enter an application
    open a form in enter query mode
    first time execute query is very slow (several minutes)
    every other time it's quick (couple seconds or less)
    I can leave the form, use other forms within the app, come back and query is still quick. It's only the first time after initially launching the app.
    Any ideas what might be causing this?

    We have the same application running in 6i client/server DB-9i in production. We are testing the upgraded application that is 10g forms on OAS DB-10g. We don't have the issue in the current production client/server app.

Maybe you are looking for

  • DBIF_RSQL_SQL_ERROR while doing a transport from DEV to PROD

    Hi, We are trying to transport some requests from our BW Development to BW Production. As we are importing the request we are facing the following two runtime errors in Dev. 1.   Database error text........: "ORA-01654: unable to extend index SAPSR3.

  • Send xML packet to TCP/IP socket in SOA 11g

    Send xML packet to TCP/IP socket in SOA 11g Hi, I have a requirement like I need to pass xml data to TCP/IP socket in the form of packets in SOA11g. How we can do this.Please advise me.step by step procedure helps more.

  • Oracle certification study material

    Want to prepare for certification for oracle implementor specialist : GL Exam code 1Z0-516.Please would confirm where will I get study material to preapre for this certification

  • Discoveryd Basic Sockets Couldn't set IP_BOUND_IF on socket fd[72] scopeID[4] errno[22] result[-1]

    message loop filling system log. Text: discoveryd Basic Sockets Couldn't set IP_BOUND_IF on socket fd[72] scopeID[4] errno[22] result[-1] Value of fd[] does cycle Loop prevents access to internet Tried work-around from http://apple.stackexchange.com/

  • Prevent error "Collision with another time entry"

    Hi, This is one error we are facing regularly in the system. I am aware about fixes but we dont want this error to keep recurring in the system.The main reason for the error is because there is a posted leave for the user in IT2001 and for the same d