XI message transfer using proxies

Hello All,
My aim is to send a message from one client to another using SAP XI (proxy technique). Both the clients are of the SAP XI server (both given the role Application system). I defined the business systems for the clients in the SLD. I defined the design objects in the Integration repository, generated the proxy classes (implemented the proxy classes) and also defined the configuration in the Integration directory. The type of communication used is asynchronous. I did not define the sender communication channel as it is not required.
I ran the program that uses the proxy class. I used the message monitor to view the status of the message (transaction SXMB_MONI). System error status is shown. The error information is "HTTP response contains status code 401 with the description Unauthorized". The error is when caling the Integration server. From the error description I think the logon details is not passed to the Integration server. If so, where do I give the logon details ?
Could anyone give me an idea on this.
Best Regards,
Loveline.

Hi,
the point is you should create it like this
(sm59 and H type)  
my string:
/sap/xi/engine/?type=entry
use this one:
/sap/xi/engine/?type=entry
and when you get message: that you cannot enter a query string.
click enter (it's only a warning message)
why you should use H SM59:
Re: HTTP_RESP_STATUS_CODE_NOT_OK in IS after performing client copy
Regards,
michal

Similar Messages

  • Message transfer using PC suit

    hi, i m using nokia 3500 classic. with this ;atest version of nokia pc siut i am unalble to transfer messages from my cell to the PC. The message which i m trying to transfer are stored in a folder created by me inside saved messages.
    Can any one suggest a way to do the needful. 

    Hi,
    download and install latest NPCS, you will see in Nokia Comunication Center folder, which you created. Then you will be able to export chosen messages.
    Second way, without instalation, move mesages from your foleder to the Inbox on your phone, then you will see in NCC in Inbox all messages and then export them to computer.
    Cheers
    N95 & N96 User

  • RE: SMTP message transfer with Forte'

    Hey,
    You would have to use POP or POP3 client (not a lot of work) to retrieve
    messages from mail server or write you own mail server (much, much more
    work).
    See SMTP/POP3 documentation on requirements - implementation, there is
    plenty of information on the internet.
    Hope this helps.
    Dariusz Rakowicz
    Consultant
    BORN Information Services (http://www.born.com)
    8101 E. Prentice Ave, Suite 310
    Englewood, CO 80111
    303-846-8273
    [email protected]
    -----Original Message-----
    From: Paul Salmon [SMTP:[email protected]]
    Sent: Tuesday, September 08, 1998 4:12 PM
    To: '[email protected]'
    Subject: SMTP message transfer with Forte'
    Hi,
    We are exploring a number of ways to transfer data from a business partner
    through a secure extent circuit. Since I have been reading a few messages
    regarding SMTP file transfer (send), I was wondering if anyone has any
    experience in writing a Forte' service object to receive an SMTP message
    and then parse it and insert the data into a database.
    Paul Salmon
    [email protected]
    (714) 536-9778 voice
    (714) 536-9778 fax
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>-
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hello Sergiy,
    Many thanks. I am in touch with our technical colleagues for the same and will revert back with results.
    Thanks
    Srinivas

  • When and Where and how to use Proxies

    hi
    New to Xi Can anyone explain When and Where and how to use Proxies
    Mohit

    Proxies: are interfaces which will get executed in the application system.They can be created only in the system from message interfaces using the proxy generation functions.
    The biggest advantage of the proxy is that it always by passes the Adapter Engine and will directly interact with the application system and Integration engine - so it will and should give us a better performance.
    The literal definition of a proxy is an object / process authorized to act for another; an agent or a substitute. In simpler terms, proxies in the XI context are objects used to encapsulate the creation (from a sender system) or parsing of XML (at a receiver system) as well as the communication with the relevant runtime components required to send or receive those messages. The Proxy Runtime controls these objects / processes, and can itself be controlled by the applications it communicates with.
    The Proxy currently has the following components available:
    1. ABAP Proxy – Communication using XI or Web Services
    2. Java Proxy– Communication using XI (J2EE)
    JAVA Proxies:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    ABAP Proxies:
    /people/sap.user72/blog/2005/12/13/integration-builders-through-proxy-server-part--2
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    /people/arulraja.ma/blog/2006/08/18/xi-reliable-messaging-150-eoio-in-abap-proxies
    /people/stefan.grube/blog/2006/07/28/xi-debug-your-inbound-abap-proxy-implementation
    /people/michal.krawczyk2/blog/2006/04/19/xi-rfc-or-abap-proxy-abap-proxies-with-attachments
    /people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    ON SDN TV
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=abap%20proxy%20xi&cat=sdn_all&start=11#
    Proxies communicate with the XI server by means of native SOAP calls over HTTP .RFC does not, so you have to convert from SOAP to RFC calls and vice versa. So XML conversion is required.
    ABAP Proxies uses Webservice and Http Protocols. And if you use RFC it is mainly meant for Sync. call. But Proxies is used for both Sync and Async.
    If you use ABAP Proxy , you can reduce the overhead calling the function again and again.
    /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
    Re: JDBC Sender select/update problem
    If u generate proxy for outbound interface then its client proxy and for inbound interface its server proxy.
    In client proxy u can call the method to send messages but u can't modify it but in server proxy its possible to write a user code within the method to execute proxy.
    CLIENT PROXY:
    A WSDL description from a UDDI server (or an Internet page) is usually used to make a service executable in the Internet and to describe the interface of this service. You require a client proxy and not a server proxy to call this service by using the Web service infrastructure.
    SERVER PROXY:
    You can only generate ABAP server proxies from a WSDL description if they originate in the Integration Repository.You can also generate server proxies for Java and client proxies for ABAP from message interfaces.

  • Get amount of megabytes for the message transfer per day, month, year

    Dear experts,
    can you please tell me the name of the report which can be used to get the amount of megabytes for the message transfer per day, month, year etc.? I can't find it in our system.
    Best regards,
    David

    Hi,
    Check this blog: /people/gourav.khare2/blog/2007/12/12/interesting-abap-tables-in-xi-150-part-i
    SXMSPFRAWH: this table contains runtime performance data for successful message and sender and receiver information is stored as address id that derive information from SXMSPFADDRESS, from this table you can find out volume and latency also.
    Regards,
    Gourav

  • What do I use when Migration Assistant reads "you might not be able to transfer using firewire on this computer"?

    When using Migration Assistant to transfer from one Mac to another Mac, as soon as I get to the point where it says to connect the firewire to each computer, it says "You might not be able to transfer using Firewire on this computer". What do I use then?

    firetruckjanet wrote:
    The G5 is running osx 10.4.11, but so is the G4.
    I don't know if it's the Tiger or the Leopard.
    10.4.x is Tiger; 10.5.x is Leopard.
    I've not used the Tiger version of Migration Assistant (just Leopard and later), and there's not much in the way of Apple tech articles for it anymore.
    Since the message says "might not," I don't see any reason not to give it a try.  At worst, it will fail and perhaps leave a partially-transferred user account on the G5.  If that happens, we can deal with it.
    I'd make sure the connections are snug and secure, and try it.
    Good luck, and keep us posted.
    I don't have any backups of the G4 and I don't have an external drive and I don't know anyone who has one.
    If your data is important to you, invest in one . . . soon, and start making regular backups.  They're not very expensive (some as cheap as $50, good ones perhaps $100). Disk drives fail, especially after a few years, other things go wrong, and even the most careful users make mistakes now and then.

  • Short Message Transfer Rejected

    Why does my Blackberry not let me send messages to my dad? I can recieve , messages from him and phone him, but whenever I send a message to him, it comes up with a red 'X' and 'Short message transfer rejected'. 
    Why is this happening and how can I fix it? 

    Hi and Welcome to the Community!
    If, by "Short Message Transfer", you mean SMS, then please contact your mobile service provider for assistance...SMS is 100% a carrier-provided service, their is nothing in the BB-proprietary services that is involved.
    If, on the other hand, you meant some other messaging service, then please be explicit about what exactly that is.
    Thanks and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • How to enhance DEBMDM06 to add custom segments and do mass message transf

    Hi Team,
    I have a requirement to transfer multiple IDocs(Customers) as a single IDoc to PI (Earlier XI) system. As I know this could be done by doing necessary config in ALE and execute the transaction MDM_CLNT_EXTR(MDMC specific to customer master day) by creating a variant with proper Extraction Object details. This works perfect with only standard idoc type DEBMDM05/06.
    1. I have extended the IDoc type DEBMDM06 to ZEUDEBMDM06
    2. Created a new message type ZDEBMDM (using WE81)
    3. Assigned the message type to IDoc type(using WE82).
    4. Created a new extraction object ZCUSTOMER_EXTRCT from CUSTOMER_EXTRACT by executing
        program 'MDM_METADATA_MAINTAIN'.
    5. Maintained the view 'VMDMMETA' using SM30 to add custom segments and altered the positions according to new IDoc type.
    6. Found a user exit to fill custom segments.
    7. Executed the transaction MDMC, in the debug managed the hord coded extraction object from 'CUSTOMER_EXTRACT'
        to 'ZCUSTOMER_EXTRCT'.
    This has generated a single IDOC for 2 customers but ulike one segment for one customer, it has addes somany segments at same level.
    Can we enhance the mass message transfer concept so that we can use it for extended IDOC type so that I can have custom segment types added ?
    Thanks in advance...
    Arun
    Edited by: Arunkumar Ponnoju on Sep 8, 2009 11:31 AM

    hi Caíque  ;
    Firstly thanks for your answer.But your badi is at CRM side, I want to fill BDOC with custom fields from ECC to CRM when I changed them in IE02 of ECC.
    Do you know there is any badi after BDOC is filled in ECC.
    Regards.

  • How to make message transfer to a topic from a business service synchrouns?

    hi,
    I am posting a message to a JMS queue using a business service (say A) and then I am fetching that message from that queue and using a proxy service (B) and a business service (C) for transferring that message to a topic, now I want that my business service A gets the same message that it initially posted as a response back from the topic to make the whole message transfer synchronous, but the problem is that as I select topic on my JMS transport configuration page of business service the text box where I need to specify the URI for the topic gets blocked,hence I am unable to get a response from the topic, can anybody help me out with this as I really want to make this synchronous.
    Edited by: user12826319 on Jul 21, 2010 4:36 AM

    yes u got it correct...v require a synchronous message transfer to happen i believe d alternative can be that i send the message to topic directly using a business service and expect a response from the topic itself in the form of the message i initially posted, that thing I would manage but the real problem is to get a response to the business service when i use topic, because as i select topic on JMS transport configuration page of business service the end point URI textbox gets blocked...

  • Error message "Transfer date 30.06.2007 is more than one year after the clo

    Hi SAP expert,
    I received error message "Transfer date 30.06.2007 is more than one year after the closed fiscal year" - message number AC 187. Used Tcode OAAQ when tried to reverse year end closing for depreciation area. How can i correct this problem? I want to finish for the whole year 2007 depreciation.
    Hope u guys can help me. Thanking u in advance.
    Regards,
    Nazrul

    Hi SAP experts,
    any solution for my porblem?
    TQ

  • Need to reinstall/transfer use of my CRW to a new machine

    I recently lost my development machine and need to reinstall/transfer use of my CRW (2011) to a new machine/. I have the original download image and the key. But when I install on this new machine, it give me an Invalid Product Key message.
    Is there a re-registration I need to do to accomplish this?

    Hi Paula
    Just wanted to answer your question re.;
    Why is no one answering this? I need technical support here, for a product purchased.
    These are community forums, not technical support, not sales, not marketing. By definition, a query on any community forum may be answers or not, it my be timely, or not. For critical issues, it is always best to create a phone incident (support case) here:
    Crystal Single Case Technical Support - SAP Business Objects US Online Store | SAP Online Store
    Unless you have an Enterprise support contract already.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    SCN Moderator
    Follow us on Twitter

  • Short Message Transfer Rejected for Bold 9780

    There is one person in my contacts that I cannot text. It always comes up with a red x and says "Short message transfer rejected". The person can still text me, though, and I have no trouble calling the number. It only happens with this contact.
    I have tried deleting the contact and re-adding, taking out the battery and sim card, but it doesn't work.
    Can anyone help? 
    Solved!
    Go to Solution.

    Hi fireflyfishing
    Make sure when you create the contact on your BlackBerry® smartphone, that their mobile number includes the area code.  Most providers require the area code is used when sending SMS messages.
    Thanks
    -CptS
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • XI limitation using Proxies

    Hi,
    Can anyone please advise on this topic:
    When using the proxy framework to connect XI with SAP ... I have been told that there is a limitaton -> XI can only talk to ONE SAP system using proxies (the relationship is one-to-one). Is this true ? If so, are there any workarounds ?
    Thanks for your assistance.

    Hi,
    XI will act as a hub and will be able to connect to many SAP systems. So the idea of one-to-one is not correct.
    A simple scenario like SAP R/3> XI> SAP R/3 is already in implementation in many parts of te world.
    <i>you can exchange messages using SAP XI as soon as a runtime component can communicate with the Integration Server</i> and Proxy runtime is one of them.
    http://help.sap.com/saphelp_nw04/helpdata/en/70/f3cbad30ee479cb15672219f3405f0/content.htm
    <b>Limitations/Technical requirements:</b>
    The SAP WebAs should be 6.20 and above to be able to  communicate with XI using proxies. This is the same case if XI wants to communicate with SAP systems.
    Cheers,
    Siva Maranani.

  • Sending an XML message and using proxy at receiver end

    hi all,
    please suggest me the steps to be followed in order to send a XML message and accepting this message using proxies.
    please help me out with detailed procedure.
    thanks+regards,
    Ujwalkumar

    Hi UjwalKumar,
    Follow this link:
    /people/prateek.shah/blog/2005/06/14/file-to-r3-via-abap-proxy
    This blog gives an excellent description of 'FILE to Proxy' scenario.
    what you need is XML to proxy...i.e. your scenario is very similar to this one...only diffrence is  that  , you wont be using FCC .since your source msg is in XML format..
    Hope this helps..
    Regards ,
    Sushil

  • 6220c Messages Transfer Problem

    hello
    i am having a small trouble in nokia content transfer/switch application.
    Recently i have updated my handset from E50 to 6220c. I have transfered
    all data from E50 to 6220c except messages. My E50 had around about
    7000-8000 messages in total with "My Folders" & Inbox having around 3000 messages.
    I have tried copying/transfering these messages to 6220c but its not possible.
    Things I have tried are-
    1.Switch application- does not respond when i do the message transfer.
    2.Nokia PC Suite- Does not restore My Folders.
    3.Paste option is disabled in PC Suite for some privacy reasons.
    4.When i restore the backup taken from E50 by PC suite to 6220c, it does not
      restore the my folders and also sometimes the data on my 6220c is lost.
    Now Im having the backup + all the messages ie. (.vmg) format files in my pc.
    I would be very thankful if any one helps me out in restoring the messages
    from my old phone E50 to 6220c. It would be great if all the messages are restored
    with all the info. and details. Thanks a ton !
    *Also if any one has any applications/softwares of 6220c regarding-
    1.Picture SMS
    2.Sending Flash SMS
    3.Draw Picture SMS & Send
     + Collection of monochromes (72X28 pixel images)
     + Picture SMS viewer
    4.File Explorer
    Solved!
    Go to Solution.

    i have transferred all my text messages from E50 to 6220c.
    first i created a backup of E50 then restored using latest PC Suite.
    Now while restoring the message appears auto matically that due to model
    differences of the 2 Phones, the restoration might have some errors but the
     new data will be copied without erasing/overwriting the previous one.
    So  i proceed. After that i noticed only my messages in inbox were transferred.
    So i shifted all my messages from my folder and put 'em in Inbox.
    Then created Back up and restred.

Maybe you are looking for

  • Error while uploading file into KM

    Hi Experts, I m getting error while uploading file into KM. Its throwing an error message like " Syngenta-POC.doc" does not exist, or file is empty; you cannot upload empty files" please assists me.

  • ACE: VSS Catalyst 6500

    Hello, How does it work VSS (C6500) with ACE Module in mode redundancy? The ACE Module going to install for Catalyst each C6500. Best Regards

  • Filling drop down in Interactive forms by ABAP

    Hi experts,   I am new to Adobe forms.I am working on a form using SFP transaction, which consist of a table.In that table I have a dropdown as a column.I want to fill the dropdown with values from a DB table. I am working on pure ABAP. Can any one h

  • Why does the volume maximize by default when I plug in my headphones?

    Every time I plug in my headphones, if I don't check first and lower the volume, the sound is automatically maximized all the way up and blares through my headphones.  Is there a setting or something to get my iPhone to stop doing this?  This has got

  • Detect and install java runtime environment using javascript

    hi, i'm a flash developer and i only use javascript to embed my movies in html, i've search the web and found some answers but i can't seem to understand it very well maybe because i don't have that much time to learn it. please if you have any scrip