Proxy communications. Pls advice urgent

Hi All,
If we go by blog -- /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
5) Error: 404 Not Found
    Last Point -- error is because of integration server when
    using Proxy communications.
How to make RFC destination (SM59) of type HTTP connection (type H) to the Integration Server
What will  be the
a. host name,
b.port,
c.path prefix
d.User Name.
Regards

hi rider,
please create http destination with name SAPISU_XID
a. host name --> XI host name
b.port= http port
c.path prefix = \sap\xi\engine?type=receiver or engine?type=entry depend your version
d.User Name = user of xi  system
after this create TCP/IP LCRSAPRFC->connecting ur businnes system to SLD landscape
and SLDSAPAPI .
after this go to sxmb_adm ->integration engine configuration
provide runtime parameters with above details
do a compile check
once it is succesful u r ready to launch proxies
genrally it will fail at saying business SLD landscape != Configured SLD
got to sldapicust and do the needful
see that engine server for SLDAPICUST and LCRAPRFC are same
Thanks & Regards,
rama Krishna
Edited by: rama krishna talluri on Mar 6, 2008 3:38 PM
Edited by: rama krishna talluri on Mar 6, 2008 3:39 PM

Similar Messages

  • UDF in message mapping instead of Java Mapping. Pls advice urgent

    Hi All,
    My scenario
    CRM --- XI -- CRM
    In XI I have to open socket connection.
    Pls refer link:
    /people/saravanakumar.kuppusamy2/blog/2005/12/15/socket-integration-with-xi
    Can Java Mapping code given in above link for socket connection can be used in Message Mapping (CRM -- CRM)UDF?
    Pls advice urgent
    Regards

    Hi Henry,
    I understood your requirement.
    But as per the architecture of XI/PI some message has to trigger your scenario.
    In this case there is no adapter where you can directly communicate with CRM system.
    Do one thing configure a dummy scenario on the sender side.
    Use File adapter for simplicity. once it pools the file with some dummy data in the file it comes to Interface mapping(message mapping) of the PIPELINE steps. Now use the code as you mentioned above(within UDF) for opening socket to CRM system and implement you business logic within that program and write the response to target interface which will infact talk with CRM system.
    Dont forget to do the coding in an infinite loop with some delay (if required). Other wise every time you have to put a message for File Adapter for triggering purposes.
    You can also acheive the same if you use Java Mapping instead of Graphical mapping with UDF(code for Opening socket and business logic). I suggest you to use Java Mapping.
    I dont know how you will comunicate with CRM system on receiver side.?
    Thanks,
    Gujjeti

  • Webservice sender and Receiver. Pls advice urgent

    Hi All,
    My Scenario
    System A (WebService) -- XI -- System B (WebService)
    Pls let me know
    1. What does it mean by WebService needs WebServer?
    2. For System A (WebService) -- XI
        Do I require WebServer to be installed at System A or XI?
    3. For XI -- System B (WebService)
    Do I require WebServer to be installed at System B or XI?
    Pls advice urgent.
    Regards

    Hi Piyush,
    Hi Piyush,
    System A (WebService) -- XI --- System B (WebService)
    I know the flow -- like both webservices will be impoted as External Definations and will me mapped.
    I was asking about Webserver.
    a. XI --- System B (WebService)
    System B is providing wsdl.
    WebServer is required at System B -- fine.
    b. System A (WebService) -- XI
    System A is providing WebService(wsdl) to XI
    XI is NOT providing WebService to System A.
    So It is a webservice(wsdl) of System A. It will be given to XI and XI will import it as wsdl.
    So do we or not require require Webserver in
    System A or XI?
    Pls tell System A (WebService) -- XI
    Webserver part.
    Regards

  • HTTP adapter. Pls advice urgent

    Hi,
    Some cleint wants to send data to PI (7.0)  through HTTP.
    Now should that client send through HTTP or it can also use
    HTTPS.
    Pls advice urgent.
    Regards

    Hi,
              All XI runtime components using the HTTP protocol support the encryption of the HTTP data stream by means of the SSL protocol, also known as HTTPS. HTTPS data streams are completely transparent to the Exchange Infrastructure
         HTTPS (Hyper Text Transfer Protocol Secure) is a secure version of the Hyper Text Transfer Protocol (http). Secure means of transferring data using the https protocol in the World Wide Web where secure ecommerce transactions, such as online banking transactions and other financial transactions are involved.
    Https encrypts the session with a digital certificate i.e., HTTP over SSL (Secure Sockets Layer) which can be used by Web browsers and HTTPS - capable client programs.
    If the website begins with https:// instead of http://, it is a secure site. Almost 99% of the browsers can connect to web servers either using http or https. The address bar in the browser will begin with https instead of http, if a web site is secured.  
    HTTPS Protocol work with the combination of programs including the browser programs which takes care of the encryption/decryption routines that exist on the web hosting servers.
    HTTP data is sent over TCP/IP port 80, whereas  HTTPS  data is sent over port 443.
    HTTPS comes in two flavors, both ensuring the confidentiality of data sent over the network
    1)Server authentication :
    Only the HTTP server identifies itself with a certificate that is to be verified by the client.
    2)Client authentication:
    Additionally, the HTTP client identifies itself with a certificate that is to be verified by the server
    Regards,
    sangeetha

  • WebService Receiver Problem. Pls advice urgent.

    Hi All,
    I have R/3 (RFC) -- XI -- R/3(WebService) Scenario.
    Now when I test my WebService in R/3 using wsadmin command it works fine.
    But If I import my webservice as wsdl file and use it in Soap Receicer Adapter and use XI I get error:
    <SAP:Category>XIAdapterFramework</SAP:Category>
    <SAP:Code area="MESSAGE">GENERAL</SAP:Code>
    <SAP:AdditionalText>com.sap.aii.af.ra.ms.api.DeliveryException: sapd03ci.alkhaliji.bank</SAP:AdditionalText>
    Pls advice very urgent
    regards

    Hi RAC,
    May I know where this R/3 webservice located.
    In your landscape or not?
    Thanks
    Gujjeti

  • Same Sender and Receiver File Name. Pls advice urgent

    Hi All,
    My sender file name is auto generated number so
    it is dynamic in nature.
    ex. "abc1.txt"
         "abc2.txt"
    Now In my Sender File Adapter I cannot give
    File Name hard coded as my sender file name is auto generated number.
    Also I want same file name received at receving end.
    File Sender --   "abc1.txt"
    File Receiver -- "abc1.txt"
    File Sender --   "abc2.txt"
    File Receiver -- "abc2.txt"
    Pls advice.
    Regards

    Hi Rider,
    All your sender files have .txt extension but the name is not constant(dynamic in nature).Than in this case to pick ur file u can use the *.txt as ur sender file name.Than all the files with .txt extension in the source folder specified would be picked.
    Than u can proceed in the same way given in this blog
    /people/michal.krawczyk2/blog/2005/11/10/xi-the-same-filename-from-a-sender-to-a-receiver-file-adapter--sp14
    Please let me know if u need any information
    Thanks,
    Bhargav
    Note:Award points if found useful

  • XI to WebService . Pls advice urgent

    Hi All,
    Scenario:
    There is some response from System A back into XI.
    I need to send response from XI to System B and get response back to XI.
    System B has Synchronous Web Service and has provided its WSDL to XI.
    Question:
    1. Do I need to Import Webservice WSDL as External Defination in XI.?
    2.Do I need to use only Soap Receiver Adapter in XI as it is Synchronous Web Service and XI can get response back from that System or also I need Soap Sender Adapter ?
    Regards

    Hi Sudeep,
    I am sending this xml from runtime workbench:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:MT_REQ_TEST xmlns:ns0="http://CRM">
       <MobileNo>1</MobileNo>
       <Message>2</Message>
       <ActivationCode>3</ActivationCode>
       <StrService>4</StrService>
       <StrFrom>5</StrFrom>
       <StrOptions>6</StrOptions>
    </ns0:MT_REQ_TEST>
    The below XML forms after mapping
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:SendMessageSoapIn xmlns:ns1="urn:MMWebSrvService">
      <strFrom>XI</strFrom>
      <strTo>1</strTo>
      <strMessage>2</strMessage>
      <strSubject>3</strSubject>
      <strService>abc</strService>
      <nOptions>0</nOptions>
      </ns1:SendMessageSoapIn>
    In Soap Receiver Adapter
    URL -- http://172.20.80.11/MMWebService/MMWebSrv.asmx
    Soap action -- #SendMessage
    The error I am getting now:
    <SAP:AdditionalText>soap fault: Server was unable to read request. ---> There is an error in XML document (1, 97). ---> <SendMessageSoapIn xmlns='urn:MMWebSrvService'> was not expected.</SAP:AdditionalText>
    Pls advice
    Regards

  • HTTP Synchronous Scenario. Pls advice urgent

    Hi All,
    My scenario
    System A -- XI --- System B
    This is Synchronous HTTP scenario.
    I tested in XI RWB.
    a. I took Message Mapping Source xml structure and sent from RWB it worked fine.
    b. I took xsd of Request Data Type and sent from RWB it shows error
    "MAPPING">EXCEPTION_DURING_EXECUTE"
    Now In real scenario System A will send data to XI.
    So does it mean that I need to send Message Mapping Source xml structure to System A and not xsd of Request Data Type
    Pls advice
    Regards

    Hi,
    Check the message status in SXMB_MONI and let me know the trace and error message.
    the below message shows that there is some problem in mapping, u have not done the correct mapping between source and target.
    EXCEPTION_DURING_EXECUTE"
    test the message in message mapping using test tab and let me know the result.
    chirag

  • Alerts. Pls advice urgent

    Hi All,
    I have 2 BPMs scenarios in which I am getting data from different system and sending resposne back to different systems.
    Pls let me know can I use Michael Blog
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    for alerts like if sender/receiver services are down, if mapping errors are there for different transformations in 2 BPMs.
    Can I use the above blog only and can I avoid Alert's Container Opertaion and Control Step in BPM?
    Also pls let me know how to send emails from alerts.
    What setting I have to do in Alert Category.Pls send link/blog for that.
    Regards

    Hi,
    First start by creating the alerts with this BLOG
    /people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step
    Have a look at this SAP help file while creating the Container variables in the above Blog
    http://help.sap.com/saphelp_nw04/helpdata/en/80/942f3ffed33d67e10000000a114084/frameset.htm
    To send email to mail box automatically when alert occurs in XI
    Can you check whether the below authorization is given to that user.
    For the sending of alerts via external communication methods (e-mail, sms, fax) and for inbound processing, an RFC user has to be created on the central alert server with the role SAP_BC_ALM_ALERT_USER. The authorization objects contained in this role are S_OC_SEND and S_RFC.
    refer the help:
    http://help.sap.com/saphelp_nw04/helpdata/en/b2/de0741375cf16fe10000000a1550b0/frameset.htm
    also
    check in ALRTCATDEF transaction what is the user maintained under the fixed receipent tab for that user check the email address in SU01 transaction.
    Please check in transaction SCOT (you can give address of your SMTP server in order to send mails),
    If it is configured then probably you need to personalized alert delivery. In alert inbox you can select personalized alert delivery and check for "Mail" option.
    In SCOT you can see how many mails have beed sent via your XI system.
    most of the time email problem is solved by correcting configuration in SCOT. For testing mail system click on System->short message and then send one message to yourself
    Regards
    Seshagiri

  • Simple file to file transfer.  Pls advice urgent

    Hi All,
    I have Simple file to file transfer.
    There are text files at source side that need to send at receiver side.
    Source text files name are different so I have used
    Adapter Specific Attributes for Sender and Receiver Adapetrs
    Question
    As these are text files and there is no mapping required what interface name should I give at Sender Aggrement and
    at Interface Determination.
    Pls describe steps
    Regards

    Rider,
    Its very simple scenario. For ur satisfaction I did the same, it's working perfectly. I don't know what mistake u did. Let me give the complete picture.
    Step1: Create new Scenario
    Step2: Create new Business Service, let say File_BusService
    Step3: In File_BusService add the outbound and Inbound Interface name and namespaces , like
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Inbound Interface: MyInterface
    Inbound Interfacenamespace: http://my-own-namespace.com
    Step4: Create two communication Channels under File_BusService
    Step5: Receiver Determination.
    Sender:File_BusService
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Configured Receivers
    File_BusService
    Step6: Interface Determination.
    Sender:File_BusService
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Inbound Interface: MyInterface
    Step7: Receiver agreement
    Receiver Service: File_BusService
    Inbound Interface: MyInterface
    Receiver Comm.channel
    Step8: Sender Agreement.
    Sender:File_BusService
    Outbound Interface: MyInterface
    Outbound Interfacenamespace: http://my-own-namespace.com
    Sender Comm.channel.
    raj.

  • Soap Receiver Adapter Error. Pls advice urgent

    Hi All,
    While using Soap Receiver Adapter for synchronous communication
    *My Soap Request is:*
    <?xml version="1.0" encoding="UTF-8" ?>
    <ns1:SendMessage xmlns:ns1="urn:MMWebSrvService">
    <strFrom>XI</strFrom>
    </ns1:SendMessage>
    *My Soap Response from server is:*
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <!-- Inbound Message
    -->
    <tns:SendMessageResponse xmlns:tns="urn:MMWebSrvService" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <return xsi:type="xsd:int">-1</return>
    <strErrorDescription xsi:type="xsd:string">String reference not set to an instance of a String. Parameter name: s</strErrorDescription>
    </tns:SendMessageResponse>
    How to resolve the error.
    Regards

    Henry,
    Your xml message is not xsd compliant...see if you can generate a xml message using your wsdl with random values, compare that to your imcoming msg..and thats your issue..
    Hope that helps
    Regards
    Ravi Raman
    Reward points if helpful !

  • FTP to FTP scenario. Pls advice urgent

    Hi,
    I have FTP to FTP scenario.
    Do I need to install FTP server on both
    Sender and Receiver File Systems
    Regards

    Hi Aashish,
    Since my Sender File System and Receiver File System are different:
    1. I will install FTP Server A on Sender File System.
    2. I will install FTP Server B on Receiver File System.
    3. I will open the port for FTP request  -- Port 21
    4. I will open the port for FTP response -- Port 21
    5. I will provide all authrozaitions
    Pls let me know if anything missing

  • TCP/IP Connection. Pls advice urgent

    Hello ,
    My client is saying --
    Switch (Non sap system) is an online system .
    Switch (Non sap system) supports TCP/IP only.
    Non Sap system accepts XML structure.
    He has given IP address and port of Non Sap System.
    Question.
    1. Can I use HTTP Receiver Adapter for TCP/IP Communication
        with Addressing Type --- HTTP Destination
    2. For above HTTP Destination can I make TCP/IP Connection
        (Type T) using sm59 tx.
    3. I am not able to make TCP/IP Connection (Type T) if I
        have only IP address and port of Non Sap System.
    How to connect XI --- Switch (Non sap system) for TCP/IP.
    Regards

    Your information is not very helpful.
    Try to figure out, what exactly the system needs to be connected. TCP/IP is base of ANY connection between computers, this information is not useful.
    What system do you want to access? Name? Vendor? Documentation?
    What protocol is supported by the system? HTTP? XML?
    If you do not tell more about your scenario, it is impossible to help you.
    Regards
    Stefan

  • Certificates installtion . Pls advice urgent

    For File --XI --- File Secure scenario with FTPS
    I am reading this link:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/964f67ec-0701-0010-bd88-f995abf4e1fc
    Pls explain me following Points:
    1.Do In the visual admin of XI I need to make Server Public and Private keys. ?
    2.Where in Receiver and Sender File Systems we will store XI Public key.?
    3.Where in XI system we will store Receiver and File System Public Key.?
    4. Any Certificate setup needed in XI.
    Thanks in advance

    Hi,
    The following are the answers:
    1.Do In the visual admin of XI I need to make Server Public and Private keys. ?
    yes. Depends on whether you are sender or receiver. If you are using receiver channel, then you will be provided (by the end system) with the public key and the CA certificate. You will have to install them in your key storage. If you are using the sender channel, then you will be generating the private and public key and then provide the public to the system which is sending the data to you.
    2.Where in Receiver and Sender File Systems we will store XI Public key.?
    You need not worry about where the receiver and sender file system (end systems) store the keys. In XI, you will be storing on the local file server and then upload them to the Key storage.
    3.Where in XI system we will store Receiver and File System Public Key.?
    In the key storage in the visual admin.
    4. Any Certificate setup needed in XI.
    yes. you will have to mention the key store name in the channel and in the sender/receiver agreements, you will have to mention that you are using certificates for authentication.
    Hope this helps.
    Cheers,
    Sarath.
    Award points if helpful.

  • Queue gets blocked in Receiver System . Pls advice urgent

    Hi All,
    When I send data from CRM --- XI --- DM system
    Whenever data comes at DM system everytime queue gets blocked and gets status "SYSFAIL".
    Pls tell me how to solve this problem.
    Regards

    1.You can use transaction codes SMQR and SXMB_ADM for queue status resetting.
    2.Use transaction codes SMQ1 and SMQ2 for deleting SYSFAIL files, and manually resending messages in the queues.(For activating queues in SMQ1 and SMQ2, you would need to first deregister them in SMQR or SXMB_ADM).
    3.As a pre-requisite, the IS configuration parameter MONITOR QRFC_RESTART_ALLOWED should be set to 1.
    /people/prashanth.azharuddin/blog/2006/11/24/some-errors-in-an-xi-production-environment
    /people/sap.user72/blog/2005/11/29/xi-how-to-re-process-failed-xi-messages-automatically

