File to ABAP Proxy (problem with inbound queues in R3)

Hi,
In File-XI-ABAP proxy scenario, XI is successfully picking up file and sending it to R3.
But in R3, an inbound queue is created in SMQ2 transaction code and I solved the same to automatically process the Queue by registering that in SMQR transaction code. But even though the inbound queue doesn't appear in SMQ2 (which means that it is processed successfully) it doesn't call the method EXECUTE_ASYNCHRONOUS. Can anyone help me whether I need to do any settings to run that method?
Also can anyone help me, after the inbound queue is successfully processed in SMQ2 transaction, what would be the next step to watch what exactly that queue has done?

Hi,
Please check the program code for Server ABAP proxy.
This will show you the trigerring of Proxy on inbound side.
ABAP Proxy inbound program - sales order creation - Community Profiles - Wiki
https://www.sdn.sap.com/irj/sdn/wiki?path=/display/profile/abap%2bproxy%2binbound%2bprogram%2b-%2bsales%2border%2bcreation
For Queues, you can go to SMQR and check for the register queue. Select and double click on it. If anything is stuck up then you can see in it. Even same with SMQ2
Thanks
swarup

Similar Messages

  • HTTP to ABAP Proxy - Problem with "Current User" parameter

    Hi experts,
    We have a HTTP to ABAP proxy sceario, where I used an HTTP Destination to connect to the proxy.
    We're trying to use the option "Current User" in that destination in order to login to ECC with the same user that in PI adapter plain.
    The user exists i both systems, PI and ECC, with the same password.
    Checking that parameter we get the following error:
    <SAP:Error><SAP:Category>XIServer</SAP:Category><SAP:Code>INTERNAL.UNAUTHORIZED</SAP:Code><SAP:P1>401 </SAP:P1><SAP:P2>Unauthorized</SAP:P2><SAP:P3>(See attachment HTMLError for details)</SAP:P3></SAP:Error>
    We think that PI is not getting the password.
    Does aybody know how to do this?
    Thanks and regards,
    LUIS B.

    Hi Chirumamilla,
    If we put user and password in SM59 (unchecking "Current User") the commuication works without problems.
    We don't want to leave a user set there, beacuse we are looking to access to PI with different users and login to ECC with the same user.
    Thanks,

  • Http to Abap Proxy communication with multiple queues generation in Recevr

    Dear SDNs,
    I need some help in the following scenario, appreciate your suggestions and help .
    I am receiving the messages from sender to PI on http posting, from PI  I am sending the message to SAP system using receiver xi communication channel ( receiver is abap proxy).
    Sender will send the messages in QOS=EOIO, QUEueID=XXXt_100 etc  parameters, when large volumes cases, it is getting delayed to process it using a single queue.
    We are thinking to dynamically  generate multiple queues in PI and send the same queue ids to receiver SAP system to process all the messages quickly in SAP System also.
    Help /Clarifications needed:
    1. XI receiver communication channel in  pi  does not provide any options to generate dynamic queue id based on payload content (using dynamic configuration) and sent it to SAP.
    2. Module Tab in receiver communication channel also got disabled to add  custom adapter modules, can we add custome adapter module on xi receiver channel to generate dynamic queue id ?
    Really appreciate your immediate help and suggestions.
    Thanks.
    Suraj.

    Dear Praveen,
    Thanks lot for the immediate reply, we need to use EOIO, as the messages need to be processed in the same order we send and receive, there is no flexibility in QOS=EOIO, Appreciate if there is any other thoughts?
    Thanks In Advance.
    Suraj.

  • File to ABAP proxy with EOIO

    Hi Experts,
    I am working on File to ABAP proxy scenario. The requirement is to have EOIO from end to end.
    Which means the files have to be sent to target system (R/3) in the same order as they are placed in the file location. I have two questions regarding this.
    1. Do I have to create 2 queues, one in PI and one in R/3 to acheive this? In File Sender CC we have option of specifying queue name but in XI Receiver CC, I do not see such option. How to handle this?
    2.For picking the files from folder if I use NFS, then I have option of specifying 'Processing Sequence' as 'By Date' to pick the files based on timestamp. But if I am using FTP, how can I make sure that the files are sent to Integration engine based on timestamp?
    Please provide your valuable inputs.
    Thanks and regards,
    Prasad

    Hi,
    1. Do I have to create 2 queues, one in PI and one in R/3 to acheive this? In File Sender CC we have option of specifying queue name but in XI Receiver CC, I do not see such option. How to handle this?
    1 queue is okay. Just specify it in the Sender File CC.
    2.For picking the files from folder if I use NFS, then I have option of specifying 'Processing Sequence' as 'By Date' to pick the files based on timestamp. But if I am using FTP, how can I make sure that the files are sent to Integration engine based on timestamp?
    Processing Sequence is not supported for FTP and is only for NFS.
    If you have to use processing sequence, then do an FTP, bring the files to an NFS directory and then use the processing sequence accordingly.
    Hope this helps.
    Regards,
    Neetesh

  • File to ABAP Proxy(ProductActivityNotification_In)

    Hi All
    I have to develop one scenario for Flat File to ABAP Proxy (ProductActivityNotification_In).
    I am going to use Receiver File Adapter(to receive file in PI) and Reiver XI adapter(to send file to SNC proxy ProductActivityNotification_In)
    I am new to XI please let me know how to approach to this solution.
    What could be the design steps I need to consider?
    Do I Need to use content conversion?
    Can I use graphical mapping?
    Thanks for your inputs.
    Regards
    Amol.

    Hey,
    You need to import the SNC standard content in XI.
    This will provide you with the Proxy interface.
    Then you need to do certain settings on the SNC server.
    R3 side
    SLDCHECK
      Use this transaction to access the SLD of XI.
    SLDAPICUST
      Create an entry for respective XI server
      requires hostname, port username and ip.
      Can have multiple enteries for different servers.
      But you can check only one entry.
      based on the entry that is checked, respective SLD API will be triggered from
      SLDCHECK.
    SM59 (T type connections).
      To connect to the SLD you need 2 types of TCP/IP connections.
      1)LCRSAPRFC:-
          In this you require the gateway host(ip address) and gatewayservice(sapgw[system no.])
          YOu also need to give Program ID.
          Entry of corresponding Program ID must be maintained in SMGW.
          IN SMGW Click GoTo->logged on Clients.
          If entry is not there for corresponding XI.
          Create a communication channel in XI, pointing to R3 and give a Program ID
          in the channel. Once the channel is activated, corresponding Program ID wil
          appear in SMGW.
      2)SAPSLDAPI:-
         In this case follow the same porcedure as for LCRSAPRFC.
       As far as the Program ID is concerned te procedure mentioned above is for
       Customized RFC's
       The RFC destinations mentioned here are both standard RFC's
       Hence for these two RFC's no need to Create Program ID's. you just need to
       change the System ID of the Program ID.
       Both these RFC's are maintained in the J2ee server of XI.
    SPROXY.
       In this transcation you can check the Proxies.
       If the proxies are not activated (i.e. if the message interfaces are not active)
       then you need to maintain one G type RFC destination pointing the resepctive XI server.
       In the G tpye RFC destination give the Ip adress of the XI server in the target
       host and set the path prefix as /rep.
       Goto SPROXY->Goto->connection test-> click on the table SPROXSET.
       In this table maintain enteries for ADDRESS_ONLY_FROM_SPROXSET and IFR_HTTP_DEST
       The values corresponding to these enteries will be the G tpye RFC destination.
    In order to connect R3 to the Integaration server you need to maintain H type
    The default RFC is XI_INTEGRATIONSERVER. In you need to give the Target host entry as the
    Ip address and Path Prefic as.../sap/XI/engine/?type=entry (this you can get from SXMB_ADM of XI)
    You can also create the H type RFc of your own.
    goto SXMB_ADM(r3) and open Integration engine configuration.
    Goto edit->change global configuration and give the RFC dest name like this:-
    Corresponding Integration server:- dest://{h-type rfc destination}
    If you do not want to create RFC destination you can directly give
    the Integration server address(that you can obtain from SXMB_ADM of XI) in the
    Corresponding Integration server field.
    This is to activate the communication between SNC and PI.
    now you need to create the file structure in XI.
    the next step is to do the mapping between the file structure and the appropriate interface
    As yours is a flat file you need to do a file content conversion
    In Integration directory you need to configure two channels one for File and the other one for Proxy.
    regards,
      Milan

  • File -- XI -- Abap proxy Que lock

    Hi all,
    My scenario is file --> XI --> Abap proxy, for some strange reason the message always gets locked on R3 side. So, in the monitor of XI the message is processed succesful BUT in the monitor of R3 we always have to unlock (que) the message manually before he executes the proxy. Isn't there a way that we don't have to unlock the message manually before executing the proxy?
    TIA

    Have you registered and activated the queues?
    Transaction sxmb_adm -> Integration Engine-> Administration -> Manage Queues.
    Cheers
    Manish

  • SAP XI- File to ABAP Proxy scenario

    Hi SDN,
    I have a FILE to ABAP proxy scenarioin SAP+XI can you guide me how to procede in that, what should be my ESR and ID objects and how to use the sproxy transaction.
    Regards,
    Aniruddha Bhattacharya

    Hi,
    please check out the search option on SDN forum first - there are tons of blogs with step by step on the same
    come back with more detailed questions ok ?
    thank you,
    Regards,
    Michal Krawczyk

  • Problem with inbound ichats

    We are having a problem with inbound video ichats to our domain. It doesn't happen all the time but it happens enough to where it is a problem. The users can type back and forth, but when they go to ichat it fails. Here is the error log:
    Date/Time: 2009-11-09 10:15:51 -0500
    OS Version: 10.6.1 (Build 10B504)
    Report Version: 4
    iChat Connection Log:
    2009-11-09 10:15:11 -0500: AVChat started with ID 914321416.
    2009-11-09 10:15:11 -0500: 0x116de8040: State change from AVChatNoState to AVChatStateWaiting.
    2009-11-09 10:15:11 -0500: [email protected]: State change from AVChatNoState to AVChatStateInvited.
    2009-11-09 10:15:16 -0500: 0x116de8040: State change from AVChatStateWaiting to AVChatStateConnecting.
    2009-11-09 10:15:16 -0500: [email protected]: State change from AVChatStateInvited to AVChatStateConnecting.
    2009-11-09 10:15:47 -0500: 0x116de8040: State change from AVChatStateConnecting to AVChatStateEnded.
    2009-11-09 10:15:47 -0500: 0x116de8040: Error -8 (Did not receive a response from 0x116de8040.)
    2009-11-09 10:15:47 -0500: [email protected]: State change from AVChatStateConnecting to AVChatStateEnded.
    2009-11-09 10:15:47 -0500: [email protected]: Error -8 (Did not receive a response from 0x116de8040.)
    Video Conference Error Report:
    0.000000 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/DotMacConfiguration.m:758 type=4 (FFFFFFFF/0)
    [HTTP GET failed (0)]
    7075.095640 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    7077.097166 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    7079.097812 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    7081.099303 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    7083.100508 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A0015/0)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    7052.727047 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2059 type=2 (00000000/0)
    [Connection Data for call id: 1 returns 1
    7052.858652 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2074 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    7073.084138 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2266 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    7073.094858 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK4909686401fb4686
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1466270130
    Call-ID: 1decd42bc2175e4-cd42-11de-91e3-cabd2c1e4011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7073.595276 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK4909686401fb4686
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1466270130
    Call-ID: 1decd42bc2175e4-cd42-11de-91e3-cabd2c1e4011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7074.595698 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK4909686401fb4686
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1466270130
    Call-ID: 1decd42bc2175e4-cd42-11de-91e3-cabd2c1e4011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7075.096068 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK64db79c466522581
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=708872370
    Call-ID: 1decd42bd52d656-cd42-11de-91e3-a39cce734011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7075.597004 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK64db79c466522581
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=708872370
    Call-ID: 1decd42bd52d656-cd42-11de-91e3-a39cce734011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7076.597918 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK64db79c466522581
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=708872370
    Call-ID: 1decd42bd52d656-cd42-11de-91e3-a39cce734011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7077.097553 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:51959 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK23a21bc72e8767be
    Max-Forwards: 70
    To: "u0" <sip:user@rip:51959>
    From: "0" <sip:user@lip:16401>;tag=311165264
    Call-ID: 1decd42be843d76-cd42-11de-91e3-9564bbb34011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7077.598425 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:51959 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK23a21bc72e8767be
    Max-Forwards: 70
    To: "u0" <sip:user@rip:51959>
    From: "0" <sip:user@lip:16401>;tag=311165264
    Call-ID: 1decd42be843d76-cd42-11de-91e3-9564bbb34011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7078.598896 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:51959 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK23a21bc72e8767be
    Max-Forwards: 70
    To: "u0" <sip:user@rip:51959>
    From: "0" <sip:user@lip:16401>;tag=311165264
    Call-ID: 1decd42be843d76-cd42-11de-91e3-9564bbb34011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    v=0
    o=jmarte 0 0 IN IP4 sip
    s=0
    c=IN IP4 sip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 58922 RTP/AVP 110 12 124 3 0
    a=rtcp:58922
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 58922 RTP/AVP 123 126 34
    a=rtcp:58922
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 58922 VIDEO 58922
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7079.098152 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16401;branch=z9hG4bK0160c35509f5babf
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1731373961
    Call-ID: 1decd42bfb57f16-cd42-11de-91e3-8ad003214011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16401>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=jmarte 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16401 RTP/AVP 110 12 124 3 0
    a=rtcp:16401
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 16401 RTP/AVP 123 126 34
    a=rtcp:16401
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16401 VIDEO 16401
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7079.599557 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16401;branch=z9hG4bK0160c35509f5babf
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1731373961
    Call-ID: 1decd42bfb57f16-cd42-11de-91e3-8ad003214011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16401>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=jmarte 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16401 RTP/AVP 110 12 124 3 0
    a=rtcp:16401
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 16401 RTP/AVP 123 126 34
    a=rtcp:16401
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16401 VIDEO 16401
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7080.600432 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16401;branch=z9hG4bK0160c35509f5babf
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1731373961
    Call-ID: 1decd42bfb57f16-cd42-11de-91e3-8ad003214011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16401>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=jmarte 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16401 RTP/AVP 110 12 124 3 0
    a=rtcp:16401
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 16401 RTP/AVP 123 126 34
    a=rtcp:16401
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16401 VIDEO 16401
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7081.100390 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16401;branch=z9hG4bK33f929d568b152ad
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=82267052
    Call-ID: 1decd42c0e70008-cd42-11de-91e3-e0a735c94011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16401>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=jmarte 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16401 RTP/AVP 110 12 124 3 0
    a=rtcp:16401
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 16401 RTP/AVP 123 126 34
    a=rtcp:16401
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16401 VIDEO 16401
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7081.601540 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16401;branch=z9hG4bK33f929d568b152ad
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=82267052
    Call-ID: 1decd42c0e70008-cd42-11de-91e3-e0a735c94011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16401>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=jmarte 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16401 RTP/AVP 110 12 124 3 0
    a=rtcp:16401
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 16401 RTP/AVP 123 126 34
    a=rtcp:16401
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16401 VIDEO 16401
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    7082.602485 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16401;branch=z9hG4bK33f929d568b152ad
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=82267052
    Call-ID: 1decd42c0e70008-cd42-11de-91e3-e0a735c94011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16401>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=jmarte 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2400
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16401 RTP/AVP 110 12 124 3 0
    a=rtcp:16401
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3110890660
    m=video 16401 RTP/AVP 123 126 34
    a=rtcp:16401
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16401 VIDEO 16401
    a=fmtp:126 imagesize 0 rules 20:640:480:640:480:20
    a=fmtp:123 imagesize 0 rules 20:640:480:640:480:20
    a=rtpID:2795763882
    Video Conference User Report:
    7047.449733 @:0 type=5 (00000000/16401)
    [Local SIP port]
    7047.449796 @:0 type=5 (00000000/16401)
    [Local SIP port]
    7047.449842 @:0 type=5 (00000000/16401)
    [Local SIP port]
    7047.449886 @:0 type=5 (00000000/16401)
    [Local SIP port]
    7073.084143 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1670 type=5 (00000000/0)
    [Router]
    [FULLCONE]
    7073.084162 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1672 type=5 (00000000/0)
    [CommNAT Result: 0x00000102
    Binary Images Description for "iChat":
    0x100000000 - 0x100280fff com.apple.iChat 5.0 (741) /Applications/iChat.app/Contents/MacOS/iChat
    0x102935000 - 0x10296cfff com.apple.FWAVC 101.46 (46) /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x102cbe000 - 0x102ddbfff com.apple.TundraUnits 101.0 (715) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x102ea6000 - 0x102ec5fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/G LRendererFloat
    0x103726000 - 0x1038b1fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x1038e1000 - 0x103c9efff com.apple.GeForce8xxxGLDriver 1.6.2 (6.0.2) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x112b10000 - 0x112b14fff com.apple.iChat.Styles.Balloons 5.0 (741) /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x112b33000 - 0x112b35fff com.apple.iChat.PersonIconPlugIn 5.0 (741) /Applications/iChat.app/Contents/PlugIns/PersonIcon.plugin/Contents/MacOS/Perso nIcon
    0x11547a000 - 0x1154b7fff com.apple.DP.ScreenInputDevice 7.0 /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x1154c3000 - 0x1154edfff com.apple.mio.DAL.VDC_4 101.0 (715) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x1160f6000 - 0x1160fafff com.apple.audio.AudioIPCPlugIn 1.1.0 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x1160ff000 - 0x116105fff com.apple.audio.AppleHDAHALPlugIn 1.7.4 (1.7.4a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x116131000 - 0x116356fff com.apple.audio.codecs.Components 2.0 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x116c61000 - 0x116c65fff com.apple.iChat.FileTransferAtomPlugIn 5.0 (741) /Applications/iChat.app/Contents/PlugIns/FileTransferAtom.plugin/Contents/MacOS /FileTransferAtom
    0x200000000 - 0x200466fff com.apple.GeForce8xxxGLDriver 1.6.2 (6.0.2) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x7fff5fc00000 - 0x7fff5fc3bfff dyld /usr/lib/dyld
    0x7fff80003000 - 0x7fff80046fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff80047000 - 0x7fff800a3fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff800a4000 - 0x7fff80121fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x7fff80122000 - 0x7fff802dffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x7fff802e0000 - 0x7fff802f1fff libz.1.dylib /usr/lib/libz.1.dylib
    0x7fff802f2000 - 0x7fff80392fff com.apple.LaunchServices 360.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff80393000 - 0x7fff80399fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff803cf000 - 0x7fff803d3fff com.apple.iChat.IMSecurityUtils 5.0 (742) /System/Library/Frameworks/IMCore.framework/Frameworks/IMSecurityUtils.framewor k/Versions/A/IMSecurityUtils
    0x7fff803d4000 - 0x7fff80458fff com.apple.print.framework.PrintCore 6.0 (312) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff80459000 - 0x7fff8048afff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff80540000 - 0x7fff806fafff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff806fb000 - 0x7fff806fcfff liblangid.dylib /usr/lib/liblangid.dylib
    0x7fff806fd000 - 0x7fff80865fff com.apple.viceroy.framework 386.0 (413.1) /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x7fff80866000 - 0x7fff808c8fff com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff808c9000 - 0x7fff808c9fff com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff808ca000 - 0x7fff808fbfff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff808fc000 - 0x7fff80946fff com.apple.IMCore 5.0 (742) /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff80954000 - 0x7fff8096dfff com.apple.CFOpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff80984000 - 0x7fff80af7fff com.apple.CoreFoundation 6.6 (550) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff80b01000 - 0x7fff80b36fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x7fff80b37000 - 0x7fff80b4cfff com.apple.LangAnalysis 1.6.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff80b4d000 - 0x7fff81541fff com.apple.AppKit 6.6.1 (1038.2) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff81542000 - 0x7fff81599fff com.apple.Symbolication 1.1 (67) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8159a000 - 0x7fff815bbfff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x7fff815bc000 - 0x7fff815c7fff com.apple.HelpData 2.0.3 (33) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff81701000 - 0x7fff81724fff com.apple.iChat.IMFoundation 5.0 (742) /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff8187e000 - 0x7fff818b5fff libssl.0.9.8.dylib /usr/lib/libssl.0.9.8.dylib
    0x7fff818b6000 - 0x7fff818bafff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x7fff818bb000 - 0x7fff81a28fff com.apple.QTKit 7.6.3 (1584) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff81a35000 - 0x7fff81a48fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81b42000 - 0x7fff81b9ffff com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81ba0000 - 0x7fff81c31fff com.apple.Bluetooth 2.2.1 (2.2.1f7) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff81c32000 - 0x7fff81c7ffff libauto.dylib /usr/lib/libauto.dylib
    0x7fff81c80000 - 0x7fff81eeafff com.apple.QuartzComposer 4.0 (156.6) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff81ef3000 - 0x7fff81f33fff com.apple.QD 3.31 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff81f34000 - 0x7fff81f4cfff com.apple.iChat.InstantMessage 5.0 (742) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff81f4d000 - 0x7fff82006fff libsqlite3.dylib /usr/lib/libsqlite3.dylib
    0x7fff82007000 - 0x7fff8213ffff com.apple.CoreData 102 (246) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff82140000 - 0x7fff8220cfff com.apple.CFNetwork 454.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8225d000 - 0x7fff8227dfff com.apple.DirectoryService.Framework 3.6 (621) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8227e000 - 0x7fff82285fff com.apple.OpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff82286000 - 0x7fff8233bfff com.apple.ink.framework 1.3 (104) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff8233c000 - 0x7fff824fafff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x7fff824fb000 - 0x7fff82619fff com.apple.PubSub 1.0.4 (65.11) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8261a000 - 0x7fff8261ffff com.apple.CommonPanels 1.2.4 (91) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff826bd000 - 0x7fff826dffff libexpat.1.dylib /usr/lib/libexpat.1.dylib
    0x7fff826e0000 - 0x7fff827f7fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x7fff827f8000 - 0x7fff8285efff com.apple.AppleVAFramework 4.6.2 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8285f000 - 0x7fff82875fff libbsm.0.dylib /usr/lib/libbsm.0.dylib
    0x7fff82bb4000 - 0x7fff82bcafff com.apple.ImageCapture 6.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff82dab000 - 0x7fff82dbcfff com.apple.DSObjCWrappers.Framework 10.6 (134) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff82dbd000 - 0x7fff830effff com.apple.CoreServices.CarbonCore 859.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff83120000 - 0x7fff831dbfff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8321c000 - 0x7fff8322afff libkxld.dylib /usr/lib/system/libkxld.dylib
    0x7fff8322b000 - 0x7fff83230fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83231000 - 0x7fff83280fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff83281000 - 0x7fff8329ffff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff832a0000 - 0x7fff83330fff com.apple.SearchKit 1.3.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff83331000 - 0x7fff8335cfff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x7fff8335d000 - 0x7fff83390fff com.apple.remotedesktop.screensharing 1.2 /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x7fff83391000 - 0x7fff83391fff com.apple.quartzframework 1.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff83392000 - 0x7fff83421fff com.apple.PDFKit 2.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff83422000 - 0x7fff83544fff com.apple.audio.toolbox.AudioToolbox 1.6 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83545000 - 0x7fff83566fff com.apple.opencl 11 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff83567000 - 0x7fff83864fff com.apple.HIToolbox 1.6.0 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff83865000 - 0x7fff83874fff com.apple.NetFS 3.2 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff83875000 - 0x7fff83f67fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff83f68000 - 0x7fff83fe6fff com.apple.audio.CoreAudio 3.2.0 (3.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff83fe7000 - 0x7fff84022fff com.apple.CoreMedia 0.420.17 (420.17) /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff84023000 - 0x7fff84060fff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff84097000 - 0x7fff84112fff com.apple.ISSupport 1.9.1 (49) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff84113000 - 0x7fff84139fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8413a000 - 0x7fff84160fff com.apple.frameworks.preferencepanes 13.0 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff84161000 - 0x7fff841defff com.apple.backup.framework 1.1 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff841df000 - 0x7fff84261fff com.apple.QuickLookUIFramework 2.0 (327.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff84262000 - 0x7fff843e6fff com.apple.JavaScriptCore 6531 (6531.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff844e8000 - 0x7fff8459efff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x7fff8459f000 - 0x7fff8459ffff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff845a0000 - 0x7fff845a4fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff845a5000 - 0x7fff84611fff com.apple.CorePDF 1.0 /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff84612000 - 0x7fff8463afff com.apple.DictionaryServices 1.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8463b000 - 0x7fff846c7fff SecurityFoundation /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff846c8000 - 0x7fff848d4fff com.apple.RawCamera.bundle 2.2.1 (477) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff848d5000 - 0x7fff848e2fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff848e3000 - 0x7fff848ebfff com.apple.iChat.IMUtils 5.0 (742) /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff848ec000 - 0x7fff84902fff com.apple.MultitouchSupport.framework 200.20 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff84903000 - 0x7fff84949fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff84989000 - 0x7fff84989fff com.apple.Accelerate 1.5 (Accelerate 1.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8498a000 - 0x7fff84c0efff com.apple.security 6.0 (36910) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff84c0f000 - 0x7fff84fa3fff com.apple.QuartzCore 1.6.0 (226.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff84fa4000 - 0x7fff84fa6fff com.apple.print.framework.Print 6.0 (237) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff84fc8000 - 0x7fff85045fff com.apple.CoreText 3.0.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff85046000 - 0x7fff85047fff com.apple.audio.units.AudioUnit 1.6 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff85048000 - 0x7fff85053fff com.apple.speech.recognition.framework 3.10.10 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff85054000 - 0x7fff85055fff libffi.dylib /usr/lib/libffi.dylib
    0x7fff85056000 - 0x7fff850abfff com.apple.framework.familycontrols 2.0 /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff850ac000 - 0x7fff850f0fff com.apple.ImageCaptureCore 1.0 /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff850f1000 - 0x7fff85534fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff85535000 - 0x7fff85544fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff85545000 - 0x7fff855c5fff com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff855c6000 - 0x7fff856d5fff libcrypto.0.9.8.dylib /usr/lib/libcrypto.0.9.8.dylib
    0x7fff856d6000 - 0x7fff856f1fff com.apple.datadetectors 2.0 (102.0) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff856f2000 - 0x7fff86115fff com.apple.WebCore 6531 (6531.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff86116000 - 0x7fff86116fff com.apple.CoreServices 44 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff86117000 - 0x7fff8612bfff com.apple.speech.synthesis.framework 3.10.35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff86150000 - 0x7fff86193fff libtidy.A.dylib /usr/lib/libtidy.A.dylib
    0x7fff86194000 - 0x7fff861ddfff com.apple.securityinterface 4.0 (36981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff861e1000 - 0x7fff86290fff edu.mit.Kerberos 6.5.8 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff86291000 - 0x7fff86303fff com.apple.CoreSymbolication 2.0 (23) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff86304000 - 0x7fff8634efff com.apple.Metadata 10.6.0 (507.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff8634f000 - 0x7fff86354fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff86355000 - 0x7fff86357fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff86358000 - 0x7fff8658efff com.apple.AddressBook.framework 5.0 (862) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8658f000 - 0x7fff86a87fff com.apple.VideoToolbox 0.420.17 (420.17) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff86a88000 - 0x7fff86a8bfff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86a97000 - 0x7fff86a97fff com.apple.Carbon 150 (152) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff86aac000 - 0x7fff86aacfff com.apple.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff86c5d000 - 0x7fff86c60fff com.apple.help 1.3.1 (41) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86c61000 - 0x7fff86c9cfff com.apple.CoreMediaIOServices 101.0 (715) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff86c9d000 - 0x7fff86cb8fff com.apple.openscripting 1.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff86cbb000 - 0x7fff86ccdfff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x7fff86d43000 - 0x7fff86f7cfff com.apple.imageKit 2.0 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8704d000 - 0x7fff87053fff com.apple.IOSurface 73.0 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff87054000 - 0x7fff870a5fff com.apple.HIServices 1.8.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff870a6000 - 0x7fff870f5fff com.apple.DirectoryService.PasswordServerFramework 6.0 /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff870f6000 - 0x7fff871b2fff com.apple.CoreServices.OSServices 352 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff871fc000 - 0x7fff87202fff com.apple.DiskArbitration 2.3 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff87203000 - 0x7fff87244fff com.apple.SystemConfiguration 1.10 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8725b000 - 0x7fff8730ffff com.apple.ColorSync 4.6.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff87310000 - 0x7fff873f4fff com.apple.DesktopServices 1.5.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff873f5000 - 0x7fff8745ffff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff87460000 - 0x7fff874c8fff com.apple.MeshKitRuntime 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff874c9000 - 0x7fff87563fff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff87564000 - 0x7fff87593fff com.apple.quartzfilters 1.6.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff875a4000 - 0x7fff875ebfff com.apple.QuickLookFramework 2.0 (327.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff875ec000 - 0x7fff875edfff com.apple.TrustEvaluationAgent 1.0 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff875ee000 - 0x7fff87635fff com.apple.coreui 0.2 (112) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff87636000 - 0x7fff87637fff com.apple.MonitorPanelFramework 1.3.0 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff87638000 - 0x7fff8763ffff com.apple.KerberosHelper 2.0 (1.0) /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff87640000 - 0x7fff87663fff com.apple.ScreenSaver 3.0 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x7fff87684000 - 0x7fff8768bfff com.apple.DisplayServicesFW 2.1 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff876e9000 - 0x7fff87722fff com.apple.MeshKit 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff87723000 - 0x7fff8782dfff com.apple.MeshKitIO 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8782e000 - 0x7fff88038fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff88039000 - 0x7fff88068fff com.apple.iChat.IMRenderingFoundation 5.0 (742) /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMRenderingFound ation.framework/Versions/A/IMRenderingFoundation
    0x7fff88069000 - 0x7fff881a6fff com.apple.WebKit 6531 (6531.9) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff881a7000 - 0x7fff881d7fff com.apple.shortcut 1.1 /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff881de000 - 0x7fff882b8fff com.apple.vImage 4.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff882b9000 - 0x7fff882d3fff com.apple.ScriptingBridge 1.1 (???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff882d4000 - 0x7fff882f8fff com.apple.CoreVideo 1.6.0 (43.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff882f9000 - 0x7fff88336fff com.apple.LDAPFramework 2.0 (120.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff88367000 - 0x7fff883a2fff com.apple.AE 496 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff883a3000 - 0x7fff883e1fff com.apple.DebugSymbols 1.1 (70) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff883e2000 - 0x7fff88663fff com.apple.Foundation 6.6 (751) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88664000 - 0x7fff8872ffff com.apple.ColorSync 4.6.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff88730000 - 0x7fff88835fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff88836000 - 0x7fff88836fff com.apple.ApplicationServices 38 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff88837000 - 0x7fff88842fff com.apple.CrashReporterSupport 10.6 (237) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff88843000 - 0x7fff88846fff com.apple.securityhi 4.0 (36638) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff88847000 - 0x7fff88950fff com.apple.MediaToolbox 0.420.17 (420.17) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x

    Hi,
    How have you got the ports iChat needs open in your Modem or Router ?
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP sip:58922;branch=z9hG4bK4909686401fb4686
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16401>;tag=1466270130
    Call-ID: 1decd42bc2175e4-cd42-11de-91e3-cabd2c1e4011@lip
    CSeq: 1 INVITE
    Contact: <sip:user@sip:58922>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 701
    This is supposed to have port 16402 listed at all points.
    The SIP port at you end has already moved.
    Later attempts show the Buddy moving port as well.
    a=rtpID:2795763882
    7073.595276 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138
    At th point where the Square brackets show you are supposed to list A PING
    This is most likely not showing as the ports and SIP invite are not resolved.
    The bits below "Binary Images for iChat" tell us nothing.
    8:45 PM Monday; November 9, 2009
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • File to ABAP proxy via AAE

    Hi All
    Am doing a file to ABAP proxy scenario and using SOAP adapter(XI protocol 3.0) at target side in order to make use of AAE.
    But while testing am getting the following error at both the channels(file and soap) :
    Error Transmitting the message to endpoint <local> using connection File_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.net.ConnectException: Connection timed out.
    SOAP channel configuration :
    Target URL : http://X.X.X.X:8001/sap/xi/engine?type=entry
    Logon language : en
    X.X.X.X  being the IP address of the target system which is BW.
    Appreciate any help.
    Regards
    Soumen

    Re-Iterating my 1st post : Am using SOAP( Message Protocol : XI 3.0 ) as I want to make use of the AAE. XI adapter is not supported by AAE.
    Followed this : http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/70066f78-7794-2c10-2e8c-cb967cef407b?quicklink=index&overridelayout=true
    Anyways, found out I was having some error in teh IP I was using ...corrected it and now my error is changed to :
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: java.io.IOException: invalid content type for SOAP: TEXT/HTML; HTTP 403 Forbidden
    Now since my source is File which goes through mapping, what do I need to do for this error?

  • File to ABAP Proxy Scenario

    Hi All,
    I am  doing File-to-ABAP Proxy Scenario, in the sender side side it is picking the file, but in sxmb_moni it is giving the error:
      *<?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="1">
      <SAP:Category>XIProtocol</SAP:Category>
      <SAP:Code area="MESSAGE">DUPLICATE_DETECTED</SAP:Code>
      <SAP:P1>4CFF4691EEE211DC85E30019D1522982</SAP:P1>
      <SAP:P2>CENTRAL</SAP:P2>
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Message ID 4CFF4691EEE211DC85E30019D1522982 already exists in called system (pipeline CENTRAL)</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Can u plz tell me why this error is occurring and how we can resolve this error.
    Thanks & Regards,
    Vikas

    Hi Vikas
    make a dummy change and activate your object then make a full refresh
    you can make it through in 3 ways
    1) tcode SXI_CACHE
    2) go to ID -> environment and make a full cache refresh
    3) http://<host>:5<sys#>00/CPACache/refresh?mode=full     Full CPA cache refresh
    when you do the developement then these are stored in ABAP data dictionary table which can be refreshed by delta cache
    while full cache will delete this temporary object and make this cahe into runtime
    hope this will help you
    thanks
    sandeep
    if helpful reward points

  • Cannot open Word File because "there are problems with the contents"

    Hi Everyone,
    I cannot open Word File because "there are problems with the contents" unspecified error; Location: 2.  Please help as I need this doc for work meeting this morning.  Nothing special about this doc but links were copied into it???  However I do that all the time.  I have never had this happen before.  I am on a 2010 machine.  I just ran a disk permissions repaired and emptied the trash but still no dice.  I had several other word docs up as well when I got up this morning but they are all fine.  I do not have Time Capsule turned on (which I need to do but that will be another thread/question).
    Thank you,
    sb

    Ok, I found a way to open this but not sure what happened to begin with and the formatting setup is different now, almost like text editor?  Not sure what happened here but hope it doesn't happen again?

  • Problem  with Inbound Abap Proxy

    Hi Experts,
    I have an Inbound ABAP proxy scenario that insert data into a ztable. The whole process from XI to R/3 works fine, except it does not update my ztable.
    The only time the ztable gets updated is when i debug it. I used this report "SPRX_TEST_INBOUND" to debug
    Anyone who's had a similar problem.
    Thank you in Advance,
    Danny

    Hi,
    did you use the same XML from SXMB_MONI that gets posted during message flow?
    you can check inside your inbound proxy if the values are not empty etc
    and then raise an exception to see what's going on
    you can also do an endless loop and get inside it to see the real values
    that get passed into the proxy
    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>

  • Performance problem in File to ABAP Proxy scenario

    Hi gurus,
        I have a scenario where the sender is sending a file and the receiver is ABAP Proxy.The file is a simple DAT file containing banking data.The file sample is as belo
    00000MM21901 PYM0901021531     
    704401020100005510000040000D0002
    704401020127147391000033500D0003
    704401020127147391000045000D0004
    704401020109341157000038800D0005
    70420!!!!10200000182174D
    704401021100006040000015158D0001
    704401021100006040000005034D0002
    7042010210000020192D
    The above file need to be split and mapped to the fields of the ABAP Proxy after doing some validations.
    Is Receiver Determination using mapping required? What is the most efficient way of splitting the file?
    Please give your replies keeping better performance of the interface in mind.What is the best way of doing the validations?
    regards
    Debansu

    Hi Satish,
        As you can see in my question above,the sender side contains a flat file(the file format is given in the question),I need to split the file into strings which can then be mapped to specific fields of the ABAP Proxy.A sample output of the xml file that is passed on to the ABAP proxy after mapping transformations is given below:
    <BATCH_TOTAL_RECORD_420>
      <BATCH_REPORT_DISTRICT>70</BATCH_REPORT_DISTRICT>
      <KEY_VALUE>420</KEY_VALUE>
      <BATCH_NUMBER>1021</BATCH_NUMBER>
      <BATCH_TOTAL>0000020192</BATCH_TOTAL>
      <FILLER_BATCH_TOTAL_SIGN>D</FILLER_BATCH_TOTAL_SIGN>
      <FILLER />
      </BATCH_TOTAL_RECORD_420>
    - <BATCH_TOTAL_RECORD_420>
      <BATCH_REPORT_DISTRICT>70</BATCH_REPORT_DISTRICT>
      <KEY_VALUE>420</KEY_VALUE>
      <BATCH_NUMBER>9999</BATCH_NUMBER>
      <BATCH_TOTAL>0000202366</BATCH_TOTAL>
      <FILLER_BATCH_TOTAL_SIGN>D</FILLER_BATCH_TOTAL_SIGN>
      <FILLER />
      </BATCH_TOTAL_RECORD_420>
    I hope now you can provide me some answers.
    Regards
    Debansu

  • BPM file to ABAP proxy

    HI all
    I´m developing a BPM, this has the following steps:

    Reciver Step: this is to read a file , comunication channel type file.
    2º transformation Step: maps the MT of the file to a new MT
    3º Send step: send syncronously the result of the the map.Using an ABAP proxy. XI adapter.
    4ºSwitch step: compares de the value of the result of the syncronous call, with a constant.First branch Send Step to write a file
    Second branch nothing.
    My question is? Do i have to insert something before the switch. Because i cannot activate the BPM, In the SXI_CACHE i can see and error that says that the value that i´m using to compare the value it is not an object of the payload.
    Any idea?
    Many thanks
    Noelia

    Hi,
    Last try...
    salida_proxy./p1:MT_salidaproxy/row/valor = 0
    In the condition editor:
    When you do a f4 for the left operanfd text box:
    The expression editor opens:
    You need to click on the "Interface Variable" radio button and select your container salida_proxy and prove the correct xpath.
    Make sure that the Type specified next to the xpath in the expression editor is String.
    A f4 in the right operand text box opens a expression ediote, where:
    You need to click on the constant radio button, and provide the constant 0.
    Again make sure that the xsd trype is String.
    In case all this has been done perfectly, then try deleting the switch and recreating it again. You never know, this might do the trick!
    Regards,
    Smitha.
    Message was edited by:
            Smitha Rao

  • File to Abap Proxy Scenario : No message log in SXMB_MONI

    I have a PI Scenario in which a FTP server is polled every 5 minutes, and when it receives any file,  file is archieved and abap proxy is called. Few days back it was running perfectly fine. But For last couple of days I am facing strange error.
    My File is archived but abap proxy isnot called, neither I get any message in SXMB_MONI.
    any guesses what should I do?
    Jawed Ali

    Hi Jawed,
    HOLD means you have given QoS as EOIO in sender channel and the first message got failed and hence all messages are waiting..
    Check this thread
    Re: PI 7.1 Messages stuck into the Queue of the Adapter Engine
    Try resending the messages through runtime workbench->message monitoring->adapter engine
    Regards
    Suraj

Maybe you are looking for

  • Camera attached with USB - How to access the flash file system?

    OK...this is maddening for someone that is so used to using a Windows file system that can be enumerated on any device, whether a hard disk or attached USB flash device. All I want to do (at this moment) is see the file system on the flash in my came

  • Program to create Datasources in BW

    Hi All, do we have any BAPI/ Program available to create FlatFile Datasources  in Bulk ? we need to create almost 200 flatfile datasources ..

  • Set tabindex in application

    Hi All, How to set tabindex in all application pages without defining in every page_item and button? My flow is first page_item and after that button. It is possible? Thanks

  • How can i merge iphoto albums

    My iPhone photo library has 4272 photos but  iPhoto on my Mac only shows 998... how do I find (and sync) all my photos?

  • How to get SID thro sql

    Hi I want to connect some data base i know ip i know port no but i don't have sid. can i retrivew SID from sql. by logging to database.