Getting error in target SOAP communication channel

Hi all,
I am trying to send data from Http client to Webservice.In moni i got a message processed successfully means getting black flag.But i got an error in SOAP Communication channel as "error in response".
I got this message from that error 
<b>"SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 407 Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied.  )"</b>
Source side i dont configure Http adapter.Target side i configured SOAP adapter.In that SOAP adapter i configured these fields.1)Target URL 2)Configure Proxy 3)Configure proxy user authentication.
I want get response from webservice.Please help me.
Thanks,
Gopi.

Hi,
Make sure that you have specified the proper host and port values, in the text box that appears when you check the configure proxy check box(in receiver soap adapter).
Looks like the webservice requires a proxy authentication.
Select the check box "configure proxy user authentication"(in receiver soap adapter) and provide the correct username and password.
Regards,
Smitha.
Message was edited by: Smitha Rao

Similar Messages

  • Error at sender JDBC communication channel

    Dear All,
    While executing JDBC(MS-Access)-PI-RFC interface, we are getting error in sender JDBC communication channel. The error is as following:
    Error during database connection to the database URL 'jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=
    sappidev\Datatran\Database.mdb' using the JDBC driver 'jdbc.odbc.JdbcOdbcDriver': 'com.sap.aii.adapter.jdbc.sql.DriverManagerException: Can not establish connection:: SQLException: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified'.
    I have checked various posts on forums and as per those no drivers installation is required to access MS-Access database and I am not able to find any post which could solve my problem.
    Kindly guide me on what might be the problem and how this can be resolved.
    Regards,
    NJ

    Hi Nishu,
      That error ALWAYS means your DSN name is incorrect or can't be accessed for some reason (permission). The ODBC part says that the bridge is working.
      But that DSN is 100% wrong or cannot be seen by the user account that the server is running as. Make sure you have a system DSN and not a user one.
    You can refer these....
    http://bytes.com/topic/java/answers/625400-java-sql-sqlexception-microsoft-odbc-driver-manager-data-source-name-not-found
    http://www.daniweb.com/forums/thread13092.html#
    Hope this will help you....
    Regds,
    Pinangshuk.

  • Receiver SOAP Communication channel -- Target URL

    Hi Experts,
    Can anyone provide some inputs for my below question?
    How the receiver SOAP Communication channel internally calls the Target URL?
    What is the internal process behind this call?
    I would really appreciate you all if could provide answers.
    Thanks & Regards,
    Prabu Muthu

    Hi...
    To be able to send SOAP messages from the Integration Server/PCK to remote clients or Web service servers, you must first configure the receiver SOAP adapter. The receiver adapter supports system acknowledgments but not application acknowledgments
    Find the below link .
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f9cd4
    Regards,
    Leela

  • Error in HTTP_AAE receiver communication channel, PI 7.4 dual stack

    Dear Experts,
    I am facing the below certificate error in HTTP_AAE receiver communication channel while using the third party (bank) private key. Third party bank server is HTTPS enabled, moreover they have generated the public and private keys on their server, and they shared the corresponding private keys in .p12 format to us. Our scenario in SAP PI is synchronous ABAP Proxy to HTTP_AAE, when I see the message in SXMB_MONI after testing, we get he below certificate error, though we have provided the correct path from keystorage view and keystorage entry in HTTP_AAE receiver communication channel
    “com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SENDING_HTTP_REQUEST, sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”
    We have imported the private key provided by bank in Netweaver admin key storage, by following the below steps.
    NWA -> Certificates -> Key Storage -> TrustedCA->Import Entry->Entry Type->PKCS#12 Key Pair->select the .p12 file->import.
    Please see the attached doc for related screenshots.
    Please experts help me experts as this is on high priority from client, also suggest me if I am doing anything wrong here.
    Thanks,
    Farhan

    Hi Farhaan,
    do you have only one certificate or multiple certificate? HTTPS can have 2 or 3 certificates (Root, Intermediate [optional, if any 3rd party person is there in the middle then we can get this certificate] and system certificates).
    The issue is with the certificate and it can be because All the certificate is not present or path is not correct.
    Please refer the below wiki in which solution is given for this peroblem.
    Troubleshooting 7.1 - End-User Experience Monitoring - SCN Wiki
    The similar issue is resolved by applying SP level patch, please refer the below discussion
    SAP PI 7. 3 HTTP_AAE Receiver with SSL
    Please check the below blog -
    Configure the HTTP_AAE receiver communication channel with SSL
    please also check the below discussion
    Where to Import Clients SSL certificate for HTTP_AAE
    regards,
    Harish

  • HOW TO CREATE SERVICE FOR SENDER SOAP COMMUNICATION CHANNEL FOR ECC PROXY

    Hi Experts,
    I need generate the service for sender soap communication channel for target url to receive the  inbound proxy.
    my scenario is like SOAP to proxy. while using  receiver proxy also we are planing using AAE method .
    i am using SOAP sender and SOAp receiver communication channel .i need to provide the target url for this communication channel.
    how to generate the url for this and what is the transaction code .
    Please help us.
    Regards
    Ravinder.S

    Hi Ravinder,
    Q.my scenario is like SOAP to proxy. while using  receiver proxy also we are planing using AAE method.
    SOAP to Poxy in this case.
    For sender  SOAP system, we can generate the WSDL link in ID part.
    for Reveiver proxy give the integration engine URL.
    http://IP:PORT/sap/xi/engine?type=entry
    how to generate the url for this and what is the transaction code
    There is no transaction code for generating the URL.
    i hope this will help.
    Regards,
    Kesava.

  • SOAP communication channel

    Hi,
    I am configuring sender SOAP communication channel. I see only "CENTRAL ADAPTER ENGINE" in the Adapter engine type. I do not see any INTEGRATION SERVER  in the drop down option.
    Kindly help.

    Hi,
    Why do you need INTEGRATION SERVER in the drop down option??
    you have to select the Adapter Engine, Transport Protocol and Message Protocol.
    In the Adapter Engine you need to select the CENTRAL ADAPTER ENGINE . This is since you have only one adapter engine. If there is any local AE, and it is correctly installed, then it will also appear in the drop down.
    But INTEGRATION SERVER, which you are askin never appears!!
    Please explain if u need further clarifications.
    Cheers,
    Souvik

  • Getting end-of-file on communication channel error on this query

    Hi guys,
    I'm getting the end-of-file on communcation channel error when running the following query in SQL PLUS, If run it in a stored procedure called through code of JDBC, it gave "no more data to read from socket" error. Any idea what went wrong? kind of frustrated now. We are using the Oralce 9.0.1.4.0, which suppose to fix some sdo_uion and sdo_buffer bugs. Thanks a lot!!
    select SDO_GEOM.SDO_BUFFER((SELECT SDO_AGGR_UNION(MDSYS.SDOAGGRTYPE(GEOLOC, 0.011119487)) FROM GEOTEL_SOURCE where MSA='5000' and COMPANY_NAME ='AMERICAN FIBER SYSTEMS'),1.0,5,'unit=MILE arc_tolerance=0.05') from GEOTEL_SOURCE a where a.MI_PRINX = 1;

    Hi Daniel,
    Just tried the 9.2.0.2 patch, seems to work better now. At least I don't get the end-of-file on communication channel error. But how about the speed thing? I isolated the problem, and find out that sdo_aggr_union is taking too long to finish( 1 Hour!!! for 2300 lines with the same city. Any clue to optimize it, I tried some hint like /*+ordered*/ No_Merge and something like that, does not improve though. Thanks!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Receiver SOAP Communication Channel  Error

    Hi,
    I am trying to post a file to a WebService but facing the below error in the communication channel :
    Message processing failed. Cause: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server was unable to process request. ---> Object variable or With block variable not set.
    Has anyone encountered such an error?
    Please let me know.
    Regards,
    Anuradha.

    Hi,
    First of all check the URL in your receiver SOAP adapter. The error comes from the web service server. It says that the request message is wrong.
    1.fill field SOAPAction in the receiver soap adapter
    2.fPlease find the related information here
    http://help.sap.com/saphelp_nw2004s/helpdata/en/29/5bd93f130f9215e10000000a155106/content.htm
    Please check this one also:
    /people/shabarish.vijayakumar/blog/2006/03/23/rfc--xi--webservice--a-complete-walkthrough-part-1
    There are multiple soap actions listed there.
    Regards,
    Divya

  • SOAP COMMUNICATION CHANNEL ERROR

    Hi all,
    Please tell me how to solve following error:
    Error in Adapter: SOAP
    Error Message: SOAP: call failed: java.io.EOFException: Connection closed by remote host.

    Hi,
    1.Yes, please try to test the web service independently.
    2. Are all the firewall ports open for this communication to happen end to end.?
    3. Is the target system up and running?
    The answers for these questions, have the solution in them
    regards,
    Younus

  • Error in Soap Communication Channel

    Hi All,
    I am using Soap as sender from UPXI and again Soap as receiver in EUPI but while doing end to end test SOAP sender channel was failing.
    Below was the error which I cam seeing the channel mointoring.
    Message processing failed. Cause: com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/HTTP/ADAPTER.HTTP_EXCEPTION - HTTP 500 Internal Server Error
    Can you please help me in resolving this issue.
    Thanks,
    Mahi.

    Hi Mahi,
    I understand from above post that you are using SOAP to SOAP interface, however can you also elaborate on following:
    1) How are you testing the interface?
    2) Where do you see this error?
    3) Are you using ICo or classical configuration scenario?
    HTTP 500 is a generic error and could have been caused because of any reason. If you are using a tool like SOAPUI etc, you can try looking into the text of error to see what error reason is displayed. Also worthwhile looking in to the runtime workbench or sxmb_moni (if dual stack processing) to see what is the status of message processing.
    Regards,
    Sanjeev.

  • Issue in  Synchronous SOAP Communication channel

    hi Experts,
       I stuck in one scenario where my requirment is:--
    At Receiver side SOAP adapter(which is Synchronous Communication) accepts data  as Attachment.
    But the response mustn't be in form of attachment.
    If i use Keep Attachment at SOAP receiver channel, I will get response in the form of Attachment which doesn't meet my requirment.
    Is it possible to extract the data from attachment.
    I used PayloadSwapBean Module at SOAP receiver side but still I am getting response as Attachment.
    Please help me out.
    Is there any other approch for my Requirment which is as follows:---
    FTP--->SOAP request(as an Attachment) >SOAP response(Without Attachment)->FTP
    Solutions will be awarded with points:)
    Thanks,
    Jaideep Jain

    Hi Jaydeep,
    The other way is to develope the develope our own Module.
    As you are using SOAP in sych ( you are using it as Receiver adapter Also we cant develope Modules for Sender SOAP adapter for that we have to look for AXIS SOAP adapter).
    Here is module code that you can use for Module development.
    public ModuleData process(ModuleContext moduleContext, ModuleData inputData)
                throws ModuleException{  
               String str = "";
                Message mes = null;          
          //Fetch the Message Data from Module Data
                mes = (Message) inputData.getPrincipalData();        
                XMLPayload xmlpayload = mes.getDocument();           
                String xmlText = xmlpayload.getText();       
                String temp = "";
          // For Audit Log Fetch the Audit Message key from the message.
          amk = new AuditMessageKey(mes.getMessageId(), AuditDirection.OUTBOUND);
          Audit.addAuditLogEntry(amk,   AuditLogStatus.SUCCESS, "Excel to XML Module called");           
          try {      
                Iterator itr = mes.getAttachmentIterator();
    //to iterate through all the attached messages.      
                Payload pay = null;          
                int i = xmlText.indexOf("<Content>");
                while(itr.hasNext()){
                pay = (Payload) itr.next();
              Audit.addAuditLogEntry(amk,AuditLogStatus.SUCCESS, "Payload Description: " + pay.getContentType());
                if(pay.getContentType().indexOf("Excel-sheet") > 0)
    //only to process excel type attachment
          temp = temp +  convert(pay.getContent()) ; //call the function that will convert the Excel data into xml formate                                
    pay.setContent(new byte[0]); //set the attachment to zero because they are not required any more this will reduce system load
    Audit.addAuditLogEntry(amk,   AuditLogStatus.SUCCESS, "Excel to XML Module DATA"+ temp);
                String payText = "";
                payText = xmlText.substring(0, i + 9)+ temp +xmlText.substring(xmlText.indexOf("</Content>"));   
                xmlpayload.setText(payText);
                mes.setDocument(xmlpayload);
    inputData.setPrincipalData(mes);         
          } catch (RuntimeException e) {
                e.printStackTrace();
          Audit.addAuditLogEntry(amk,   AuditLogStatus.SUCCESS, "error caught " + e.getMessage());
          catch (Exception e1) {
                                  e1.printStackTrace();
                return inputData;
    I had written this code to convert the Excel Attachment(there could me many attachments) in the Mail to the XML .
    Thanks
    Sunil Singh

  • Extract is getting end-of-file on communication channel

    Dear All,
    source
    Os-Solaris 10
    db-10.2.0.4(2 node RAC)
    GG-11.1.1.1.1
    target
    Os-Solaris 10
    db-10.2.0.4(2 node RAC)
    GG-11.1.1.1.1
    Daily my extract process is getting abended with the following error..
    2012-01-16 19:27:30 ERROR OGG-00665 Oracle GoldenGate Capture for Oracle, E99_CRM.prm: OCI Error describe for query (bad syntax) (status = 3113-ORA-03113: end-of-f
    ile on communication channel), SQL< SELECT owner, object_name, object_type FROM dba_objects WHERE object_id = 1136215 AND object_type in ('TABLE',
    'INDEX', 'INDEX PARTITION',>.
    anybody faced this problem ..? because of this extract is getting abended .
    Can someone help me , how to identify the rootcause for this issue.
    Thanks a lot for your time and patience....
    Mvk

    Looks like your session was nailed by ORA-03113, which can happen in SQL*Plus or anywhere else a client is connecting to Oracle. You can check your network, sqlnet logs, and see the troubleshooting notes on MOS for this, because there are lots of reasons why this can occur. The good news is that this isn't necessarily a problem with GoldenGate.

  • Error in generating the communication channel

    Hi All,
    I am getting the following error while trying to configure the business scenario using the Integration Directory.
    Attempt to create object failed
    Unable to generate the communication channel (XI_Test_Sender_BS, XI_Sender_BS): com.sap.aii.utilxi.misc.api.ClientServerException
    Here I am trying send a message from a third party system to an SAP R/3.I had selected the adapter type as File adapter on the sender side and Idoc adapter on the receiver side.While configuring using the Configuration Wizard, the error mentioned above is generated.
    Please help me.
    Thanks and Regards,
    Soumya.

    HI Rajesh,
    Thanks for quick reply...
    My requirement was to idetify the order number in table which i have generated a sequence to be unique in DB.
    Do we have any option to process a single file at a time from the sender location instead of multiple files...i can see processing sequence <bydate> option in nfs but not in FTP.
    Please suggest....
    Thanks in advance,
    naveen

  • ERROR IN REciever file communication channel

    helo.
    iam doing a file to bapi,file scenario.
    in ssender file side its showing sucess.
    but when i testing in recievr side cc file under runtime workbench its showing error like
    hi.
    the error that iam getting in reciever file communication channel is
    communication channelis correctly configured and started and its showing n green colour.
    waiting for u r response.
    bye.
    regards.
    seeta ram.

    Hi,
    <i>the error that iam getting in reciever file communication channel is</i> -- You are not provided the error details which you are facing in Receiver CC. Provide the error details so that you can get the inputs accordingly.

  • Finding a System Error Message (reflected in communication channel)

    Hi,
    I am working on release 3.0. I have found a System Error Message reflected in JDBC communication channel due to a data problem. I assume that this message is old and I can not find the message. It seems that I need the exact date and time when the message was created in order to find this message. I would like to find the payload to view the data and cancel the message.
    Does anyone have any tips on how to find this sort of message?
    Thanks,
    Leanne

    use the standalone Logviewer to read the log files. Works great.
    "If you have an SAP Web Application Server Java 6.20 or below you may also get a standalone_logviewer.zip file at the SAP Service Marketplace at service.sap.com/download u2192 SAP NetWeaver u2192 Release ‘04. In this case JDK version 1.3 or higher must be installed on the system. The java version must be same on the server and the client.
    In the SAP Web AS Java 6.30 installation a folder named logviewer_standalone can be found under: <path Of J2EE installation>/<SysID>/JC<nr>/j2ee/admin/logviewer_standalone. Verify that the batch file logviewer.bat is installed in the directory logviewer-standalone.
    (source -> http://help.sap.com/saphelp_nw04/helpdata/en/e4/540c404a435509e10000000a1550b0/frameset.htm)
    procedure is ..
    1.open Visual Administrator
    2.click Log Configurator
    3.Runtime->Destinations you can find out which destination is for defaultTrace.X.trx.
    4.change the formatter from "com.sap.tc.logging.ListFormatter" to "com.sap.tc.logging.TraceFormatter"
    if change couldn't take effect,reboot j2ee.
    regards
    chandra

Maybe you are looking for

  • Linking to Adobe Bridge Metadata info

    I have images that I have added to a folder in Adobe Bridge. I have added metadata (copyright, source etc...) to each image. I need to track every image I use in an Access database so I can view the thumbnail for the image in an .asp page. When I cli

  • Inserting duplicate values

    I'm very new to Forms.. I've a table VIK_SAM with two columns : Id and Name I'm creating a layout with two text fields(to enter Id and Name) and a submit button. When I run the form, enter the values and click on submit button, duplicate values are i

  • Sizing subvi to designated space on front panel

    Hi All, Rookie LabVIEW programmer here, just starting to get into it. I'm working on an app that has several states, setup/acquire/display etc. that I control with a cluster of buttons (ala a training class example). So I've placed these buttons on o

  • Where can I find what the latest version of Firefox is?

    I just want to know what the latest version of Firefox is. I'm not asking where I can download the latest version. In the past when I've gone to Firefox help and "About Firefox" It said I had the latest version when in fact I didn't. So I just want t

  • Error Log Generated after closing media application

    each time i close my media application it will generate an error on the command prompt and also an error log file in the application directory. I specified that the player be closed when the frame containing the movie is closed. It work quite well bu