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.

Similar Messages

  • FCPX Playback head slow in timeline? Using Proxies.

    Im editing 5k footage shot on the Red Epic.  I have a interview laid out in my timeline (or project) and I am going through and setting my "IN" and "OUT" marks and cutting using "APPLE-X".  Also using "J" on keyboard to rewind to certain points where I want to mark my "IN" points.  The footage runs great until I start cutting frequently.  My playhead starts to be slower than the actual video playing back. So when I make my "IN" and "OUTS"  and then cut, my edit is about 6 or 7 frames off.  It seems as if the playhead is lagging or it is slowed.  Every clip is converted to the 1080 proxies.  I am not mixing footage formats.  Im editing with the proxy setting enabled.  I am cutting from a GTECH Firewire 800 Drive.   Here are my computer specs:
    MAC PRO:
    MAC OS X 10.6.8
    Processor: 2 x 2.93 GHz 6-Core Intel Xeon
    Memory: 32 GB 1333 MHz DDR3
    GFX: ATI Radeon HD 5870
    Final Cut Pro X 10.0.6
    Please let me know if you can help me.
    Thanks
    Elliot Pollaro

    be sure there isn't anything else accessing your drive....file downloads....email auto checking...etc.
    try seeing if the behaviour changes by alternating the preferences for playback, best performance vs high quality.
    it's hard to understand why this would be an issue with proxy footage. enable the checkbox to warn you when drop frames occur. just to see...
    does this only happen when editing 5k footage or can you reproduce it with other footage?
    is it a fast 7200 rpm disk? might it be too full?
    because you're using proxies, it sounds like something is slowing the hard drive down such that it's not accessing fast enough.

  • 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.

  • Why is it better to use Proxies and not adapters

    When I connect 2 systems via XI, i can use proxies (if supported by the external systems) or adapters.
    The general view of SAP is that I should use (JAVA or ABAP) proxies where possible, and not adapters.
    Why are these "better" than file adapter or idoc adapter (monitoring, error handling, performance, ?????).
    thanks,
    Jan

    As received from SAP :
    Proxies support both Synchronous and Async. Connectivity - ALE/IDOC is only Async.
    Proxies don't use standard IDOCS, but what you decide to use in the proxy def. on SAP side.
    Proxies are only supported on 6.20 onwards.
    I would use IDOC adapters for standard IDOCS - and if no ABAB knowledge is available for maintenance.
    If there is a standard ALE scenario available - I would use it (eg. Masterdata replication).
    If ABAB is already extensively used in the organisation and they are running 6.20+ - I would use proxies.
    I would always prefer proxies for Synch. Communication - instead of RFC (if running 6.20+).

  • Can we use Proxies in BPM?

    Hi i am new to SAP XI. can we use Proxies in ccBPM? .

    1. proxies can be used at sender side or receiver side
    probably you can write proxy from r/3 system to triger a BPM then execute it and sends the data to receiver side.
    or in bpm you can call a proxy.but it purely depends on your scenario.
    regards
    shekar chandra

  • FSRM report limits using PowerShell

    I am following this article:
    http://blogs.technet.com/b/filecab/archive/2014/05/20/set-fsrm-storage-report-limits-using-powershell.aspx
    I did have this working just fine, but after installing Windows Updates today on a 2012 R2 box this functionality breaks the GUI. Now, any time you try to edit a report you are hit with Event ID 0, 'file server resource manager value is not valid' and a
    GUI error of 'Unexpected Error. Value of 1000 is not valid for 'Value'. 'Value' should be between 'Minimum' and 'Maximum'.
    The report still runs, but you cannot view in the GUI until you again use PowerShell to decrease the limits back to default.
    Any ideas on how to fix? (Other than removing the updates) Seems a recent Windows Update has broken this.

    The Windows Update version is the latest available. So if you have a 2012 R2 server and install every available update, that's the level I'm at. It was a recent update that seems to have broken this, I just don't know which one.
    The parameter was already set to 1,000 and was working fine. The default is 100, and any value greater than 100 now produces the GUI error.
    Newly created reports also produce the same error. I stress that the reports do still run with the value of 1,000 set by PowerShell, it's just the GUI that does not recognise the values set by PowerShell.
    Looks like a bug in a recent Windows Update.

  • Shot on Genesis 4k, can I use proxies in Final Cut Studio 2?

    Greetings.
    So I'm on the shortlist for a music video to be shot on the panavision genesis camera at 4k. From what I know, FCS2 has proxies to edit with more easily accessable sized files, but I'm not sure if it is only for the RED camera. If I am to digitize at uncompressed 4k resolution can i ...
    1. cut uncompressed on my current rig (2.33 core 2 duo, 2 gigs ram)
    2. use proxies to "downconvert" the footage to edit, then spit out an edl for the colorist...?

    Alright. Couple things here:
    -The Genesis doesn't actually record 4K. It's a 4K sensor, but it records standard 1920x1080 to either HDCAM SR or HDCAM via the SRW deck onboard. So your format is 1080p, not 4k (or even 2k).
    -Having shot and delivered many videos for many labels, there is almost zero demand by the labels for HD (or 4k) music videos. If anything, the new demand is for videos for cell phones and YouTube. Labels have VERY few outlets for HD videos.
    -With all of the above in mind, it makes about zero sense to complete post on a music video in anything better than Digibeta SD, unless you really want the experience of completing post on an HD project.
    -So if the Genesis is still your choice, then you need to decide whether to shoot HDCAM SR (with the consequential expensive HDCAM SR deck rental for post), or plain HDCAM. I recommend plain HDCAM. You can then bring in via JH-3 deck and DV/firewire for your offline, and then redigitize with the same deck via SD-SDI for online finishing. This is your 'proxy' idea, in effect...it's called offline/online editing.
    -Get a post supervisor or editor that understands this stuff inside out before you waste thousands on deck rentals and edit bay time.
    Dual 2.0 G5   Mac OS X (10.4.9)   Decklink HD

  • Whats means the 90 days of limited use of another apple ID?

    Whats means the 90 days of limited use of another apple ID?

    You might find this Apple KB article helpful <http://support.apple.com/kb/HT4627>. If the page doesn't load the first time simply reload it.

  • Changing requisition limits using BAPI

    Hi Experts,
    I want to change the valuation price in a purchase req using BAPI_PR_CHANGE .
    the line has account assignment category 'K' (no material) .
    i tried inserting the price using field : preq_price in PRITEM table , but it won't let me . (i used it for a regular req. - with material and it worked fine).
    i know that in order to change the price in the ME52N screen ,we need to use the field : overall limits , in limits tab.
    how do i change the price with the BAPI ? (or is there another bapi i can use ? )
    thanks, Nirit .

    Did you use BAPI_TRANSACTION_COMMIT after BAPI_PO_CHANGE.
    Look also at this <a href="http://www.sap-img.com/abap/sample-abap-code-on-bapi-po-change.htm">Sample Abap code on BAPI_PO_CHANGE</a>
      CALL FUNCTION 'BAPI_PO_CHANGE'
        EXPORTING
          PURCHASEORDER = T_POHEADER-PO
          POHEADER      = T_BAPI_POHEADER
          POHEADERX     = T_BAPI_POHEADERX
        TABLES
          RETURN        = T_BAPIRETURN
          POITEM        = T_BAPI_POITEM
          POITEMX       = T_BAPI_POITEMX.
      READ TABLE t_bapireturn WITH KEY type = c_err TRANSPORTING NO FIELDS.
      IF sy-subrc NE 0.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = c_x.
      ENDIF.
    Regards

  • 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

  • Limited use of indexes in XE db?

    I tried to use reverse key index in my XE database, but I cannot...
    is this type of indexes disabled in XE db?
    where can I found a list of all limitations in Express edition database?

    how did you exactly use it, no problems here,
    SQL> desc test;
    Name                                      Null?    Type
    FULLNAME                                           VARCHAR2(20)
    ADDRESS                                            VARCHAR2(20)
    SQL> create index test_ndx on test (fullname) reverse;
    Index created.
    SQL> create index test_ndx2 on test (fullname, address) reverse;
    Index created.

  • Problem using Proxie server with Authentication & JEditorPane

    Hello
    I don't know if anyone has done this and if someone has I would really appreciate any help you could give me. I need to display a web page in a JEditorPane but the web page is accessed through a proxie server that uses authentication. I have tried using the setPage with username:[email protected] URL format for authentication but it doesn't work.
    JEditorPane.setPage(new URL(urlStr))
    this gives me an exception. The following is the exception message and printStackTrace
    error:Server returned HTTP response code: 401 for URL: (Url I am trying to access)
    at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:709)
    at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:238)
    at javax.swing.JEditorPane.getStream(JEditorPane.java:674)
    at javax.swing.JEditorPane.setPage(JEditorPane.java:392)
    at com.UrlChecker.panels.HTML.EditorPane._$2863(EditorPane.java:184)
    at com.UrlChecker.panels.HTML.EditorPane.changeUrls(EditorPane.java:321)
    Thank you for any help you can give me.

    Steve,
    The URLs that I am using are internal. A similar type login page is the Oracle Metalink
    http://metalink.oracle.com/metalink/plsql/ml2_gui.startup
    I will try to find another webstie that you can test. Be back shortly
    thanks

  • Cannot use proxies in Firefox

    It doesn't matter what proxy I use and where, Firefox won't allow me to use a proxy!!! I have tried hundreds of proxies, none of them will work in Firefox... I get the same error every time!!! the error reads
    Firefox is configured to use a proxy server that is refusing connections
    no matter which one I use!!!!!!!!

    Try turing the Poxy off, someone sugguest this and it worked for me. Open firefox to the page where you get that message about refusing to connect. go to TOOLS then OPTIONS then ADVANCED then NETWORK tab then SETTINGS tab and select the options NO PROXY click OK and OK again. Now close firefox and reopen it and see if it works.

  • Workflow for using proxies and AVCHD

    I'm working on a 6 camera mulitcam project of a theatrical performance and I'm using Premiere CC.  The footage is all spanned AVCHD from Canon Vixia's.  My machine is pretty good but no way is it going to play 6 streams of AVCHD at once (I've done 4 and that was pushing it!). 
    I've done a little searching on the forum and found this post:
    http://forums.adobe.com/message/4877276#4877276
    In particular, Fuzzy says:
    The workaround is the following:
    - create a folder for your proxies next to the folder containing original footages and name it e.g. AVCHD.Proxies;
    - transcode your MTS files into MPEG2 ones with the same file names and MTS file extention (or run Batch Rename in Bridge after transcoding with MPG file extention);
    - close your PrPro project, created out of original MTS files;
    - temporarily rename AVCHD folder containing original MTS files to e.g. AVCHD.Sources and AVCHD.Proxies to AVCHD;
    - open up PrPro project and enjoy: all your original AVCHD files are now linked to MPEG2 proxies.
    When you're done, reverse rename folders.
    This idea appeals to me but I've got a question.  My files are all spanned AVCHD.  It seems, in his example, that each .mts has a corresponding mpeg2.  With my spanned clips, how will Premiere know how to put them together properly?  I don't really mind if there is a one frame drop between the mpeg2 clips but will this majorly screw things up when I swap the proxy footage out?
    Is there a better way to do things now, one year on?
    Thanks in advance!

    Hmmmm... still having problems.
    I got back to work this morning (having spent most of the weekend and yesterday raking leaves) to find that all of the mts have successfully been transcoded into mpg clips.  I added a new STREAM folder, moved the clips and changed the file extension to .mts.  So far so good.
    I decided not to stitch the spanned mts clips first because I'm on a Mac and I haven't found a good (free) stitcher.  I have a nice Windows one that I like but i didn't have the time to move the clips to a Windows machine, stitch them and then move them back again.  This may still need to be done because I'm faced with a new problem.
    When I go into Premiere and try to import the mpg clips (now hiding under the .mts extension) I get the error "The file has an unsupported compression type".  This happens if I use the regular import OR the Media Browser.
    Any ideas?  I compressed these in AME using the default "Match Source - Medium Bitrate".  I used the H.264 format, not the MPEG2 format thinking that Macs like H.264 but I wonder if this is the problem
    Thanks for everything, by the way.  You've been more than helpful

  • Library Filter - limited use?

    When I got a first look at version 2.0 I though great, it will be better as a DAM program than before and may be able to stop using my other program.
    However, when I start to try and use it I find a number if limitations: -
    1. Not all fields are searchable.
    2. In the metadata bit the fields you can choose are limited.
    3. As noted in a previous post the text search can bring up unexpected results.
    For example, I have been making use of the category field, and find it very useful, but find in lightroom that it is not a searchable field, and is not listed as a choice for the metadate filter.
    A number of questions come to mind: -
    1. Is it me who is not using the program correctly;
    2. Are there work rounds;
    3. Are Adobe likely to address some of these and improve the DAM side of the program; and
    4. Is it possible that some of these can be resolved with a metadata plug-in.
    All thoughts much appreciated.

    Are you sure you don't have any space or any invisible character there in the search box?
    If it is empty, my guess is: corrupt catalog. Try creating a new catalog, import some test photos and check if search works fine.

