Not getting payload in segments at SXMB_MONI

Hi,
I am doing scenario HTTP_XI_IDoc.i am sending the payload as thru component monitoring
<?xml version="1.0" encoding="UTF-8"?>
<p2:FICO_DT xmlns:p2="http://igate.com/peoplesoft/peoplesoft_ficoxrpm">
             <PROJID>PROJECT01</PROJID>
          <TASKID>TSK01</TASKID>
          <APPLICATION>SAPCO</APPLICATION>
          <LS>PSFT01</LS>
          <ORGTYPE>COA</ORGTYPE>
          <ORGID>0001</ORGID>
          <ORGCURR>USD</ORGCURR>
          <OBJLINK>100159</OBJLINK>
          <COBJTYPE>IO</COBJTYPE>
          <COBJID1>100159</COBJID1>
          <COBJID2>100159</COBJID2>
          <OBJCURR>USD</OBJCURR>
          <VALTYPE>41</VALTYPE>
          <VERSION>000</VERSION>
          <FISCYEAR>2005</FISCYEAR>
          <COSTCAT>0000415000</COSTCAT>
          <PERIODTYPE>Y</PERIODTYPE>
          <PERIODID>1</PERIODID>
          <PSTRTDATE>20030517</PSTRTDATE>
          <PENDDATE>20050817</PENDDATE>
          <AMTINORGCURR>140000</AMTINORGCURR>
          <AMTINOBJCURR>2580000</AMTINOBJCURR>
</p2:FICO_DT>.
In SXMB_MONI ia m able to see my outbound message as specified above.The thing here is i am not able to see my payload in the segments.it is showing like below.
<?xml version="1.0" encoding="UTF-8" ?>
- <RPMINTF1>
- <IDOC BEGIN="9999">
- <E1PRJTS SEGMENT="9999">
-  <E1OBLKS SEGMENT="9999">
-   <E1OBKFD SEGMENT="9999">               
     <E1PDAMT SEGMENT="9999" />              
    </E1OBKFD>
   </E1OBLKS>
  </E1PRJTS>
  </IDOC>
  </RPMINTF1>.
I would like to see message like..
<IDOC BEGIN="9999">
- <E1PRJTS SEGMENT="9999">
               <PROJID>PROJECT01</PROJID>
          <TASKID>TSK01</TASKID>
          <APPLICATION>SAPCO</APPLICATION>
          <LS>PSFT01</LS>
          <ORGTYPE>COA</ORGTYPE>
          <ORGID>0001</ORGID>
          <ORGCURR>USD</ORGCURR>
-  <E1OBLKS SEGMENT="9999">
              <OBJLINK>100159</OBJLINK>
          <COBJTYPE>IO</COBJTYPE>
          <COBJID1>100159</COBJID1>
          <COBJID2>100159</COBJID2>
          <OBJCURR>USD</OBJCURR>
-   <E1OBKFD SEGMENT="9999">
             <VALTYPE>41</VALTYPE>
          <VERSION>000</VERSION>
          <FISCYEAR>2005</FISCYEAR>
          <COSTCAT>0000415000</COSTCAT>
     <E1PDAMT SEGMENT="9999" />
               <PERIODTYPE>Y</PERIODTYPE>
          <PERIODID>1</PERIODID>
          <PSTRTDATE>20030517</PSTRTDATE>
          <PENDDATE>20050817</PENDDATE>
          <AMTINORGCURR>140000</AMTINORGCURR>
          <AMTINOBJCURR>2580000</AMTINOBJCURR>
    </E1OBKFD>
   </E1OBLKS>
  </E1PRJTS>
  </IDOC>
Plz tell me where could be the problem.The XI is able to post the IDOC with 51 error in SAP.
The same thing which is specified above is working fine with HCM data.but not working with FI/CO.
Thanks in advance
Sridhar Raju Mahali

Hi Sridhar,
In the 2nd line of the payload check the entry.
You are giving
<?xml version="1.0" encoding="UTF-8"?>
<p2:<b>FICO_DT</b> xmlns:p2="http://igate.com/peoplesoft/peoplesoft_ficoxrpm">
make it
<?xml version="1.0" encoding="UTF-8"?>
<p2:<b>FICO_MT</b> xmlns:p2="http://igate.com/peoplesoft/peoplesoft_ficoxrpm">
Regards,
Vijay

