Testing IDOC from the sender side

The scenario is IDOC - File.
ALE configuration steps are done from R3 end
in XI, I hav created Port, RFC destination
IR, ID activated succesfully
I have to send an IDOC and test the scenario (DEBMAS) and create and change sold to party, ship to party details as test
Please suggest me the steps I need to perform to test my scenario
regards,
Nikhil.

Hi nikhil,
let me try for u...
<b>U have to trigger DEBMAS from R/3...</b>
There are two ways u can trigger the IDocs
<b>1st way</b>
1)Go to transaction we19 for triggering the idocs
2)Under basic type give DE* and press F4 , u will get all the basic type IDOcs that start with DE.Now select the Idoc DEBMAS(u will definitely find it)
Now execute/F8.
After executing choose option Standard outbound processing option then click OK button.The idoc will be sent to the integration server .U will see an pop-up showing that „IDoc is sent successfully for outbound processing“.
<b>2nd Way</b>
USING EXTING IDOCS:
Go to transaction we02/we05 to see any existing Idocs for DEBMAS.Copy any one of the  Idoc number
Now go to transaction WE19 and choose  Existing Idoc option.GIve the Idoc No u have copied.After executing choose option Standard outbound processing option then click OK button.The idoc will be sent to the integration server .U will see an pop-up showing that „IDoc is sent successfully for outbound processing“.
hope ...it will help u......
Regards
BILL
<b>***reward if it helps u</b>

