Error when clicking on a button

Hi all

I get the following error when I click on a button that redirects the page to another page (Page to CREATE). A sequence is attached.

oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: Houston-27120: SQL error when executing the query. Instruction: select Vendor_ID_S.nextval from double
at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:975)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
at xxaam.oracle.apps.pos.program.server.webui.CreateProgramCO.processRequest(CreateProgramCO.java:38)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2318)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
to _html._OA._jspService(_OA.java:88) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
to _html._OA._jspService(_OA.java:98) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
# # 0 in detail
java.sql.SQLException: ORA-02289: sequence does not exist

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:850)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2591)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2950)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:582)
at oracle.jbo.server.SequenceImpl.getData(SequenceImpl.java:157)
at oracle.jbo.server.SequenceImpl.getSequenceNumber(SequenceImpl.java:216)
at oracle.apps.fnd.framework.server.OADBTransactionImpl.getSequenceValue(OADBTransactionImpl.java:1419)
at xxaam.oracle.apps.pos.program.server.ModposVendorProgsEOImpl.create(ModposVendorProgsEOImpl.java:85)
at oracle.jbo.server.EntityImpl.callCreate(EntityImpl.java:386)
at oracle.jbo.server.ViewRowStorage.create(ViewRowStorage.java:800)
at oracle.jbo.server.ViewRowImpl.create(ViewRowImpl.java:292)
at oracle.apps.fnd.framework.server.OAViewRowImpl.create(OAViewRowImpl.java:357)
at oracle.jbo.server.ViewRowImpl.callCreate(ViewRowImpl.java:309)
at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:2553)
at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1069)
at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:1508)
at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:1549)
at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:1530)
at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:6039)
at xxaam.oracle.apps.pos.program.server.ProgramAMImpl.createProgram(ProgramAMImpl.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
at xxaam.oracle.apps.pos.program.server.webui.CreateProgramCO.processRequest(CreateProgramCO.java:38)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2318)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
to _html._OA._jspService(_OA.java:88) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
to _html._OA._jspService(_OA.java:98) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)
java.sql.SQLException: ORA-02289: sequence does not exist

at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:589)
at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1972)
at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteDescribe(TTC7Protocol.java:850)
at oracle.jdbc.driver.OracleStatement.doExecuteQuery(OracleStatement.java:2591)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2950)
at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:656)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:582)
at oracle.jbo.server.SequenceImpl.getData(SequenceImpl.java:157)
at oracle.jbo.server.SequenceImpl.getSequenceNumber(SequenceImpl.java:216)
at oracle.apps.fnd.framework.server.OADBTransactionImpl.getSequenceValue(OADBTransactionImpl.java:1419)
at xxaam.oracle.apps.pos.program.server.ModposVendorProgsEOImpl.create(ModposVendorProgsEOImpl.java:85)
at oracle.jbo.server.EntityImpl.callCreate(EntityImpl.java:386)
at oracle.jbo.server.ViewRowStorage.create(ViewRowStorage.java:800)
at oracle.jbo.server.ViewRowImpl.create(ViewRowImpl.java:292)
at oracle.apps.fnd.framework.server.OAViewRowImpl.create(OAViewRowImpl.java:357)
at oracle.jbo.server.ViewRowImpl.callCreate(ViewRowImpl.java:309)
at oracle.jbo.server.ViewObjectImpl.createInstance(ViewObjectImpl.java:2553)
at oracle.jbo.server.QueryCollection.createRowWithEntities(QueryCollection.java:1069)
at oracle.jbo.server.ViewRowSetImpl.createRowWithEntities(ViewRowSetImpl.java:1508)
at oracle.jbo.server.ViewRowSetImpl.doCreateAndInitRow(ViewRowSetImpl.java:1549)
at oracle.jbo.server.ViewRowSetImpl.createRow(ViewRowSetImpl.java:1530)
at oracle.jbo.server.ViewObjectImpl.createRow(ViewObjectImpl.java:6039)
at xxaam.oracle.apps.pos.program.server.ProgramAMImpl.createProgram(ProgramAMImpl.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:749)
at xxaam.oracle.apps.pos.program.server.webui.CreateProgramCO.processRequest(CreateProgramCO.java:38)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1133)
at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:937)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:904)
at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2318)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1717)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:502)
at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:423)
to _html._OA._jspService(_OA.java:88) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
to _html._OA._jspService(_OA.java:98) oa
at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
at oracle.jsp.JspServlet.service(JspServlet.java:156)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
at org.apache.jserv.JServConnection.run(JServConnection.java:294)
at java.lang.Thread.run(Thread.java:534)