Similar Messages

  • Not getting all the segments information

    Hi all,
    I am working on IDOC TO IDOC(SAP ECC TO SAP HR). I am sending the Idoc from SAP ECC through WE19. It shows success in the ECC and PI. But in HR I am not geeting all the segments information(WE05). I mean miss some segements info in the HR. I have checked the Meta data its looking fine.
    Can any plz tell me what do i have to do?
    Thanks
    Govinda.

    Hi,
    Log into XI and go to transaction IDX2......Update the metadata of your sender and recievr IDOCs........
    retrigger your IDOC from ECC and see in target system, you get the complete IDOC provided your mapping is also outputting the complete IDOC i.e. take the incoming msg payload from SXMB_MONI and in msg mapping test tab check you are getting the complete IDOC and then in WE05 of target system, check your IDOC.
    Regards,
    Rajeev Gupta
    Edited by: RAJEEV GUPTA on Feb 2, 2009 2:06 PM

  • Z segment not getting displayed in WE02

    Hi ,
    I am having one problem :
    We are working on  JDBC to IDOC scenario, where we have imported the IDOC from SAP Box which contained some Zsegments. When we are getting data from JDBC (oracle DB) we can see taht we have 10 records and it is getting properly populated in all the Zsegments.
    When Checking in SXMB_MONI of PI it is successfully showing that the IDOC have been sent to SAP BOX , but when we are checking the IDOC in WE02 , i am not able to see the Z segmant created. and the normal segments are also not getting processed , as  it is showing "EDI: Receiver partner type in control record is default".
    Please help .
    Regards,
    Abhishek

    Hi Abhishek,
    Can you try disabling the control record (if you are not mapping any constants) once and  set the Apply Control Record Values from Payload indicator in the receiver IDoc adapter.
    If you know the values of control record mandatory fields  then  map those fields using constant and check the posting.
    refer this for some help http://help.sap.com/saphelp_nw04/helpdata/en/13/95244269625633e10000000a155106/frameset.htm
    Regards,
    srinivas

  • Replaced value is not getting relected in IDOC segment field

    Hi,
    Need your help for the below issue.
    I am replacing the PO # with Delivery Doc # . But the replaced value is not getting reflected in the IDOC segment field(e1bp2017_gm_item_create-po_number.).
    Function Module  which I am using is IDOC_INPUT_MBGMCR as a copy.
    Here is my code given below:
    SELECT
                SINGLE vbeln
                  INTO lx_vbeln
                  FROM lips
                 WHERE vgbel EQ e1bp2017_gm_item_create-po_number.
    Move lx_vbeln TO e1bp2017_gm_item_create-po_number.
    MOVE-CORRESPONDING e1bp2017_gm_item_create
                   TO goodsmvt_item.
    Then this is passed as  TABLE in "BAPI_GOODSMVT_CREATE".
    Please do the needful.

    Hi Dheepa,
    Check it in debug whether the filed is empty or having po#, when ur code is executed for the replacement. if it is empty, po# is populated after ur code. in this case you need to write the code in suitable place.
    Reddy

  • Href  value not getting updated in UMS adapter payload

    Hi all,
    I am not getting the Href reference in UMS adapter payload. PFB the payload description.
    In that we can see the From address of the mail but noe the Href values.
    <ReceiveMail_InputVariable>
    <part  name="body">
    <ns0:message>"abc xyz" <[email protected]></ns0:message> 
    </part>
    </ReceiveMail_InputVariable>
    Please help me in this. What could be the reason for this ?
    Thanks in Advance
    Divyanshu Agarwal

    Hi all,
    I am not getting the Href reference in UMS adapter payload. PFB the payload description.
    In that we can see the From address of the mail but noe the Href values.
    <ReceiveMail_InputVariable>
    <part  name="body">
    <ns0:message>"abc xyz" <[email protected]></ns0:message> 
    </part>
    </ReceiveMail_InputVariable>
    Please help me in this. What could be the reason for this ?
    Thanks in Advance
    Divyanshu Agarwal

  • Value in a EIT segment(From Update Page)not getting passed to the Next Page

    Hi
    We have a extended CO to populate an EIT field as per the calculation in CO, on a custom button click.
    Calculated value is stored/displayed in the EIT Update Page.
    On clicking Apply, value is not getting passed to the next page, EIT Main Page and further to store the calcualted value in the EIT table.
    Anyone have faced such problem ?
    Thanks
    Arun

    Hi Gaurav
    Facing problems with put/getSessionValue.
    For the first time in a session, we do not have any issues.
    For next transaction in the same session,
    Variable has the same value even if we go for a next EIT transaction, and replaces this value for the field, without pressing the custom button.
    Thanks
    Arun

  • Error: Sender Not in Payload

    Dear All,
    I m doing FILE_XI_IDOC(CREMAS03) scenario. I am getting the following error in SXMB_MONI:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIAdapter</SAP:Category>
      <SAP:Code area="IDOC_ADAPTER">ATTRIBUTE_IDOC_METADATA</SAP:Code>
      <SAP:P1>Copy sender from payload: Sender not in payload</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error: Copy sender from payload: Sender not in payload</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    I have seen some already posted queries (ATTRIBUTE_IDOC_METADATA : Sender not in payload) regarding this and they suggest to <b>Populate SNDPRN with the valud Sender Partner Name in the mapping and then process the IDOC</b>.
    But I am not able to get where we have to update this value. Please guide me regarding this.
    Warm Regards,
    N.Jain

    hi,
    1. you can put the sender field in your mapping
    open EDI_dc40 semgne of your IDOC (cremas)
    and find SNDPRN field
    2. you can also have a look at my blog:
    /people/michal.krawczyk2/blog/2005/09/01/xi-idoc-adapter--edidc40--demystified
    3. for IDOC-XI scenario you can also
    have a look at my book:
    <a href="/people/michal.krawczyk2/blog/2006/10/11/xi-new-book-mastering-idoc-business-scenarios-with-sap-xi"><b>Mastering IDoc Business Scenarios with SAP XI</b></a>
    you can also make disable the edidc40 segment in mapping
    and uncheck - use sender from the payload
    in idoc receiver adapter and it will be filled with defaults
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

  • Data is not getting updated in table using RFC

    Hi Experts,
    In my scenario, I am calling one RFC using RFC receiver channel. After running scenario, channel is showing status that RFC executed successfully. But when I am checking tables in R/3 system, data is not getting updated.
    Moreover , when we tried to execute the RFC manually in R/3 system, that time data uploaded into table successfully.
    Could anybody tell me what would the reason that data not uploading into table when we send it through XI.
    Regards,
    Sari

    HI Sari,
    as you have scenario with RFC receiver.. and as you mentioned that it not updating tables when run through PI but when you execute RFC manually tables got updates.. then following are the options you can check..
    -- if you check RFC communication channel and if everything ok on then.. this means that your RFC is getting triggered successfully..but as you said tables are not updated.. for this you can go to SXMB_MONI and check the log take payload after mapping.. and compare it with the input when you try to execute it manually.. I think the input when you try manually and input to RFC when you try through PI is different and that is causing the Problem.. you will be able to see the difference in input then check.. I think the problem is data and not RFC communication channel..so by using this you will come to know difference
    -- else if possible configure your ID in PI in RFC Receiver and then check and put breakpoint on ABAP side.. so that when PI will hit RFC you will get it in debug mode and able to see what is going wrong..
    Thanks,
    Bhupesh

  • RFC problem: could not get functionname from XML requst (sic)

    I'm developing an interface that attempts to call a receiver RFC on an SAP 4.6c system.  It's a very small simple interface, and it's all working until it tries to call the RFC.  The error is
    Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: could not get functionname from XML requst: com.sap.aii.af.rfc.RfcAdapterException: failed to read funtionname from XML document: missing namespace declara
    I've created an RFC channel, which is green in the adapter monitoring.  The RFC imports without a problem, and appears in my interface mapping.  My mapping program converts to the RFC message type (as evidenced in sxmb_moni.  I have a receiver agreement referencing the interface mapping, which must be working as the mapping is called. 
    Could anyone point me to what else I could check?  I saw a post about the same error message, where the respondent found something in the logs which helped them  Could you expand on what you found, and in which log please?  Any pointers as to which logging options I could switch on and check would be gratefully received.
    Regards
    Alan Graham

    Thanks for the responses.
    I set up a communications channel of type RFC, which is
    showing green in the adapter monitor.  If I deliberately
    break it, eg by changing the password, the adapter shows
    as red in the monitor.  I assume therefore that the
    adaptor settings are correct.
    The XML going to the adapter looks correct AFAIK.  My problem is that I don't know enough about the requied XML to know if what I'm seeing in the logs is sufficient.  In SXMB_MONI, in the 'call adapter' section of a failed message, the outbound binding includes
    <SAP:ToInterfaceNamespace>urn:sap-com:document:sap:rfc:functions</SAP:ToInterfaceNamespace>/code]
    Also, the interface determination SOAP header, in the MAIN section includes
    [code]<SAP:Receiver>
      <SAP:Party agency="" scheme="" />
      <SAP:Service>D04</SAP:Service>
      <SAP:Interface namespace="urn:sap-com:document:sap:rfc:functions">Z_MPU_3PSCE_FREIGHT_UPLOAD</SAP:Interface>
      </SAP:Receiver>
    These are the correct values for the RFC name and the namespace, AFAIK.
    I'm using an interface mapping (which uses and ABAP class as the mapping program) which references the interface of the RFC.  The logs tell me this works, ie, the class is called and the resulting XML appears in the payload of the response.
    Alan

  • SAP not getting up?

    Hi Friends,
    We have one development system on windows platform database is Oracle 9i.
    When we are going to startsap from MMC it is getting started and after 2 minutes
    disp+work getting stopped.
    In trans.log also i am unable to see any error. schema is correct and nothing show in trans.log.
    But in syslog it is whowing error
    RSPO versus DD mismatch TSP01-RQO1NAME leng
    Spooler failed return code 0001 and temse failed return code 0001
    When iam gooing to that particular table TSP01 i saw so many spool requests was stored in that.
    Can you suggest me in this case if i need to delete those entries from TSP01.
    Sorry for not posting logs as i did not get any error message in logs.
    And R3trans -d and -x is giving 0000 no issue in connecting database.
    And With suggetions from SAP people i have applied latest kernel...But same issue is there.
    And please find the dev_disp trace below..
    trc file: "dev_disp", trc level: 1, release: "640"
    Thu Dec 11 14:20:26 2008
    kernel runs with dp version 133(ext=102) (@(#) DPLIB-INT-VERSION-133)
    length of sys_adm_ext is 312 bytes
    sysno 00
    sid PAD
    systemid 560 (PC with Windows NT)
    relno 6400
    patchlevel 0
    patchno 155
    intno 20020600
    make: multithreaded, ASCII
    pid 3212
    ***LOG Q00=> DpSapEnvInit, DPStart (00 3212) http://dpxxdisp.c 1100
    shared lib "dw_xml.dll" version 155 successfully loaded
    shared lib "dw_xtc.dll" version 155 successfully loaded
    shared lib "dw_stl.dll" version 155 successfully loaded
    shared lib "dw_gui.dll" version 155 successfully loaded
    shared lib "dw_mdm.dll" version 155 successfully loaded
    Thu Dec 11 14:20:32 2008
    WARNING => DpNetCheck: NiAddrToHost(1.0.0.0) took 5 seconds
    ***LOG GZZ=> 1 possible network problems detected - check tracefile and adjust the DNS settings http://dpxxtool2.c 3896
    MtxInit: -2 0 0
    DpSysAdmExtInit: ABAP is active
    DpIPCInit2: start server >ndelntx5_PAD_00 <
    DpShMCreate: sizeof(wp_adm) 14904 (828)
    DpShMCreate: sizeof(tm_adm) 2379840 (11840)
    DpShMCreate: sizeof(wp_ca_adm) 18000 (60)
    DpShMCreate: sizeof(appc_ca_adm) 6000 (60)
    DpShMCreate: sizeof(comm_adm) 768000 (384)
    DpShMCreate: sizeof(vmc_adm) 0 (364)
    DpShMCreate: sizeof(wall_adm) (22440/34344/56/100)
    DpShMCreate: SHM_DP_ADM_KEY (addr: 04AA0040, size: 3249736)
    DpShMCreate: allocated sys_adm at 04AA0040
    DpShMCreate: allocated wp_adm at 04AA17D8
    DpShMCreate: allocated tm_adm_list at 04AA5210
    DpShMCreate: allocated tm_adm at 04AA5238
    DpShMCreate: allocated wp_ca_adm at 04CEA278
    DpShMCreate: allocated appc_ca_adm at 04CEE8C8
    DpShMCreate: allocated comm_adm_list at 04CF0038
    DpShMCreate: allocated comm_adm at 04CF0050
    DpShMCreate: allocated vmc_adm_list at 04DAB850
    DpShMCreate: system runs without vmc_adm
    DpShMCreate: allocated ca_info at 04DAB878
    DpShMCreate: allocated wall_adm at 04DAB880
    MBUF state OFF
    EmInit: MmSetImplementation( 2 ).
    <ES> client 0 initializing ....
    <ES> InitFreeList
    <ES> block size is 1024 kByte.
    Using implementation flat
    <EsNT> Memory Reset disabled as NT default
    <ES> 249 blocks reserved for free list.
    ES initialized.
    Thu Dec 11 14:20:35 2008
    rdisp/http_min_wait_dia_wp : 1 -> 1
    ***LOG Q0K=> DpMsAttach, mscon ( ndelntx5) http://dpxxdisp.c 10036
    Thu Dec 11 14:20:36 2008
    DpStartStopMsg: send start message (myname is >ndelntx5_PAD_00 <)
    DpStartStopMsg: start msg sent
    CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    CCMS: start to initalize 3.X shared alert area (first segment).
    DpMsgAdmin: Set release to 6400, patchlevel 0
    MBUF state PREPARED
    MBUF component UP
    DpMBufHwIdSet: set Hardware-ID
    ***LOG Q1C=> DpMBufHwIdSet http://dpxxmbuf.c 1025
    DpMsgAdmin: Set patchno for this platform to 155
    Release check o.K.
    Thu Dec 11 14:21:36 2008
    ERROR => W8 (pid 3344) died http://dpxxdisp.c 12562
    ERROR => W9 (pid 3352) died http://dpxxdisp.c 12562
    ERROR => W10 (pid 3360) died http://dpxxdisp.c 12562
    ERROR => W11 (pid 3368) died http://dpxxdisp.c 12562
    my types changed after wp death/restart 0xbf --> 0xbd
    ERROR => W14 (pid 3388) died http://dpxxdisp.c 12562
    ERROR => W17 (pid 3412) died http://dpxxdisp.c 12562
    my types changed after wp death/restart 0xbd --> 0x9d
    Thu Dec 11 14:21:56 2008
    ERROR => W0 (pid 3280) died http://dpxxdisp.c 12562
    ERROR => W1 (pid 3288) died http://dpxxdisp.c 12562
    ERROR => W2 (pid 3296) died http://dpxxdisp.c 12562
    ERROR => W3 (pid 3304) died http://dpxxdisp.c 12562
    ERROR => W4 (pid 3312) died http://dpxxdisp.c 12562
    ERROR => W5 (pid 3320) died http://dpxxdisp.c 12562
    ERROR => W6 (pid 3328) died http://dpxxdisp.c 12562
    ERROR => W7 (pid 3336) died http://dpxxdisp.c 12562
    my types changed after wp death/restart 0x9d --> 0x9c
    ERROR => W12 (pid 3376) died http://dpxxdisp.c 12562
    my types changed after wp death/restart 0x9c --> 0x98
    ERROR => W13 (pid 3380) died http://dpxxdisp.c 12562
    ERROR => W15 (pid 3396) died http://dpxxdisp.c 12562
    my types changed after wp death/restart 0x98 --> 0x90
    ERROR => W16 (pid 3404) died http://dpxxdisp.c 12562
    my types changed after wp death/restart 0x90 --> 0x80
    DP_FATAL_ERROR => DpWPCheck: no more work processes
    DISPATCHER EMERGENCY SHUTDOWN ***
    increase tracelevel of WPs
    killing W0-3280 (SIGUSR2)
    ERROR => DpWpKill(3280, SIGUSR2) failed http://dpxxtool.c 2507
    killing W1-3288 (SIGUSR2)
    ERROR => DpWpKill(3288, SIGUSR2) failed http://dpxxtool.c 2507
    killing W2-3296 (SIGUSR2)
    ERROR => DpWpKill(3296, SIGUSR2) failed http://dpxxtool.c 2507
    killing W3-3304 (SIGUSR2)
    ERROR => DpWpKill(3304, SIGUSR2) failed http://dpxxtool.c 2507
    killing W4-3312 (SIGUSR2)
    ERROR => DpWpKill(3312, SIGUSR2) failed http://dpxxtool.c 2507
    killing W5-3320 (SIGUSR2)
    ERROR => DpWpKill(3320, SIGUSR2) failed http://dpxxtool.c 2507
    killing W6-3328 (SIGUSR2)
    ERROR => DpWpKill(3328, SIGUSR2) failed http://dpxxtool.c 2507
    killing W7-3336 (SIGUSR2)
    ERROR => DpWpKill(3336, SIGUSR2) failed http://dpxxtool.c 2507
    killing W8-3344 (SIGUSR2)
    ERROR => DpWpKill(3344, SIGUSR2) failed http://dpxxtool.c 2507
    killing W9-3352 (SIGUSR2)
    ERROR => DpWpKill(3352, SIGUSR2) failed http://dpxxtool.c 2507
    killing W10-3360 (SIGUSR2)
    ERROR => DpWpKill(3360, SIGUSR2) failed http://dpxxtool.c 2507
    killing W11-3368 (SIGUSR2)
    ERROR => DpWpKill(3368, SIGUSR2) failed http://dpxxtool.c 2507
    killing W12-3376 (SIGUSR2)
    ERROR => DpWpKill(3376, SIGUSR2) failed http://dpxxtool.c 2507
    killing W13-3380 (SIGUSR2)
    ERROR => DpWpKill(3380, SIGUSR2) failed http://dpxxtool.c 2507
    killing W14-3388 (SIGUSR2)
    ERROR => DpWpKill(3388, SIGUSR2) failed http://dpxxtool.c 2507
    killing W15-3396 (SIGUSR2)
    ERROR => DpWpKill(3396, SIGUSR2) failed http://dpxxtool.c 2507
    killing W16-3404 (SIGUSR2)
    ERROR => DpWpKill(3404, SIGUSR2) failed http://dpxxtool.c 2507
    killing W17-3412 (SIGUSR2)
    ERROR => DpWpKill(3412, SIGUSR2) failed http://dpxxtool.c 2507
    NiWait: sleep (10000 msecs) ...
    NiISelect: timeout 10000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:06 2008
    NiISelect: TIMEOUT occured (10000 ms)
    dump system status
    Workprocess Table (long) Thu Dec 11 08:52:06 2008
    ========================
    No Ty. Pid Status Cause Start Err Sem CPU Time Program Cl User Action Table
    0 DIA 3280 Ended no 1 0 0
    1 DIA 3288 Ended no 1 0 0
    2 DIA 3296 Ended no 1 0 0
    3 DIA 3304 Ended no 1 0 0
    4 DIA 3312 Ended no 1 0 0
    5 DIA 3320 Ended no 1 0 0
    6 DIA 3328 Ended no 1 0 0
    7 DIA 3336 Ended no 1 0 0
    8 DIA 3344 Ended no 1 0 0
    9 DIA 3352 Ended no 1 0 0
    10 UPD 3360 Ended no 1 0 0
    11 UPD 3368 Ended no 1 0 0
    12 ENQ 3376 Ended no 1 0 0
    13 BTC 3380 Ended no 1 0 0
    14 BTC 3388 Ended no 1 0 0
    15 BTC 3396 Ended no 1 0 0
    16 SPO 3404 Ended no 1 0 0
    17 UP2 3412 Ended no 1 0 0
    Dispatcher Queue Statistics Thu Dec 11 08:52:06 2008
    ===========================
    --------++++--
    +
    Typ  now  high  max  writes  reads 
    --------++++--
    +
    NOWP  0  3  2000  10  10 
    --------++++--
    +
    DIA  6  6  2000  6  0 
    --------++++--
    +
    UPD  0  0  2000  0  0 
    --------++++--
    +
    ENQ  0  0  2000  0  0 
    --------++++--
    +
    BTC  0  0  2000  0  0 
    --------++++--
    +
    SPO  1  1  2000  1  0 
    --------++++--
    +
    UP2  0  0  2000  0  0 
    --------++++--
    +
    max_rq_id 15
    wake_evt_udp_now 1
    wake events total 11, udp 8 ( 72%), shm 3 ( 27%)
    since last update total 11, udp 8 ( 72%), shm 3 ( 27%)
    Dump of tm_adm structure: Thu Dec 11 08:52:06 2008
    =========================
    Term uid man user term lastop mod wp ta a/i (modes)
    Workprocess Comm. Area Blocks Thu Dec 11 08:52:06 2008
    =============================
    Slots: 300, Used: 1, Max: 0
    --------++--
    +
    id  owner  pid  eyecatcher 
    --------++--
    +
    0  DISPATCHER  -1  WPCAAD000 
    NiWait: sleep (5000 msecs) ...
    NiISelect: timeout 5000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:11 2008
    NiISelect: TIMEOUT occured (5000 ms)
    DpHalt: shutdown server >ndelntx5_PAD_00 < (normal)
    DpJ2eeDisableRestart
    DpModState: buffer in state MBUF_PREPARED
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIModState: change state to SHUTDOWN
    DpModState: change server state from STARTING to SHUTDOWN
    Switch off Shared memory profiling
    ShmProtect( 57, 3 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RW
    ShmProtect( 57, 1 )
    ShmProtect(SHM_PROFILE, SHM_PROT_RD
    DpWakeUpWps: wake up all wp's
    Stop work processes...
    Stop gateway
    killing process (2564) (SOFT_KILL)
    Stop icman
    killing process (3272) (SOFT_KILL)
    Terminate gui connections
    DpProcDied Process lives (PID:2564 HANDLE:424)
    waiting for termination of gateway
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:12 2008
    NiISelect: TIMEOUT occured (1000 ms)
    Thu Dec 11 14:22:13 2008
    DpProcDied Process lives (PID:2564 HANDLE:424)
    waiting for termination of gateway
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:14 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process died (PID:2564 HANDLE:424)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:15 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:16 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:17 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:18 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:19 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:20 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:21 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:22 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process lives (PID:3272 HANDLE:420)
    waiting for termination of icman
    NiWait: sleep (1000 msecs) ...
    NiISelect: timeout 1000 ms
    NiISelect: maximum fd=453
    NiISelect: read-mask is NULL
    NiISelect: write-mask is NULL
    Thu Dec 11 14:22:23 2008
    NiISelect: TIMEOUT occured (1000 ms)
    DpProcDied Process died (PID:3272 HANDLE:420)
    DpHalt: cancel all lcom connections
    MPI CancelAll 2 -> 0
    MPI DeleteAll 2 -> 0
    DpStartStopMsg: send stop message (myname is >ndelntx5_PAD_00 <)
    NiIMyHostName: hostname = 'ndelntx5'
    AdGetSelfIdentRecord: > <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 4 (AD_STARTSTOP), ser 0, ex 0, errno 0
    DpConvertRequest: net size = 163 bytes
    NiBufSend starting
    NiIWrite: write 562, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 562 bytes
    send msg (len 110+452) to name -, type 4, key -
    DpStartStopMsg: stop msg sent
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiIRead: read 229, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=229
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 229 bytes
    MSG received, len 110+119, flag 1, from MSG_SERVER, typ 0, key -
    DpHalt: received 119 bytes from message server
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiIPeek: peek for hdl 3 / socket 344 timed out (r; 0)
    DpHalt: no more messages from the message server
    DpHalt: send keepalive to synchronize with the message server
    NiBufSend starting
    NiIWrite: write 114, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 114 bytes
    send msg (len 110+4) to name MSG_SERVER, type 0, key -
    MsSndName: MS_NOOP ok
    Send 4 bytes to MSG_SERVER
    NiPRead: WSAEWOULDBLOCK 1.time 4
    NiIPeek: peek successful for hdl 3 / socket 344 (r)
    NiIRead: read 114, 1 packs, MESG_IO, hdl 3, data complete
    NiBufIn: NIBUF len=114
    NiBufIn: Packet complete for hdl 3
    NiBufReceive starting
    MsINiRead: received 114 bytes
    MSG received, len 110+4, flag 3, from MSG_SERVER, typ 0, key -
    Received 4 bytes from MSG_SERVER
    Received opcode MS_NOOP from msg_server, reply MSOP_OK
    MsOpReceive: ok
    MsSendKeepalive : keepalive sent to message server
    NiPRead: WSAEWOULDBLOCK 1.time 4
    Thu Dec 11 14:22:24 2008
    NiIPeek: peek for hdl 3 / socket 344 timed out (r; 1000)
    DpHalt: no more messages from the message server
    DpHalt: sync with message server o.k.
    detach from message server
    ***LOG Q0M=> DpMsDetach, ms_detach () http://dpxxdisp.c 10293
    NiBufSend starting
    NiIWrite: write 110, 1 packs, MESG_IO, hdl 3, data complete
    MsINiWrite: sent 110 bytes
    MsIDetach: send logout to msg_server
    MsIDetach: call exit function
    DpMsShutdownHook called
    NiSelClear: removed hdl 3 from selectset
    MBUF state OFF
    AdGetSelfIdentRecord: > <
    AdCvtRecToExt: opcode 60 (AD_SELFIDENT), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    AdCvtRecToExt: opcode 40 (AD_MSBUF), ser 0, ex 0, errno 0
    blks_in_queue/wp_ca_blk_no/wp_max_no = 1/300/18
    LOCK WP ca_blk 1
    make DISP owner of wp_ca_blk 1
    DpRqPutIntoQueue: put request into queue (reqtype 1, prio LOW, rq_id 21)
    MBUF component DOWN
    NiBufClose: clear extensions for hdl 3
    NiBufSetStat: bufstat of hdl 3 changed from OK to OFF
    NiICloseHandle: shutdown and close hdl 3 / socket 344
    MsIDetach: detach MS-system
    EsCleanup ....
    ***LOG Q05=> DpHalt, DPStop ( 3212) http://dpxxdisp.c 8764
    Good Bye .....
    After diognosis of our system we came through one issue related to characterset.
    One of our ABAPer chagned the characterset of R3TR DOMA CHAR20 and CHAR30 objects with accesskey.
    These objects are related to data dictionary. Now when we are going to startsap it is showing that there is a mismatching in RSPO and DD.....Now the thing is can we revert back those objects with default values. And please note that our SAP system is still down and we cant change at GUI level. If is there any chance we can at database level itself. And one more thing....can we export those related tables from any other system...if yes plese let me know how it will possible?
    Error is:
    ERROR => TSP01-RQO1NAME : length 20 <-> 100. http://rspoini.c 533
    S spool kernel/ddic check: Failed
    S using table TSP02F for frontend printing
    S 1 spool work process(es) found
    S frontend print via spool service enabled
    S printer list size is 150
    S printer type list size is 50
    S queue size (profile) = 300
    S hostspool list size = 3000
    S option list size is 30
    S
    Please suggest.......
    Thanks in advance
    Harish K Reddy

    Hi all,
    Please find the dev_W0 and dev_W8 logs below:
    dev_w0:
    trc file: "dev_w0", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Thu Dec 11 16:20:35 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'J:\usr\sap\PAD\SYS\exe\run\dboraslib.dll' ...
    B  Library 'J:\usr\sap\PAD\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'J:\usr\sap\PAD\SYS\exe\run\dboraslib.dll' is "640.00", patchlevel (0.142)
    B  New connection 0 created
    M sysno      00
    M sid        PAD
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    155
    M intno      20020600
    M make:      multithreaded, ASCII
    M pid        3368
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 0 3368) [dpxxdisp.c   1160]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpShMCreate: sizeof(wp_adm)          14904     (828)
    M  DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)          768000     (384)
    M  DpShMCreate: sizeof(vmc_adm)          0     (364)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06BA0040, size: 3249736)
    M  DpShMCreate: allocated sys_adm at 06BA0040
    M  DpShMCreate: allocated wp_adm at 06BA17D8
    M  DpShMCreate: allocated tm_adm_list at 06BA5210
    M  DpShMCreate: allocated tm_adm at 06BA5238
    M  DpShMCreate: allocated wp_ca_adm at 06DEA278
    M  DpShMCreate: allocated appc_ca_adm at 06DEE8C8
    M  DpShMCreate: allocated comm_adm_list at 06DF0038
    M  DpShMCreate: allocated comm_adm at 06DF0050
    M  DpShMCreate: allocated vmc_adm_list at 06EAB850
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06EAB878
    M  DpShMCreate: allocated wall_adm at 06EAB880
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Thu Dec 11 16:20:37 2008
    M  calling db_connect ...
    C  Prepending I:\oracle\PAD\920 to Path.
    C  got NLS_LANG='AMERICAN_AMERICA.WE8DEC' from environment

    C Thu Dec 11 16:20:40 2008
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Logon as OPS$-user to get SAPPAD's password
    C  Connecting as /@PAD on connection 0 (nls_hdl 0) ... (dbsl 640 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   04B81028   0938B2A8   0938AD10
    C  Attaching to DB Server PAD (con_hdl=0,svchp=0938AC64,svrhp=04B85664)

    C Thu Dec 11 16:20:41 2008
    C  Starting user session (con_hdl=0,svchp=0938AC64,srvhp=04B85664,usrhp=04B8E274)
    C  Now '/@PAD' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPPAD's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Close user session (con_hdl=0,svchp=0938AC64,usrhp=04B8E274)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPPAD/<pwd>@PAD on connection 0 (nls_hdl 0) ... (dbsl 640 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   04B81028   0938B2A8   0938AD10
    C  Starting user session (con_hdl=0,svchp=0938AC64,srvhp=04B85664,usrhp=04B8E274)
    C  Now 'SAPPAD/<pwd>@PAD' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Database instance pad is running on NDELNTX5 with ORACLE version 9.2.0.8.0 since 20081211
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20081211 162037 NDELNTX5       
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Thu Dec 11 16:20:42 2008
    I  MtxInit: 0 0 0
    M  SHM_PRES_BUF               (addr: 09650040, size: 20000768)
    M  SHM_ROLL_AREA          (addr: 33B70040, size: 123731968)
    M  SHM_PAGING_AREA          (addr: 0A970040, size: 39845888)
    M  SHM_ROLL_ADM               (addr: 0CF80040, size: 1236040)
    M  SHM_PAGING_ADM          (addr: 0D0B0040, size: 525344)
    M  ThCreateNoBuffer          allocated 324144 bytes for 1000 entries at 0D140040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 7424 bytes (50 server) at 003F0040
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 0 initializing ....
    X  Using implementation flat
    X  ES initialized.

    B Thu Dec 11 16:20:43 2008
    B  db_con_shm_ini:  WP_ID = 0, WP_CNT = 18, CON_ID = -1

    B Thu Dec 11 16:20:44 2008
    B  dbtbxbuf: Buffer TABL  (addr: 11C200C8, size: 50000896, end: 14BCF4C8)
    B  dbtbxbuf: Profile: max_objects = 10000, displace = 1, reorg = 1
    B  dbtbxbuf: request_unit = 2000, sync_reload = 5, inval_reload = 5
    B  dbtbxbuf: protect_shm = 0, force_checks = 0
    B  dbtbxbuf: tsize_retry = 24043008
    B  ***LOG BB0=> buffer TABL       started with length 50000896   bytes [dbtbxbuf#8 @ 16037] [dbtbxbuf1603 7]
    B  dbtbxbuf: Buffer TABLP (addr: 14BD00C8, size: 30720000, end: 1691C0C8)
    B  dbtbxbuf: Profile: max_objects = 500, displace = 1, reorg = 1
    B  dbtbxbuf: request_unit = 2000, sync_reload = 5, inval_reload = 5
    B  dbtbxbuf: protect_shm = 0, force_checks = 0
    B  dbtbxbuf: tsize_retry = 15306240
    B  ***LOG BB0=> buffer TABLP      started with length 30720000   bytes [dbtbxbuf#8 @ 16037] [dbtbxbuf1603 7]
    B  dbtbxbuf: Reading TBX statistics:
    B  dbtbxbuf: 0 object entries precreated
    B  Layout of EIBUF buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 288 = 288
    B  2: 18 * 20 = 360
    B  3: 4001 * 40 = 160040
    B  4: 2000 * 136 = 272000
    B  5: 4001 * 4 = 16004
    B  6: 1 * 200 = 200
    B  7: 65 * 4 = 260
    B  8: 29258 * 128 = 3745024
    B  Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000
    B  dbexpbuf: Buffer EIBUF (addr: 0FA800D0, size: 4194304, end: 0FE800D0)
    B  ***LOG BB0=> buffer EIBUF      started with length 4096k      bytes [dbexpbuf#6 @ 2342] [dbexpbuf2342 ]
    B  Layout of ESM   buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 288 = 288
    B  2: 18 * 20 = 360
    B  3: 4001 * 40 = 160040
    B  4: 2000 * 136 = 272000
    B  5: 4001 * 4 = 16004
    B  6: 1 * 200 = 200
    B  7: 65 * 4 = 260
    B  8: 29258 * 128 = 3745024
    B  Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000
    B  dbexpbuf: Buffer ESM   (addr: 169200D0, size: 4194304, end: 16D200D0)
    B  ***LOG BB0=> buffer ESM        started with length 4096k      bytes [dbexpbuf#6 @ 2342] [dbexpbuf2342 ]
    B  Layout of CUA   buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 288 = 288
    B  2: 18 * 20 = 360
    B  3: 5003 * 40 = 200120
    B  4: 2500 * 136 = 340000
    B  5: 5003 * 4 = 20012
    B  6: 1 * 200 = 200
    B  7: 193 * 4 = 772
    B  8: 17805 * 256 = 4558080
    B  Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000
    B  dbexpbuf: Buffer CUA   (addr: 16D300D0, size: 5120000, end: 172120D0)
    B  ***LOG BB0=> buffer CUA        started with length 5000k      bytes [dbexpbuf#6 @ 2342] [dbexpbuf2342 ]

    B Thu Dec 11 16:20:45 2008
    B  Layout of OTR   buffer shared memory:
    B  0: 1 * 4 = 4
    B  1: 1 * 288 = 288
    B  2: 18 * 20 = 360
    B  3: 4001 * 40 = 160040
    B  4: 2000 * 136 = 272000
    B  5: 4001 * 4 = 16004
    B  6: 1 * 200 = 200
    B  7: 81 * 4 = 324
    B  8: 29258 * 128 = 3745024
    B  Tracing = 0, Shm Protection = 0, Force checks = 0, Recovery delay = 500000
    B  dbexpbuf: Buffer OTR   (addr: 172200D0, size: 4194304, end: 176200D0)
    B  ***LOG BB0=> buffer OTR        started with length 4096k      bytes [dbexpbuf#6 @ 2342] [dbexpbuf2342 ]
    B  ***LOG BB0=> buffer CALE       started with length 500000     bytes [dbcalbuf#2 @ 2212] [dbcalbuf2212 ]
    B  dbtran INFO (init_connection '<DEFAULT>' [ORACLE:640.00]):
    B   max_blocking_factor =   5,  max_in_blocking_factor      =   5,
    B   min_blocking_factor =   5,  min_in_blocking_factor      =   5,
    B   prefer_union_all    =   0,  prefer_union_for_select_all =   0,
    B   prefer_fix_blocking =   0,  prefer_in_itab_opt          =   1,
    B   convert AVG         =   0,  alias table FUPD            =   0,
    B   escape_as_literal   =   1,  opt GE LE to BETWEEN        =   0,
    B   select *            =0x0f,  character encoding          =SBCS / <none>:-,
    B   use_hints           = abap->1, dbif->0x1, upto->2147483647, rule_in->0,
    B                         rule_fae->0, concat_fae->0, concat_fae_or->0

    M Thu Dec 11 16:20:46 2008
    M  PfHIndInitialize: memory=<0D20CCC0>, header=<0D20CCC0>, records=<0D20CCF0>
    M  SecAudit(RsauInit): Start init of Security Audit Log for first wp.
    M  SecAudit(RsauCreateShm): New block for Security Audit Log allocated in SCSA
    M  SecAudit(RsauCreateShm): SCSA memory usage: SecAudit = 992, total = 2096
    M  SecAudit(RsauShmInit): SCSA size................ = 4096
    M  SecAudit(RsauShmInit): addr of SCSA............. = 00230040
    M  SecAudit(RsauShmInit): addr of RSAUSHM.......... = 00230490
    M  SecAudit(RsauShmInit): addr of RSAUSLOTINFO..... = 002304C8
    M  SecAudit(RsauShmInit): addr of RSAUSLOTS........ = 002304D4
    M  SecAudit(RsauShmInit): SHM version.............. = 5
    M  SecAudit(RsauShmInit): SHM Slot version......... = 2
    M  SecAudit(RsauShmInit): RSAU active.............. = 0
    M  SecAudit(RsauShmInit): number of slots possible. = 10
    M  SecAudit(RsauShmInit): number of slots requested = 2
    M  SecAudit(RsauShmInit): number of slots used..... = 2
    M  SecAudit(RsauShmInit): user selection........... = 0
    M  SecAudit(RsauShmInit): max size of one file..... = 0 KB
    M  SecAudit(RsauShmInit): max size of all files.... = 102400 KB
    M  SecAudit(RsauGetCurrentProfile): Init of shared memory completed
    M  SecAudit(RsauGetCurrentProfile): Security Audit Log not active
    M  SsfSapSecin: automatic application server initialization for SAPSECULIB
    N  SsfSapSecin: Looking for PSE in database
    N  SsfPseLoad: started...(path=J:\usr\sap\PAD\DVEBMGS00\sec, AS=ndelntx5, instanceid=00)
    N  SsfPseLoad: Downloading file J:\usr\sap\PAD\DVEBMGS00\sec\SAPSYS.pse (client:    , key: SYSPSE, len: 1579)
    N  SsfPseLoad: ended (1 of 1 sucessfully loaded, 1 checked...
    N  MskiCreateLogonTicketCache: Logon Ticket cache created in shared memory.
    N  MskiCreateLogonTicketCache: Logon Ticket cache pointer registered in shared memory.
    M  rdisp/reinitialize_code_page -> 0
    M  icm/accept_remote_trace_level -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  CCMS: AlMsUpload called by wp 0.

    M Thu Dec 11 16:20:52 2008
    M  CCMS: AlMsUpload successful for J:\usr\sap\PAD\DVEBMGS00\log\ALMTTREE.DAT (2219 MTEs).

    M Thu Dec 11 16:20:56 2008
    M  ***LOG R19=> tskh_init, rstsi1_init1 ( Temse 000001) [thxxhead.c   1577]
    S  *** init spool environment
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 095128C0
    S  *** ERROR => TSP01-RQO1NAME : length 20 <-> 100. [rspoini.c    533]
    S  spool kernel/ddic check: Failed
    S  using table TSP02F for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30

    S Thu Dec 11 16:20:57 2008
    S      found processing queue enabled
    S  size of spec char cache entry: 165020 bytes (timeout 100 sec)
    S  size of open spool request entry: 1152 bytes
    S  immediate print option for implicitely closed spool requests is disabled
    M  ***LOG R19=> tskh_init, rspoi_init ( Spooler 000001) [thxxhead.c   1628]
    M  *** ERROR =>    -
    ============----
      [thxxhead.c   849]
    M  *** ERROR =>                                  RSPO - Error                              [thxxhead.c   849]
    M  *** ERROR =>     code:    1  RSPOEINTERN  Some other internal error                     [thxxhead.c   849]
    M  *** ERROR =>     TSP01-RQO1NAME : length 20 <-> 100.                                    [thxxhead.c   849]
    M  *** ERROR =>     module: rspoini  no:    1 line:   535                    T100: PO001   [thxxhead.c   849]
    M  *** ERROR =>     TSL01: F8T  p3: TSP01-RQO1NAME : length 20 <-> 100.                    [thxxhead.c   849]
    M  *** ERROR =>    -
      [thxxhead.c   849]
    M  *** ERROR =>   | No entry in error history                                            | [thxxhead.c   849]
    M  *** ERROR =>    -
      [thxxhead.c   849]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: rspoi_init (step 1, th_errno 2, action 3, level 1) [thxxhead.c   9598]

    M  Info for wp 0

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ndelntx5_PAD_00 on host ndelntx5 (wp 0)
    M  *  ERROR       tskh_init: rspoi_init
    M  *
    M  *  TIME        Thu Dec 11 16:20:57 2008
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          2
    M  *  MODULE      thxxhead.c
    M  *  LINE        9783
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  254]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 0 3368) [dpnttool.c   357]
    dev_w8 log:
    trc file: "dev_w8", trc level: 1, release: "640"
    ACTIVE TRACE LEVEL           1
    ACTIVE TRACE COMPONENTS      all, M

    B Thu Dec 11 16:20:37 2008
    B  create_con (con_name=R/3)
    B  Loading DB library 'J:\usr\sap\PAD\SYS\exe\run\dboraslib.dll' ...
    B  Library 'J:\usr\sap\PAD\SYS\exe\run\dboraslib.dll' loaded
    B  Version of 'J:\usr\sap\PAD\SYS\exe\run\dboraslib.dll' is "640.00", patchlevel (0.142)
    B  New connection 0 created
    M sysno      00
    M sid        PAD
    M systemid   560 (PC with Windows NT)
    M relno      6400
    M patchlevel 0
    M patchno    155
    M intno      20020600
    M make:      multithreaded, ASCII
    M pid        3600
    M
    M  ***LOG Q0Q=> tskh_init, WPStart (Workproc 8 3600) [dpxxdisp.c   1160]
    I  MtxInit: -2 0 0
    M  DpSysAdmExtCreate: ABAP is active
    M  DpShMCreate: sizeof(wp_adm)          14904     (828)
    M  DpShMCreate: sizeof(tm_adm)          2379840     (11840)
    M  DpShMCreate: sizeof(wp_ca_adm)          18000     (60)
    M  DpShMCreate: sizeof(appc_ca_adm)     6000     (60)
    M  DpShMCreate: sizeof(comm_adm)          768000     (384)
    M  DpShMCreate: sizeof(vmc_adm)          0     (364)
    M  DpShMCreate: sizeof(wall_adm)          (22440/34344/56/100)
    M  DpShMCreate: SHM_DP_ADM_KEY          (addr: 06BA0040, size: 3249736)
    M  DpShMCreate: allocated sys_adm at 06BA0040
    M  DpShMCreate: allocated wp_adm at 06BA17D8
    M  DpShMCreate: allocated tm_adm_list at 06BA5210
    M  DpShMCreate: allocated tm_adm at 06BA5238
    M  DpShMCreate: allocated wp_ca_adm at 06DEA278
    M  DpShMCreate: allocated appc_ca_adm at 06DEE8C8
    M  DpShMCreate: allocated comm_adm_list at 06DF0038
    M  DpShMCreate: allocated comm_adm at 06DF0050
    M  DpShMCreate: allocated vmc_adm_list at 06EAB850
    M  DpShMCreate: system runs without vmc_adm
    M  DpShMCreate: allocated ca_info at 06EAB878
    M  DpShMCreate: allocated wall_adm at 06EAB880

    X Thu Dec 11 16:20:38 2008
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 8 initializing ....
    X  Using implementation flat
    M  <EsNT> Memory Reset disabled as NT default
    X  ES initialized.

    M Thu Dec 11 16:20:39 2008
    M  calling db_connect ...
    C  Prepending I:\oracle\PAD\920 to Path.
    C  got NLS_LANG='AMERICAN_AMERICA.WE8DEC' from environment

    C Thu Dec 11 16:20:41 2008
    C  Client NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Logon as OPS$-user to get SAPPAD's password
    C  Connecting as /@PAD on connection 0 (nls_hdl 0) ... (dbsl 640 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   04B81028   0938B2A8   0938AD10
    C  Attaching to DB Server PAD (con_hdl=0,svchp=0938AC64,svrhp=04B85664)

    C Thu Dec 11 16:20:46 2008
    C  Starting user session (con_hdl=0,svchp=0938AC64,srvhp=04B85664,usrhp=04B8E274)
    C  Now '/@PAD' is connected (con_hdl 0, nls_hdl 0).
    C  Got SAPPAD's password from OPS$-user
    C  Disconnecting from connection 0 ...
    C  Close user session (con_hdl=0,svchp=0938AC64,usrhp=04B8E274)
    C  Now I'm disconnected from ORACLE
    C  Connecting as SAPPAD/<pwd>@PAD on connection 0 (nls_hdl 0) ... (dbsl 640 110706)
    C  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    C    0 WE8DEC                                                    1   04B81028   0938B2A8   0938AD10
    C  Starting user session (con_hdl=0,svchp=0938AC64,srvhp=04B85664,usrhp=04B8E274)
    C  Now 'SAPPAD/<pwd>@PAD' is connected (con_hdl 0, nls_hdl 0).
    C  Database NLS settings: AMERICAN_AMERICA.WE8DEC
    C  Database instance pad is running on NDELNTX5 with ORACLE version 9.2.0.8.0 since 20081211
    B  Connection 0 opened (DBSL handle 0)
    B  Wp  Hdl ConName          ConId     ConState     TX  PRM RCT TIM MAX OPT Date     Time   DBHost         
    B  000 000 R/3              000000000 ACTIVE       NO  YES NO  000 255 255 20081211 162039 NDELNTX5       
    M  db_connect o.k.
    M  ICT: exclude compression: .zip,.cs,.rar,.arj,.z,.gz,.tar,.lzh,.cab,.hqx,.ace,.jar,.ear,.war,.css,.pdf,.js,.gzip,.uue,.bz2,.iso,.sda,.sar,.gif

    I Thu Dec 11 16:20:51 2008
    I  MtxInit: 8 0 0
    M  SHM_PRES_BUF               (addr: 09650040, size: 20000768)
    M  SHM_ROLL_AREA          (addr: 33B70040, size: 123731968)
    M  SHM_PAGING_AREA          (addr: 0A970040, size: 39845888)
    M  SHM_ROLL_ADM               (addr: 0CF80040, size: 1236040)
    M  SHM_PAGING_ADM          (addr: 0D0B0040, size: 525344)
    M  ThCreateNoBuffer          allocated 324144 bytes for 1000 entries at 0D140040
    M  ThCreateNoBuffer          index size: 3000 elems
    M  ThCreateVBAdm          allocated 7424 bytes (50 server) at 003F0040
    X  EmInit: MmSetImplementation( 2 ).
    X  <ES> client 8 initializing ....
    X  Using implementation flat
    X  ES initialized.
    B  db_con_shm_ini:  WP_ID = 8, WP_CNT = 18, CON_ID = -1
    B  dbtbxbuf: Buffer TABL  (addr: 11C200C8, size: 50000896, end: 14BCF4C8)
    B  dbtbxbuf: Buffer TABLP (addr: 14BD00C8, size: 30720000, end: 1691C0C8)
    B  dbexpbuf: Buffer EIBUF (addr: 0FA800D0, size: 4194304, end: 0FE800D0)
    B  dbexpbuf: Buffer ESM   (addr: 169200D0, size: 4194304, end: 16D200D0)
    B  dbexpbuf: Buffer CUA   (addr: 16D300D0, size: 5120000, end: 172120D0)
    B  dbexpbuf: Buffer OTR   (addr: 172200D0, size: 4194304, end: 176200D0)

    M Thu Dec 11 16:20:54 2008
    M  rdisp/reinitialize_code_page -> 0
    M  icm/accept_remote_trace_level -> 0
    M  rdisp/no_hooks_for_sqlbreak -> 0
    M  CCMS: AlInitGlobals : alert/use_sema_lock = TRUE.
    M  ***LOG R19=> tskh_init, rstsi1_init1 ( Temse 000001) [thxxhead.c   1577]
    S  *** init spool environment

    S Thu Dec 11 16:20:55 2008
    S  initialize debug system
    T  Stack direction is downwards.
    T  debug control: prepare exclude for printer trace
    T  new memory block 09488AA0
    S  *** ERROR => TSP01-RQO1NAME : length 20 <-> 100. [rspoini.c    533]
    S  spool kernel/ddic check: Failed
    S  using table TSP02F for frontend printing
    S  1 spool work process(es) found
    S  frontend print via spool service enabled
    S  printer list size is 150
    S  printer type list size is 50
    S  queue size (profile)   = 300
    S  hostspool list size = 3000
    S  option list size is 30
    S      found processing queue enabled
    S  size of spec char cache entry: 165020 bytes (timeout 100 sec)
    S  size of open spool request entry: 1152 bytes
    S  immediate print option for implicitely closed spool requests is disabled
    M  ***LOG R19=> tskh_init, rspoi_init ( Spooler 000001) [thxxhead.c   1628]
    M  *** ERROR =>    -
    ============----
      [thxxhead.c   849]
    M  *** ERROR =>                                  RSPO - Error                              [thxxhead.c   849]
    M  *** ERROR =>     code:    1  RSPOEINTERN  Some other internal error                     [thxxhead.c   849]
    M  *** ERROR =>     TSP01-RQO1NAME : length 20 <-> 100.                                    [thxxhead.c   849]
    M  *** ERROR =>     module: rspoini  no:    1 line:   535                    T100: PO001   [thxxhead.c   849]
    M  *** ERROR =>     TSL01: F8T  p3: TSP01-RQO1NAME : length 20 <-> 100.                    [thxxhead.c   849]
    M  *** ERROR =>    -
      [thxxhead.c   849]
    M  *** ERROR =>   | No entry in error history                                            | [thxxhead.c   849]
    M  *** ERROR =>    -
      [thxxhead.c   849]
    M  in_ThErrHandle: 1
    M  *** ERROR => tskh_init: rspoi_init (step 1, th_errno 2, action 3, level 1) [thxxhead.c   9598]

    M  Info for wp 8

    M    stat = 4
    M    reqtype = 1
    M    act_reqtype = -1
    M    rq_info = 0
    M    tid = -1
    M    mode = 255
    M    len = -1
    M    rq_id = 65535
    M    rq_source = 255
    M    last_tid = 0
    M    last_mode = 0
    M    int_checked_resource(RFC) = 0
    M    ext_checked_resource(RFC) = 0
    M    int_checked_resource(HTTP) = 0
    M    ext_checked_resource(HTTP) = 0
    M Thu Dec 11 16:20:56 2008
    M    report = >                                        <
    M    action = 0
    M    tab_name = >                              <

    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server ndelntx5_PAD_00 on host ndelntx5 (wp 8)
    M  *  ERROR       tskh_init: rspoi_init
    M  *
    M  *  TIME        Thu Dec 11 16:20:56 2008
    M  *  RELEASE     640
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          2
    M  *  MODULE      thxxhead.c
    M  *  LINE        9783
    M  *  COUNTER     1
    M  *
    M  *****************************************************************************

    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALLHOOKS
    M  ThCallHooks: call hook >SAP-Trace buffer write< for event BEFORE_DUMP
    M  TrThHookFunc: called for WP dump
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  *** ERROR => ThrSaveSPAFields: no valid thr_wpadm [thxxrun1.c   730]
    M  *** ERROR => ThCallHooks: event handler ThrSaveSPAFields for event BEFORE_DUMP failed [thxxtool3.c  254]
    M  Entering ThSetStatError
    M  Entering ThReadDetachMode
    M  call ThrShutDown (1)...
    M  ***LOG Q02=> wp_halt, WPStop (Workproc 8 3600) [dpnttool.c   357]
    Please suggest....
    Thanks in advance
    Harish K Reddy

  • 544 Movement ,Qty & value is not getting updated in MC.9

    Dear friends,
    MC.9 & MB5b report is showing difference in Qty & Value.In my analysis i came to know that 544 movement is not getting updated in MC.9. I also Checked the Statistically relev. key as 2 and Consumption posting   G  in OMJJ.
    I require the info about MC.9 configuration or any info related to this.

    Hi,
    Please refer SAP note 581240 for this.
    For these stocks you have three valuation types for selection:
    ' ' = no inventory valuation
    'A' valuation = without reference to sales document ('make-to-stock
    inventory')
    'M' = separate valuation with reference to the sales and distribution
    document/project
    ONLY stock/stock movements with special stock valuation 'A'
    (make-to-stock inventory) are updated in Inventory Controlling.
    Thus, if you find a document which is not updated in the info structures
    of Inventory Controlling (S031-S039) and you require this, check the
    corresponding documents in the materials management tables. You can find
    the special stock indicator and indicator of the valuation of the
    special stock, for example, in document segment table MSEG in the
    following fields:
    MSEG-SOBKZ = Special Stock Indicator
    MSEG-KZBWS = Indicator: Special Stock Valuation
    Only A type (make to stock ) are updated in the info structures.
    Hoping this helps.
    Regards,
    Rajesh.

  • Data is not getting posted in ABAP Proxy.

    Hi,
    I am working on File to ABAPProxy scenario. The data is not going to proxy.
    In PI sxmb_moni is status is successfull and in the R3 sxmb_moni the status is successfull. But the data is not getting posted in the tables(ABAPProxy). I had checked the inbound and oubound queues. And with the same input data, abapers cheked their code in Abapproxy, then the table is getting updated. When we trigger from PI, the tables are not getting updated.Please help me.
    Thanks,
    Pragathi.

    Hi,
    The problem may be
    Case 1: Cache is not getting refreshed(Check SXI_CACHE)
    Case 2: The Queue Is blocked (Check SMQ1 & SMQ2)
    Regards,
    Sainath

  • Default Value in a DFF is not getting populated in Self Service Page

    I had an issue in Self Service Page.
    In the SS page there is hidden mandatory field in DFF segment,which should get populated with a default select statement.
    But this field is not getting populated with the default values.
    But this is working fine in Forms , i.e the default value is populated in forms.
    Why the default value is not populated in Self Service Pages?
    For Eg: If there is a DFF "SAMPLE_DFF" which has some context with segment
    Context Code : GB_CODE
    Segment : "Enter the Group"
    and this segment is made required and defaulted with a select stmt (select stmt returns 'XXXXX')
    In forms if am not entering any value, then its defaulted to 'XXXXX'.
    But in Self Service this is not happening.
    Can anybody help me out...

    Actually, I have narrowed down the problem. It is not quite the same.
    DFF is Receivables, Address Information (Release 12). We have 2 attributes defined and we want the default value of the 2nd to be dependent on what the user selects in the 1st.
    So the default value of the 2nd is defined as a SQL Statement, select :$FLEX$.INDUSTRY_CODE from dual (where INDUSTRY_CODE is the value set name from the 1st).
    We know the syntax is correct because if we actually hardcode a default value in the 1st attribute (select 'BLAH' from dual), then we do see that the default value for the 2nd attribute fills in with BLAH as well. However, we do not want that. We want the user to choose a value for the 1st attribute from the LOV, and then have the 2nd attribute default to that same value. This is the part that does not seem to work in OAF, but definitely used to work in Forms.
    Any thoughts?
    Thanks much!

  • Output type not getting saved in the PO

    Hello Team
    we are facing one issue where output type is not getting saved in the PO.
    we give one output type and than save it , after going back to the PO we see that it is not there.and no output issued
    the PO is released properly and there is no issue , any idea what could be the reason for it

    Hi,
    Check in SU3 t.code, did check box selected u201CDelete After Outputu201D in Spool Control segment in Default TAB
    Also check Partner Function VN maintained in Default values TAB in NACR--- > EF Application for your output type
    Cross check partners {VN, PI, GS) are assigned to your PO output type in Partner Roles per Message Type
    Regards,
    Biju K

  • Data not getting uploaded in the AQ table.

    Hi All
    We have one issue with the AQ tables.
    The scenario is like we first send data from Oracle to SOA and then to a third party tool.
    For this we first populate data in one custom payload table and then in to one custom AQ table.
    Now the data is getting updated in the paylaod table and XML is getting generated, but it is not getting interfaced to the third party tool.
    Reason : Data is not getting populated in the custom AQ table from where SOA picks the data and interfaces it ti the third party tool.
    Error is a custom one :
    While equeing the data using the below statement
    l_chr_corrid := p_in_event.getvalueforparameter ('CORRID');
    since the CORRID Id is null it gives us the message :Correlation ID has not been set for the payload.
    Part of the code for setting WF parameters :
    l_chr_corrid_val := l_chr_event_name || '.order';
    wf_event.addparametertolist (p_name => l_chr_corrid_name,
    p_value => l_chr_corrid_val,
    p_parameterlist => l_param_list
    l_local_event.setcorrelationid (l_chr_corrid_val);
    l_chr_rule_ret := wf_rule.default_rule (p_in_subscription_guid, l_local_event); -- Returns success
    This is quite urgent , hence kindly help us find a sollution to this issue.
    Thanks in advance
    Trupti

    Looks like you havent populated the correlation id. To make sure this is unique use the conversationID, or GUI, etc.
    Not sure what version you are on. If 10g look at this note (obviously chnage from file to AQ, concept the same):
    http://middleware1.wordpress.com/category/adapters/page/2/
    If 11g you should be able to see the property when you edit the invoke activity, there is a tab called properties.
    cheers
    James

Maybe you are looking for