Maybe you are looking for

  • My ipod nano isn't recognized on my computer and I can not add the new music I bought on itunes.  Please help

    My ipod nano isn't recognized on my computer any more.  I bought new music and i can't get it to my ipod.  I also bought a shuffle and the same thing happened.

  • USB Broad Band Internet Connection

    Hi i have 2 wireless connections i connect to at same time, a wireless router that connects to my internal network and a broad band internet connection through a 3G usb, when i use the usb alone i can access the internet but when i connect also to th

  • Siebel outbound configuration

    Hi All, Does anyone have an idea about how to configure Siebel to receive calls coming from Outbound dialer. In "CTI Driver for Siebel 7 Reference Guide for Cisco ICM/IPCC Enterprise & Hosted" guide one can find information about how to configure the

  • Forms Builder 10g Crashes after opening R12 .fmb

    Hi, I'm trying to open Oracle apps R12 .fmb from Oracle forms 10g(Forms [32 Bit] Version 10.1.2.0.2 ). It errors out with the following error : "Oracle forms Designer has stopped working". I checked metalink for this error no luck. Thanks, Kiran

  • Restriction of cost elements

    Hi, is it possible to restrict the manuall cost allocation (KB15n) just for special cost elements? we would like to let just post on special ones... Any ideas? I didn´t found a special authorization object for cost elements in this transaction... reg