Error - Sending attachmetn from srm to ariba -

HI SAP Gurus,
we are having scenario of sending attachment along with purchase order from SRM to Ariba,
As we are using standard abap proxy at SRM end, We can find the attachment in PI 7.1 as separterpayload.
SRM is also sending one URL locating the location of attachment in doc server. Using that URL we can download the attachment in SRM network.
But Problems comes when Ariba try to access that url , it got an error as ISA server denied the URL.
Proxy error : 502 - Might this error is at Ariba Adapter proxy.
Please suggest

Vicky,
I think it might be Ariba systeme end. Check firewall settings
[http://forums.isaserver.org/m_2002002792/printable.htm|http://forums.isaserver.org/m_2002002792/printable.htm]
Regards
Ramesh

Similar Messages

  • Sending Bids from SRM to suppliers and receiving responses

    Hi Experts,
    Help me with a suggestion for sending Bids from SRM to suppliers and receiving responses - preferably through email adapter.
    Regards,
    Hemanthika
    Edited by: hemanthika patnaik on Apr 28, 2008 2:24 PM

    Sorry for the delay,
    I have worked in a similar integration with SRM - XI, but the only difference is that we used Proxy -- HTTPS for Purchase Order Request.
    In your case it would be:
    1. Create custom IDOC and Message type.
    2. Find the triggering process from the SRM side, trigger the IDOC from SRM.
    3. Generate the partner profile and ALE config.
    4. Import the custom IDOC in XI.
    5. Use a map in XI to convert the IDOC data to customer format.
    6. Use  HTTP adapter to connect.
    7. In the HTTP adapter you can use url method or the RFC destination to do the connectivity. ( I would recommend using the RFC destination to do it.)
    8. You should be receiving an acknowledgment from the customer when the document is posted at their end.
    9. The response is either 200 for successful transmission. It would be 400 or 500  for errors.
    10. Use the response message to do a message map with the mail adapter.
    11. Generate the content of the mail adapter using the message map.
    12. In the message map ideally you should use Value mapping to generate the   TO and FROM data. (This enables you to change the receipients while in development and production without changing the message mappinng program.)
    13. Use mail package in the Mail adapter to send the mail content to the business users.
    Hope this helps.
    Indranil.
    Award points if this helps

  • Sending RFQs from SRM EBP to SRM SUS

    Hi All,
    Am having scenario that i need to send RFQs from SRM EBP to SRM SUS.
    & SAP provided Standard Content & that was imported in to IR.
    In EBP I have Standard Interface for RFQ as RequestForQuotation_Create_Out in namespace http://sap.com/xi/EBP.
    In SUS am not having such type of standard interface as RequestForQuotation_Create_in.
    Can anybody please tell me which interface i can use or what terminology is using for RFQ in SUS.
    Best Regards
    siva

    Hi,
    Thanks for reply.
    We have done following
    1.Customer Settings - https://sandboxsrm5.bhelhyd.co.in:8400/sap/bc/gui/sap/its/bbp_bid_inv
    2. Maintain Systems for Synchronization of User Data -
    Function modules for Create, Change , Delete has been given with Activation & User procurement BP ID ticked.
    3. System parameter
    login/accept_sso2_ticket: 1
    login/create_sso2_ticket: 2
    4. STRUSTSSO2 - Can please elaboarte what exactly  we need to do?
    5. We have given Roles SAP_EC_BBP_BIDDER & SAP_EC_SUS_BIDDER to vendor in SUS.
    We are not able see bids in Vendor login in SUS. but we are able to see PO's in same login.
    Regards,
    Shiva

  • Error sending IDOC from external Java application to Sap ERP system

    Hi Experts!
    When I try to send Idoc from Java application to XI an error occurs : no service for system CLNTJAVA, client in Integration Server.
    My question is: What value the setSenderPort() is excepting?The Java third party business system's logical name or the ERP business system's logical name where the JCO can be found?I tried both of them, but still have the problem.
    Please help. I read all threads about this error, but non of those can help me.
    My relevant java sourcecode:
                doc.setSenderPort("CLNTJAVA");
    The XI documentation says that:In the case of non-SAP senders, the entry in the SNDPOR field is interpreted as a logical system name, and the corresponding business system is searched for in the runtime cache.
    Both case(third party business sytem and erp business system) I have configured the ID    i think correctly. I  made a business systems,I configured the adapter specific identifies,I  made the IDX1 port,I made the RFC destination,I polled the IDOC type with IDX2 transaction, I have made full cache refresh,I configured the INTEGRATION_DIRECTORY_HMI rfc destination,but I do not made any communication channels, receiver determinations, receiver agreement.
    My configurations if it can help for you.
    Hostname:sapsp5
    System name: NE2
    Clients:
    000 ERP
    001 Integration Server
    <b>SLD configurations:</b>
    Third Party Technical system name: Java_sytem
    Business System:CLNTJAVA
    Logical system name: CLNTJAVA
    <b>ID configurations:</b>
    Business System:CLNTJAVA
    adapter-specific identifiers:logical system:CLNTJAVA, <u>the rest is initial</u>,because I cant change it.
    IDX1 port name: CLNTJAVA the client is 001. the rfc destination is client_001.
    I think the IDX1 port and the adapter specific identifiers are wrong. is it?
    my java source if the sender is the JCO
    doc.setSenderPort("INTSERV");
    My configurations if the sender is the JCO.
    <b>SLD configurations:</b>
    Technical system name: NE2
    Business System:INTEGRATION_SERVER_NE2
    Logical system name: INTSERV
    <b>ID configurations:</b>
    Business System:INTEGRATION_SERVER_NE2
    adapter-specific identifiers:logical system:INTSERV,system NE2,client 001.
    IDX1 port name: INTSERV the client is 001. the rfc destination is client_001.
    Could this error be an autorization error?I tired to connect to the xi from the Java, with the user PIISUSER extended with PISUPER roles.
    Thank very much.

    Hi!
    My SNDPOR already set to my source business system's logical name if you check my configurations(JAVACLNT), so there is another problem unfortunately. I set SNDPRN to JAVA, but it still does not work.
    Check this configuration please(posted here:
    No service for system ... in Integration Directory)
    doc.setMessageType("ACC_DOCUMENT");
    doc.setRecipientPort("SAPSE1"); // get stuck in XI mapping if not set
    doc.setRecipientPartnerType("LS");
    doc.setRecipientPartnerNumber("SE1CLNT500");
    <b>doc.setSenderPort("SAP3MA");</b>
    doc.setSenderPartnerType("LS");
    <b>doc.setSenderPartnerNumber("TREMACLNT");</b>
    doc.setClient("100");
    Inside XI configuration integration builder
    <b>Business Service: Service: TREMACLNT</b>
    Under the menu Service - Adapter specific identifiers
    Idoc Adapter Logical system: TAPPMAN (This thing is important when sending idoc XI -> SAP and should match the logical sys in the receiving SAP system)
    IDoc Adapter and RFC adapter R/3 Sysytem ID: 3MA
    Client: 100
    In IDX1 trans
    <b>Port: SAP3MA</b> (Note that the 3MA here is matched against the IDoc Adapter and RFC adapter R/3 Sysytem ID: 3MA)
    (a not so well documented feature)
    Client: 100
    RFC Destination: SE1 (A SAP test system from where IDOC def can be imported, rfc dests are setup in SM59)
    I guess that your idx1 port name is the same as the SNDPOR value. I think it should be, because the XI is whatching the IDOC traffic in the idoc adapter port, so you should send the IDOC from external system to the adapter port. Is it right?
    My idx1 port is the same as my SNDPOR value in Java,but still came the error.

  • Error Sending Mail from SAP

    Hi all,
    I am facing this error when i try to send a mail from Sap to external address. I have maintained the necessary settings in SCOT, maintained the email address in SU01and SAPconnect is activated in transaction SICF.
    No delivery to ..... as recipient unknown
    Can anyone help me out...
    Thanks

    Hello ..
    I have followed the Recommendations and everything is going well but now I can only send emails from the same domain (my default domain), but cannot send outside that domain for example hotmail, gmail, yahoo..
    The administrator said that:  the Exchange server already has registered the IP SAP server to enable him to relay.(but like knowing if it is truth)
    But nothing happens, The error is the same: No delivery to ..... as recipient unknown
    Here is the error: http://img.photobucket.com/albums/v484/mauzzz/SAP/SO01Erroringles-1.jpg
    thanks to all

  • Need to unlink from Yahoo to fix errors sending messages from one of my sub-accoun​ts?

    Hello.
    I think I would like some assistance with my unlinking Verizon email account and sub-accounts from Yahoo.  I've been experiencing chronic errors in Outlook 2013 trying to send mail from just one of my sub-accounts.  My other sub-accounts seem to work just fine in Outlook 2013, and I've tried numerous combinations of SMTP and Port settings based on the information I've found on the forums.   
    Could a rep please Private Message me with instructions?
    Thank you.

    Never mind.  I was able to unlink from Yahoo on my own yesterday and get my Outlook 2010 settings updated in a way that allows me to send mail from my sub-account again.

  • Quick report what are the notiifications are send out from SRM via SOST

    Hi all
    Can i have a list of messages sent out of SRM (from SRM via SOST.)
    sc completed by the buyer -
    but i want a set of all reports. so that i can decide i can filter go / no-go from srm system .
    any help is appreciated,
    what are the events are triggered notification.
    for eg. COMPLETED ...when buyer completed , requestor gets notification.
    so what are the other events. i have forgotten
    user creation too right? like that many..
    WHAT ARE THE ACTIONS IF I DO IN THE WEB , SOST entries will get created?. I KNEW BACKEND METHOD to download all sost message. but really we should know without seeing sost.
    Muthu

    You can check the fields of these tables via SE11
    Purchase Document Date  -  EKKO-BEDAT
    Item Description  -  EKPO-TXZ01
    Net price per item - EKPO-NETPR.
    Regards,
    Rich Heilman

  • Error sending IDOC from JCO Client to PI AEX 7.3.1

    Hi All
    We have a requirement to send an IDOC from a non SAP System to our ECC via PI AEX :
    JCO.Client --> PI AEX --> SAP ECC
    At this time, we are testing this scenario with a JAVA Client with JCO Library (3.0.10).
    Destination to PI is OK
    Destination to our SAP ECC (for IDocRepository) is OK
    But by sending the IDOC to PI we are getting the following error, Exception is raised on the PI System and sent back to the JCO Client :
    com.sap.conn.jco.JCoException: (104) JCO_ERROR_SYSTEM_FAILURE: while trying to invoke the method java.lang.Object.hashCode() of an object loaded from local variable 'key' (raised by system <extern>|PiSystem)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc.generateJCoException(MiddlewareJavaRfc.java:670)
        at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1881)
        at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1120)
        at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:953)
        at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:1465)
        at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:319)
        at com.sap.conn.idoc.jco.JCoIDoc.send(JCoIDoc.java:323)
        at com.sap.conn.idoc.jco.JCoIDoc.send(JCoIDoc.java:353)
        at sap_connector_examples.IDocClientExampleToJavaPO_pbs.main(IDocClientExampleToJavaPO_pbs.java:97)
    Caused by: RfcException: [<extern>|PiSystem]
        message: while trying to invoke the method java.lang.Object.hashCode() of an object loaded from local variable 'key'
        Return code: RFC_SYS_EXCEPTION(3)
        error group: 104
        key: RFC_ERROR_SYSTEM_FAILURE
    Exception raised by <extern>|PiSystem
    PI Destination:
    jco.destination.repository_destination=ABAP_AS_WITHOUT_POOL
    jco.client.gwhost=PiSystem
    jco.client.gwserv=sapgw01
    jco.client.tpname=XI_IDOC_DEFAULT_PID
    jco.client.type=E
    ECC Destination: (ABAP_AS_WITHOUT_POOL)
    jco.client.lang=en
    jco.client.client=100
    jco.client.passwd=****
    jco.client.user=User
    jco.client.sysnr=00
    jco.client.ashost=ECCSystem
    We have already set the PI VM System parameter  jco.allow_non_abap_partner to 1
    ECC User has S_RFC Rolle
    I will be thankful for any advise.
    Thank You
    Regards
    Stéphane

    Hi
    InboundRA (Resource Adapter) is green (Fully available).
    What do you mean by maintaining JCO RFC Destination in PI ?
    We have set the inboundRA Properties has follow :
    ProgramID : XI_IDOC_DEFAULT_PID
    DestinationName : XI_IDOC_DEFAULT_DESTINATION
    Local: true
    mutliRepository : ED1=XI_IDOC_DEFAULT_DESTINATION_ED1;ES4=XI_IDOC_DEFAULT_DESTINATION_ES4;MD1=XI_IDOC_DEFAULT_DESTINATION_MD1;ES1=XI_IDOC_DEFAULT_DESTINATION_ES1;PD1=XI_IDOC_DEFAULT_DESTINATION_PD1;
    GatewayServer and Service are pointing to our PI System
    BindingKey : PI_AAE_IDOC
    And for each Repository we created a destination in NWA pointing to the corresponding ECC System.
    (target host pointing to the ECC System and the Gateway host  pointing to the PI System)
    Our Installation isn't new but it is the first time we are configuring the System for this scenario:
    JCO.client --> PI AEX
    Regards
    Stéphane

  • Error updating vendor from SRM to SUS

    Hi All
    We are using SRM 4.0 in Extended classic scenario, alongwith SUS.
    We have a nightly batch run & vendor changes from ECC are updated in SRM.
    For Vendors marked as Portal vendors, there is a real time interface between EBP and SUS (thru XI), which updates the vendor in SUS.
    However some of the updates are failing in SUS. The error message in SXMB_MONI, trace is as follows.
    <FAULT_TEXT>An error occured within an XI interface: Exception occurredE:R1:479 -Address still in use; change to validity not allowed Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</FAULT_TEXT>
    We are not able to determine which address and how exactly it i in use??
    Regards
    Kedar

    Thanks for the Reply
    When I restarted the messages in SXMB_MONI, the errors have gone now, but I still see failures in SLG1.
    here is the complete description:
    Don't know if it is processed or not?
    Address still in use; change to validity not allowed
    Message no. R1479
    Diagnosis
    You have attempted to restrict the validity period of a BP address. However, this BP address is still being used, which means that you cannot make this change.
    System response
    The system issues an error message. The validity of the address is not changed.
    Procedure
    Display the where-used list for the BP address. If you still want to change the validity of the address, then change the address reference for the applications in question.
    In most cases, if other applications are affected, you can navigate from the where-used list directly to the corresponding application in which you call up the context menu.
    Then try again to change the validity of the BP address.

  • Error sending IDoc from ERP to PI 7.4 Java Only (stuck in SM58)

    Hi specialists
    I'm trying to send an IDoc to our new PI 7.4 Java Only.
    Because of some authorization issues I changed the RFC Destination <blabla> on PI (nwa) pointing to the ERP system.
    Now the IDoc is stuck in SM58 (tRFC queue) and I get this error message:
    The IDoc Destination <blabla> was changed. Refresh the destination instance with
    Meldungsnr. SR053
    Anyone able to tell me where to do this refresh? I'm new to PI 7.4 Java Only and could not find useful answers on SCN and other internet sources.
    Thanks a lot in advance for any hints.
    Renaud

    Hi Iñaki
    Great document btw... didn't stumble uppon this before. Thanks.
    I carefully went through it but nothing I tried helped.
    The RFC destination (PI -> ERP) is working fine.
    The resource adapter (inboundRA) is configured correctly. I can confirm, that the connection test of the RFC-Destination inside ERP (ERP -> PI) is successful.
    BUT still: sending an IDoc from ERP to PI fails with this message in SM58:
    The IDoc Destination <destinationName> was changed. Refresh the destination instance with
    Meldungsnr. SR053
    This seems to happen every time after one changes some settings in the destination specified in the inboundRA property "destinationName".
    So my question still is: how / where do I refresh this destination instance on a PI 7.4 Java Stack Only??? I mean without having to restart the whole PI instance...
    Best regards
    Renaud

  • Error Sending proxy from 2 different business system to PI

    Hi All,
    We are trying to send the proxy to XI system from 2 different business systems. One is ECC and other is POSDM, It is successfully sent from ECC but when sending the same from POSDM we are getting following error
    "An error occurred when determining the business system (LD_ERROR)"
    We checked the RFC SAPSLDAPI, LCRSAPRFC they are in place. We have also created the type H connection from POSDM pointing to PI and from PI pointing to POSDM.
    And the In sxmb_adm of POSDM system the role is maintained as Application System and IS_URL parameter is pointing to PI, but still we are getting same error.
    Could you all experts please provide you valuable input why this error is coming and how to resolve this?
    Thanks
    Ankit

    Hi Soni,
    check your config in sxmb_adm > Integration Engine Configuration. Also run S_BCE_68001402 and check for locked users.
    Try refreshing the cache in SXI_CACHE in that system.
    Check if u r executing the report in the same client in which u have done all the settings.
    Also make sure that u have included the commit work statement after the Execute Asynchronous method call.
    regards,
    ganesh.

  • Error sending email from iPhote

    For some reason I am unable to email photos directly from iPhoto. When using email from the iPhoto Share button I get the error.
    "Your email did not go through because the server did not reply.
    Check your Internet connection. If the connection is working properly,
    the email server may be down. Try sending your email again later."
    Regular Mail works fine. I deleted and re-entered the email account in iPhoto. I know iPhoto is connecting to the net and iCloud just fine because Photostream is working fine.
    I'm using a MacBook Pro Lion v. 10.7.4 and iPhoto 11 9.2.3
    Any ideas?
    Thanks,
    -Ed

    lmeier1962 wrote:
    When emailing photos using iPhoto, you are not logging into the mail server to send your mail, you are logging into the iCloud server to send your mail (that's why you won't see a copy in the sent mailbox of your client).  You need to use your iCloud password, when selecting to email photos using iPhoto.  If you select email photos using Mail, then use the same email password you use with your mail client.
    that is not corect - you are logging into the email server tha tyou specify in the preferences - it might be iCLoud - it might be a different service
    The solution to the OP's issue is to have the correct information entered for their account  --  or to switch to using Mail as the email client
    LN

  • Need help: Error sending Email from 6270

    When I try to send a Email message using the handset in-built mail client, the following error is reported on handset screen-
    Stop "String index out of range: -2" with only possibility of "Dismiss" button.
    I have done the personal config settings for a local SMTP and POP server that does not use SSL since 6270 does not support it. I am able to retrieve emails, use browser but sending mail fails with the error above.
    Please help since Nokia-Care replies are not worth mentioning here. Their service centre in Bangalore-India is pushing the issue to operator. But operator (Airtel) is not to blame. Airtel is not blocking access to the servers (local as well GMAIL) since I am able to access (send and recieve) these servers from Outlook-PC that connects via the USB cable to this handset. Either settings are not correct or it is a bug in 6270.
    If anyone has been able to use 6270 to send emails, please send me your settings minus your passwords ofcourse. It will help me try again if I missed something.
    Thanks in advance
    Anupam

    Hi all,
    I am also sharing the settings that I did on the handset. BSNL server does not use a secure connection. I had used "@" in the settings but in test below it is shown as
    " AT " for preventing spam.
    Let me know if you have any sugeestion.
    Anupam.
    Settings -> Configuration -> Personal Config. settings ===
    @My bsnl
    Account Name: My bsnl
    My name: Anupam
    Email Address: anupams_blr AT dataone.in
    Include Signature: No
    Reply to address: anupams_blr AT dataone.in
    SMTP secure login: Disabled (Have also tried other 3 options)
    SMTP user name: anupams_blr AT dataone.in
    SMTP password: ********
    Outgoing SMTP Server: smra.sancharnet.in
    Outgoing SMTP port: 25
    Use preferred access point: Yes
    SMTP access point: (grayed out)
    Incoming server Type: POP3
    Incoming mail settings:
    Retrieve emails: 30
    POP3 secure login: Disabled
    POP3 user name: anupams_blr AT dataone.in
    POP3 password: *******
    Incoming POP3 server: smma.sancharnet.in
    Incoming POP3 port: 110
    Use preferred access point: Yes
    POP3 access point: (grayed out)
    =======================================================

  • Error sending message from PI to BPM

    Hi experts.
    We are facing problems consuming an asynchronous service provided by BPM. This is the error thrown in BPM:
    SOAP: Call failed: com.sap.aii.af.sdk.xi.srt.BubbleException: System Error Received. HTTP Status Code = 200: However System Error received in payload ErrorCode = GENERAL ErrorCategory = XIAdapterFramework Parameter1 = Parameter2 = Parameter3 = Parameter4 = Additional text = com.sap.engine.interfaces.messaging.api.exception.ConfigException: SLDAccess set to true, but not available. ErrorStack = [http://sap.com/xi/XI/Message/30^Error "GENERAL"]
    We are working with 7.31 SP 11 and both systems are deployed in different SIDs.
    I would appreciate any help related to the error.
    Many thanks.
    Christian.

    Hi Christian,
    Based on the information you provided it's hard to tell where the error comes from (BPM instance or PI instance) - are you simply making a SOAP call from PI to BPM? . On The PI system you should check the SLD and make sure that you have the Process Orchestration Technical Systems properly registered. It sghould look like in the screen shot - a Process Orchestration System (PI-AEX and BPM) should have 6 technical systems. The SLDAccess error typically comes with the RWB system isn't registered. This can perhaps be due to some error when you ran the Functional Unit Configuration (a necessary post-installation step).
    regards, Nick

  • Error send questionnaire in srm Ros

    Dear customizer,
    I have implemented the supplier self registration,I have a problem when the supplier send questionnaire.This questionnaire doesn't appear in the prescreen,even if it seem sended.
    Thank for your help.

    Hi Alessio,
    do you see a registered supplier at all in transaction prescreen?
    Just after the supplier submits a questionnaire, a new BP in created
    in SRM with BUPA role Prospect. In order to receive questionnaires
    back in SRM, an entry for the receiver in S050 for  CL_UWS_FORM_RUNTIME_MAIL
    is needed.
    Thanks,
    Claudia

Maybe you are looking for

  • Using iPhone to connect pda to Edge via Bluetooth

    Any guidance on using the iPhone as a modem to connect to Edge for pda / computer ? I had this hooked up with my previous cellphone (Sony K790a) since I already had an edge account. Until Apple comes up with ActiveSync, I would like to continue to us

  • How to get my G4 online

    I have a G4 10.4.11 which has been web enabled for the past years via a ZyDas XG-762N USB device, via a NetGear wireless router, with no problems. I recently switch ISP from Tiscali to BT and got a free BT wireless hub. For a month after the chnage o

  • Moving can I transfer my number

    I'm moving soon.  My current number is being used for my consulting business.  The new location is in a different area code so I know I can't transfer the number, but I was wondering if I can continue to pay for the current number and have any calls

  • IPhone will not sync over wifi, iPod & iPad will

    I just got the iPhone 5s, and I can't seem to sync over wifi. I can sync with my iPad and iPod over wifi, so I think my network isn't the problem. Everytime I plug my iPhone in to my MacBook, the sync over wifi option box is not ticked, I tick it and

  • How do i read a file line by line backwards?

    Hi All, I have file ... Lets say.. dummy.txt file looks like ... "Central Receiving.India, bnglr",corp\user1,adapter "Central Receiving.India, hyd",corp\user2,adapter "Central Receiving.India, ap",corp\user2,adapter "Central Receiving.India, tm",corp