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>

Similar Messages

  • Issue with inbound abap proxy

    I have an Inbound ABAP proxy scenario , the ABAP code inserts data into a ZTable.
    I am having an issue in the runtime where
    1. I see transaction data in SXI_MONITOR of both XI & application system.
    2. if tried to debug with the report SPRX_TEST_INBOUND (as the application system WebAS is 6.20) the proxy code works just fine, and records are inserted in the ZTable.
    records are not getting inserted into the table when run end to end..anybody faced this situation ?
    <b>Appreciate genuine replies....</b>

    Hi,
    but this just <b>has to</b> work
    if this doesn't work then "something realy strange is going around here"
    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>

  • Problem with Synchronous abap proxy time out

    Hi there.
    I have the following scenario:
                      sync                   sync
    3rd party <-->  PI    <--
    >  ERP
                       http                    abap proxy
    In the implementing class on the abap proxy i'm calling an standard BAPI, followed by a commit and returning the result.
    The 3rd party app has a mechanism that when a message fails, he'll retry each 5 mins until it gets the response.
    Last night there where some delays on ERP that cause the sync mesages to timeout, the 3rd party retried about 10 times to send the message until it finally went off. This morning i check and i have the same message 11 times on ERP!!, to my understanding if the sync comm timed out the process will abort and  the message will not be processed on ERP, does anybody knows if im missing some configuration for this to work this way??.
    Kind Regards,
    Roberto.

    Hi Roberto.
    There are a lot of time out configures in PI .
    Follow the link that explain about this:
    How to Investigate Timeouts In Synchronous XI PI Scenarios
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747
    I hope to help you.
    If you still keep this problem, you can ask me more about it.
    Regards..
    Bruno.

  • Problem with sender ABAP proxy

    Hi All,
       I have created sender ABAP proxy (Async). I am testing the proxy from SPROXY transaction it selft .. when i provide the data and execute the proxy it is showing <b>"Services Processed Without Error"</b> , but i am not getting any error , i am not able to see any message in SXMB_MONI or RWB .. how to check where the message is failing ??

    Hi,
    You said you are sending message from proxy....its very easy to debug in this case. You can set a breakpoint directly in your proxy caling program. Just check if you are calling commit work after calling proxy.
    Also you can do it using the abap system command '/H' or the code 'BREAK-POINT' for/in the report program triggering the iterface.
    Check out this thread...
    How to Debug proxies
    Hope this will help you.
    Ni;esh

  • Where we should implement inbound abap proxy?

    I have to implement Inbound abap proxy, there i need to call two BAPI s to create reservation and purchase requisition based on material number coming from input.
    my doubt is all this code where should i implement and also please give me some sample codes.
    Thank you
    Neelima

    Hi,
    U can find the code in the following link,
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/06adbf03-0a01-0010-f386-d8e45561a3c4
    ABAP Inbound Proxy Error !
    Problem  with Inbound Abap Proxy
    How to call BAPI from ABAP Inbound Proxy
    issue with inbound abap proxy
    Reward If Helpful,
    Jagadish.

  • Application ERROR - Fault message Error in Inbound ABAP Proxy !!

    Hi Folks,
    I have got application error while doing in Inbound proxy scenario. This inbound message is ProductActivityNotification, this message has got fault message. This message is triggering for faults. How to control this fault message or how to divert this error as an alert to RWB. Please give me your ideas step by step. Error as follows:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!-- Call Inbound Proxy
    -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
    <SAP:Category>Application</SAP:Category>
    <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>
    <SAP:P1 />
    <SAP:P2 />
    <SAP:P3 />
    <SAP:P4 />
    <SAP:AdditionalText />
    <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SAPGlobal20/Global">ProductActivityNotificationFault</SAP:ApplicationFaultMessage>
    <SAP:Stack>Application has thrown an exception</SAP:Stack>
    <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    Please find the fault message has got following values
    <?xml version="1.0" encoding="utf-8" ?>
    - <n0:ProductActivityNotificationFault xmlns:n0="http://sap.com/xi/SAPGlobal20/Global" xmlns:prx="urn:sap.com:proxy:RAS:/1SAI/TAS653D9A9CCD9A8EF3AF9B:701:2009/02/10">
    - <standard>
    <faultText>Proxy Class (Generated)</faultText>
    - <faultDetail>
    <severity>information</severity>
    <text>Start of inbound processing: ProductActivityNotification (ID )</text>
    <id>000(/SCA/BIF_PROACT)</id>
    </faultDetail>
    - <faultDetail>
    <severity>error</severity>
    <text>Message ID is missing</text>
    <id>032(/SCA/BIF_MI)</id>
    </faultDetail>
    </standard>
    </n0:ProductActivityNotificationFault>
    Will you please focus bit light on this error message please?
    Regards
    San

    Hi,
    Check your Source data is correct or not..beofr executing your scenario execute your inboud Proxy with valid data ,
    check below blog...
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    Regards,
    Raj

  • Debugging of inbound ABAP proxy

    Please To show the debugging of inbound ABAP proxy, the implementation of the demo scenario is used. The demo scenario is available in any installation WebAS 6.40 or higher.

    follow this method and check debugging mode.
    Debugging of inbound proxies in WebAS 6.40 or higher
    To show the debugging of inbound ABAP proxy, the implementation of the demo scenario is used. The demo scenario is available in any installation WebAS 6.40 or higher.
    At first you have to set a break point in the ABAP code. Call transaction SPROXY. Expand the namespace http://sap.com/xi/XI/Demo/Airline, the node Message Interface (inbound) and the interface FlightBookingOrderRequest_In.
    Double click on interface II_SXIDAL_FBO_REQUEST and get the view of the proxy object properties.
    Double click on the implementing class (ABAP name) and then double click on the method name (this class has only one method).
    Now you are in the inbound proxy implementation. Set the break point on the first executable line.
    With help of the back button (F3) go back to the transaction SPROXY. Here you choose from menu Proxy -> Test Interface
    In the next pop up check the field XML Editor to maintain the payload.
    In the next screen apply suitable values or upload the XML payload of the SXMB_MONI (after mapping).
    Now the inbound proxy processing should stop at the break point.
    If the processing does not stop at the break point, there might be an error in the XML. Check at the result page for error messages.
    Debugging of inbound proxies in WebAS 6.20
    You set the break point the same way as described above.
    To start the proxy test you call the report SPRX_TEST_INBOUND.
    As parameters you enter the name of the ABAP interface and the method name of of the ABAP interface and check the parameter Edit Native XML
    In the next screen you apply suitable values or upload the XML payload of the SXMB_MONI (after mapping).
    Then you click first on save button (F11), then on back button (F3).
    Now you should see your debug session. If not, check if the XML is valid. BAPI_GOODSMVT_CREATE to post Goods Movement
    The following is an abap program making used of the BAPI function BAPI_GOODSMVT_CREATE to do Goods Receipts for Purchase Order after importing the data from an external system.
    BAPI TO Upload Inventory Data
    GMCODE Table T158G - 01 - MB01 - Goods Receipts for Purchase Order
                         02 - MB31 - Goods Receipts for Prod Order
                         03 - MB1A - Goods Issue
                         04 - MB1B - Transfer Posting
                         05 - MB1C - Enter Other Goods Receipt
                         06 - MB11
    Domain: KZBEW - Movement Indicator
         Goods movement w/o reference
    B - Goods movement for purchase order
    F - Goods movement for production order
    L - Goods movement for delivery note
    K - Goods movement for kanban requirement (WM - internal only)
    O - Subsequent adjustment of "material-provided" consumption
    W - Subsequent adjustment of proportion/product unit material
    report zbapi_goodsmovement.
    parameters: p-file like rlgrap-filename default
                                     'c:\sapdata\TEST.txt'.
    parameters: e-file like rlgrap-filename default
                                     'c:\sapdata\gdsmvterror.txt'.
    parameters: xpost like sy-datum default sy-datum.
    data: begin of gmhead.
            include structure bapi2017_gm_head_01.
    data: end of gmhead.
    data: begin of gmcode.
            include structure bapi2017_gm_code.
    data: end of gmcode.
    data: begin of mthead.
            include structure bapi2017_gm_head_ret.
    data: end of mthead.
    data: begin of itab occurs 100.
            include structure bapi2017_gm_item_create.
    data: end of itab.
    data: begin of errmsg occurs 10.
            include structure bapiret2.
    data: end of errmsg.
    data: wmenge like iseg-menge,
          errflag.
    data: begin of pcitab occurs 100,
            ext_doc(10),           "External Document Number
            mvt_type(3),           "Movement Type
            doc_date(8),           "Document Date
            post_date(8),          "Posting Date
            plant(4),              "Plant
            material(18),          "Material Number
            qty(13),               "Quantity
            recv_loc(4),           "Receiving Location
            issue_loc(4),          "Issuing Location
            pur_doc(10),           "Purchase Document No
            po_item(3),            "Purchase Document Item No
            del_no(10),            "Delivery Purchase Order Number
            del_item(3),           "Delivery Item
            prod_doc(10),          "Production Document No
            scrap_reason(10),      "Scrap Reason
            upd_sta(1),            "Update Status
          end of pcitab.
    call function 'WS_UPLOAD'
      exporting
        filename                      = p-file
        filetype                      = 'DAT'
    IMPORTING
      FILELENGTH                    =
      tables
        data_tab                      = pcitab
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      OTHERS                        = 6
    if sy-subrc <> 0.
      message id sy-msgid type sy-msgty number sy-msgno
              with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      exit.
    endif.
    gmhead-pstng_date = sy-datum.
    gmhead-doc_date = sy-datum.
    gmhead-pr_uname = sy-uname.
    gmcode-gm_code = '01'.   "01 - MB01 - Goods Receipts for Purchase Order
    loop at pcitab.
      itab-move_type  = pcitab-mvt_type.
      itab-mvt_ind    = 'B'.
      itab-plant      = pcitab-plant.
      itab-material   = pcitab-material.
      itab-entry_qnt  = pcitab-qty.
      itab-move_stloc = pcitab-recv_loc.
      itab-stge_loc   = pcitab-issue_loc.
      itab-po_number  = pcitab-pur_doc.
      itab-po_item    = pcitab-po_item.
      concatenate pcitab-del_no pcitab-del_item into itab-item_text.
      itab-move_reas  = pcitab-scrap_reason.
      append itab.
    endloop.
    loop at itab.
      write:/ itab-material, itab-plant, itab-stge_loc,
              itab-move_type, itab-entry_qnt, itab-entry_uom,
              itab-entry_uom_iso, itab-po_number, itab-po_item,
                                                  pcitab-ext_doc.
    endloop.
    call function 'BAPI_GOODSMVT_CREATE'
      exporting
        goodsmvt_header             = gmhead
        goodsmvt_code               = gmcode
      TESTRUN                     = ' '
    IMPORTING
        goodsmvt_headret            = mthead
      MATERIALDOCUMENT            =
      MATDOCUMENTYEAR             =
      tables
        goodsmvt_item               = itab
      GOODSMVT_SERIALNUMBER       =
        return                      = errmsg
    clear errflag.
    loop at errmsg.
      if errmsg-type eq 'E'.
        write:/'Error in function', errmsg-message.
        errflag = 'X'.
      else.
        write:/ errmsg-message.
      endif.
    endloop.
    if errflag is initial.
      commit work and wait.
      if sy-subrc ne 0.
        write:/ 'Error in updating'.
        exit.
      else.
        write:/ mthead-mat_doc, mthead-doc_year.
        perform upd_sta.
      endif.
    endif.
          FORM UPD_STA                                                  *
    form upd_sta.
      loop at pcitab.
        pcitab-upd_sta = 'X'.
        modify pcitab.
      endloop.
      call function 'WS_DOWNLOAD'
        exporting
          filename                      = p-file
          filetype                      = 'DAT'
    IMPORTING
      FILELENGTH                    =
        tables
          data_tab                      = pcitab
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      OTHERS                        = 6
    endform.
    *--- End of Program
    Finding the user-exits of a SAP transaction code
    Finding the user-exits of a SAP transaction code
    Enter the transaction code in which you are looking for the user-exit
    and it will list you the list of user-exits in the transaction code.
    Also a drill down is possible which will help you to branch to SMOD.
    report zuserexit no standard page heading.
    tables : tstc, tadir, modsapt, modact, trdir, tfdir, enlfdir.
             tables : tstct.
    data : jtab like tadir occurs 0 with header line.
    data : field1(30).
    data : v_devclass like tadir-devclass.
    parameters : p_tcode like tstc-tcode obligatory.
    select single * from tstc where tcode eq p_tcode.
    if sy-subrc eq 0.
       select single * from tadir where pgmid = 'R3TR'
                        and object = 'PROG'
                        and obj_name = tstc-pgmna.
       move : tadir-devclass to v_devclass.
          if sy-subrc ne 0.
             select single * from trdir where name = tstc-pgmna.
             if trdir-subc eq 'F'.
                select single * from tfdir where pname = tstc-pgmna.
                select single * from enlfdir where funcname =
                tfdir-funcname.
                select single * from tadir where pgmid = 'R3TR'
                                   and object = 'FUGR'
                                   and obj_name eq enlfdir-area.
                move : tadir-devclass to v_devclass.
              endif.
           endif.
           select * from tadir into table jtab
                         where pgmid = 'R3TR'
                           and object = 'SMOD'
                           and devclass = v_devclass.
            select single * from tstct where sprsl eq sy-langu and
                                             tcode eq p_tcode.
            format color col_positive intensified off.
            write:/(19) 'Transaction Code - ',
                 20(20) p_tcode,
                 45(50) tstct-ttext.
                        skip.
            if not jtab[] is initial.
               write:/(95) sy-uline.
               format color col_heading intensified on.
               write:/1 sy-vline,
                      2 'Exit Name',
                     21 sy-vline ,
                     22 'Description',
                     95 sy-vline.
               write:/(95) sy-uline.
               loop at jtab.
                  select single * from modsapt
                         where sprsl = sy-langu and
                                name = jtab-obj_name.
                       format color col_normal intensified off.
                       write:/1 sy-vline,
                              2 jtab-obj_name hotspot on,
                             21 sy-vline ,
                             22 modsapt-modtext,
                             95 sy-vline.
               endloop.
               write:/(95) sy-uline.
               describe table jtab.
               skip.
               format color col_total intensified on.
               write:/ 'No of Exits:' , sy-tfill.
            else.
               format color col_negative intensified on.
               write:/(95) 'No User Exit exists'.
            endif.
          else.
              format color col_negative intensified on.
              write:/(95) 'Transaction Code Does Not Exist'.
          endif.
    at line-selection.
       get cursor field field1.
       check field1(4) eq 'JTAB'.
       set parameter id 'MON' field sy-lisel+1(10).
       call transaction 'SMOD' and skip first   screen.
    *---End of Program
    u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026u2026
    Difference Between BADI and User Exits
    Business Add-Ins are a new SAP enhancement technique based on ABAP Objects. They can be inserted into the SAP System to accommodate user requirements too specific to be included in the standard delivery. Since specific industries often require special functions, SAP allows you to predefine these points in your software. 
    As with customer exits two different views are available:
    In the definition view, an application programmer predefines exit points in a source that allow specific industry sectors, partners, and customers to attach additional software to standard SAP source code without having to modify the original object. 
    In the implementation view, the users of Business Add-Ins can customize the logic they need or use a standard logic if one is available.
    In contrast to customer exits, Business Add-Ins no longer assume a two-level infrastructure (SAP and customer solutions), but instead allow for a multi-level system landscape (SAP, partner, and customer solutions, as well as country versions, industry solutions, and the like). Definitions and implementations of Business Add-Ins can be created at each level within such a system infrastructure.
    SAP guarantees the upward compatibility of all Business Add-In interfaces. Release upgrades do not affect enhancement calls from within the standard software nor do they affect the validity of call interfaces. You do not have to register Business Add-Ins in SSCR.
    The Business Add-In enhancement technique differentiates between enhancements that can only be implemented once and enhancements that can be used actively by any number of customers at the same time. In addition, Business Add-Ins can be defined according to filter values. This allows you to control add-in implementation and make it dependent on specific criteria (on a specific Country value, for example).
    All ABAP sources, screens, GUIs, and table interfaces created using this enhancement technique are defined in a manner that allows customers to include their own enhancements in the standard. A single Business Add-In contains all of the interfaces necessary to implement a specific task.
    The actual program code is enhanced using ABAP Objects. In order to better understand the programming techniques behind the Business Add-In enhancement concept, SAP recommends reading the section on ABAP Objects.
    What is difference between badi and user-exists?
    What is difference between enhancements and user-exists? and what is the full form of BADI?
    I have another doubt in BDC IN BDC WE HAVE MSEGCALL (i did not remember the > correct name) where the error logs are stored, MSEGCALL is a table or structure.
    What is the system landscape?
    1) Difference between BADI and USER-EXIT.
        i) BADI's can be used any number of times, where as USER-EXITS can be used only one time.
           Ex:- if your assigning a USER-EXIT to a project in (CMOD), then you can not assign the same to other project.
        ii) BADI's are oops based.
    2) About 'BDCMSGCOLL' it is a structure.  Used for finding error records.
    3) Full form of BADI 'Business addins'.
    3) System land scape will be depends on your project 
        Ex:- 'Development server'>'Quality server'-> 'Production server'...... 
    List Of User Exit Related to VL01N
    I need to some restriction in fields ( Actual GI Date, T-Code:Vl01n ).
    How do you find out whcih user exits belongs to VL01n ?
    Here is the list of user exit related to VL01N :
    V02V0001   - Sales area determination for stock transport order 
    V02V0002   - User exit for storage location determination 
    V02V0003   - User exit for gate + matl staging area determination 
    V02V0004   - User Exit for Staging Area Determination (Item) 
    V50PSTAT  - Delivery: Item Status Calculation 
    V50Q0001   - Delivery Monitor: User Exits for Filling Display Fields
    V50R0001    -  Collective processing for delivery creation 
    V50R0002    - Collective processing for delivery creation 
    V50R0004    - Calculation of Stock for POs for Shipping Due Date List
    V50S0001    - User Exits for Delivery Processing 
    V53C0001    - Rough workload calculation in time per item 
    V53C0002    - W&S: RWE enhancement - shipping material type/time slot
    V53W0001   - User exits for creating picking waves 
    VMDE0001  - Shipping Interface: Error Handling - Inbound IDoc 
    VMDE0002  - Shipping Interface: Message PICKSD (Picking, Outbound) 
    VMDE0003  - Shipping Interface: Message SDPICK (Picking, Inbound) 
    VMDE0004  - Shipping Interface: Message SDPACK (Packing, Inbound)

  • FILE TO INBOUND ABAP PROXY - error

    Hi,
    Getting the following Error in FILE TO INBOUND ABAP PROXY which is updating a Database table in R/3.
    Error:
    com.sap.aii.utilxi.misc.api.BaseRuntimeException
    thrown during application mapping
    com/sap/xi/tf/_file2proxy_mm_: RuntimeException in
    Message-Mapping transformatio~
    How to rectify the error...
    Ravi

    Hi,
    The error mentioned is indicating about the Message Mapping error.
    I think you need to test your Message Mapping with test tab.
    Here Goto SXMB_Moni and select the related message  and double click on it.
    It will show you the various steps in Message flow.
    Take the Inbound Message and look for Payload in it. Open it in right side window and right click on it to see source code.
    Copy it in Message Mapping and test it
    Thanks
    swarup

  • Inbound ABAP proxy in the IS localhost

    Hello, Is there anyone who knows what I need to do to create an Inbound ABAP Proxy that execute a method in the Integration Server localhost.
    regards
    Ernesto Duran

    Hello the reason is that I want to split a message I receive from the jdbc adapter. Anyway in webMethods you can always manipulate your XML messages and then resend them to a broker(wM Broker) or a publish/subscriber system (wM TN) and trigger a new process. In XI I only see the posbility to pass document from one system to another. Maybe the point is to work in another way that I still don't understand. Please look at my topic "JDBC adapter and message split" to get more information about my problem.

  • 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 INBOUND ABAP PROXY - " LOOP_IN_MESSAGE_ROUTING  ERROR "

    Hi , 
    Getting the following Error in *FILE TO INBOUND ABAP PROXY* which is updating a Database table in R/3.
    <?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">LOOP_IN_MESSAGE_ROUTING</SAP:Code>
      <SAP:P1>is.01.lgscms</SAP:P1>
      <SAP:P2>IS</SAP:P2>
      <SAP:P3>XI</SAP:P3>
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>XI protocol error</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    How to rectify the Error..
    Regards,
    Ravi

    Hi Ravi !
    Check if the url for the receiver is
    http://<host>:<port>/sap/xi/engine?type=receiver
    or
    http://<host>:<port>/sap/xi/engine?type=entry
    if using XI 3.0
    Regards,
    Matias.
    Edited by: Matias Denker on Feb 25, 2008 2:12 PM

  • Inbound ABAP Proxy

    Hi All,
      I have an inbound ABAP proxy as the receiver. The class, interface, structure and tables are generated when I created the proxy.
      I edited the method execute_asynchronous to collect the data from the table and send it to another RFC.
      When I tried to populate my internal table using the data from table generated during proxy generation, it gives me an error like"zjssrc_dt-header_tab" is not defined in the ABAP dictionary as table, projection view or database view. But it doesn't give me an error while declaring my internal table of the type "zjssrc_dt-header_tab".
    Any inputs on this will be of great help.
    Thanks & Regards,
    Jai Shankar.

    Hi,
    When you generate your Proxy, there will be some structures created. Here you can see the name of the table type.
    Just create a work are for the same table type and one internal table.
    <i>eg.
    DATA: i_data_records TYPE TABLE OF zback_dt_data_records.
    DATA: wa_data_records TYPE zback_dt_data_records.</i>
    Now move the data from the proxy to your internal table
    eg.
    i_data_records = input-mt_val_in-data_records.
    Now this value <i>input-mt_val_in-data_records</i> for you would be input_<MessageType>_<segmentName thats repeating>
    Now loop through the Internal table and move the data to Work area and then update your table.
    I have taken second weblog as eg. Just see that weblog and read this.
    Regards
    Vijaya
    Message was edited by: vijaya kumari

  • Remote Resources: "A problem with the system proxy caused the connection to fail: End of file"

    Hi, I am trying to use "Remote Resources" on the current version of the Microsoft Remote Desktop for Android app, I can input the webfeed and it even shows the apps that I have configured on the server for "Remote App", sadly whenever
    I try to load any of the RemoteApps, I receive an error stating " A problem with the system proxy caused the connection to fail. End of File".
    I don't know what I can do to fix this, I've tried many things to no avail, also, normal Remote Desktop connections from the Microsoft Android app work flawlessly to the server.
    The relevant log is the following:
    [2014-Jan-09 04:40:54] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-09 04:40:54] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||ZWaveUtil
    remote.workingdirectory 
    remote.name ZWave Adapter Utility
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 200.5.68.10
      proxyPort = 8080
      sessionId = -1
    [2014-Jan-09 04:40:54] RDP (0): Using HttpConnect proxy at 200.5.68.10:8080
    [2014-Jan-09 04:40:54] RDP (0): Using Basic Authentication with username ''
    [2014-Jan-09 04:40:54] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    [2014-Jan-09 04:40:54] RDP (0): Resolved '200.5.68.10' to '200.5.68.10' using NameResolveMethod_DNS(1)
    ASIOSocketAdapter (9): readSomething error. message: End of file. instance: 0x5d39d5c0
    RpcOverHttp (9): Stream error in endpoint 0x5abbc170 : A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Error message: A problem with the system proxy caused the connection to fail: End of file
    [2014-Jan-09 04:40:55] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleRead(): exception: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : Failed to read from channel: -1. instance: 0x5d39d5c0
    [2014-Jan-09 04:40:55] RDP (0): Disconnect initiated by client
    RpcOverHttp (9): Exception in endpoint 0x5abbc170 : Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    [2014-Jan-09 04:40:55] RDP (0): Exception caught: Exception in file '/var/lib/jenkins/jobs/rc-android-app/workspace/rdp-layer/library/jni/librdp/private/httpendpoint.cpp' at line 489
        User Message : A problem with the system proxy caused the connection to fail: Failed to read from channel: -1
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-09 04:40:57] RDP (0): ------ END ACTIVE CONNECTION ------

    My problem is that the "proxy" is the proxy set up by my 3G configuration so, I tried connecting to the remote resources through my work wifi and I get the following:
    [2014-Jan-14 16:58:13] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 16:58:13] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username Administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=Administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 16:58:13] RDP (0): Not using any proxy
    [2014-Jan-14 16:58:13] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d474090
    RpcOverHttp (9): Stream error in endpoint 0x5d46b678 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d445158
    RpcOverHttp (9): Stream error in endpoint 0x5d49fa30 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 16:58:17] RDP (0): Disconnect initiated by client
    [2014-Jan-14 16:58:17] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 16:58:17] RDP (0): ------ END ACTIVE CONNECTION ------
    Now, I know the host can be resolved because: if I connect to the same host but on a full remote desktop (as opposed to just RemoteApp on it) I have no trouble either through 3G OR through my work connection.
    Moreover, I also tried directly inputting the IP as opposed to the web address of my server, I get the same error, that is the Remote Resources tab is able to access the feed (because it shows the available RemoteApps) but when I click an app it says it can't
    find the Host, here's the log for the connection directly to the IP address/rdweb/feed/webfeed.aspx :
    [2014-Jan-14 17:09:27] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Jan-14 17:09:27] RDP (0): Final rdp configuration used: memory bookmark [
    label 
    hostname DIAZSERVER
    port 3389
    loadbalanceinfo 
    ui.swapmousebutton false
    remote.program ||chrome
    remote.workingdirectory 
    remote.name Google Chrome
    remote.args 
    rail true
    soundmode 0
    connect_to_console false
    redirectsdcard true
    performance_flags 134
    arc.sessionid 0
    anonymous_username 
    authentication_level 2
    use_redirection_server_name false
    username administrator
    gateway [
      host = DIAZSERVER
      port = 443
      bypass = false
    connect info[
      hostnames = [localhost]
      gatewayHost = DIAZSERVER
      gatewayPort = 443
      routingToken = Cookie: mstshash=administrator
      redirectionGUID = 
      proxyHost = 
      proxyPort = 0
      sessionId = -1
    [2014-Jan-14 17:09:27] RDP (0): Not using any proxy
    [2014-Jan-14 17:09:27] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    AsioEndpointContext (0): startup(): starting up down context
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d372f28
    RpcOverHttp (9): Stream error in endpoint 0x5dd6b168 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    ASIOSocketAdapter (9): handleResolve(): boost error: Host not found. Please provide the fully-qualified name or the IP address of the host.. instance: 0x5d378de0
    RpcOverHttp (9): Stream error in endpoint 0x5e9cc1f0 : Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    [2014-Jan-14 17:09:31] RDP (0): Disconnect initiated by client
    [2014-Jan-14 17:09:31] RDP (0): Error message: Unable to connect to remote PC. Please provide the fully-qualified name or the IP address of the remote PC, and then try again.
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    AsioEndpointContext (0): shutdown(): shutting down context
    AsioEndpointContext (0): shutdown(): context shut down
    [2014-Jan-14 17:09:31] RDP (0): ------ END ACTIVE CONNECTION ------
    I'm really puzzled here, I've tried checking if ports where open, and ports 443 and 3389 are wide open, I don't know what else it could be.

  • How to get Messageid in Inbound ABAP Proxy ?

    Hi,
    Please advise how to get messageid in Inbound ABAP Proxy, so far i could not find anythings most of the forum discuss about "How to get messageid for Outbound Proxy).
    Thank You and Best Regards
    FL

    Hi Fernad,
    By using below code you can take message id.
    java.util.Map map = container.getTransformationParameters();
    return ((String) map.get(StreamTransformationConstants.MESSAGE_ID));
    Create one simple UDF by using above code and map this to one field (you may create one dummy field for this). Then at runtime the mapped field contains the message id.
    Regards,
    Venkata Ramesh

  • Inbound ABAP proxy in batch mode

    Hi,
    Is it possible to post the message to target SAP system using inbound abap proxy in batch mode instead of default dialog mode ? If anyone has done this, can you please let me know how to do it.
    Thanks
    Shany

    Any comments from PI experts on this ?

Maybe you are looking for

  • Best practice for test reports location -multiple installers

    Hi, What is recommended best practice for saving test reports with multiple installers of different applications: For example, if I have 3 different teststand installers: Installer1, Installer2 and Installer3 and I want to save test reports of each i

  • Mercury Transmit breaks greater than 1920x1080 external monitoring

    Hi all, In Adobe CC in Quicktime Preview, there is an option to "Scale and Letterbox Output to Fit Video Monitor" in the Video Preview preferences.  This enables the ability to monitor 2K and 4K footage on hardware (in my case the Blackmagic Mini Mon

  • 0 photos in photo stream

    i have six photo streams from family members in family and friends streams however they all show 0 photos, can't figure out what i am doing wrong.  I have the photos on my iPhone but want them on my mac so i can do some other things with them

  • How do I increase Siri's volume?

    How do I increase the volume of the Siri voice? Both male and female are almost too low to hear.

  • "only sync checked items" option grayed out

    Note: This is the fifth frakin time I've tried to post this, but this forum site keeps crapping out on me. So, I apologize for any duplicates that might appear. Hey folks, I've successfully upgraded to iTunes v7, and while everything else appears to