Native SQL - Runtime Error: DBIF_DSQL2_SQL_ERROR (OCI returned error code)

Hi,
I have sometimes a problem with a NATIVE SQL-Statement.
Runtime Error text:
Database error text........: "OCI returned error code -2."
Database error code........: "-2"
Triggering SQL statement...: "FETCH NEXT "
Internal call code.........: "DBDS/NEW DSQL"
Sometimes it works and sometimes we have this error.
Can anyone help me on this error?
Best Regards
André

Hi !
also a my job that runs every day, gets the same error in the production system at least once a month ! and nobody could help me to find out why.
Regards
Graziano Cortese

Similar Messages

  • Need Help : Native SQL ABAP dump "DBIF_DSQL2_SQL_ERROR" on procedure "APS_ORDER_CHANGE".

    Hi All,
    We are facing an issue and want to check if you have seen it in past and can help us in resolving it. Any input will be greatly appreciated.
    Issue:
    While executing product heuristic on few product/location combinations in product view, we encounter native SQL ABAP dump “DBIF_DSQL2_SQL_ERROR” on
    procedure “APS_ORDER_CHANGE”.
    We were debugging for one particular product/location combination, this combination has 2 planned orders, and the Internal order number of these planned orders are
    given as input to this procedure “APS_ORDER_CHANGE”. These 2 internal order numbers are the only inputs given to this procedure.
    When we try to delete those planned orders we again encounter same ABAP dump. There are many product/location having the same issue.
    We also checked variable duration maintained on the PPM of this product/location, and was fine.
    For more deatils : Please check the attached document of downloaded ABAP Dump.
    Thanks and Regards,
    Pritesh Jain

    Hi Pritesh.
    What liveCache version/build/patch are you on? What is the database error text shown in this dump?
    If it is exactly the one below
    Database error text........: "POS(1) Work rolled back: tExcept 30730 in
    APS_ORDER_CHAN"
    You can try running report SLCA_EMERGENCY_SWITCH, then turning off the option "Verify that all input table records have been read" and saving the results. If that solves the issue, you can use this as a workaround until the next time you upgrade your liveCache build.
    To get a clear root cause, you may need to create an OSS incident under BC-DB-LCA component providing a reproducible example.
    Regards,
    Tiago

  • ABAP Runtime Error  (Code 14)

    Hi,
    We have SAP NetWeaver 7.0 SR2 ABAP+Java on Linux: Oracle
    I am with the following problem applying Suport Package SAPKB70014
    returns the error:
    Runtime Errors         TABLE_INVALID_INDEX
    Date and Time          26.05.2008 16:10:14
    Short text
        Error in ABAP/4 statement when processing an internal table.
    Error analysis
        When changing or deleting one or more lines of the internal table
        "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES" or when inserting in the
         table "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES", "-1" was used as
        the line index. An index less than or equal to zero is not
        allowed.
        The error can occur when using the following options:
        1. "INDEX idx" for specifying the line number in the table
         "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES"
           where you want to change, insert or delete.
        2. "FROM idx" for specifying the start index when deleting a line
           area from or inserting a line area into the table
         "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES".
        3. "TO idx" for specifying the end index when deleting a line
           area from or inserting a line area into the table
         "\FUNCTION=TR_READ_AND_DISPLAY_LOG\DATA=LT_LINES".
        At the time of the termination, the table contained 38755 lines.
    Trigger Location of Runtime Error
        Program                                 SAPLSLOG
        Include                                 LSLOGF03
        Row                                     231
        Module type                             (FORM)
        Module Name                             READ_LOG_FILE
    Source Code Extract
    219 *& -
      Output the result -
    220   IF lv_stop_index = 0.
    221 *& exception 5 : lt_lines = 0  empty log.
    222     MESSAGE i293(pu).
    223   ELSE.
    224
    225 *& reduce pt_lines to the required parts.
    226
    227 * delete block before required
    228     IF  lv_start_index <> 1 .
    229       lv_delblock1_beg  = 1 .
    230       lv_delblock1_end  = lv_start_index - 1  .
    >>>       DELETE pt_lines FROM lv_delblock1_beg   TO lv_delblock1_end  .
    232     ENDIF.
    233
    234 * delete block after required
    235     IF lv_stop_index <> lv_line_num  .
    236       lv_delblock2_beg = lv_stop_index - lv_start_index  + 2 .
    237       lv_delblock2_end = lv_line_num  - lv_start_index  +  1 .
    238
    239       DELETE pt_lines FROM lv_delblock2_beg   TO lv_delblock2_end  .
    240
    241     ENDIF .
    242
    243   ENDIF.
    244
    245
    246 ENDFORM.                               " READ_LOG_FILE
    247
    248 &----
    249 *&      Form  READ_LOG_DB
    250 &----
    Any one help me resolve this problem.
    PLS

    Hi Mikhail,
    I'd a similar problem in one project I've developed. Check the system log to see if you can debug the problem: tcode sm21.
    In my case I had to implement some SAP Notes and upgrade from SP10 to SP11.

  • Runtime error code 21

    I created an executable file of my main VI to run on my laptop. When I tried to run it, I get error code 21: An external subroutine required for execution could not be found. I have read about two possible solutions for this 1. Install the drivers on the laptop, 2. copy the dll files? The drivers are install in the laptop when I installed the runtime engine, and I don't know how you would copy the dll files. Does anyone know how to fix this? Thanks

    Check that the installation installed everything in the /program
    files/national
    instruments/shared/LabVIEW Run-Time/7.0 (or 6.0 or 6.1, etc.) directory on
    your hard
    drive, including the subdirectories. For your .exe to run, these files can
    be in the windows directory or in the same directory as your .exe.
    "analog" wrote in message
    news:[email protected]..
    > I created an executable file of my main VI to run on my laptop. When
    > I tried to run it, I get error code 21: An external subroutine
    > required for execution could not be found. I have read about two
    > possible solutions for this 1. Install the drivers on the laptop, 2.
    > copy the dll files? The drivers are install in the laptop when I
    > installed the runtim
    e engine, and I don't know how you would copy the
    > dll files. Does anyone know how to fix this? Thanks

  • Native SQL Query Error: DBIF_DSQL2_SQL_ERROR -- ORA-00936: missing express

    Hi,
    I tried to read data using the following SQL Query,
    fp_work = 'ABCD'.
      EXEC SQL PERFORMING WRITE_TO_ITAB .
      SELECT fp_code, bank_acc_code, bank_acc_num,
      INTO :gs_cds_data-FP_CODE,
               :gs_cds_data-BANK_ACC_CODE,
               :gs_cds_data-BANK_ACC_NUM,
       FROM  BANK_TABLE
      WHERE fp_code = :fp_wrk
      ENDEXEC.
    *&      Form  WRITE_to_itab
    FORM write_to_itab.
    To move the data into the Internal Table.
      APPEND gs_cds_data TO gt_cds_data.
      CLEAR  gs_cds_data.
    ENDFORM.                    "WRITE_to_itab
    and im getting the run time error..
    What happened?                                                                               
    The error occurred in the current database connection "SAPABC".                                                                               
    How to correct the error                                                                               
    Database error text........: "ORA-00936: missing expression"             
    Triggering SQL statement...: "FETCH NEXT "                               
    Internal call code.........: "[DBDS/NEW DSQL]"                           
    Please check the entries in the system log (Transaction SM21).                                                                               
    You may able to find an interim solution to the problem                  
    in the SAP note system. If you have access to the note system yourself,  
    use the following search criteria:                                                                               
    "DBIF_DSQL2_SQL_ERROR" C                                                                               
    If you cannot solve the problem yourself, please send the                
    following documents to SAP:
    Can anyone give me a solution to correct this error?
    In addition, Can i omit the WHERE clause, as i need to get all the data in the oracle database?

    BUT,
          EXEC SQL.
            connect to :LV_DB_NAME as :sy-uname
          ENDEXEC.
          EXEC SQL.
            SET CONNECTION :sy-uname
          ENDEXEC.
         check sy-subrc..
    connection is happening.. with sy-subrc value as ZERO

  • Error in native SQL while inserting data into CORP table

    HI all,
    I am getting an exception while inserting records using native SQL into CORP table.
    PFB the code.
    LOOP AT gi_hrp1001 INTO wa_hrp1001.
      TRY.
            EXEC SQL.
              INSERT INTO misuser.Table_4
              VALUES (wa_hrp1001-otype , wa_hrp1001-objid ).
            ENDEXEC.
          CATCH cx_sy_native_sql_error.
            MESSAGE 'Connect - Error ' TYPE 'E'.
        ENDTRY.
      ENDLOOP.
    Please help.
    Thanks & Regards
    Nitesh

    I see two issue with your Insert. 1) you need to specify the field names in the table, for example otype and objid. 2) You need to indicate in the VALUES that you're using host variables by using the prefix :.
    I think the correct syntax is:
            EXEC SQL.
              INSERT INTO misuser.Table_4
             (otype, objid)
              VALUES (:wa_hrp1001-otype, :wa_hrp1001-objid)
            ENDEXEC.
    Good luck.

  • IE7 Unknown runtime error

    Continuing on from my success, I thought I should try it in IE, and it fails when I click on the update button in the form that is loaded via xhr.
    All versions of IE give the same error message:
    Line: 25
    Char: 43
    Error: Unknown runtime error
    Code: 0
    My scripts:
    <script type="text/javascript">
    <!--
    Spry.Utils.loadURL("POST", "updatecustomer.asp",true,
         function(req){
              if(document.getElementById('updateuser')){
                   Spry.Utils.setInnerHTML('updateuser', req.xhRequest.responseText);
              } else {
                   Spry.Utils.onDOMReady(function(){Spry.Utils.setInnerHTML('updateuser', req.xhRequest.responseText);});
         },{postData: "id=<%=Request.QueryString("id")%>", headers: { "Content-Type": "application/x-www-form-urlencoded; charset=UTF-8" }});
    function UseNewValue(newvalue,fieldname, formname) {
        document.forms[formname].elements[fieldname].value = newvalue;
    function SubmitForm(divID,frm) {
        Spry.Utils.submitForm(frm, function(req){Spry.Utils.setInnerHTML(divID, req.xhRequest.responseText);});
        Spry.Utils.setInnerHTML(divID, '<img src="/images/ajax-loader.gif" class="ajax-loader" alt="" />');
        return false;
    -->
    </script>
    Line 25 is Spry.Utils.submitForm(frm, function(req){Spry.Utils.setInnerHTML(divID, req.xhRequest.responseText);});
    An html form is being inserted into a div, so nothing illegal going on. Any ideas? I wish I could give access to this page, but its internal.
    Cheers,
    Steve

    This is from Firebug:
    <form id="updatecustomerform" onsubmit="return SubmitForm('updateuser', 'updatecustomerform');" name="updatecustomerform" action="updatecustomer.asp" method="post">
    <label for="streamline">Customer</label>
    <input id="streamline" type="text" size="10" value="HOA404" name="streamline"/>
    <br/>
    <label for="company">Account</label>
    <input id="company" type="text" size="40" value="Dooza" name="company"/>
    <br/>
    <p>
    <img src="/images/error.png"/>
    New Account:
    <a onclick="UseNewValue('Steve Hoare','company','updatecustomerform');" href="#">Steve Hoare</a>
    </p>
    <label for="firstnames">First Names</label>
    <input id="firstnames" type="text" size="40" value="Steve" name="firstnames"/>
    <br/>
    <label for="lastname">Last Name</label>
    <input id="lastname" type="text" size="40" value="Hoare" name="lastname"/>
    <br/>
    <label for="email">Email</label>
    <input id="email" type="text" size="40" value="[email protected]" name="email"/>
    <br/>
    <p>
    <img src="/images/error.png"/>
    New Email:
    <a onclick="UseNewValue('[email protected]','email','updatecustomerform');" href="#">[email protected]</a>
    </p>
    <label for="vat_number">VAT Number</label>
    <input id="vat_number" type="text" value="" name="vat_number"/>
    <br/>
    <input type="hidden" value="512" name="id"/>
    <label for="updateCustomer"/>
    <input id="doupdate" type="hidden" value="doupdate" name="doupdate"/>
    <input id="updateCustomer" type="submit" value="Update" name="updateCustomer"/>
    </form>

  • New runtime error JBO-27014 appears by upgrating JDv 9.0.2.289 to 9.0.3.1035

    Without changing the application source, after the upgrade from Upgrade from JDeveloper 9.0.2.289 to 9.0.3.1035 we are receiving the runtime error code:
    oracle.jbo.AttrValException: JBO-27014: Attribute AtyId in Appointmenttypes is required
    at oracle.jbo.server.JboMandatoryAttributesValidator.validateMandatoryAttributes(JboMandatoryAttributesValidator.java:115)
    at oracle.jbo.server.JboMandatoryAttributesValidator.vetoableChange(JboMandatoryAttributesValidator.java:163)at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:1719)
    at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:1115)
    at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:1297)
    at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:3261)
    at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:1516)
    at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:1693)
    at oracle.jbo.html.jsp.datatags.CommitTag.doStartTag(CommitTag.java:45)
    at jsp_servlet.__appointment_add_proc._jspService(__appointment_add_proc.java:498)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    The AtyId is defined as surrogate key. sequence number
    It is strange. This field is a defined DBSequence number and should be automaticaly incremented each new record.
    At the "old" version it was working and with the upgrade, not more.
    Should one new parameter be defined to have it running again?
    Thanks

    A bug 2535331 was reported for this issue:
    The bug was in 902 that BC4J did not enforce null checks for domains properly. In 903 it does and that leads to validation failure in DBSequence case as in this case, the DB value for the domain is null as database generates the right value for new entities. To fix that when you open/close the Entity-editor it re-establishes the domain settings on the attribute leading it to be non-mandatory.
    In JDev 903, Entity editor should not allow DBSequence domains to be "checked" as "Mandatory"
    A known workaround is to visit all such entities that have DBSequence attribute marked as mandatory and open/finish editor so that attribute properties for the DBsequence attribute is regenerated and the wizard takes off the mandatory setting.
    You may say that the migration/upgrade process should have 'fixed' this and we missed that boat on this issue.

  • Runtime Error R6034

    My Itunes wont open and i get a message which reads as follows:
    Runtime Error!
    R6034
    An Application has made an attempt to load the C Runtime Library incorrectly.
    Please can someone assist to resolve this problem.

    You can solve your runtime error code by the using of these given steps:
    First of all you can reboot your system
    Restore your system, by the following steps:
    Click start menu and then go to Run.
    Type in the box regsvr32 c: windowssystem32msdatgrd.ocx and then click on the OK.
    Now you can reboot your system in safe mode.
    If you cannot find the specific files on your system, then you can download it form the internet and locate it to the accurate place.
    Update your outdated device driver.
    Replace faulty or failure hard drive
    Hope above steps can fix runtime error code r6034 easily. If they cannot fix your problem then you can use third party repair tool to solve this without any trouble.

  • Getting error code -251723766 returned from the "EthernetIP Open Session.vi" while trying to talk to a PLC

    I have created a LabVIEW application using LabVIEW 2012 (64 bit) that attempts to communicate with a PLC. I do not actually have the PLC here at the Rockwell Collins facility in Cedar Rapids, Iowa.
    I have sent this application to my co-worker, who is located at a different Rockwell Collins facility in Tustin, California, where the PLC is actually located.
    My coworker in California is reporting that when he starts up my application under WIN7 he gets an error code of "-251723766" when the S/W performs the "Open Session" function during initialization.
    I looked at the online help and the value "-251723766" is not defined.
    When I run the same application under WIN7 here in Cedar Rapids I do NOT get the runtime error code of "-251723766" during initialization.
    Do you have any ideas for what is causing this problem?

    Hello
      I never really understood what the session parameter was all about.
      The documentation says that the session parameter is optional.
      Based on your advice I have deleted the code from my block diagram that was doing an Open Session.
      Are there any example LabVIEW programs that I can study that actully use the Ethernet/IP S/W to connect to a PLC?
      I have attached 2 screen captures that show how my LabVIEW VI's are accepting the session parameter.
      Do you think I should delete the input and output parameters for session?
      Please let me know.
      Thank you
      Todd J. Miller
      319-295-8689
    Attachments:
    OpenSessionProblem#4.jpg ‏107 KB
    OpenSessionProblem#5.jpg ‏189 KB

  • When i executed this class file  i am getting runtime errors

    when i executed this class file i am getting runtime errors
    code is :
    import java.awt.event.*;
    import java.awt.*;
    public class Test extends Frame
    java.awt.Window w;
         TextField t;
         Test()
         t=new TextField(20);
         add(t);
         addWindowListener(new WindowAdapter()
                             public void windowDeactivated(WindowEvent ev)                               {                    
                                  w.toFront();          
                                  System.out.println("hai");
         setSize(300,300);
         setVisible(true);
    public static void main(String args[])
    Test t =new Test();
    after executing that class i am getting this errors
    Exception occurred during event dispatching:
    java.lang.NullPointerException:
    at WindowEventDemo.windowActivated(WindowEventDemo.java:76)
    at java.awt.Window.processWindowEvent(Window.java:612)
    at java.awt.Window.processEvent(Window.java:576)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    if anybody know how to pls help me

    You are using w that you have not done anything with.
    Add following code to the begining of your cinstructor:
    w = this;
    Then it should work.
    //Anders ;-D

  • ICloud Control Panel Runtime Error

    Hello,
    The Apple update service carried out an update yesterday to the latest versions of iTunes and iCloud Control Panel on my Windows 7 Toshiba notebook. Following the (requested ) reboot, all attempts to log into the iCloud Control Panel result in a Microsoft Visual C++ Runtime error, code R6034 with a message to contact the application's support team for more information.
    If I OK all the error messages, (three times), it finally logs into the iCloud server.
    I have uninstalled and re-installed the latest version of the Control Panel software, but the result is the same.
    Short of going back to the previous version, are there any workrounds that I can try in order to resolve this.
    Thanks
    Ian B

    I have the same problem with windows 8.1. This is very annoying. The error pops up on every boot.

  • SQL State S0001 error code 18456 for named sql server : jdbc errors

    When I try to connect to named instance of SQL Server 2005,the error I get it
    The database user has data reader and writer rights.
    I have used sqljdbc4.jar
    url is jdbc:sqlserver://SERVER_NAME:1433;databaseName=DATABSE_NAME;user=USERNAME;password=USER_PASSWORD
    I also tried using the jtds driver and I get State 28000 error

    You might want to make sure that the instance is specified.
    For example, when connecting to SQL Server 2008 using DBVisualizer (free) with SingleSignOn authentication, you need to use the jTDS driver AND you have to specify the instance on the server in order to connect.
    Instance-less connection requests are rejected with the same error message as wrong password:
    java.sql.SQLException Error Code: 18456

  • How to remedy a 3343 DRMErrorEvent error code

    [ Background ]
    The error code, according to the Flash Player Runtime Error Codes list, describes this error as "Internal Error."
    [ Root Cause ]
    Typically, the cause of this sort of error is that the Adobe Access DRM Module on your client has become corrupt and can no longer be used.  This should only apply to Flash Player on Desktop Platforms (Windows / Mac / Linux).
    This can stem from several causes:
    - Disk drive corruption of the Adobe Access DRM module.
    - An error downloading the Adobe Access DRM module to your client device.  If you are using a version of Flash Player on a desktop system (Windows, Mac, Linux, etc...) prior to Flash Player 11.7, the video player application streaming your content is expected to make a call to the Actionscript3 "SystemUpdater" API in order to download the DRM module.  Starting with Flash Player 11.7, most runtime installations come with the DRM module already included with the Flash Player installer.  In this situations, the SystemUpdater API should still be called by your Actionscript video player application to ensure backwards compatability with Flash Player runtimes which don't have the DRM module pre-linked.
    - If the browser is open and a Flash Player upgrade is performed, the previous DRM Module can no longer be used with the new Flash Player.  The browser will be unable to play Adobe Access content until it is restarted.  This releases the Flash Player handle to the older Adobe Access DRM module.
    [ Resolution ]
    - Ensure your video player application calls the SystemUpdater API to download the Adobe Access DRM module for Flash Player.
    - In case your browser has updated Flash Player while you were currently watching Adobe Access content, please restart the browser so that Flash Player will start using the updated Adobe Access DRM Module.
    [ Problem Not Resolved? ]
    This article details what Adobe believes will resolve 3343 errors.  If this hasn't resolved your issue, we would love to hear more from you!  Please reply below with the following information:
    - Your manifestation of the problem
    - The policy you used during packaging
    - OS & OS version this was observed on
    - Browser & browser version this was observed on
    - (Video Player Application Developer) The SWF version of your video player application

    Hi,
    Here is the code to find the BP account number:
    oRecordset = ((SAPbobsCOM.Recordset)(oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset)));
                        oRecordset.DoQuery("SELECT [LinkAct_3] FROM [dbo].[OACP]");
                        oRecordset.MoveFirst();
                        if (oRecordset.EoF == true) // We have a Error
                            oCompany.GetLastError(out vmp_B1_Error_Code_int, out vmp_B1_Error_Message_string);
                            SBO_Application.MessageBox("Add-On Error (Forgestik Inc.): ERR-789 \n " + "Cash Account does not Exist "+ vmp_B1_Error_Message_string, 1, "Ok", "", ""); // My Error Code
                        else
                            vm_CachAccountNumber_string = Convert.ToString(oRecordset.Fields.Item("LinkAct_3").Value);
    ...Then you have to use the system account number "_SYS00000000353" not the displayed account number in B1...
    Thank you,
    Rune

  • Itunes update error code 1607

    anyone know why when I downloaded the latest version of itunes it had a 1607 runtime error code ---now I cannot use itunes at all.

    anyone know why when I downloaded the latest version
    of itunes it had a 1607 runtime error code ---now I
    cannot use itunes at all.
    I have had the same probelm. I have uninstalled all of the ipod and itunes components and have had no success. Have you found found a solution?

Maybe you are looking for

  • Change documents with persistent class

    Hi, I have created a persistent class and want to use a set-method to change data in the mapped table - nothing special. But: Does anybody know if there's a possibility to write change documents for the changed field without calling FMs like CHANGEDO

  • Compressor: How do you keep the file name the same?

    Hello, I am wondering if there is a way in Compressor to compress a file WITHOUT changing its name. I don't want the spacifics in the new media title For instance, A007_C010_0216HX.mov becomes A007_C010_0216HX-Apple ProRes 422.mov Thank you!

  • CDs will not play or import in iTunes?

    When I insert a CD, it will not play or prompt me to play. These options are checked in the preferences. This is a new install. I even uninstalled and reinstalled. It will not even play from my computer if I double click on it. I have a CD and a DVD

  • Remove duplicates in desktop

    How do I remove duplicates in the desktop. They were added at the latest sync.Thanks -JL Post relates to: Treo 755p (Verizon)

  • Foreign MQM server in 9.x

    Hello           I have problem configuring foreign JMS server (MQM) in WLS 9.x, in wls 8.1 SP5 I configured the JMS server as in the attached link that shows the configuration. Could someone please say how to create these MQM Queues in WLS 9.1.