Similar Messages

  • How do I send a raw (push) notification from the server side using an Azure mobile service?

    Hi there!
    Currently I'm able to send toast notifications to my user from my Azure mobile service using the following line of code in one of my server side scripts:
    push.wns.send(opponent_id, payload, 'wns/toast', {
    success: function(pushResponse) {
    console.log("Sent push:", pushResponse);
    request.respond(statusCodes.OK, {});
    error: function(pushResponse) {
    console.log("Error Sending push:", pushResponse);
    request.respond(500, { error: pushResponse });
    But I would like to send a raw notification to my user now, not a toast notification. I've set up a background tasks which runs as soon as a raw notification arrives(I've tested this through the diagnose option of my mobileservicehub and it works).
    I want to send a raw notification now from the server side and I'm kind off lost on how to do that. I've looked for it but can't seem to find an answer to that question, I might be looking for the wrong stuff though.
    I'm looking for a solution that looks the same as the one for a toast notification(as demonstrated in the code above).
    Your help would be greatly appreciated!
    Thanks in advance!
    Jan

    I found the solution to this it was in fact really really easy, I should have read the documentation more properly since it clearly said that the payload for raw notifications could be literally anything but the client has to take care of it.
    So I figured that out!

  • REG: 4 different folders from the source side and we need to have the BPM t

    Hi All,
    We are using a BPM for file-idoc scenario. Previously we use to have one source folder which sends file and the bpm worked fine. Now we have a requirement where the files come from 4 different folders from the source side and we need to have the BPM to run independently for each folder.
    What are the changes to be made in IR and id for this..
    Thanks & Regards,
    Kiran.

    File adapter has a option advance selection of source file setting which can be used for picking files from different folder.

  • Load Balancing on two server nodes at the sender side...

    Hi Experts,
    I am sending a huge message (this message is being splitted into multiple messages depending on the load and zipped, this whole process of splitting and zipping is done by the scripts) zipped from sender side , when I am monitoring in message monitoring tool I found that all the load is on one server node and other server node is free as we have two server nodes , how to distribute the message equally between these two nodes.
    The same Load balancing is working properly at the receiver end (load is getting distributed between two server nodes). Not sure why this is not the case at the sender side.
    Please throw some light on this issue.
    Thanks a lot for your kind help in advance.

    Hi,
    Follow this blog this may helpful to you
    Handling Large files in XI
    /people/pooja.pandey/blog/2005/10/17/number-formatting-to-handle-large-numbers
    file size can be handeled in client java proxy and the message is parsed in xi. this will not have much of performance issue. but yes when the smae is handeled by xi. and yes this scenario can be efficiently handeled from java client proxy
    limit on the number of 'field-set' lines you can send to the ITS?
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/72e2bb90-0301-0010-e883-c390ad8a975a
    Processing huge file loads through XI
    Edited by: Venkataramesh Boppana on May 17, 2008 12:54 AM

  • Converting string(which is an xml from the java side) to xml in flex

    Hi,
       I have an xml from the java side which i send as string over amf. I need to convert this to xmllist or xml and bind it to a tree. Could some one help me in doing this. My label field needs to be displayName
    this is my xml that comes as string to the flex side
    <Menu>
      <MenuItem>
        <id>1</id>
        <displayName>Add</displayName>
        <menuList>
          <MenuItem>
            <id>3</id>
            <displayName>Form1</displayName>
            <menuList/>
          </MenuItem>
          <MenuItem>
            <id>4</id>
            <displayName>Form2</displayName>
            <menuList/>
          </MenuItem>
        </menuList>
      </MenuItem>
      <MenuItem>
        <id>2</id>
        <displayName>Delete</displayName>
        <menuList>
          <MenuItem>
            <id>5</id>
            <displayName>Form1</displayName>
            <menuList/>
          </MenuItem>
          <MenuItem>
            <id>6</id>
            <displayName>Form2</displayName>
            <menuList/>
          </MenuItem>
        </menuList>
      </MenuItem>
    </Menu>

    Well, for Binding you will probably need to further convert to XMLListCollection or ArrayCollection.
    Not sure.
    However, that is the way to convert String to XML.

  • RUN form FMX from the client side

    Hii
    I have installed oracle forms developer 10g, i have designed simple form and i run it from the local mechine it worked, and i want to try to connect it from the client side, it didn't work
    Can you help on this please

    No you don't need to have an iAS to test this
    Start your OC4J instance on your host
    copy the file default.env to test.env (located in <oracle_home>/forms/server)
    in test.env modify your forms_path to the pathe where your form is residing.
    modify your formsweb.cfg file (located in <oracle_home>/forms/server)
    add a named config at the end of the file (copy the example and modify to your needs)
    looking like
    [test]
    envfile=test.env
    form=test.fmx
    userid=.../..@... (or you can leave this out and then you get an authentication pop up)
    leave the other stuff default
    now call on your other client
    htpp://<your machine where oc4j is running>:8889/forms/frmservlet?config=test
    if you still have troubles with your fields check wheter you have other java clients installed (I experienced also problems when other JVM's were installed with certain Jinitiator)
    If so you can bypass this by making JRE the standard instead of Jinitiator
    put in your named config
    IE=native
    and change
    baseHTMLjinitiator=webutiljinit.htm
    baseHTMLie=webutiljpi.htm
    into
    baseHTMLjinitiator=webutiljpi.htm
    baseHTMLie=webutiljpi.htm
    Now you will load sun's JRE instead of Jinit
    Hope this helps
    Erwin

  • Fetching a partial range of selected result rows from the client side

    It has been a while since I started trying to solve this Oracle puzzle.
    Basically, what I need it is a way to fetch from the client side a run-time
    defined range of result rows of a arbitrary SELECT query.
    In low-end databases like MySQL I can do it simply by appending the LIMIT
    argument to the end of the SELECT query statment passing the number of
    the first row that I want to be returned from the server from the total
    result rows available in the result set and the maximum number of rows
    that it may return if available.
    In higher end databases I am supposed to use server side cursors to skip
    any initial rows before the first that I want to retrieve and fetch only
    the rows I want up to the given limit.
    I am able to achieve this with PostgreSQL and Microsoft SQL server, but I
    am having a hard time with Oracle. The main problem is how do I fetch
    result rows from a server side cursor and have their data returned to a
    client side in a result set like in a straight SELECT query?
    I was able to create a cursor and fecth a row into a server side record
    variable with the following PL/SQL code.
    DECLARE
    CURSOR c IS SELECT * FROM my_table;
    my_row c%ROWTYPE;
    BEGIN
    OPEN c;
    FETCH c INTO my_row;
    CLOSE c;
    END;
    I want to do this from PHP, so I don't have client side ESQL variables to
    store the result set data structure. Anyway, if I can do it just with
    SQLPlus I should be able to do it in PHP.
    If I do straight SELECT I can get the result set, but in a PL/SQL script
    like the one above I don't seem to be able to select the data in the
    fetched row record to have returned to the client. Does a straight SELECT
    query sends the result rows to a default client side variable?
    If anybody can help, I would appreciate if you could mail me at
    [email protected] because I am not able to access this forum all the time in
    the Web. BTW, is it possible to access this forum by e-mail?
    Thanks in advance,
    Manuel Lemos
    null

    Hello Jason,
    On 03-Feb-00 05:34:14, you wrote:
    I'm not sure I totally understand your problem, but I think you might be able
    to solve it by using the ROWNUM variable. ROWNUM returns the sequenc number
    in which a row was returned when first selected from a table. The first row
    has ROWNUM = 1, the second has ROWNUM = 2, etc. Just remember that the
    ROWNUM is assigned as soon as it's selected, even before an order by. So if
    you have an order by clause, it'll mess it up. Here's an example. I hope
    that helps.I though of that before but it doesn't help because if you use ORDER BY the
    first result row might not have ROWNUM=1 and so on. Another issue is that
    I want to be able to skip a given number of result rows before returning
    anything to the client.
    The only way I see to do it is to get the rows with server side cursor.
    But how do I return them to the client? Where does a normal select returns
    the rows? Isn't there a way to specify that the fetch or something else
    return the rows there?
    Regards,
    Manuel Lemos
    Web Programming Components using PHP Classes.
    Look at: http://phpclasses.UpperDesign.com/?user=[email protected]
    E-mail: [email protected]
    URL: http://www.mlemos.e-na.net/
    PGP key: http://www.mlemos.e-na.net/ManuelLemos.pgp
    null

  • Payment IDoc from the r/3 to PI

    Dear All,
    After the payment initiation using the Functional Transaction Code-F110
    (APP, they are facing issues related to releasing of Payment IDoc from the
    R/3 system to our PI located at the client premises using RFC connection of
    ABAP type. The Partner profile used for the same is of Type ==> Bank.
    IDoc Details
    Basic Type     ==> PEXR2002
    Message type   ==> Payext
    Extension Type ==> ZPEXR2002
    The failed IDocs have to be manually released using SM58 in order to
    process the transactions,Which is causing lot rework and is inconvenient to
    the client.
    can anyone please  let me know what could be the reasons for payment IDOCs not moving to R/3
    Regards
    vinila

    Hi,
    You need to check with your BASIS team the RFC connection from R/# to PI. They can check the connection by manually sending some file over this connection.
    Then also check the error message which comes at the status part of the IDOC (You can see in WE02. WE05). And then check with ABAP and BASIS for that.
    Regards,
    Gaurav

  • Uc540 to Callmanager all working but no Voicemail from the Callamanger side

    I have created a connection between the UC540 and Cisco Callmanager 6.  I am using a H323 gateway connection and can call each site via 4 didgit dialing.   My issue is that the calls from the Callmanager side trying to go to the UC540 side can not hear VOICEMAIL prompts.  It goes into a fast busy.  Calling from teh Uc540 side to the Callmanager side is fine.  I can get phones and voicemail mail.  Has anyone had any experience with this?  I do notice that my Dial-peer to the callmanager side is H323... but the dial-peer to the Voicemail side of UC540 is SIP.  Has anyone got this working?  I have full connectivity to each VLAN from each IP subnet.  I can PING all Voice and Data VLANS.  One thing to know is this is using a site to site VPN connection as well.. so their is also a tunnel involved... but everything is working and I have connectivity.
    John NIkolatos
    www.niktek.com

    Ok here are the debugs.  I did not have anything for "show dspfarm profile" so I added conferencing using hte CCA.  Which created a DSPFARM for me. 
    onnys#show dspfarm profile
    Dspfarm Profile Configuration
    Profile ID = 1, Service = CONFERENCING, Resource ID = 1 
    Profile Description : DO NOT MODIFY, active CCA conference profile - CCA2.0 codec729
    Profile Service Mode : Non Secure
    Profile Admin State : UP
    Profile Operation State : ACTIVE
    Application : SCCP   Status : ASSOCIATED
    Resource Provider : FLEX_DSPRM   Status : UP
    Number of Resource Configured : 4
    Number of Resource Available : 4
    Maximum conference participants : 8
    Codec Configuration: num_of_codecs:6
    Codec : g711ulaw, Maximum Packetization Period : 30 , Transcoder: Not Required
    Codec : g711alaw, Maximum Packetization Period : 30 , Transcoder: Not Required
    Codec : g729ar8, Maximum Packetization Period : 60 , Transcoder: Not Required
    Codec : g729abr8, Maximum Packetization Period : 60 , Transcoder: Not Required
    Codec : g729r8, Maximum Packetization Period : 60 , Transcoder: Not Required
    Codec : g729br8, Maximum Packetization Period : 60 , Transcoder: Not Required
    sonnys#
    *************DEBUGS*******************
    sonnys#
    034798: Sep  4 19:12:50.182: //-1/00FA9B800F00/CCAPI/cc_api_display_ie_subfields:
       cc_api_call_setup_ind_common:
       cisco-username=Alvin Cruz
       ----- ccCallInfo IE subfields -----
       cisco-ani=3240
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=1
       dest=4299
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=-1
       cisco-rdnplan=-1
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    034799: Sep  4 19:12:50.186: //-1/00FA9B800F00/CCAPI/cc_api_call_setup_ind_common:
       Interface=0x8764AB74, Call Info(
       Calling Number=3240,(Calling Name=)(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=4299(TON=Unknown, NPI=Unknown),
       Calling Translated=FALSE, Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE,
       Incoming Dial-peer=2003, Progress Indication=NULL(0), Calling IE Present=TRUE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, CLID Transparent=FALSE), Call Id=2411
    034800: Sep  4 19:12:50.186: //-1/00FA9B800F00/CCAPI/ccCheckClipClir:
       In: Calling Number=3240(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    034801: Sep  4 19:12:50.186: //-1/00FA9B800F00/CCAPI/ccCheckClipClir:
       Out: Calling Number=3240(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    034802: Sep  4 19:12:50.186: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    034803: Sep  4 19:12:50.186: :cc_get_feature_vsa malloc success
    034804: Sep  4 19:12:50.186: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    034805: Sep  4 19:12:50.186:  cc_get_feature_vsa count is 3
    034806: Sep  4 19:12:50.186: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    034807: Sep  4 19:12:50.186: :FEATURE_VSA attributes are: feature_name:0,feature_time:2334987224,feature_id:2682
    034808: Sep  4 19:12:50.186: //2411/00FA9B800F00/CCAPI/cc_api_call_setup_ind_common:
       Set Up Event Sent;
       Call Info(Calling Number=3240(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=4299(TON=Unknown, NPI=Unknown))
    034809: Sep  4 19:12:50.186: //2411/00FA9B800F00/CCAPI/cc_process_call_setup_ind:
       Event=0x887F6700
    034810: Sep  4 19:12:50.186: //-1/xxxxxxxxxxxx/CCAPI/cc_setupind_match_search:
       Try with the demoted called number 4299
    034811: Sep  4 19:12:50.186: //2411/00FA9B800F00/CCAPI/ccCallSetContext:
       Context=0x8B2FAE84
    034812: Sep  4 19:12:50.186: //2411/00FA9B800F00/CCAPI/cc_process_call_setup_ind:
       >>>>CCAPI handed cid 2411 with tag 2003 to app "_ManagedAppProcess_Default"
    034813: Sep  4 19:12:50.190: //2411/00FA9B800F00/CCAPI/ccCallProceeding:
       Progress Indication=NULL(0)
    034814: Sep  4 19:12:50.190: //2411/00FA9B800F00/CCAPI/ccCallSetupRequest:
       Destination=, Calling IE Present=TRUE, Mode=0,
       Outgoing Dial-peer=2000, Params=0x8B2EF414, Progress Indication=NULL(0)
    034815: Sep  4 19:12:50.190: //2411/00FA9B800F00/CCAPI/ccCheckClipClir:
       In: Calling Number=3240(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    034816: Sep  4 19:12:50.190: //2411/00FA9B800F00/CCAPI/ccCheckClipClir:
       Out: Calling Number=3240(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed)
    034817: Sep  4 19:12:50.194: //2411/00FA9B800F00/CCAPI/ccCallSetupRequest:
       Destination Pattern=4299, Called Number=4299, Digit Strip=FALSE
    034818: Sep  4 19:12:50.194: //2411/00FA9B800F00/CCAPI/ccCallSetupRequest:
       Calling Number=3240(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=4299(TON=Unknown, NPI=Unknown),
       Redirect Number=, Display Info=Alvin Cruz
       Account Number=Alvin Cruz, Final Destination Flag=TRUE,
       Guid=00FA9B80-AD52-6104-0F00-7202AC1064F7, Outgoing Dial-peer=2000
    034819: Sep  4 19:12:50.194: //2411/00FA9B800F00/CCAPI/cc_api_display_ie_subfields:
       ccCallSetupRequest:
       cisco-username=Alvin Cruz
       ----- ccCallInfo IE subfields -----
       cisco-ani=3240
       cisco-anitype=0
       cisco-aniplan=0
       cisco-anipi=0
       cisco-anisi=1
       dest=4299
       cisco-desttype=0
       cisco-destplan=0
       cisco-rdie=FFFFFFFF
       cisco-rdn=
       cisco-rdntype=-1
       cisco-rdnplan=-1
       cisco-rdnpi=-1
       cisco-rdnsi=-1
       cisco-redirectreason=-1   fwd_final_type =0
       final_redirectNumber =
       hunt_group_timeout =0
    034820: Sep  4 19:12:50.194: //2411/00FA9B800F00/CCAPI/ccIFCallSetupRequestPrivate:
       Interface=0x877DC764, Interface Type=3, Destination=, Mode=0x0,
       Call Params(Calling Number=3240,(Calling Name=Alvin Cruz)(TON=Unknown, NPI=Unknown, Screening=User, Passed, Presentation=Allowed),
       Called Number=4299(TON=Unknown, NPI=Unknown), Calling Translated=FALSE,
       Subscriber Type Str=Unknown, FinalDestinationFlag=TRUE, Outgoing Dial-peer=2000, Call Count On=FALSE,
       Source Trkgrp Route Label=, Target Trkgrp Route Label=, tg_label_flag=0, Application Call Id=)
    034821: Sep  4 19:12:50.194: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    034822: Sep  4 19:12:50.194: :cc_get_feature_vsa malloc success
    034823: Sep  4 19:12:50.194: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    034824: Sep  4 19:12:50.194:  cc_get_feature_vsa count is 4
    034825: Sep  4 19:12:50.194: //-1/xxxxxxxxxxxx/CCAPI/cc_get_feature_vsa:
    034826: Sep  4 19:12:50.194: :FEATURE_VSA attributes are: feature_name:0,feature_time:2334986104,feature_id:2683
    034827: Sep  4 19:12:50.194: //2412/00FA9B800F00/CCAPI/ccIFCallSetupRequestPrivate:
       SPI Call Setup Request Is Success; Interface Type=3, FlowMode=1
    034828: Sep  4 19:12:50.194: //2412/00FA9B800F00/CCAPI/ccCallSetContext:
       Context=0x8B2EF3C4
    034829: Sep  4 19:12:50.194: //2411/00FA9B800F00/CCAPI/ccSaveDialpeerTag:
       Outgoing Dial-peer=2000
    034830: Sep  4 19:12:50.198: //2412/00FA9B800F00/CCAPI/cc_api_call_proceeding:
       Interface=0x877DC764, Progress Indication=NULL(0)
    034831: Sep  4 19:12:50.202: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Sent:
    INVITE sip:[email protected]:5060 SIP/2.0
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17C1321
    Remote-Party-ID: "Alvin Cruz" ;party=calling;screen=yes;privacy=off
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    To:
    Date: Tue, 04 Sep 2012 19:12:50 GMT
    Call-ID: [email protected]
    Supported: 100rel,timer,resource-priority,replaces,sdp-anat
    Min-SE:  1800
    Cisco-Guid: 0016423808-2907857156-0251687426-2886755575
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Allow: INVITE, OPTIONS, BYE, CANCEL, ACK, PRACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO, REGISTER
    CSeq: 101 INVITE
    Max-Forwards: 70
    Timestamp: 1346785970
    Contact:
    Expires: 180
    Allow-Events: telephone-event
    Content-Length: 0
    034832: Sep  4 19:12:50.214: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 100 Trying
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17C1321
    To:
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Content-Length: 0
    Timestamp: 1346785970
    034833: Sep  4 19:12:50.254: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 180 Ringing
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17C1321
    To: ;tag=dsc1cb9c32
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Content-Length: 0
    Contact:
    Allow: INVITE, BYE, CANCEL, ACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO
    Cisco-Gcid: [email protected]
    034834: Sep  4 19:12:50.254: //2412/00FA9B800F00/CCAPI/cc_api_call_alert:
       Interface=0x877DC764, Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
    034835: Sep  4 19:12:50.258: //2412/00FA9B800F00/CCAPI/cc_api_call_alert:
       Call Entry(Retry Count=0, Responsed=TRUE)
    034836: Sep  4 19:12:50.258: //2411/00FA9B800F00/CCAPI/ccCallAlert:
       Progress Indication=NULL(0), Signal Indication=SIGNAL RINGBACK(1)
    034837: Sep  4 19:12:50.258: //2411/00FA9B800F00/CCAPI/ccCallAlert:
       Call Entry(Responsed=TRUE, Alert Sent=TRUE)
    034838: Sep  4 19:12:50.258: //2412/00FA9B800F00/CCAPI/cc_api_get_called_ccm_detected:
       CallInfo(ccm detected=0)
    034839: Sep  4 19:12:50.258: //2411/00FA9B800F00/CCAPI/ccCallNotify:
       Data Bitmask=0x7, Call Id=2411
    034840: Sep  4 19:12:50.258: //2412/00FA9B800F00/CCAPI/cc_api_get_called_ccm_detected:
       CallInfo(ccm detected=0)
    034841: Sep  4 19:12:50.262: //2411/00FA9B800F00/CCAPI/cc_api_get_delay_xport:
       CallInfo(delay xport=FALSE)
    034842: Sep  4 19:12:50.298: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 200 Ok
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17C1321
    To: ;tag=dsc1cb9c32
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    Call-ID: [email protected]
    CSeq: 101 INVITE
    Content-Length: 184
    Contact:
    Content-Type: application/sdp
    Allow: INVITE, BYE, CANCEL, ACK, UPDATE, REFER, SUBSCRIBE, NOTIFY, INFO
    Cisco-Gcid: [email protected]
    v=0
    o=CUE 11733024 2 IN IP4 10.1.10.1
    s=SIP Call
    c=IN IP4 10.1.10.1
    t=0 0
    m=audio 21428 RTP/AVP 0 101
    a=rtpmap:0 PCMU/8000
    a=rtpmap:101 telephone-event/8000
    a=fmtp:101 0-15
    034843: Sep  4 19:12:50.298: //2412/00FA9B800F00/CCAPI/cc_api_event_indication:
       Event=91, Call Id=2412
    034844: Sep  4 19:12:50.298: //2412/00FA9B800F00/CCAPI/cc_api_event_indication:
       Event Is Sent To Conferenced SPI(s) Directly
    034845: Sep  4 19:12:50.298: //2412/00FA9B800F00/CCAPI/cc_api_caps_ind:
       Destination Interface=0x0, Destination Call Id=-1, Source Call Id=2412,
       Caps(Codec=0x1, Fax Rate=0x2, Vad=0x1,
       Modem=0x0, Codec Bytes=160, Signal Type=2)
    034846: Sep  4 19:12:50.298: //2412/00FA9B800F00/CCAPI/cc_api_caps_ind:
       Caps(Playout Mode=1, Playout Initial=60(ms), Playout Min=40(ms),
       Playout Max=1000(ms), Fax Nom=300(ms))
    034847: Sep  4 19:12:50.302: //2412/00FA9B800F00/CCAPI/cc_api_call_connected:
       Interface=0x877DC764, Data Bitmask=0x1, Progress Indication=NULL(0),
       Connection Handle=0
    034848: Sep  4 19:12:50.302: //2412/00FA9B800F00/CCAPI/cc_api_call_connected:
       Call Entry(Connected=TRUE, Responsed=TRUE, Retry Count=0)
    034849: Sep  4 19:12:50.302: //2411/00FA9B800F00/CCAPI/cc_api_call_disconnected:
       Cause Value=127, Interface=0x8764AB74, Call Id=2411
    034850: Sep  4 19:12:50.302: //2411/00FA9B800F00/CCAPI/cc_api_call_disconnected:
       Call Entry(Responsed=TRUE, Cause Value=127, Retry Count=0)
    034851: Sep  4 19:12:50.306: //2411/00FA9B800F00/CCAPI/ccConferenceCreate:
       (confID=0x8B3D6128, callID1=0x96B, gcid=0-0-0-0, tag=0x0)
    034852: Sep  4 19:12:50.306: //2412/00FA9B800F00/CCAPI/ccConferenceCreate:
       (confID=0x8B3D6128, callID2=0x96C, gcid=0-0-0-0, tag=0x0)
    034853: Sep  4 19:12:50.306: //2411/00FA9B800F00/CCAPI/ccConferenceCreate:
       Conference Id=0x8B3D6128, Call Id1=2411, Call Id2=2412, Tag=0x0
    034854: Sep  4 19:12:50.306: //2411/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
    034855: Sep  4 19:12:50.306: cc_api_get_xcode_stream : 4702
    034856: Sep  4 19:12:50.306: //2411/00FA9B800F00/CCAPI/cc_api_bridge_done:
       Conference Id=0x236, Source Interface=0x8764AB74, Source Call Id=2411,
       Destination Call Id=2412, Disposition=0x0, Tag=0x0
    034857: Sep  4 19:12:50.306: //2412/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
    034858: Sep  4 19:12:50.306: cc_api_get_xcode_stream : 4702
    034859: Sep  4 19:12:50.306: //2412/xxxxxxxxxxxx/CCAPI/cc_api_get_xcode_stream:
    034860: Sep  4 19:12:50.306: cc_api_get_xcode_stream : 4702
    034861: Sep  4 19:12:50.306: //2412/00FA9B800F00/CCAPI/cc_api_bridge_done:
       Conference Id=0x236, Source Interface=0x877DC764, Source Call Id=2412,
       Destination Call Id=2411, Disposition=0x0, Tag=0x0
    034862: Sep  4 19:12:50.306: //2411/00FA9B800F00/CCAPI/cc_generic_bridge_done:
       Conference Id=0x236, Source Interface=0x877DC764, Source Call Id=2412,
       Destination Call Id=2411, Disposition=0x0, Tag=0x0
    034863: Sep  4 19:12:50.310: //2411/00FA9B800F00/CCAPI/ccConferenceCreate:
       Call Entry(Conference Id=0x236, Destination Call Id=2412)
    034864: Sep  4 19:12:50.310: //2412/00FA9B800F00/CCAPI/ccConferenceCreate:
       Call Entry(Conference Id=0x236, Destination Call Id=2411)
    034865: Sep  4 19:12:50.310: //2411/00FA9B800F00/CCAPI/cc_process_notify_bridge_done:
       Conference Id=0x236, Call Id1=2411, Call Id2=2412
    034866: Sep  4 19:12:50.314: //2411/00FA9B800F00/CCAPI/ccConferenceDestroy:
       Conference Id=0x236, Tag=0x0
    034867: Sep  4 19:12:50.314: //2411/00FA9B800F00/CCAPI/cc_api_bridge_drop_done:
       Conference Id=0x236, Source Interface=0x8764AB74, Source Call Id=2411,
       Destination Call Id=2412, Disposition=0x0, Tag=0x0
    034868: Sep  4 19:12:50.314: //2412/00FA9B800F00/CCAPI/cc_api_bridge_drop_done:
       Conference Id=0x236, Source Interface=0x877DC764, Source Call Id=2412,
       Destination Call Id=2411, Disposition=0x0, Tag=0x0
    034869: Sep  4 19:12:50.314: //2411/00FA9B800F00/CCAPI/cc_generic_bridge_done:
       Conference Id=0x236, Source Interface=0x877DC764, Source Call Id=2412,
       Destination Call Id=2411, Disposition=0x0, Tag=0x0
    034870: Sep  4 19:12:50.314: //2412/00FA9B800F00/CCAPI/ccCallDisconnect:
       Cause Value=0, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=0)
    034871: Sep  4 19:12:50.318: //2412/00FA9B800F00/CCAPI/ccCallDisconnect:
       Cause Value=0, Call Entry(Responsed=TRUE, Cause Value=0)
    034872: Sep  4 19:12:50.318: //2411/00FA9B800F00/CCAPI/ccCallDisconnect:
       Cause Value=127, Tag=0x0, Call Entry(Previous Disconnect Cause=0, Disconnect Cause=127)
    034873: Sep  4 19:12:50.318: //2411/00FA9B800F00/CCAPI/ccCallDisconnect:
       Cause Value=127, Call Entry(Responsed=TRUE, Cause Value=127)
    034874: Sep  4 19:12:50.318: //2411/00FA9B800F00/CCAPI/cc_api_get_transfer_info:
       Transfer Number Is Null
    034875: Sep  4 19:12:50.326: //2411/00FA9B800F00/CCAPI/cc_api_call_disconnect_done:
       Disposition=0, Interface=0x8764AB74, Tag=0x0, Call Id=2411,
       Call Entry(Disconnect Cause=127, Voice Class Cause Code=0, Retry Count=0)
    034876: Sep  4 19:12:50.326: //2411/00FA9B800F00/CCAPI/cc_api_call_disconnect_done:
       Call Disconnect Event Sent
    034877: Sep  4 19:12:50.326: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    034878: Sep  4 19:12:50.326: :cc_free_feature_vsa freeing 8B2D13D0
    034879: Sep  4 19:12:50.326: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    034880: Sep  4 19:12:50.326:  vsacount in free is 3
    034881: Sep  4 19:12:50.326: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Sent:
    ACK sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17D1502
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    To: ;tag=dsc1cb9c32
    Date: Tue, 04 Sep 2012 19:12:50 GMT
    Call-ID: [email protected]
    Max-Forwards: 70
    CSeq: 101 ACK
    Allow-Events: telephone-event
    Reason: Q.850;cause=0
    Content-Length: 0
    034882: Sep  4 19:12:50.330: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Sent:
    BYE sip:[email protected]:5060;transport=udp SIP/2.0
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17E1303
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    To: ;tag=dsc1cb9c32
    Date: Tue, 04 Sep 2012 19:12:50 GMT
    Call-ID: [email protected]
    User-Agent: Cisco-SIPGateway/IOS-12.x
    Max-Forwards: 70
    Timestamp: 1346785970
    CSeq: 102 BYE
    P-RTP-Stat: PS=0,OS=0,PR=0,OR=0,PL=0,JI=0,LA=0,DU=0
    Content-Length: 0
    034883: Sep  4 19:12:50.334: //2412/00FA9B800F00/SIP/Msg/ccsipDisplayMsg:
    Received:
    SIP/2.0 200 Ok
    Via: SIP/2.0/UDP 10.1.10.2:5060;branch=z9hG4bK17E1303
    To: ;tag=dsc1cb9c32
    From: "Alvin Cruz" ;tag=1D2BA668-1AC4
    Call-ID: [email protected]
    CSeq: 102 BYE
    Content-Length: 0
    034884: Sep  4 19:12:50.338: //2412/00FA9B800F00/CCAPI/cc_api_call_disconnect_done:
       Disposition=0, Interface=0x877DC764, Tag=0x0, Call Id=2412,
       Call Entry(Disconnect Cause=0, Voice Class Cause Code=0, Retry Count=0)
    034885: Sep  4 19:12:50.338: //2412/00FA9B800F00/CCAPI/cc_api_call_disconnect_done:
       Call Disconnect Event Sent
    034886: Sep  4 19:12:50.338: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    034887: Sep  4 19:12:50.338: :cc_free_feature_vsa freeing 8B2D0F70
    034888: Sep  4 19:12:50.338: //-1/xxxxxxxxxxxx/CCAPI/cc_free_feature_vsa:
    034889: Sep  4 19:12:50.338:  vsacount in free is 2
    sonnys#

  • Creation of Idocs from the change pointers by the program RBDMIDOC

    Hello,
    I'm Creating Idocs from the change pointers by the program RBDMIDOC.
    The IDOCS Created using the message type HRMD_A are Correct but when i try to RUN RBDMIDOC for message type HRMD_B no Data is selected for distribution.
    All the customizing are similar and i presume that all the change pointers are active (BD50 and IMG->Personnel Management -> Organizational Management  -> Basic Settings -> Activate change documents).
    Can anyone help me with the necessary steps to create this IDOC types.
    Do anyone know if the RBDMIDOC report is the Same for messages HRMD_A and HRMD_B.
    Thanks in Advance,
    Pedro Ferreira

    If the setting is fine, there may be some code in exit or badi for program RBMIDOC. Check the Exit and BADI.
    check the exit EXIT_SAPLBD11_001 and
    check the badi IDOC_CREATION_CHECK.
    Probably there may be some code on these exits which are stoping your code from getting generated.These are the two trigger happen once u execute the RBMIDOC program.for HR, we use RHALEINI program to generate the idoc. but even RBDMIDOC works. These 2 triggere will come with RHALEINI also.
    If there is no code here, Then there is problem in the setting only.

  • How to send mails in HTML format from the send mail step of workflow?

    Hi,
    I have a requirement where I need to send mails in the html format from the send mail step of the workflows.
    But what I found out that the html tags are not renderd and as such the output is in plain text.
    I know that there is an alternative of using an activity step and use my own custom code from within there,But due to certain business constraints, I need to use the send mail step only.
    My SCOT settings are all right.
    Please let me know how it can be done.
    Thanks,
    Samrat.

    Samrat,
    It can't be done, you have to use your own activity step.
    What are these constraints that refrain you from doing that?
    Rgds,
    Patrick

  • Good evening every one! recently, i noticed that my macbook pro make a weird sound when i open the screen, it's like there is something keeping the screen from moving correctly.the little noise comes exactly from the left side of the axis.please advice me

    Good evening ! recently, i noticed that my macbook pro make a weird sound when i open the screen, it's like there is something keeping the screen from moving correctly.the little noise comes exactly from the left side of the axis.please advice me what to do
    (i live in morocco and i need to know where i should take ma macbook to get it fixed and if the warranty take this problem in charge)
    thank you in advance
    macbook pro mid2012 i7 (here is my e-mail adress : [email protected])

    You should take it to an Apple store or an AASP (Authorized Apple Service Provider) Carefully inspect the hinge joint and make sure there is no debris that you can see, you can try carefully sliding some sticky tape thru the joint to clear any loose stuff out. But this sounds like there might be more going on here, and the hinge is something that you do not want to fool with.

  • My macbook pro is probably only 2 months old and there is a buzzing/grinding noise coming from the left side of the laptop every time I open it.  It may buzz 5 times in a span of 30 seconds then not make the noise the remaining time that it is open.

    My macbook pro is probably only 2 months old and there is a buzzing/grinding noise coming from the left side of the laptop every time I open it.  It may buzz 5 times in a span of 30 seconds then not make the noise the remaining time that it is open.  I have read that it may have to do with my fan or HD.  I am under apple care for a good amount of time but am wondering if this is a mjor issue.  I would not be able to get to an apple care center in the near future due to being at school.  Should I be worried or will it last by the time I am home in 2 months.

    Sounds like the disk in your MBP is accessing data on wake up
    If you are still concerned you can take it into the Apple Store where they can hear it to be sure
    Allan

  • I use the "Bootcamp" on my Mac to work between Mac and Windows. How do I get my iTunes music from the Mac side of my hard drive to the Windows side?

    I use my "Bootcamp" harddrive to work on both the Mac side and Windows7 side of my computer. How do I get my Itunes Library from the Mac side to the Windows side of my Mac Book Pro?

    Time Capsule is for backing up your data. It's not really a solution for live file storage; using it will not reduce the bloat of your boot volume.
    If you have a lot of movies, music, etc. in your iTunes Library, that can be a good thing to move to an external drive. Here's how:
    http://support.apple.com/kb/ht1449
    After you follow those instructions to copy your media over to the external drive and point iTunes to it, you can delete it from your internal drive.

  • Jco.webas.ignore_jdsr_error=1 in the sender side RFC adapter of RFC to SOAP scenario

    Hello Team,
    I am doing RFC to SOAP scenario after configuring the scenario i have checked the sender side communication channel it is not throughing any errors and it shows the status as green but it is displaying a short message
    it is the short log displayed while checking the sender side RFC communication channel it shows that "jco.webas.ignore_jdsr_error=1" can please any one suggest me how we can solve the issue.
    Regards,
    Avinash.

    Hi Avinash - I don't think that is an error instead it just displays your  system configuration.
    your RFC adapter should work i believe..
    Are you facing any issues?
    (I think the parameter is nothing but the value @ nwa/java system properties/XPI Adapter:RFC -> ignoreJrfcJdsrError(true/false))

Maybe you are looking for

  • Spry Menu Bar disappears absolute position

    Hello all this is my first time posting on this site so bear with me. I have a semi-transperant spry menu bar that i inserted into the header div, over an image. I moved the menu bar -38px, when the position is set to relative the menu bar is visible

  • Don't have primary Key in Target table getting errror while creating index

    Hi All, I don't have primary key column in target table, while exicuting mapping I got a error while creating INDEX. Could you please help how to slove this

  • Closed-lid mode on the MacBook Pro

    *My situation:* My 17" MacBook Pro is connected to an external 24" display using DVI to DVI. What I want to do: I want to be able to close the MacBook Pro lid to put the computer to sleep (along with the external display). I should be able to click a

  • Missing triples in SEM_MATCH query

    Hi, After loading the LUBM50,0 test data into Oracle 11g and running the sample queries I found some very strange behavior: Test query 14 for example returns 0 results (should be 393730 result sets - no inferencing is needed). Most queries work as ex

  • HT203167 reporting a problem

    Hi, How can I get Itune store to resnd me the songs I have purchased?  My IPOD recently sync to my computer and I lost half of my purchased music.