DUMP ERROR: INVALID PARAM VERB : ENABLEAPSSO

I am working on CRM 4.0. After  executing  the transaction CRMD_ORDER_BP,
I  got short dump "Exception condition INVALID PARAM VERB: ENABLESAPSSO raised." with "RAISE_EXCEPTION" C "SAPLOLEA " or "LOLEAU10 " "AC_FLUSH_CALL_INTERNAL" .
How to solve this issue?
Can anybody help me in resolving this issue? I would be thankful
prashant

I dont find must change in the behaviour while setting up profile parameters.
Could you pls give me the solution for this, as it is urgent.
I shall be thankful to you.
prashant

Similar Messages

  • Dump error in CRM: "Invalid param verb: enablesapsso"

    Hi,
       I am working on CRM 4.0. When i execute the transaction <b>CRMD_ORDER_BP</b>, i am getting short dump <b>"Exception condition INVALID PARAM VERB: ENABLESAPSSO raised."</b> with
    <b>"RAISE_EXCEPTION" C       
    "SAPLOLEA " or "LOLEAU10 "
    "AC_FLUSH_CALL_INTERNAL" .</b>
    How to solve this issue?
    Regards,
    <b>Raj.</b>

    Hi,
       The system was not configured for SAP logon tickets.
    login/create_sso2_ticket and login/accept_sso2_ticket were not set.  
    After setting the profile parameters (using transaction RZ10), i rebooted the application server, it is not giving me any dump errors.
    Frédéric, thanks for your quick reply.
    Regards,
    Raj.

  • OLE_FLUSH_CALL invalid param verb: textstream

    I'm developing a program that uses a whole load of alv grids on different tabs.  When I process one particularl okcode, I get a dump: <b>Exception condition "INVALID PARAM VERB: TEXTSTREAM" raised.</b><br>
    <br>
    <PRE>Trigger Location of Runtime Error
        Program                                 SAPLOLEA
        Include                                 LOLEAU10
        Row                                     224
        Module type                             (FUNCTION)
        Module Name                             AC_FLUSH_CALL_INTERNAL</pre><br>
    As far as I can tell, this is happening at the end of the PAI.  After all my code has run.
    The VERBS table contains<br>
    <pre>1             1     TextStream          G
    2             3     TextStream          G
    3             4     CreateObject          C
    4             7     SetDataFromUrl          C
    5             7     GetDataAsFormat          C
    6            14     AssignProperty2          C
    7            18     FreeObject          C
    8            19     FreeObject          C</pre><br>
    The PARAMS table contains<br>
    <pre>1       1      12     _RESULT       2
    2       2      12     _RESULT       2
    3       3      12     #1       5
    4       3       3     #2       6
    5       3      12     _RESULT       7
    6       4      12     #1       8
    7       4      12     #2       9
    8       4      12     #3      10
    9       5      12     #1      11
    10       5      12     #2      12
    11       5      12     _RESULT      13
    12       6       9     #1      13
    13       6      12     #2      15
    14       6       9     #3      16
    15       6      12     #4      17
    16       7       9     #1      13
    17       8       9     #1       7</pre>
    <br>The VARS table contains<br>
    <pre>1          000000     000     O     11
    2     _RESULT     000000     000
    3          000000     000     O     11
    4          000000     000     O     2-
    5          000000     000          {799104C5-04C5-11D0-AC56-080009D23306}
    6          000000     000          1033
    7     _RESULT     000000     000     O                                                                                1-
    8          000000     000          APPLICATION
    9          000000     000          X-R3TABLE
    10          000000     000                     SAPR3://DE56416140B66CF1B07A0015177DB7B9
    11          000000     000          APPLICATION
    12          000000     000          X-R3TABLE
    13     _RESULT     000000     000     O                                                                                53
    14          000000     000     O     8
    15          000000     000          r3TableAutoObj
    16          000000     000          19
    17          000000     000          ToolBarButtonsTable2
    18          000000     000     O     2-
    19          000000     000     O     2-</pre><br><br>
    Note, I'm not doing any explicit OLE stuff.   There's a couple of other threads I've seen with this issue, but no resolution.  I'm on patch 13 of 7.10 sapgui.
    <br><br>
    thanks
    <br><br>
    matt
    <br><br>
    Edited by: Matt on Jun 11, 2009 4:51 PM

    >
    amit saini wrote:
    > u might have to search for a note on this..
    >
    > SAP is using CL_GUI_TEXTEDIT class and using GET_TEXT_AS_STREAM method to pull text from STXH table...
    I guess even the reply is from there itself.
    Exception condition "INVALID PARAM VERB: TEXTSTREAM" raised.

  • INVALID PARAM VERB: SECURESAVEDA

    Hi,
      I am experiencing 'Exception condition "INVALID PARAM VERB: SECURESAVEDA" raised' after using SE38 with program RSO_BC_FILES_IN_BDS. In the ABAP runtime error, it also says
    Termination occurred in the ABAP program "SAPLOLEA" - in
    "AC_FLUSH_CALL_INTERNAL".
    The main program was "RSO_BC_FILES_IN_BDS ".
    In the source code you have the termination point in line 224
    of the (Include) program "LOLEAU10".
    And in line 224, it says 'CALL FUNCTION 'OLE_FLUSH_CALL'  DESTINATION OLE_DESTINATION'
      Please advise on a way forward with this.
    Cheers

    Hi,
    The dump comes in FM: 'AC_FLUSH_CALL_INTERNAL'  when it tries to call,
    CALL FUNCTION 'OLE_FLUSH_CALL'  DESTINATION OLE_DESTINATION
             EXPORTING IMPORT_XML      = XML_DATA_STRING
                       SVARS           = SVARS
             IMPORTING EXPORT_XML      = XML_DATA_STRING
                       EXCEPT_DESCRIPT = OLE_MESSAGE
                        SVARS           = SVARS
             TABLES  VERBS           = VERBS
                     PARAMS          = PARAMS
                     VARS            = VARS
                    SVARS           = SVARS
                     RFC_QUEUE       = RFC_QUEUE
                     XML_DATA_STREAM = XML_DATA_STREAM
                     ERROR_INFO      = ERROR_INFO
             EXCEPTIONS SYSTEM_FAILURE      = 1  MESSAGE OLE_MESSAGE
                        CALL_METHOD_FAILED  = 2
                        SET_PROPERTY_FAILED = 3
                        GET_PROPERTY_FAILED = 4
                        RFC_QUEUE_FAILED    = 5
                        XML_DATA_FAILED     = 6.
    OLE_DESTINATION = "SAPGUI"
    It is working fine for "Special Picking Instruction" but not working for "Internal Order Comments".
    More over for other orders everything is working fine. and even in Test system everything is working fine.
    Edited by: Manankumar Desai on Jan 22, 2009 10:19 PM

  • Exception condition "INVALID PARAM VERB: TEXTSTREAM" raised.

    Hi,
    I am getting The error "Exception condition "INVALID PARAM VERB: TEXTSTREAM" raised." when we got to va03, GOTO->HEADER->TEXTS-> Double click on "Internal Order Comments".
    Dump:
    The termination occurred in the ABAP program "SAPLOLEA" in
    "AC_FLUSH_CALL_INTERNAL".
    The main program was "SAPMV45A ".
                                                                                    The termination occurred in line 220 of the source code of the (Include)
    program "LOLEAU10"
    of the source code of program "LOLEAU10" (when calling the editor 2200).     
    Any body has any idea on this issue?

    Hi,
    The dump comes in FM: 'AC_FLUSH_CALL_INTERNAL'  when it tries to call,
    CALL FUNCTION 'OLE_FLUSH_CALL'  DESTINATION OLE_DESTINATION
             EXPORTING IMPORT_XML      = XML_DATA_STRING
                       SVARS           = SVARS
             IMPORTING EXPORT_XML      = XML_DATA_STRING
                       EXCEPT_DESCRIPT = OLE_MESSAGE
                        SVARS           = SVARS
             TABLES  VERBS           = VERBS
                     PARAMS          = PARAMS
                     VARS            = VARS
                    SVARS           = SVARS
                     RFC_QUEUE       = RFC_QUEUE
                     XML_DATA_STREAM = XML_DATA_STREAM
                     ERROR_INFO      = ERROR_INFO
             EXCEPTIONS SYSTEM_FAILURE      = 1  MESSAGE OLE_MESSAGE
                        CALL_METHOD_FAILED  = 2
                        SET_PROPERTY_FAILED = 3
                        GET_PROPERTY_FAILED = 4
                        RFC_QUEUE_FAILED    = 5
                        XML_DATA_FAILED     = 6.
    OLE_DESTINATION = "SAPGUI"
    It is working fine for "Special Picking Instruction" but not working for "Internal Order Comments".
    More over for other orders everything is working fine. and even in Test system everything is working fine.
    Edited by: Manankumar Desai on Jan 22, 2009 10:19 PM

  • RSA1 going to shortdump, ERROR: Invalid GUI input data: Message no. 00123

    dear experts,
    while executing RSA1 going to short dump, ERROR: Invalid GUI input data: Message no. 00123 in sap-bi 7.0
    plz need help,
    regards.

    John,
    Those are the specs of the Software Components, the backend... As we mentioned before, download the latest SAPGUI version and install it in your PC...
    The latest SAPGUI can be downloaded from https://websmp204.sap-ag.de/support, go to Downloads, then "Browse the Navigation Area", on the left click "A-Z Index", then click on "G" and you'll see the "SAP GUI FOR WINDOWS" option, click on it...
    You can download it from here... Please notice your OSS user needs authorization to do so... Probably need to check with your Basis guys for this...
    Hope this helps.
    Luis

  • AUSST - Update Server issue: IIS7 406 errors, and ERROR: Invalid webfeed

    I spent today configuring and installing an instance of the AUSST2.0 software, following http://www.adobe.com/content/dam/Adobe/en/devnet/creativesuite/pdfs/Up dateServerSetupTool_TechNote.pdf 
    Here's where I am:
    Via Firefox/IE I get the following when browsing to the Updaterfeed.xml:
    XML Parsing Error: syntax error
    Location: <SERVER LOCATION>
    Line Number 1, Column 1:
    0001
    ^
    Which I expect is ok...  the server is sending the updaterfeed.xml. I can also download the updates directly through IE or Firefox.  The corresponding entry in the IIS log is:
    /AdobeUpdate/webfeed/oobe/aam20/win/updaterfeed.xml - 80 - <MY IP ADDRESS> Mozilla/5.0+(Windows+NT+6.1;+WOW64;+rv:9.0.1)+Gecko/20100101+Firefox/ 9.0.1 304 0 0 196
    When I attempt to do an update via Photoshop, I receive:
    "The update server is not responding.  The server might be offline temporarily, or the internet or firewall settings may be incorrect.  Please try again later.  Error Code: U41M1C213 "
    This happens regardless of firewall status locally or on the server.  Other communication to the server is fine.
    the aamu.log on level 10 says:
    2012-01-17T20:01:52: Entering slurpURL: (http://<SERVER IP>/AdobeUpdate/webfeed/oobe/aam20/win/updaterfeed.xml) bytesPushed
    2012-01-17T20:01:52: main download loop - waiting for network availability
    2012-01-17T20:01:52: have network connection
    2012-01-17T20:01:52: connected to: = http://<SERVER IP>/AdobeUpdate/webfeed/oobe/aam20/win/updaterfeed.xml
    2012-01-17T20:01:52: received status code from server
    2012-01-17T20:01:52: slurpURL: (http://<SERVER IP>/AdobeUpdate/webfeed/oobe/aam20/win/updaterfeed.xml) bytesPushed = 0
    2012-01-17T20:01:52: CFU(Webfeed): dumping webfeed: C:\Users\<MY USERID>\AppData\Local\Adobe\AAMUpdater\1.0\Data\webfeed.xml
    2012-01-17T20:01:52: CFU(Webfeed): ERROR: Invalid webfeed. Could not read webfeed sequence number.
    2012-01-17T20:01:52: UCGetprogress : (B) Returning with value = 1
    2012-01-17T20:01:52: UCGetprogress : Check for updates returning state for reffId  =
    2012-01-17T20:01:52: UCGetprogress : Check for updates returning state     = 41
    2012-01-17T20:01:52: UCGetprogress : Check for updates returning outError  = 213
    2012-01-17T20:01:52: UCGetprogress : Check for updates returning percent   = 0
    2012-01-17T20:01:52: UCGetprogress : Check for updates returning unique error code string   = U41M1C213
    2012-01-17T20:01:52: UCGetprogress : (D) Returning with value = 1
    2012-01-17T20:01:52: Stepped into << UCGetUserPreferences >> call.
    2012-01-17T20:01:52: Returning from << UCGetUserPreferences >> call with return value -  = 1
    The subsequent IIS Log entry for this is:
    GET /AdobeUpdate/webfeed/oobe/aam20/win/updaterfeed.xml - 80 - <MY IP ADDRESS> AAM+Updater+1.0 406 0 0 19
    I've added the <add name=”SSINC-xml” path=”*.xml” verb=”*” modules=”ServerSideIncludeModule” resourceType=”Unspecified”> to my web.config, per http://blogs.adobe.com/oobe/2010/09/enterprise-in-house-update-hosting -for-cs5.html
    I continue to get the U41M1C213 error whilst updating.  I can get the updates when I remove the AdobeUpdater.Overrides from C:\ProgramData\Adobe\AAMUpdater\1.0 (Win7)
    Help?

    I was directed here by another adobe employee.   http://forums.adobe.com/thread/950769
    I'll try again....  here is the current thread.  http://forums.adobe.com/thread/951039

  • Dump error when clicked on text elements in SAP Script window

    Hi All,
    There is an inclusion in SAP Script. I have written the code in driver program. I need to pass the value to SAP Script in the requested position. But when I go to SE71 > Form Name > Change or Display > MAIN Window > Text Elements > I get a dump error.
    Category               ABAP Programming Error
    Runtime Errors         DATA_LENGTH_TOO_LARGE
    Except.                CX_SY_RANGE_OUT_OF_BOUNDS
    ABAP Program           SAPLSTXK
    Application Component  BC-SRV-SCR
    Date and Time          30.04.2014 20:00:08
    Short text
         Invalid partial field access: Length is too large
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "SAPLSTXK" had to be terminated because it has
         come across a statement that unfortunately cannot be executed.
    What can you do?
         Note down which actions and inputs caused the error.
         To process the problem further, contact you SAP system
         administrator.
         Using Transaction ST22 for ABAP Dump Analysis, you can look
         at and manage termination messages, and you can also
         keep them for a long time.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_RANGE_OUT_OF_BOUNDS', was not
          caught in
         procedure "TOKEN_COMMENT" "(FORM)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
        The reason for the exception is:
        In the executed program "SAPLSTXK", the system attempted to access the field
        "ITF_TOKEN" of the type "C" and with the length 255 using the length 272.
        However, a partial field access with a length specification that is
        larger than the field length is not allowed.
    How to correct the error
        Reduce the length used to access the field.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "DATA_LENGTH_TOO_LARGE" "CX_SY_RANGE_OUT_OF_BOUNDS"
        "SAPLSTXK" or "LSTXKFRN"
        "TOKEN_COMMENT"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
    2937 * todo empty comment ???
    2938       if g_tm_open    eq true or     " Section
    2939          g_tm_b_close eq true.
    2940         l_token = '\chcbpat0'.
    2941         l_len = strlen( l_token ).
    2942         token_control = true.
    2943         assign l_token to <itf1>.
    2944         perform put_itf1_new using l_len.
    2945         perform token_line_begin changing l_next_token.
    2946       else.                          " without section
    2947         concatenate '\chcbpat0\line' g_cf_string l_cbpat_token into l_token.
    2948         l_len = strlen( l_token ).
    2949         token_control = true.
    2950         assign l_token to <itf1>.
    2951         perform put_itf1_new using l_len.
    2952       endif.
    2953     elseif l_next_token-code eq ')L'.         " \par
    2954       l_token = '\par'.
    2955       l_len = strlen( l_token ).
    2956       token_control = true.
    2957       assign l_token to <itf1>.
    2958       perform put_itf1_new using l_len.
    2959     elseif l_next_token-code eq '(C' or       " \par + format
    2960            l_next_token-code eq ')C' or
    2961            l_next_token-code eq '(&' or
    2962            l_next_token-code eq 'TA' or
    2963            l_next_token-code eq 'SC' or
    2964            l_next_token-code eq 'ST'.
    2965       concatenate '\chcbpat0\par' g_pf_string g_cf_string l_cbpat_token into l_token.
    2966       l_len = strlen( l_token ).
    >>>>>       itf_token(l_len) = l_token.
    2968       token_control = true.
    2969       assign l_token to <itf1>.
    2970       perform put_itf1_new using l_len.
    2971     endif.
    2972
    2973 * Step 7: (L to disarm
    2974   if g_compose eq true and
    2975      l_next_token-code eq '(L'.
    2976     perform read_next_itf_token(rstxscan) using p_token.
    2977   endif.
    2978
    2979 ENDFORM.                    " token_comment
    2980 *&---------------------------------------------------------------------*
    2981 *&      Form  create_lang_info
    2982 *&---------------------------------------------------------------------*
    2983 *       add default language to rtf
    2984 *----------------------------------------------------------------------*
    2985 *      -->P_HEADER  text
    2986 *      <--P_RESULT  text
    How do I open the text elements? I need to pass the variable inside SAP Script.
    Please Help. The requirement is pending from very long. Not able to rectify this issue.
    Regards,
    Rekha

    Hi,
    There is a SAP Note about this problem
    566794 - Runtime error: STRING_OFFSET_TOO_LARGE during conversion
    Correction Instructions
    Correction Instructions
    Software Component
    Valid from
    Valid to
    Number
    SAP_BASIS
    46B
    46D
    473267
    SAP_BASIS
    610
    620
    473185
    Support Packages & Patches
    Support Packages
    Software Component
    Release
    Support Package
    SAP_BASIS
    46B
    SAPKB46B48
    46C
    SAPKB46C39
    46D
    SAPKB46D28
    610
    SAPKB61027
    620
    SAPKB62014
    Regards
    Miguel

  • XSL-1047: (Error) Invalid instantiation of 'xsl:output' in 'INSERT' context

    Following is my development environment:
    JDeveloper 9i Release Candidate
    JDeveloper JVM 1.3.1
    Oracle XML Parser v2 9.2.0.0.0
    I'm using the Oracle XML Parser V2 9.2.0.0.0 library to apply a stylesheet to an XML document. However when I invoke the call to processor.processXSL() an XSLException is thrown with the following details:
    oracle.xml.parser.v2.XSLException: <Line 1, Column 116>: XSL-1047: (Error) Invalid instantiation of 'xsl:output' in 'INSERT' context.
    exception
    Below is the sequence of events:
    // Create an instance of XSLProcessor to perform the transformation
    XSLProcessor processor = new XSLProcessor();
    // create a Reader from a String object that contains the stylesheet text
    StringReader r = new StringReader( stylesheet );
    // create a new XSL stylesheet, passing it the Reader object reference
    XSLStylesheet sheet = processor.newXSLStylesheet(r);
    // apply the stylesheet
    // the variable sheet represents the XSLStylesheet object
    // the variable source represents the XMLDocument object
    // this call throws the exception
    DocumentFragment df =
    processor.processXSL(sheet,source);
    I've included the Stylesheet and source XML file I'm processing below.
    Note: My application works fine when I use the Oracle XML Parser v2 9.0.1 library. (although I have to use new XSLStylesheet() in place of XSLProcessor.newXSLStylesheet())
    Any ideas on what has changed between the two releases? I do have a reproducible test case that I can send on if required?
    thanks in advance
    private String stylesheet =
    "<INSERT xsl:version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"> "+
    "<xsl:output method=\"xml\" indent=\"yes\"/> "+
    "<ROWSET table_name=\"acc_database\"> "+
    " <xsl:for-each select=\"DATABASES/DATABASE\"> "+
    " <ROW> "+
    " <DBID><xsl:value-of select=\"DBID\"/></DBID> "+
    " <DBNAME><xsl:value-of select=\"DBNAME\"/></DBNAME> "+
    " <DBSIZE><xsl:value-of select=\"DBSIZE\"/></DBSIZE> "+
    " <DBPATHNAME><xsl:value-of select=\"DBPATHNAME\"/></DBPATHNAME> "+
    " <DBUSER><xsl:value-of select=\"DBUSER\"/></DBUSER> "+
    " <DBPASSWORD><xsl:value-of select=\"DBPASSWORD\"/></DBPASSWORD> "+
    " <ISAPPDB><xsl:value-of select=\"ISAPPDB\"/></ISAPPDB> "+
    " <ISATTACHEDDB><xsl:value-of select=\"ISATTACHEDDB\"/></ISATTACHEDDB> "+
    " <CONVERTDB><xsl:value-of select=\"CONVERTDB\"/></CONVERTDB> "+
    " <VERSION><xsl:value-of select=\"VERSION\"/></VERSION> "+
    " </ROW> "+
    " </xsl:for-each> "+
    "</ROWSET> "+
    "</INSERT>";
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!-- this file was generated by the Oracle Migration Workbench Exporter for MS Access 9.2.0.1.0 on 13/02/02 15:16:52 -->
    <!-- Do not modify this file as any modification will invalidate the export and subsequent migration of your MS Access database -->
    <DATABASES>
    <DATABASE>
    <DBID>1</DBID>
    <DBNAME>xmltest</DBNAME>
    <DBSIZE>1</DBSIZE>
    <DBPATHNAME>E:\xmltest.mdb</DBPATHNAME>
    <DBUSER>xmltest</DBUSER>
    <DBPASSWORD>oracle</DBPASSWORD>
    <ISAPPDB>1</ISAPPDB>
    <ISATTACHEDDB>0</ISATTACHEDDB>
    <CONVERTDB>1</CONVERTDB>
    <VERSION>4.0</VERSION>
    <TABLES>
    <TABLE PRIMARY_KEY="1">
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <TBLNAME>xsu_test</TBLNAME>
    <CNVTABLESTRUCT>1</CNVTABLESTRUCT>
    <CNVMOVEDATA>1</CNVMOVEDATA>
    <CNVRI>1</CNVRI>
    <CNVVALIDATION>1</CNVVALIDATION>
    <CNVDEFAULT>1</CNVDEFAULT>
    <CNVADDTIMESTAMP>1</CNVADDTIMESTAMP>
    <ATTACHTABLEBACKTOACCESS>1</ATTACHTABLEBACKTOACCESS>
    <SAVEPASSWORD>0</SAVEPASSWORD>
    <CNVMAKEUPDATEABLE>1</CNVMAKEUPDATEABLE>
    <RETAINLOCALCOPY>0</RETAINLOCALCOPY>
    <SYNCWITHSERVER>1</SYNCWITHSERVER>
    <OWNERID>1</OWNERID>
    <VALIDATIONTEXT></VALIDATIONTEXT>
    <VALIDATIONRULE></VALIDATIONRULE>
    <NUMBEROFROWS>1</NUMBEROFROWS>
    <CACHINGTABLE>0</CACHINGTABLE>
    <DESCRIPTION></DESCRIPTION>
    <COLUMNS>
    <COLUMN>
    <COLID>1</COLID>
    <TBLID>1</TBLID>
    <COLNAME>id</COLNAME>
    <COLTYPE>4</COLTYPE>
    <COLTYPEDESC>Long</COLTYPEDESC>
    <COLAUTOINCR>1</COLAUTOINCR>
    <NEXTCOUNTERVALUE>0</NEXTCOUNTERVALUE>
    <MAXLENGTHSOURCE>0</MAXLENGTHSOURCE>
    <AVGLENGTHSOURCE>0</AVGLENGTHSOURCE>
    <COLTEXTSIZE>4</COLTEXTSIZE>
    <ALLOWZEROLENGTH>0</ALLOWZEROLENGTH>
    <DEFAULTVALUE></DEFAULTVALUE>
    <COLREQUIRED>1</COLREQUIRED>
    <COLCOLLATINGORDER>1033</COLCOLLATINGORDER>
    <COLORDPOSITION>1</COLORDPOSITION>
    <VALIDATIONRULE></VALIDATIONRULE>
    <VALIDATIONTEXT></VALIDATIONTEXT>
    <COLUMNDESCRIPTION></COLUMNDESCRIPTION>
    </COLUMN>
    <COLUMN>
    <COLID>2</COLID>
    <TBLID>1</TBLID>
    <COLNAME>name</COLNAME>
    <COLTYPE>10</COLTYPE>
    <COLTYPEDESC>Text</COLTYPEDESC>
    <COLAUTOINCR>0</COLAUTOINCR>
    <NEXTCOUNTERVALUE>0</NEXTCOUNTERVALUE>
    <MAXLENGTHSOURCE>0</MAXLENGTHSOURCE>
    <AVGLENGTHSOURCE>0</AVGLENGTHSOURCE>
    <COLTEXTSIZE>50</COLTEXTSIZE>
    <ALLOWZEROLENGTH>0</ALLOWZEROLENGTH>
    <DEFAULTVALUE></DEFAULTVALUE>
    <COLREQUIRED>1</COLREQUIRED>
    <COLCOLLATINGORDER>1033</COLCOLLATINGORDER>
    <COLORDPOSITION>2</COLORDPOSITION>
    <VALIDATIONRULE></VALIDATIONRULE>
    <VALIDATIONTEXT></VALIDATIONTEXT>
    <COLUMNDESCRIPTION></COLUMNDESCRIPTION>
    </COLUMN>
    </COLUMNS>
    <INDEXES>
    <INDEX>
    <INDID>1</INDID>
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <INDNAME>id</INDNAME>
    <CNVINDEX>1</CNVINDEX>
    <ISPRIMARY>0</ISPRIMARY>
    <ISUNIQUE>0</ISUNIQUE>
    <ISFOREIGN>0</ISFOREIGN>
    <IGNORENULLS>0</IGNORENULLS>
    <ISREQUIRED>0</ISREQUIRED>
    <INDEX_COLUMNS>
    <INDEX_COLUMN>
    <INDCOLID>1</INDCOLID>
    <INDID>1</INDID>
    <COLID>1</COLID>
    <COLORDER>1</COLORDER>
    </INDEX_COLUMN>
    </INDEX_COLUMNS>
    </INDEX>
    <INDEX>
    <INDID>2</INDID>
    <TBLID>1</TBLID>
    <DBID>1</DBID>
    <INDNAME>PK_xsu_test</INDNAME>
    <CNVINDEX>1</CNVINDEX>
    <ISPRIMARY>1</ISPRIMARY>
    <ISUNIQUE>1</ISUNIQUE>
    <ISFOREIGN>0</ISFOREIGN>
    <IGNORENULLS>0</IGNORENULLS>
    <ISREQUIRED>1</ISREQUIRED>
    <INDEX_COLUMNS>
    <INDEX_COLUMN>
    <INDCOLID>2</INDCOLID>
    <INDID>2</INDID>
    <COLID>1</COLID>
    <COLORDER>1</COLORDER>
    </INDEX_COLUMN>
    </INDEX_COLUMNS>
    </INDEX>
    </INDEXES>
    </TABLE>
    </TABLES>
    <RELATIONS>
    </RELATIONS>
    </DATABASE>
    <ATTACHED_TABLES>
    </ATTACHED_TABLES>
    </DATABASES>

    Your problem is that your stylesheet is illegal.
    You're using the "simple form" of the stylesheet which
    is equivalent to having a single root template.
    If you use the simple form, you cannot use: <xsl:include>,
    <xsl:import>, <xsl:output>, <xsl:param>
    or any other <xsl:XXX> element which must be at the "top-level"
    of the stylesheet.
    The solution is to change from:
    <INPUT xsl:version="1.0" xmlns:xsl="...">
       <xsl:output>
    </INPUT>.
    which is illegal to:
      <xsl:stylesheet version="1.0" xmlns:xsl="...">
        <xsl:output>
        <xsl:template match="/">
          <INPUT>
          </INPUT>
        </xsl:template>
      </xsl:stylesheet>

  • Error: Invalid element 'servlet' in content of 'web-app'

    Hi,
    I m working on a project that includes JSPs, whenever I wanna add JSP to my project it shows following compilation error:
    Invalid element 'servlet' in content of 'web-app', expected elements '[error-page, taglib, resource-env-ref, resource-ref, security-constraint, login-config, security-role, env-entry, ejb-ref, ejb-local-ref]'
    I have thoroughly checked the web.xml. It is perfectly alright. It is as follows:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <description>Empty web.xml file for Web Application</description>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <servlet>
    <servlet-name>myServlet</servlet-name>
    <servlet-class>com.project.MainServlet</servlet-class>
    <init-param>
    Long postings are being truncated to ~1 kB at this time.

    The Complete web.xml is as follows:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    <web-app>
    <description>Empty web.xml file for Web Application</description>
    <session-config>
    <session-timeout>30</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    <welcome-file>index.html</welcome-file>
    </welcome-file-list>
    <servlet>
    <servlet-name>montana</servlet-name>
    <servlet-class>com.masstech.montana.boundary.uii.MainServlet</servlet-class>
    <init-param>
    <param-name>db</param-name>
    <param-value>MontanaDS</param-value>
    </init-param>
    <init-param>
    <param-name>user</param-name>
    <param-value>MS</param-value>
    </init-param>
    <init-param>
    <param-name>password</param-name>
    <param-value>MS</param-value>
    </init-param>
    </servlet>
    <servlet>
    <servlet-n[i]Long postings are being truncated to ~1 kB at this time.

  • B2B EDIFACT over Internet AS2 - 5081: XEngine error - Invalid guideline.

    Hi,
    When get message from TP on EDI EDIFACT over Internet AS2-1.1 - INVOIC
    Get an error: "5081: XEngine error - Invalid guideline."
    Version: Oracle Application Server Integration B2B, Release 10.1.2, Build B2B_10.1.2.4.0_GENERIC_091027.
    Log:
    2012.03.26 at 14:51:52:051: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:051: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@18f729c
    2012.03.26 at 14:51:52:052: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2012.03.26 at 14:51:52:052: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@ad97f5
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:reset Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:reset Leave
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@d38976
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Enter
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeReceiverQual, val = []
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeSenderID, val = [SEDIS-SVS]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [SEDIS-SVS]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeReceiverID, val = [DSPGROUPSBI05]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [DSPGROUPSBI05]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = Standard, val = [EDIFACT]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [EDIFACT]
    2012.03.26 at 14:51:52:059: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeControlVersion, val = [4]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [4]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = ec_DataNodeName, val = [Interchange]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = InterchangeSenderQual, val = []
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = ecsFileKey
    2012.03.26 at 14:51:52:060: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = AC16026A13648E5FAB3000001EB90540
    2012.03.26 at 14:51:52:094: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsOptFileBlob
    2012.03.26 at 14:51:52:094: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsFileBlob
    2012.03.26 at 14:51:52:564: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getStream Enter
    2012.03.26 at 14:51:52:564: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getStream Leave
    2012.03.26 at 14:51:52:565: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = SeverityConfig
    2012.03.26 at 14:51:52:566: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = null
    2012.03.26 at 14:51:52:807: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:setControlNumber sName = Interchange, controlNumber = 30000000000022
    2012.03.26 at 14:51:52:808: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:setControlNumber return = true
    2012.03.26 at 14:51:52:809: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = TPName
    2012.03.26 at 14:51:52:809: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = SIEMENS
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit NodeGUID = {757D76FE-7742-11E1-B54E-00265524F072} position = 0
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Leave
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:cloneSelector Return = oracle.tip.adapter.b2b.document.edi.ISelectorImpl@1e5c339
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup Enter
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionMessageVersionNumber, val = [D]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [D]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionID, val = [INVOIC]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [INVOIC]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionMessageReleaseNumber, val = [05A]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [05A]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = ec_DataNodeName, val = [Transaction]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup key = TransactionAssociationAssignedCode, val = []
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup param = [null]
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:810: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doLookup return = true
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = ecsFileKey
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = BA78E50BF81BC5B0E04016AC6B024E8E-274-1-8
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsOptFileBlob
    2012.03.26 at 14:51:52:811: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValueBlob Param Name = ecsFileBlob
    2012.03.26 at 14:51:52:820: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Param Name = TPName
    2012.03.26 at 14:51:52:820: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:getValue Value = SIEMENS
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Enter
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit NodeGUID = {757D82F2-7742-11E1-B54E-00265524F072} position = 0
    2012.03.26 at 14:51:52:821: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.ISelectorImpl:doCommit Leave
    2012.03.26 at 14:51:52:842: Thread-18: B2B - (DEBUG) iAudit report :
    Error Brief :
    5081: XEngine error - Invalid guideline.
    iAudit Report :
    <?xml version="1.0" encoding="UTF-16"?><AnalyzerResults Guid="{757D026E-7742-11E1-B54E-00265524F072}" InterchangeReceived="1" InterchangeProcessed="1" InterchangeAccepted="0"> <ExecutionDate>Monday, March 26, 2012</ExecutionDate> <ExecutionTime>02:51:52 PM (IST)</ExecutionTime> <AnalyzerReturn>Failed</AnalyzerReturn> <NumberOfErrors>1</NumberOfErrors> <ErrorByCategory> <Category Name="Rejecting"> <Severity Name="Normal">1</Severity> </Category> </ErrorByCategory> <Status>Finished</Status> <DataFile> <FilePath/> <FileName/> <LastModified/> <FileSize/> <DataURL>file://</DataURL> </DataFile> <Interchange Guid="{757D76FE-7742-11E1-B54E-00265524F072}" InterchangeAckCode="R" TransactionSetsReceived="1" TransactionSetsProcessed="1" TransactionSetsAccepted="0" RError="0" NError="0" OtherWI="0"> <DataXPointer> <StartPos>11</StartPos> <Size>9684</Size> </DataXPointer> <GuidelineInfo> <GuidelineFile> <FilePath>ByteStream</FilePath> <FileName>ByteStream</FileName> <LastModified/> <FileSize/> <GuidelineURL>file://ByteStream</GuidelineURL> </GuidelineFile> <DetailGuidelineInfo> <IID>4</IID> <ID>SS</ID> <Name>SERVICE SEGMENTS</Name> <GroupID>0</GroupID> <Standard>EDIFACT</Standard> <StdVersion>SYNTAX MESSAGES 4</StdVersion> </DetailGuidelineInfo> </GuidelineInfo> <NodeInfo> <Links> <Link Name="InterchangeControlVersion">4</Link> <Link Name="InterchangeSenderID">SEDIS-SVS</Link> <Link Name="InterchangeSenderQual"/> <Link Name="InterchangeReceiverID">DSPGROUPSBI05</Link> <Link Name="InterchangeReceiverQual"/> <Link Name="Standard">EDIFACT</Link> </Links> <Properties> <Property Name="CharSet">UNOB</Property> <Property Name="InterchangeControlVersion">4</Property> <Property Name="InterchangeDirectoryVersion"/> <Property Name="InterchangeEncoding">1</Property> <Property Name="InterchangeSyntaxReleaseNumber"/> <Property Name="InterchangeSenderID">SEDIS-SVS</Property> <Property Name="InterchangeSenderQual"/> <Property Name="InterchangeSenderAddress"/> <Property Name="InterchangeSenderSubAddress"/> <Property Name="InterchangeReceiverID">DSPGROUPSBI05</Property> <Property Name="InterchangeReceiverQual"/> <Property Name="InterchangeReceiverAddress"/> <Property Name="InterchangeReceiverSubAddress"/> <Property Name="InterchangeDate">20120326</Property> <Property Name="InterchangeTime">0300</Property> <Property Name="InterchangeControlNumber">30000000000022</Property> <Property Name="InterchangeRecipientRefPas"/> <Property Name="InterchangeRecipientRefPasQual"/> <Property Name="InterchangeAppReference"/> <Property Name="InterchangePriorityCode"/> <Property Name="InterchangeAckRequested"/> <Property Name="InterchangeAgreementID"/> <Property Name="InterchangeUsageIndicator">1</Property> <Property Name="DecimalSeparator">0x2e</Property> <Property Name="ElementDelimiter">0x2b</Property> <Property Name="ReleaseCharacter">0x3f</Property> <Property Name="RepeatingSeparator">0x2a</Property> <Property Name="SegmentDelimiter">0x270xd0xa</Property> <Property Name="SubelementDelimiter">0x3a</Property> <Property Name="InterchangeChildCount">1</Property> <Property Name="InterchangeTrailerControlNumber">30000000000022</Property> </Properties> </NodeInfo> <Transaction Guid="{757D82F2-7742-11E1-B54E-00265524F072}" TransactionAckCode="R" RError="1" NError="0" OtherWI="0"> <DataXPointer> <StartPos>87</StartPos> <Size>9585</Size> </DataXPointer> <GuidelineInfo> <GuidelineFile> <FilePath>ByteStream</FilePath> <FileName>ByteStream</FileName> <LastModified/> <FileSize/> <GuidelineURL>file://ByteStream</GuidelineURL> </GuidelineFile> <DetailGuidelineInfo> <IID>4</IID> <ID>SS</ID> <Name>SERVICE SEGMENTS</Name> <GroupID>0</GroupID> <Standard>EDIFACT</Standard> <StdVersion>SYNTAX MESSAGES 4</StdVersion> </DetailGuidelineInfo> </GuidelineInfo> <NodeInfo> <Links> <Link Name="TransactionID">INVOIC</Link> <Link Name="TransactionMessageVersionNumber">D</Link> <Link Name="TransactionMessageReleaseNumber">05A</Link> <Link Name="TransactionAssociationAssignedCode"/> </Links> <Properties> <Property Name="TransactionControlNumber">30000000000022</Property> <Property Name="TransactionID">INVOIC</Property> <Property Name="TransactionControllingAgency">UN</Property> <Property Name="TransactionMessageVersionNumber">D</Property> <Property Name="TransactionMessageReleaseNumber">05A</Property> <Property Name="TransactionAssociationAssignedCode"/> <Property Name="TransactionDirectoryVersion"/> <Property Name="TransactionMessageSubFunctionID"/> <Property Name="TransactionCommonAccessRef"/> <Property Name="TransactionSenderSequenceNumber"/> <Property Name="TransactionTransferPosition"/> <Property Name="TransactionMessageSubsetID"/> <Property Name="TransactionMessageSubsetVersion"/> <Property Name="TransactionMessageSubsetRelease"/> <Property Name="TransactionSubsetControllingAgency"/> <Property Name="TransactionImplementationID"/> <Property Name="TransactionImplementationVersion"/> <Property Name="TransactionImplementationRelease"/> <Property Name="TransactionImplemControllingAgency"/> <Property Name="TransactionScenarioID"/> <Property Name="TransactionScenarioVersion"/> <Property Name="TransactionScenarioRelease"/> <Property Name="TransactionScenarioControlAgency"/> <Property Name="TransactionChildCount">376</Property> <Property Name="TransactionTrailerControlNumber">30000000000022</Property> </Properties> </NodeInfo> <TransactionErrors> <Error ErrorCode="{AD01846F-A68B-409D-A264-AA1ECAE7FBA3}" Severity="Normal" Category="Rejecting" Index="1" ID="50810000"> <ErrorBrief>5081: XEngine error - Invalid guideline.</ErrorBrief> <ErrorMsg>Failed guideline.</ErrorMsg> <ErrorObjectInfo> <Parameter Name="ErrorLevel">0</Parameter> <Parameter Name="Name">XEngine</Parameter> <Parameter Name="_ec_dn_guid_">{757D82F2-7742-11E1-B54E-00265524F072}</Parameter> <Parameter Name="_ec_file_name_"/> <Parameter Name="_ec_index">0</Parameter> <Parameter Name="ec_error_scope">Transaction</Parameter> </ErrorObjectInfo> <ErrorDataInfo> <Part1/> <ErrData/> <Part3/> <DataXPointer> <StartPos>0</StartPos> <Size>0</Size> </DataXPointer> </ErrorDataInfo> </Error> </TransactionErrors> </Transaction> </Interchange></AnalyzerResults>
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sErrorGuid = {AD01846F-A68B-409D-A264-AA1ECAE7FBA3}
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sDescription = Failed guideline.
    2012.03.26 at 14:51:52:843: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument sBrDescription = 5081: XEngine error - Invalid guideline.
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument added Hash Key = {757D82F2-7742-11E1-B54E-00265524F072}
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument Error Scope = Transaction
    2012.03.26 at 14:51:52:844: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:processIncomingDocument exit
    Thanks for help
    Adi

    Hello Anuj,
    Thanks for your replay.
    Please guide me at how do I need to do the match between the Document Protocol and the Payload
    Payload file:
    UNA:+.?*'
    UNB+UNOB:4::1+SEDIS-SVS+DSPGROUPSBI05+20120326:0300+30000000000022++++++1'
    UNH+30000000000022+INVOIC:D:05A:UN'
    BGM+389+AS2 TEST'
    MOA+124:6123.70'
    UNT+376+30000000000022'
    UNZ+1+30000000000022'
    TP and HOME Document Protocol log:
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceB2BMsg From Document Protocol Parameters
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupApplicationPassword = null
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:041: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlNumber = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeAgreementIdentifier = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalID = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupControlNumber = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = SEDIS-SVS
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter DecimalSeparator = 0x2e
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeProcessingPriority = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalSubID = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ElementDelimiter = 0x2b
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPassword = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter CharSet = UNOA
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeECSFileBlob
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPasswordQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TagDelimiter = 0x3d
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter RepeatingSeparator = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupECSFileBlob
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TPName = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReplacementChar = 0x7c
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReleaseCharacter = 0x3f
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderQual = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeCharacterEncoding = null
    2012.03.26 at 14:51:52:042: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SegmentDelimiter = 0x27
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeApplicationRef = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 4
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverQual = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SkipUNA = FALSE
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter Standard = EDIFACT
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SubelementDelimiter = 0x3a
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementOption = T2
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAgencyCode = UN
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeServiceCodeList = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalID = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTestIndicator = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAssociationCode = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReleaseNumber = null
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementType = CONTRL
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = SEDIS-SVS
    2012.03.26 at 14:51:52:043: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter FunctionalGroupCreation = TRUE
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalSubID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupVersion = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceB2BMsg To Document Protocol Parameters
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupApplicationPassword = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlNumber = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeAgreementIdentifier = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupControlNumber = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderQual = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter DecimalSeparator = 0x2e
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeProcessingPriority = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalSubID = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ElementDelimiter = 0x2b
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPassword = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter CharSet = UNOA
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTime = #SystemTime(HHMM)#
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeECSFileBlob
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeRecipientRefPasswordQual = null
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TagDelimiter = 0x3d
    2012.03.26 at 14:51:52:044: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter RepeatingSeparator = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupECSFileBlob
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter TPName = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReplacementChar = 0x7c
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ReleaseCharacter = 0x3f
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeCharacterEncoding = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SegmentDelimiter = 0x27
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeApplicationRef = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeControlVersion = 4
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverQual = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter ImplementationClass = oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SkipUNA = FALSE
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter Standard = EDIFACT
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter SubelementDelimiter = 0x3a
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementOption = T2
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAgencyCode = UN
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeServiceCodeList = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeDate = #SystemDate(YYMMDD)#
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeReceiverInternalID = null
    2012.03.26 at 14:51:52:045: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeTestIndicator = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupAssociationCode = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReceiverID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupReleaseNumber = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter AcknowledgementType = CONTRL
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupSenderID = DSPGROUPSBI05
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter FunctionalGroupCreation = TRUE
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter InterchangeSenderInternalSubID = null
    2012.03.26 at 14:51:52:046: Thread-18: B2B - (DEBUG) oracle.tip.adapter.b2b.document.edi.EDIDocumentPlugin:traceParameters Parameter GroupVersion = null
    Thanks
    Adi

  • Screen dump error

    Hi experts
    In our development system - T-code:CA03 after entering when we clicking header icon dump error is coming.
    All other icons are working fine.
    Our ABAPer also checked screen 1200 is active.
    what can be the other possible reasons.?
    Regards,
    srihari.M

    Hi,
    if you are coming across with the following error as
    DYNPRO_SYNTAX_ERROR and  'Screen "SAPLCPDA" 1200 could not be generated'
    Use SAP note [DUMP with DYNPRO_SYNTAX_ERROR when creating , changing or displaying|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3135343933363426]
    Thanks
    Hrishi

  • [wscompile] error: invalid remote interface

    I have an interface I want to publish as a web service. This interface extends java.rmi.Remote and each of its methods throws a RemoteException. But when I run wscompile (via ant) against this interface in order to have the wsdl file generated it gives me:
    error: invalid remote interface; class manplan.j2ee.service.project.ProjectManager is not an interfacee
    I have searched the forum and the internet yet could not find an answer. Any hints are most welcome. Below you will find excerpts from the relevant files.
    Cheers,
    Olaf
    [interface]
    public interface ProjectManager extends java.rmi.Remote
         void createProject(final Project project) throws DuplicateProjectException,
                   ProjectManagementRuntimeException, RemoteException;
    [ant]
    <wscompile
         keep="true"
         define="true"
         base="${ws.build.classes.dir}"
         xPrintStackTrace="true"
         verbose="true"
         model="${ws.build.dir}/${ws.model.rpcenc.file}"
         config="${ws.conf.rpcenc.file}">
         <classpath>
              <path refid="ws.class.path"/>
         </classpath>
    </wscompile>
    [interface-config.xml]
    <configuration
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <service
    name="ProjectManagementService"
    targetNamespace="urn:manplan:Services"
    typeNamespace="urn:manplan:Types"
    packageName="manplan.j2ee.webservice">
    <interface name="manplan.j2ee.service.project.ProjectManager"/>
    </service>
    </configuration>

    OK. Found it: unlike Axis' java2wsdl does wscompile not support JavaBeans and so it gets confused by all those Project params and return types. So I guess wscompile is not the right tool for me in this situation?
    Cheers,
    Olaf

  • ERROR: Invalid java version found: while runing Autoconfig

    Hi
    while upgrading EBS 12.1.3 Database from 11.1.0.7 to 11.2.0.2
    We got the below error on autoconfig.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
      MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
      Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
      CYGWIN environment variable option "nodosfilewarning" turns off this warning.
      Consult the user's guide for more details about POSIX paths:
        http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:\app\mocppd\product\11.2.0\dbhome
    _1/appsutil/log/prod_srv-moc/02040321/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
            Using ORACLE_HOME location : F:\app\mocppd\product\11.2.0\dbhome_1
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
    ERROR: Invalid java version found:
            sh: F:appmocppdproduct11.2.0dbhome_1jdkjre/bin/java: No such file or dir
    ectory
            Classpath                   :
    sh: - : invalid option
    Usage:  sh [GNU long option] [option] ...
            sh [GNU long option] [option] script-file ...
    GNU long options:
            --debug
            --debugger
            --dump-po-strings
            --dump-strings
            --help
            --init-file
            --login
            --noediting
            --noprofile
            --norc
            --posix
            --protected
            --rcfile
            --restricted
            --verbose
            --version
            --wordexp
    Shell options:
            -irsD or -c command or -O shopt_option          (invocation only)
            -abefhkmnptuvxBCHP or -o option
    Version Conflicts among development maintained and customized templates encounte
    red; aborting AutoConfig run.
    The logfile for this session is located at: F:\app\mocppd\product\11.2.0\dbhome_
    1/appsutil/log/prod_srv-moc/02040321/adconfig.logThanks
    Nawneet

    Hi Helios,
    I have changed the prod_srv-moc.xml script and executed the script.
    And now i got the below error.
    F:\app\mocppd\product\11.2.0\dbhome_1\appsutil>F:\app\mocppd\product\11.2.0\dbho
    me_1\appsutil\bin\adconfig.cmd contextfile=prod_srv-moc.xml
    Enter the APPS user password: apps
    cygwin warning:
    MS-DOS style path detected: F:\app\mocppd\product\11.2.0\dbhome_1\appsutil\bin
    \adconfig.pl
    Preferred POSIX equivalent is: /cygdrive/f/app/mocppd/product/11.2.0/dbhome_1/
    appsutil/bin/adconfig.pl
    CYGWIN environment variable option "nodosfilewarning" turns off this warning.
    Consult the user's guide for more details about POSIX paths:
    http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
    The log file for this session is located at: F:/app/mocppd/product/11.2.0/dbhome
    _1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    AutoConfig is configuring the Database environment...
    AutoConfig will consider the custom templates if present.
    Using ORACLE_HOME location : F:/app/mocppd/product/11.2.0/dbhome_1
    Classpath : :F:/app/mocppd/product/11.2.0/dbhome_1/jdb
    c/lib/ojdbc6.jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java/xmlparserv2
    .jar:F:/app/mocppd/product/11.2.0/dbhome_1/appsutil/java:F:/app/mocppd/product/1
    1.2.0/dbhome_1/jlib/netcfg.jar:F:/app/mocppd/product/11.2.0/dbhome_1/jlib/ldapjc
    lnt11.jar
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/apps/ad/tools/
    configuration/VersionConflictListGenerator
    Caused by: java.lang.ClassNotFoundException: oracle.apps.ad.tools.configuration.
    VersionConflictListGenerator
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    Could not find the main class: oracle.apps.ad.tools.configuration.VersionConflic
    tListGenerator. Program will exit.
    ERROR: Version Conflicts utility failed.
    Terminate.
    The logfile for this session is located at: F:/app/mocppd/product/11.2.0/dbhome_
    1/appsutil/log/prod_srv-moc/02040605/adconfig.log
    Thanks
    Nawneet

  • Dump Error during Sales Order Craetion

    Dear Mates
    While creating Sales Order in VA01 iam getting dump error.
    Error Message is
    RUN TIME ERROR : SAPSQL_INVALID_TABLENAME
    EXCEPT : CX_SY_DYNAMIC_OSQL_SEMANTICS
    The raeson for exception is "Invalid table name KOTD801was specified in the open SQL Command
    Due to one of the following reasons, the error occurs only at runtime:
    - the table name was specified dynamically, or                        
    - the SELECT clause, WHERE clause, GROUP-BY clause, HAVING clause, or 
      ORDER-BY clause was specified dynamically.   
    I have created condition table and put up in Package Z001 and iam not sure where i have mistake,Can anybody throw somelight on this issue.
    Thanx in Advance
    Karthik

    SAPSQL_INVALID_TABLENAME
    "Invalid table name KOTD801was specified in
           the open SQL Command
    In normal circumstances, system will throw the above error where no table exists with the specified name.   This means, the second one is self explanatory.  Could you let me know as to whether you are creating sale order with standard order type.
    Nevertheless, you can take the help of ABAPer and before keying in VA01, maintain "/h" on top menu bar and then start creating sale order in debug mode so that your ABAPer can help you out.
    thanks
    G. Lakshmipathi

Maybe you are looking for