Outbound proxy acknowledgment user

hello,
  we have the following scenario
  async. outbound proxy -> file adapter
  this works correctly but the acknowledgment that we would like to receive uses an unexisting user
  and returns following error "HTTP 401 - Unauthorized"
  anybody knows were to adjust this user ?
  we could create the user but we would like to know where to find it
  thanks 
regards,
michel

HTTP logs have to be activated at instance profile level, ie :
icm/HTTP/logging_0                          PREFIX=/,LOGFILE=devs_http.trc,MAXSIZEKB=50000, SWITCHTF=day,FILEWRAP=on
icm/HTTP/logging_client_0                   PREFIX=/,LOGFILE=devc_http.trc,MAXSIZEKB=50000, SWITCHTF=day,FILEWRAP=on
and then restart the ICM (tcode SMICM and soft restart) ... Then, in SMICM, there is a HTTP logs menu that will display contents of these traces, you can often find user/url/rcode in it
But maybe Stefan's solution could solve your issue (I'm not familiar with ACKs )
Rgds
Chris

Similar Messages

  • Triggering Outbound proxy through Output type

    I am sending sales order Acknowledgement to a file sytem from SAP. For this I am using a outbound proxy. I have a output type say ZCCS created in SAP . My question is how will the outbound proxy will get triggerred.
    what should be the medium type(Print,Mail,External send ...etc) in the output type. & where do I write my outbound proxy code ( I mean should it be a executable program).
    Message was edited by: SACHIN KAGLIWAL

    Lets say you want to send the data whenever you kick off your Print program. just call the proxy method in your ABAP program and it will be kicked off. Or write an ABAP program, use SUBMIT command.
    regards
    Shravan

  • IDOC or Outbound Proxy in MIGO transaction

    Hello All,
    I need to design an interface to send the postings that occur in MIGO for the movement types (101,102,122, 123,311,312,551 & 552) .
    For the successful postings the user needs to send an update to the external vendor at real time after commiting in MIGO.
    Kindly suggest if I can write an outbound proxy in any BADI or trigger an IDOC from MIGO for all the above mentioned movement types.
    My concern is would the performance be affected during postings if I include an outbound proxy in MIGO ?
    Thanks ....

    You can call your outbound proxy in BADI MB_DOCUMENT_BADI~MB_DOCUMENT_UPDATE.
    For this you can create one wrapper function module where you can write the logic for calling proxy method and call it in above mention BADI. call this FM using in background task option available for function module but this wrapper FM should be a remote enabled function module which you can set inattributes of the FM's.This will trigger after commiting MIGO so performance should not be affected.
    And MB_DOCUMENT_UPDATE itself triggers in update task so you can also try calling proxy here directly.To debug dont forget to switch on update debugging option from debugger settings.
    Thanks,
    Pawan

  • Cube Alternative \ Outbound Proxy

    Hi,
    I currently have CUBE setup to my SIP provider, I would like to add an additional register or user agent. However since my current service provider uses outbound proxy for the invite messages I'm running into issues with the second UA.
    So I'd like to know if anyone has setup any alternatives to using CUBE such as a software b2bua or session border controller. I currently looking at Yate 

    Thanks for the assistance,
    Ok here is the configuration which was provided by our ISP. It is different to other configurations I'm used to as the register and sip-server addresses are our company name.
    This configuration connects to a local ISP router.
    voice service voip
     ip address trusted list
      ipv4 0.0.0.0 0.0.0.0
     address-hiding
     allow-connections sip to sip
     fax protocol none 
     sip
      outbound-proxy dns:Provider.telstra.com
      midcall-signaling passthru
      privacy-policy passthru
      sip-profiles 100
      error-code-override options-keepalive failure 503
    sip-ua 
     credentials username User password 7 pass realm ourcompanyname.com
     authentication username User password 7 pass
     authentication username User password 7 pass realm ourcompanyname.com
     set pstn-cause 47 sip-status 486
     retry invite 2
     retry response 3
     retry bye 3
     retry prack 6
     retry register 2
     timers expires 300000
     registrar dns:ourcompanyname.com expires 30000
     sip-server dns:ourcompanyname.com
     connection-reuse
    Gi0/0 Internet (Public)
    Gi0/1 Direct connection to provider voicegateway
    Gi0/2 Management (Internal Traffic)
    I have configured a specific route for Provider.telstra.com
    So I'd like to add a second register, but I ran into issues with the invite going out Gi0/1 the provider gateway.
    I tried to add a specific route out Gi0/0 (internet) however it still goes to via Gi0/1 due to the outbound proxy setting.
    I'm unsure how to reconfigure the setup to avoid using outbound proxy. I managed to set the outbound proxy the outgoing dial peers and calls would work however the b2bua wouldn't register for incomming calls.

  • Proxy acknowledgement

    Hi,
    we have an asynchronous scenario ABAP Proxy to ABAP Proxy.
    We have configured the outbound proxy to request Application Acknowledgements.
    In the inbound proxy we have the code to raise an exception and send back a negative application acknowledgement in case of failure of method EXECUTE_ASYNCHRONOUS execution.
    RAISE EXCEPTION TYPE ZZEXCEPTION
    EXPORTING
    text = 'MESSAGE ERROR TEXT'
    name = 'TEST'.
    In case of successfull execution, a positive application acknowledgement is sent back automatically after the execution of EXECUTE_ASYNCHRONOUS.
    So everythink works successfully.
    Now we need to add some custom informations in the positive application acknowledgement. We have these informations (simple text) in the method EXECUTE_ASYNCHRONOUS of the inbound proxy.
    It seems that this kind of activity is not possible, because the generation of the positive appl ack is done automatically after the execution of EXECUTE_ASYNCHRONOUS.
    Do you know if it's possible, and eventually how to realize this?
    Thank you in advance
    Kind Regards,
    Francesco

    check if this link helps you
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/frameset.htm</a>

  • ABAP Outbound Proxy: some messages stuck in CRM system

    Hi all,
    we've a strange issue with a ABAP Outbound proxy we've generated in our CRM 5.0 system (asynchronous interface).
    Sometimes messages stuck in the CRM system. They are in status 'Scheduled' (green flag) in SXMB_MONI in the CRM system. When I have a look at the corresponding queue, there's no message within. Status in SMQ1 and SMQ2 is fine, too. All queues are registered. When I reprocess such a message manually in SXMB_MONI in CRM with the restart button, they're sent fine to XI.
    Please note: it's NOT a general issue with that outbound proxy. In most cases the messages are sent immediately, just in some cases the messages stuck and I don't know why.
    Is it possible to restart such messages automatically? I just know the report RSXMB_RESTART_MESSAGES, but that one just restarts messages in Error status. But the ones we have aren't in error status so they cannot be selected with that report.
    Any idea where could be the problem / we should check?
    BR
    Holger

    On which SP r u working correctly. May be an SP upgrade could help.
    Regards,
    Prateek

  • Outbound Proxy is generating Mapping Transformation XSLT error in SPROXY Test

    Hi,
    I have searched already online but i am unable to find anything relevant.
    The scenario is that I have an Inbound proxy for processing the incoming payload and in this code the call is made to the oubound proxy method and i am gettin the MAPPING.TRANSFORMER_EXCEPTION Exception occurred during XSLT mapping of the application
    CALL METHOD outbound_obj->shipment_status_notification_o
    EXPORTING
    output = wa_orders_request_out
    IMPORTING
    input = wa_orders_response_out.
    We just updated the orders_request_out  with a single field and activated and regnerated the proxy in ECC and i can now see the updated structure.
    However, if i take the payload from production and just pass the payload in debug to the above method call  in both Dev and QA with the added field, I am getting the above error.
    I cannot do the proxy debug in production unfortunately so i cannot see if this is happening only in Dev and QA.
    Can anyone please help me as this is urgent and If i can get past this error  i can actually test if processing is working as expected?
    Regards,
    Archana

    Hi Mark,
    I have checked the data type and the field occurrence is 0.1
    The change was made only to the request structure as based on this field value some selection needs to be made. The Response structure was not changed at all.
    I have regenerated the outbound proxy as well and surprisingly even though it was not modified it still did not give me a message that the proxy object has not changed. I had to activate it as changed to inactive.
    I am also not sure why that happened.
    Regards,
    Archana

  • Outbound Proxy - No XML message seen !!!!!!!!!!

    Hi All
    I am trying to use outbound ABAP proxy from an R/3 system . I have written  a Z program to triger the execute_asynchronous method of the proxy generated. Now when i go to see the SXMB_MONI txn to see any XML message flow i dont see anything .
    Any pointers so to what need to be perfect to see a XML message is the monitor for an outbound proxy??
    Thanks in advance for your help
    rohan

    Hi,
    Generally the message goes in the schedule mode when the target system is not available or the connection to target system is broken. Pl check the target system.
    You can use this weblog as checklist.
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies - Activate Proxy
    /people/siva.maranani/blog/2005/04/03/abap-server-proxies - ABAP Server Proxy
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Client Proxy
    Thanks,
    Prateek
    Message was edited by: Prateek Shah

  • Outbound Proxy - XI - File scenario. Outbnd proxy not callin XI.

    Hi All,
    I have a requirement where I have to develop a Outbound Asynch Proxy-> XI -> File scenario.
    For this I have crated an Outbound Asynch proxy and called this proxy from a report in ABAP.
    When I execute the report, i am unable to see the message in XI Moni.
    But when I try to emulate the same scenario by passing a message from the RWB Test Page, the message is flowing to the file successfully.
    It seems that the problem is just that the ABAP report is unable to call the XI by executing the outbound proxy method.
    The code for the report is as below:
    *& Report  Z_ASYNCH_PROXY
    REPORT  Z_ASYNCH_PROXY.
    data prxy type ref to ZFUJCO_SI_TEL_NUM_RFC_RESP_ASY.
    data out type ZFUJMT_TEL_NUM.
    out-MT_TEL_NUM-TEL_NUM = 'test_proxy'.
    create object prxy .
    TRY.
    CALL METHOD prxy->si_tel_num_asych_in
      EXPORTING
        output = out
    commit work.
    CATCH cx_ai_system_fault .
       DATA fault TYPE REF TO cx_ai_system_fault .
        CREATE OBJECT fault.
        WRITE :/ fault->errortext.
    ENDTRY.
    Please tel me how to find out that where the message is getting stuck and resove this.
    regards,
    Piyush

    Hi All,
    Thanks a lot for ur inputs.
    i was able to resolve it.
    The pointers are:
    - The message was gettting stuck in the queues XBTS0009 of the Bus system. I chekced it in SXMB_MONI of bus syst.
    - i activated the queues usung SXMB_ADM -> manage queues
    - The HTTP destinatin was not maintained for the connectino to the PI Url. In fact the url was hardcoded in the sicf -> xi-> engine
    I maintained this using
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3414900)ID1803326050DB10288658103888810737End?blog=/pub/wlg/3022
    Thanks for all your help.
    regards,
    Piyush

  • SRM XI standard content ...SRM Server 7.0 - Outbound proxy not working

    Hello All,
    we have integrated SRM SUS with ECC 6.0 using XI standard content XI SRMSERVER IC 7.0. With same configuration, Purchase Order has been send from ECC to SUS and PO is created successfully in SRM SUS. But, while confirming the purchase order, its not generating outbound proxy message.
    And when we check the interface PurchaseOrderConfirmation_Out(i.e dobule clicking) in SPROXY transaction of SRM SUS, getting the following LOG:
    1. Logical port template is inconsistent, regenerate it and activate it
    2. cannot create LPT without DT profiles
    3. Regernate proxy(inactive version incorrect)
    Let me know if you have any suggestions.
    Regards,
    Sreenivas.

    Hello Srinivas,
    1.Check your Port creation from ECC to XI  2 SRM.
    2. Activate your proxies properly and check whethar your proxy communication working properly or not.
    check this links for your reference.
    MM -XI-SUS
    MM System - XI - SUS
    MM-XI
    How to integrate MM using XI
    SRM-XI
    SRM  and XI Integration
    http://service.sap.com/~sapidb/011000358700002897342004E/CCMConfig10_01_05.pdf
    http://service.sap.com/~sapidb/011000358700003992672005E/Config_Guide_CCM200_640doc.pdf
    http://service.sap.com/~sapidb/011000358700002897402004E/ServiceProcurementNEW.pdf
    http://service.sap.com/~sapidb/011000358700002897382004E/Plan-DrivenwithSInew.pdf
    SRM and XI
    Is there pre-configured message mapping for SRM Content?
    /people/vijaya.kumari2/blog/2006/01/26/how-do-you-activate-abap-proxies
    SRM XI scenario
    Which version of SRM needs XI?
    SRM  AND SAP XI
    XI with SRM 4.0
    Regards,
    Mahesh

  • SPROXY error testing outbound proxy interface

    Hi,
    I am trying to test an outbound proxy interface using SPROXY but am getting the following error:
    Apart from the above messages there is no more help available. When I try testing the generated XSLT program using SXSLT_TEST it gives an error "No valid XSLT program supplied". I have checked and the auto generated XSLT program does exist.
    Any help appreciated.
    Thanks
    Che

    Hi Che Eky,
    Check out below helpful thread & doc:
    SERIALIZE_APPLICATION_DATA Conversion error ABAP => XML: Request Message
    Serialization issue in abap proxy
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a89312f8-0b01-0010-86b3-fdd7178e0534?QuickLink=index&…
    Regards,
    Krupa

  • Outbound Proxy error when triggering from SPROXY

    Hi Everyone,
    I was working on outbound proxy from ECC to PI. I have generated the proxy and activated. When I am trying to test the proxy manually from SPROXY the message is not getting triggered to SXMB_MONI in ECC itself. But I didn't get any error message as well. When I am executing the proxy from SPROXY I was getting below message in the status bar. So can anyone help me with the possible solution why the message is not getting triggered.
    Below is the options I have selected while executing the proxy.
    This was the status message which was giving after execution of proxy from SPROXY. The same status was giving for all the Proxy interface which ever is executing from SPROXY.
    Regards,
    Kankipati.

    Hi Kankipati
    can you please try Commit work  by navigating on test proxy screen .
    Extra- Trigger Commit work .
    Follow the below link .
    SAP PI Reference: SAP PI ABAP Proxy Outbound settings, Triggering message to SAP PI(When many sap pi systems)
    Best Regards
    Srinivas

  • Sync Async using proxies ( Calling Outbound proxy from Inbound proxy )

    I'm trying to generate Asynchronous Outbound message from the Synchronous Inbound message message  due to a requirement. My question is : is it really possible to develop such a scenario?. I'm getting weird error such as Kernal exception etc. Please let me know if you have developed such scenario and what should we do dfifferently in such scenarios?. Thank you for any suggestions.

    Hi,
    This error has has nothing to do with Calling Outbound Proxy from from Inbound Proxy. The scenario which you are telling is very much possible.
    It looks like there is some problem in your proxy code while calling RFC from within there or something like that. Try catching the exception and see what is the exact error or put in debug mode and see the step where exactly your code is failing.
    Use the following links for Catching Exception in Proxy
    Inbound ABAP Proxy Trace and error handling
    Handling Exceptions
    ABAP Server Proxies - Fault Handling
    Exception handling in integration processes
    ABAP Proxy and fault messages
    /people/bhanu.thirumala/blog/2006/02/07/abap-proxy--xml-to-abap-transformation
    Thanks
    Amit
    Reward point if answer is helpful

  • Outbound Proxy is triggered from CRM 4.0,  tag is missing in the payload

    Hi,
    A Outbound Proxy is triggered from CRM 4.0, one of the tag is missing in the payload. I had checked the SXMB_MONI in CRM and in XI as well both seems to miss that. I checked the BADI which triggers this PROXY the data is rightly populated to the PROXY method. Also, this problem is not occuring regularly but few times it misses the same tag. The occurrance defined in the datatype is 0 to 1. Can anyone help why this is happening..
    Many Thanks..

    This could rather be a logical error. May be the logic is not populating the XML tag on those occassions. I would suggest to debug in that direction.
    VJ

  • How to get tables to create outbound proxy for simple report

    hi all,
    i have a simple report where iam displaying 5 fields  from mard and makt.for thios report i want to create outbound proxy.
    i have created the proxy
    but my question is which tables i have to use to write code in se38 for outbound .i have seen one example but it is not clear from where he got that tables.
    helpme.
    tahnk u.

    <Link to blocked site removed by moderator>
    Edited by: Vinod Kumar on Sep 26, 2011 3:31 PM