Please advice,

Its Urgent

The sequence Vendor_ID_S is not existing in your database. Please create the sequence and grant access to applications.

Concerning
Sumit

Tags: Oracle Applications

Similar Questions

  • Unable to connect to the Internet using Auntie Photon, it shows the device has been disconnected or is not available when clicking on the button connect

    Original title: Auntie Photon

    Hi all

    I use Auntie Photon on windows platform 8, and it shows the device has been disconnected or is not available when clicking on the button connect. For this reason, I am not able to use internet on my Laptop.I also in contact with the customer service and they told me to take the laptop to any engineer to solve this problem.

    Help, please.

    Hi Varun,

    Thanks for posting on Microsoft Community. I understand that you are not able to connect to the Internet using the dongle Auntie Photon. Let us work together as a team and try to get this fixed number.

    Please help me with the following information related to this issue:

    1. You have installed the required software on your computer which came with Auntie Photon?
    2. Do you see an error or exclamation point in Device Manager when you connect Auntie Photon dongle? See the steps to check:
    • Press Windows Key + X.
    • Select Device Manager.
    • Check if there is no error or exclamation point under Auntie Photon.

    This problem can occur if device drivers are not get detected or due to missing/corrupt device drivers.

    Please follow the steps mentioned below:

    Method 1: Run the hardware troubleshooter

    The convenience store is an automated tool that checks the hardware attached to the computer for known problems and provides details on how to correct them. Follow these steps to run the troubleshooter.

    1. Press Windows key + W on the keyboard.
    2. Type the Troubleshooting in the search bar and press Enter.
    3. In the Troubleshooting window, click show all in the left pane.
    4. Click hardware and devices.
    5. Click right on material and devices and and select run as administrator.
    6. Click Next and follow the on-screen instructions to complete the process troubleshooting.

    If the troubleshooter could not find and fix the problem, I would suggest trying the following method and check.

    Method 2:

    Note: Make sure that the Auntie Photon dongle is plugged.

    Step 1: You can try to uninstall and reinstall the drivers of Auntie Photon and check. Follow these steps:

    1. Press Windows key + X on the screen.
    2. Select Device Manager.
    3. Expand the network adapter and right click on driver and select Uninstall.
    4. Restart the computer.
    5. Windows will automatically load the drivers.

    Step 2:

    You can also try to launch the Windows updates and install all the updates that are available including the driver in option and the updates of the firmware.

    Windows Update: frequently asked Questions

    You can also get in touch with Auntie Support and check the updates to driver for Windows 8.

    Please answer us on the State of the question to help you further.

  • Error by clicking on a button

    Hello

    I have 2 buttons save and fill. Fill button fills the detail records and insert it into a table. When I click on fill out immediately when you click on save button, I get the following error:

    Another user has modified the line containing oracle.jbo.Key [1081 primary key].

    How can I get rid of this error?

    Thank you

    Search this forum, you will have the solution for this problem.

    Another user has modified the line containing oracle.jbo.Key primary key

    Houston-25014: another user has modified the line containing oracle.jbo.Key primary key

  • deletion line causes the error after clicking on the button Delete: oracle Apex 5.0

    helloo...

    Use: Under shape whenever I checked and click on Remove button works fine.

    According to the need on my project, I took a default editable TEXT FIELD. Now, I did this TEXT FIELD on the SCREEN only.

    so now if click the button Delete after checking the check box I get below error.

    Session state protection violation:

    This can be caused by manually editing the protected element p11_total.

    Thank you

    Pranav shah

    Hi Dominique,.

    Pranav.Shah wrote:

    helloo...

    Use: Under shape whenever I checked and click on Remove button works fine.

    According to the need on my project, I took a default editable TEXT FIELD. Now, I did this TEXT FIELD on the SCREEN only.

    so now if click the button Delete after checking the check box I get below error.

    Session state protection violation:

    This can be caused by manually editing the protected element p11_total.

    Thank you

    Pranav shah

    Change your display-only item and do save the State of session No.

    or create the sample on apex.oracle.com and share credentials with us.

    Kind regards

    Jitendra

  • How to assign a field date sysdate when clicking on create button?

    Hello, when the user clicks on the button create, must see "sysdate" default to the date in the field... When can I add such validation please?

    I tried to add a business rule on the purpose of the entity and the value of the expression like "adf.currentdate", but it did not work.

    Any help please? Thank you.

    See

    Dare... Code: date current time groovy for ADF

  • ScriptUI: Check if shiftKeyPressed when clicking on a button?

    Hello

    I would like to know if I can control if you press the SHIFT key when you click on a button?

    I saw:

    DrawState.shiftKeyPressed (read-only)
    Data type: boolean
    This property is set to true if the SHIFT key is pressed.


    But it is connected to:

    DrawState
    Describes a State of entry at the time of the triggering event for the ScriptUIGraphics.onDraw () .
    Contains properties that report if the current control has the input focus and the State of button and mouse given keypress. Passed as argument to ScriptUIGraphics.onDraw ().

    But I do not see how to connect my button click event and control of shiftkeypressed: s?

    Any clue? TIA Loïc

    Hi love,

    Here's a basic skeleton (only works on CS4):

    uiElement.addEventListener ("keydown", handleShift);

    function handleShift (myEvent) {}

    If (myEvent.shiftKey) {/ / SHIFT key}

    isShiftPressed = true;

    }

    else {}

    isShiftPressed = false;

    }

    }

    Substances

  • POP UP WHEN CLICKING ON THE BUTTON

    Hi all

    I want to open a pop up on a click of a button. How can I do?

    Thank you
    Tauceef

    Hi Tauceef, put the JavaScript in the header HTML of your page:

    
    

    in the "Optional URL forwarding" option of your button, choose 'URL' to a 'target' and put it in the "URL target":

    javascript:CallMyPopup();
    

    Best regards
    Mathieu

  • Unhandled exception in AXFCustom.launch_command_soap SQLCODE =-29273: ORA-29273: HTTP request failed error when clicking on the EBS Zoom button

    Hello

    I use Oracle EBS, whenever I click on the Zoom button I get the error at the bottom of the page below.

    Unhandled exception in AXFCustom.launch_command_soap SQLCODE =-29273: ORA-29273: HTTP request failed

    When I checked the master.log file I see the error log entry below.

    < SNIP >

    path Wallet AXFCustom.launch_command_soap = file:/u020/dba/wci-wallet/sd12t-wallet 23/03/2015-22:09:44

    23/03/2015-22:09:55 unhandled exception in AXFCustom.launch_command_soap SQLCODE =-29273: ORA-29273: HTTP request failed

    ORA-06512: at "SYS." UTL_HTTP", line 1130

    ORA-29106: could not import the PKCS #12 wallet.

    ORA-06512: at the 'APPS '. AXF_SOAPCALL', line 14

    23/03/2015-22:09:55 AXFCustom.main: output

    < / SNIP >

    Please provide your input on this.

    Thank you

    Shakeel

    Hi Shakeel,

    This error occurs when there is some value (which is unnecessary) present in the column "AXF_WalletKey."

    To resolve the above error, please follow the steps below.

    1. connect to AXF schema using SQL developer.

    2. run the command AXF diagram below.

    Call fnd_vault.put ('AXF ', 'AXFWalletKey',' ');

    commit;

    3. disconnect the session of EBS log on again and check the Zoom button.

    Kind regards

    Rahul

  • No data found error when clicking on an item whose property update_allowed set to false

    Hello Expert,

    I use the formula 10g. the trigger for the instance runs a times-news-shape following code:

    trigger name: My_trigger

    {code}

    DECLARE

    L_FIRST_BLOCK VARCHAR2 (50);

    L_LAST_BLOCK VARCHAR2 (50);

    L_CUR_BLOCK VARCHAR2 (50);

    L_NEXT_BLOCK VARCHAR2 (50);

    CUR_FORM VARCHAR (50): =: SYSTEM. CURRENT_FORM;

    L_BLOCK_TABLE VARCHAR2 (100);

    / * This program checks each database block table and set the updatable property according to the indicator of access. */

    BEGIN

    L_FIRST_BLOCK: = GET_FORM_PROPERTY (CUR_FORM, FIRST_BLOCK);

    L_LAST_BLOCK: = GET_FORM_PROPERTY (CUR_FORM, LAST_BLOCK);

    L_CUR_BLOCK: = L_FIRST_BLOCK;

    -Check each block in a loop

    LOOP

    -Check the name of the database block table

    L_BLOCK_TABLE: = GET_BLOCK_PROPERTY (L_CUR_BLOCK, QUERY_DATA_SOURCE_NAME);

    -Si Table is then check the indicator of access to each field and property accordingly

    IF NVL (L_BLOCK_TABLE,' ') <>' ' THEN

    DECLARE

    L_FIRST_ITEM VARCHAR2 (100);

    L_LAST_ITEM VARCHAR2 (100);

    L_CUR_ITEM VARCHAR2 (100);

    L_ACCESS VARCHAR2 (1);

    BEGIN

    L_FIRST_ITEM: = L_CUR_BLOCK |'. ' || GET_BLOCK_PROPERTY (L_CUR_BLOCK, FIRST_ITEM);

    L_LAST_ITEM: = L_CUR_BLOCK |'. ' || GET_BLOCK_PROPERTY (L_CUR_BLOCK, LAST_ITEM);

    L_CUR_ITEM: = L_FIRST_ITEM;

    LOOP

    IF Get_Item_Property(L_CUR_ITEM,ITEM_TYPE) NOT IN ("BUTTON", "CHART ITEM", 'DISPLAY ITEM', 'IMAGE', "VBX CONTROL") THEN

    IF Get_Item_Property (L_CUR_ITEM, ITEM_CANVAS) IS NOT NULL THEN

    IF Get_Item_Property (L_CUR_ITEM, ENABLED) <>'FALSE' THEN

    IF Get_Item_Property(L_CUR_ITEM,VISIBLE) <>'FALSE' THEN

    If Get_Item_Property (L_CUR_ITEM, CONCEAL_DATA) <>'TRUE' THEN

    L_ACCESS: = CHECK_ACCESS_FLAG(L_BLOCK_TABLE,USER,L_CUR_ITEM);

    IF L_ACCESS = "Y" THEN

    SET_ITEM_PROPERTY (L_CUR_ITEM, UPDATE_ALLOWED, PROPERTY_TRUE);

    -SET_ITEM_PROPERTY(L_CUR_ITEM,INSERT_ALLOWED,PROPERTY_TRUE);

    ON THE OTHER

    SET_ITEM_PROPERTY (L_CUR_ITEM, UPDATE_ALLOWED, PROPERTY_FALSE);

    -SET_ITEM_PROPERTY(L_CUR_ITEM,INSERT_ALLOWED,PROPERTY_FALSE);

    END IF;

    END IF;

    END IF;

    END IF;

    -OTHER

    -MESSAGE(L_CUR_ITEM||') CANVAS "|" Get_Item_Property (L_CUR_ITEM, ITEM_CANVAS)); MESSAGE(L_CUR_ITEM||) e CANVAS "|" Get_Item_Property (L_CUR_ITEM, ITEM_CANVAS));

    END IF;

    END IF;

    IF L_CUR_ITEM = L_LAST_ITEM THEN

    EXIT;

    END IF;

    L_CUR_ITEM: = L_CUR_BLOCK |'. ' || GET_ITEM_PROPERTY (L_CUR_ITEM, NEXTITEM);

    END LOOP;

    END;

    END IF;

    IF L_CUR_BLOCK = L_LAST_BLOCK THEN

    EXIT;

    END IF;

    L_CUR_BLOCK: = GET_BLOCK_PROPERTY (L_CUR_BLOCK, NEXTBLOCK);

    END LOOP;

    GO_BLOCK (L_FIRST_BLOCK);

    END;

    {code}

    Code trigger a time new form instance

    execute_trigger ('My_trigger');

    When I click on any item and try to update its display message status bar:

    FRM-1403, ora-01403 no data available.

    Should be given, the field is protected. or see the user define the message, like 'you can't update this field.

    Help, please.

    Thank you

    Yoann

    Just a wild guess, but maybe there are little code in your WE-ERROR-trigger which is not working properly.

  • Video Express only reads video cam - INTERNAL ERROR when clicking on other points of view

    Today, I installed the video essay Express 10 on my iMac. I wasn't able to use it successfully yet.

    After I save my reading only show the video cam. When I click on an other buttons to display the drop-down list screen or screen/video. I get an error message says "internal Application encountered and error" If the problem persists, contact forms or assistance. I get the same error message when, after a few seconds, trying to 'publish to the computer.

    I did find mention of this problem on this forum. Anyone know what the problem is or how to fix it?

    Thank you, James

    PS. If it's important, I also have an 8 in captivity purchased on this computer.

    James,

    I had the same problem with the new used 10 anchor on a new iMac. Whenever I clicked on something other than the view of the CAM it would receive the "Internal error" message, and then nothing worked properly.

    Here's what fixed it for me:

    1. Open video Express
    2. Before you click the green + sign to open a new project, click the Preferences icon in the upper right (it looks like a cog in a machine)
    3. Choose "Preferences".
    4. Click on "Change resolution during playback" - or uncheck if it is ticked (mine was unchecked so I checked)
    5. Now, open a new project and try again

    It worked for me. I hope it works for you.

    Peace.

    RW Harris

    Trainer company

    Express oil change & tire engineers

  • When click the "back" button after filling out web form, I can't, a message says that Firefox must send information that will be rpeat any action... Why can I go back?

    My current Firefox is version 9.0.1 update
    "when I click on the"back"button after filling web form or make payment online etc, I can't go back to my homepage, if I press the BACK BUTTON (arrow) a message said.
    "Firefox must send information that will repeat any action (for example, a search or order confirmation) that was carried out earlier.

    I don't want to re - order or repeat the process over. The only thing I can do is to leave Firefox and start again which is very painful.

    Any solution will be appreciated.

    Older Firefox had this coming message in case you have used the back to go to a page that is requested from the server with the POST data specific to a form previously sent.

    You receive an alert to send POST data if you return to a page or refresh a page that was requested in advance from the server by submitting form via a (hidden) MESSAGE form data.

    Firefox can only make sure to get the same page send this POST form.

    Firefox doesn't know what it means shape data, so Firefox asks for confirmation before sending the form data so action can you take to repeat an action and buy another article or post a message once.

    A way to prevent that pop up is not to use the back button, but to open the links on a page that have been requested from a server by sending a MESSAGE form in a new tab (window) with a middle click or a Ctrl + left click.

    Then you can close the tab or window to go back.

  • Error when click on Movie Maker

    When I click on movie maker, I get an error. It seems that either I don't have the equipment or the necessary software. I made a screenshot of the error message, but you do not have a feature of attachment so I can't send it to you.

    Hi leonard1961

     

    1. what operating system is installed on the computer?
    2. using Windows Live Moviemaker?
    3. for how long have you been faced with this problem?
    4. at the request of moviemaker presents by default or you have installed the app?


    You can refer to the link below and use the provided steps to identify the installed operating system.

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running


    Also, if you use Windows Live Moviemaker I would recommend checking resources specific to Microsoft Windows Live. Please visit the links below to find a community that will provide the support that ask you in the right direction for applications Windows Live-

    http://windowslivehelp.com/forums.aspx?ForumID=f5dad528-638d-4AD1-BE14-31751f8af98f

    You can even use SkyDrive to upload collected files and post photo/screenshot to you help better -
    http://social.technet.Microsoft.com/forums/en-us/w7itproui/thread/4fc10639-02dB-4665-993a-08d865088d65

    I hope this helps.

  • get the entity level validation error after clicking the Cancel button

    Hi Experts,

    JDEV 12.1.3.0

    I have a popup and I create several rows in a table. And when you click on CANCEL, I get the validation error level feature on the home page.

    Cancel call the method below and also set immediate = "true".

    /*

    * return allchanges

    */

    {} public void refreshRemoveNewRow (rank)

    If ((row) .getNewRowState (ViewRowImpl) () == Row.STATUS_INITIALIZED) {}

    Row.Refresh (Row.REFRESH_UNDO_CHANGES + Row.REFRESH_REMOVE_NEW_ROWS + Row.REFRESH_FORGET_NEW_ROWS);

    } else {}

    Row.Refresh (Row.REFRESH_UNDO_CHANGES + Row.REFRESH_FORGET_NEW_ROWS);

    }

    }

    If I try with Rollback I get Transaction has expired. My behavior of workflow is also use existing Transaction if Possible.

    Thank you

    Roy

    Hello

    Try again with

    public void refreshRemoveNewRow(Row row) {
       if (((ViewRowImpl)row).getNewRowState() == Row.STATUS_INITIALIZED) {
             row.refresh(Row.REFRESH_UNDO_CHANGES +  Row.REFRESH_REMOVE_NEW_ROWS);
        } else {
             row.refresh(Row.REFRESH_UNDO_CHANGES + Row.REFRESH_FORGET_NEW_ROWS);
        }
    }
    

    Beside that, can you post the jdev console stack trace, to see which exactly entity and validator is in question...

  • 404 error when you use the button «see more»

    Since the beginning of Adobe Stock in August 2015, I never had the "Show more" button work properly when previewing of images. Can I use the options for most of this series, more of this model and similar images, but see button more still records a 404 error screen. At this point, I completely close my browser for Adobe Stock to reset.  Any suggestions?

    Hello

    Please see the links below for help:

    Error message 404 after the first page of every search. It's driving me crazy that I really need pictures!

    Has thrown two licenses-error 404 #92395577 kamimi

    Hope this helps!

  • Find out the window of the item was not found when click on the button in the toolbar.

    Hello!
    I use RH8.
    I use the small button of glasses 'Display the item' in the toolbar of the project all the time because I have problems with gaps around "BOLD" characters.
    All of a sudden, when I click on show the item opens the window is no longer and I don't see what the subject really looks like unless I have compile and view it.
    When I click the button I see iin 'Fact' the status bar. So I guess that the window is there somewhere.
    The button show the item was working at the same time.
    I still have 1 million windows open when I'm working and I slide around. I think I finger-checked and hid the window or made very small and I just can't do.
    Here's what I've tried...
    Closed all my windows and then tried Cascade Windows.
    Tried to reset the toolbar to find. I also tried to do a ctrl-w. Opens the window menu to see if I could activate it from there, but it was not listed. I saw that the tabs I had open at the time.
    Try closing and opening of the HR.
    No luck. I really need the window display the rear element!
    Anyone have any suggestions? Is there somewhere in the HR GUI where the window can hide?
    Thank you!
    Deb

    Hi Deb, see if these discussions helps:

    Thread 1
    If this does not work: 2 wire

    -Ben

Maybe you are looking for

  • Can I set "When Firefox opens" a special series of different pages of my Home Page?

    I installed Firefox to bring up three specific tabs. WHICH works very well. But here's the problem: when I open a new Firefox window, these three tabs back upward. This is not what I want. I want another one simple page coming soon. A blank page woul

  • What is uk technical support Toshiba email address?

    What is uk technical support email address? Toshiba

  • Satellite A100 beep at startup

    My Satellite A100 still beeps at startup (or when he wakes up after hibernation) as if a key is pressed down, and it will not stop until I press one ' ~ ' key (just below "Esc"). In addition, it begins this character by typing in the field log-in on

  • synchronization in TestStand

    Hello I have a problem with teststand with synchronization, I must say, I'm new in teststand but I have red textbooks... In my new program I'm testing 30 cards. There are 3 steps: 1 Init - should be only once. 2 test - I need to preform this way: I w

  • eRecovery wait while the file is loaded in the last 36 hours

    Hello I have an Aspire 5735-4774 I do a default erecovery because Windows Vista does not start after switching on. I did using the Alt F10 procedure and do not have the recovery disk. It has been in the Please wait while the file load in the last 36