Maybe you are looking for

  • Link to Document Content Type issue - links not relative

    I'm using the Link to Document content type in a library in order to link to documents in other libraries.  We just migrated to 2010 from WSS 3.0 (2007) and are having an issue.  We view our site internally thorough the internal machine address/name

  • RoboHelp HTML does not generate .chm file

    We have a large help system for F1 help with about 2,000 help topics in about 50 different Word .doc files. We had used RoboHelp for Word previously, but with the goal of generating a single .chm help file, we tried using RoboHelp HTML to change the

  • IPhone 6 take longer time to charge after upgrading to ios 8.2

    Did someone have the same problem with me? After updating to ios 8.2, time taken to fully charge the battery seem longer than usual. Usually, it take roughly about an hour to charge from 10% to 100% but now it take nearly 3 hour. I have try to pull o

  • ESS child iviews are not coming in PCD.

    Dear All. We are working on ESS Implementation and we installed Netviewer 7.01 sp6. Our ECC version is 5.0. We deployed SAP_ESS  100 SP21                        SAP_MSS  100 SP21                        SAPPCUI_GP  100 SP21                        BP_E

  • Actionscript error message

    Using Captivate 6. When trying to publish a file for proofing, with eLearning output disabled, I receive this error message: Swf compilation failed. Note: Please verify if any of the actionscript keywords is used as user variable name. Where should I