Maybe you are looking for

  • Project still active?

    Haven't seen anything in awhile, just want to make sure its not dead. I know with the FC Alpha group it feels like there are micro versions released every 2-3 weeks. We are holding our cyber breath

  • Problem when expanding Tree - Tree with nested table column

    Hi, i have created the tree using the Tree with nested table column. I have created a node called TREE_ROOT in the context. This node has few attributes which includes children_loaded, is_leaf, is_expanded. I have created the recursive node TREE_SUB

  • C2-01: no reconnect incoming calls after 20sec

    Hi everybody, The incoming calls on my Nokia C2-01 are being reconnect after 20 sec. What do i have to do to change that? I don't want incoming calls to be reconnected and i think 20sec is real fast to reconnect a call, certainly when the phone is no

  • Aperture Install Disk not working, How can I download it?

    I have just had to replace my hard drive in my iMac and now have to reinstall Aperture 3. I have the disk but my computer doesn't seem to want to read it. I have the serial number etc. still and the only options i can see suggested is to downloand th

  • Which one of these options are better for CDS updation?

    Hi, I was going through the data flow in the outbound direction in NW mobile. the data object instances in the CDS are updated by 3 means: 1)  DOE triggered 2) backend triggered 3) backend pushes instance to DOE. which one of these is better. kindly