Practical experience - Max no of interfaces.

Can anybody please share the practical experience about maximum number of interfaces handaled by XI implementation they've worked on?
I want to check the feasibility of using XI for the number of interfaces we foresee in our ERP landscape.
Would be very glad to receive answers in a format like
e.g. 200 interfaces ---> Involved RFC / IDoc/File/JMS --> Max message sizes processed = 15 MB.
Appreciate replies on this.

Hi Amol,
Not sure if this will help you.
I was involved in a implemention where the total number of interface were around 35 which included both A2A and B2B scenarios. Many scenarios where handled by BPM. JDBC, ABAP proxy, SOAP and IDOC adapters where used most often. The msg size is comparitively less here. The max size of a single msg is around 5 MB. But the frequency of many interfaces are very high( 1 sec poll interval)
There is another integration planned which could have around 200 interfaces mostly using file adapters and ABAP proxies.
Regards,
Jai Shankar

Similar Messages

  • Practical, experience-oriented recommended device (f/w? /) s/w version(s) for all PC-centric activities on the TELUS Mobility BB Tour 9630

    Hey all ... I am wondering if I can pick people's brains and get good advice re: practical experience-oriented recommended device (f/w? /) s/w version(s) for all PC-centric activities on the TELUS Mobility BB Tour 9630, including the PC-resident s/w(pkgs) & USB / USB Serial drivers (on XP Pro SP3).
    I will likely be wanting to upgrade various (f/w? /) s/w components after a 3 year hiatus on the BB front  ... however, based on my own IT experience, newer / newest (f/w?) / s/w(pkgs) is (are) not always best for the end-user, and, can even be limiting in certain identifiable respects ... I'm speaking in general terms here ... so ... it may be that the latest BB s/w is the absolute best way to go for my PC O/S platform and Tour device ... I'm just throwing out there this notion of making an educated determination as to which upgrades to install and to what version level, in case the general suspicions I outlined above have any merit.
    I don't have (or want) Data enabled on this 9630, so, getting screen captures or Copied text off it (like all the information in Options > About: "BlackBerry (R) 9630, smartphone (3G, CDMA), v5.0.0.419 (Platform 4.2.0.179), 3G Bands 1 ... " [and, or course, there's lots more info on that screen ... ]) have so far eluded me (any suggestions or help on that front would be greatly appreciated) ... perhaps most of the device-relevant version info required by forum members to help me make this determination also appears in my PC screenshots below.
    Here's what I have left over on my PC from my dealings with my BB Storm 9530 from 3 years ago:
     Thanks, FFF
    Solved!
    Go to Solution.

    Hello! Thank you for those clarifications...they do help greatly to understand your request. Here's my opinions:
    Frankenstien wrote:
    More simply put ... should I upgrade my TELUS Tour 9630 software (currently at:  v5.0.0.419 [Platform 4.2.0.179] to the most currently available software, whatever version # / Platform # that may be?
    Or, is there some advantage in upgrading only to a certain BlackBerry Operating System version level on this particular device?
    For your 9630, you already are on the latest OS level that Telus released/supports. I do not know if other carriers have released anything more advanced, but you can read some very good discussion here:
    http://supportforums.blackberry.com/t5/BlackBerry-Tour/Verizon-Tour-Users-Revert-to-old-OS-here/td-p...
    Based on what I've seen, I'd surmise that there is nothing "newer" than what you have...at least not officially...but you can dig through the official download portal to validate that:
    http://us.blackberry.com/support/apps-and-software/desktop-and-device-download-sites.html
    Given that it's the carriers who hold responsibility for releasing BB OS packages to their customers, that portal is indeed sorted first by carrier...so you must first dig to discover which carriers support your 9630 and then compare the OS packages that each supporting carrier has released. Sadly, it is also the responsibility of the carriers to release change log information, but all too many of them are rather lax on that point. But, that thread I linked for you above has I believe some very good information that might help you in your quest. You also should seek out other threads here (and elsewhere) on similar topics.
    Frankenstien wrote:
    And, should I upgrade the BlackBerry USB Driver / USB Serial Driver / Device Manager / Desktop Manager software on my XP Pro SP 3 PC to the most recently available versions? (screenshots in 1st post show all the current version #'s ... this software was all installed circa mid-2009)
    Or, is there some advantage in upgrading only to certain BlackBerry software version levels for each of the items referenced above ... in the case of this particular device?
    The Desktop Software does not care about the specific device. Rather, it provides certain capabilities that you must choose from. For instance, if you need the ability to export from your BB to CSV/ASCII, then you need to stay behind in the version 6 range as that function was removed from version 7. Likewise, if you are intending to synchronize your BB with a desktop PIM (e.g., Outlook), you need to ensure that you are running a Desktop Software version that is compatible with your PIM:
    KB12268Synchronization support for BlackBerry Desktop Software for Windows
    If neither of those are important and/or compatibility is fine with the latest version, then it's usually wisest to stick with the latest version for bug fixes, feature enhancements, etc. That is not to say that folks don't have problems with the latest version...perusing the Desktop Software board on this site will bear that out quite quickly indeed! But, by and large, there should be no harm/no foul to using the latest Desktop Software version with your BB.
    Further, it's always a good idea to also download and install to your PC the BB OS package that is actually running on your BB. Doing this somewhat customizes the Desktop Software so that it can best work with your specific BB environment. You cannot pick and choose what components within the Desktop Software you wish to upgrade (that "line item" mention you made)...rather, you install the entire package, and it contains within it whatever it has as "current" based on the overall version of the Desktop Software package.
    Hope that helps! Good luck!
    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

  • Any practical experience with composite partitioning range/list?

    Hi,
    I'm working on Oracle 9.2.0.4 and I plan to migrate several large range partitioned tables into range/list partitioned tables. I was wondering I anybody has some practical experience with this new feature (range/list composite partitioning) and if he encountered any bugs or "undocumented features" ?
    Thanks for any feedback
    Maurcie
    PS: I'm not looking for any documentation about how to do it, I'm just wondering if anyone has some experience in a PRODUCTIVE environment.

    You can also put the query in a parameter file so you don't have to worry about escaping characters.
    Dean

  • (Best Practice) Declaring IOExceptions in MBean interface

    Hi,
    It is good practice for every method in a Standard MBean interface to be declared to throw java.io.IOException as shown here. This forces the code using the proxy to handle this exception explicitly. Otherwise, a communication problem while using the proxy will show up as the unchecked exception UndeclaredThrowableException wrapping the original IOException
    I took this from the Best Practice page. Is this still a valid practice ? Most of the example code don't declare IOExceptions anyway.
    Thanks

    Hi,
    If you look at the new JMX example we've added to JDK 6
    <JDK6_HOME>/sample/jmx/jmx-scandir/index.html you will see that we are
    using this pattern there...
    See also:
    http://blogs.sun.com/jmxetc/entry/an_advanced_jmx_example_for
    cheers,
    -- daniel
    JMX, SNMP, Java, etc...
    http://blogs.sun.com/jmxetc/

  • Practical example of the SessionSynchronization interface

    Hello,
    Can anyone give me a practical example of use of the SessionSynchronization interface please?
    Thanks in advance,
    Julien Martin.

    just hoping will answer my question. Reactivaing my thread;
    Julien.

  • Critical Patch Updates ("CPU") - practical experience?

    I'm trying to gauge whether users in this forum have any practical war stories from applying Oracle Critical Patch Updates. Particularly as it relates to Identity Management and/or Fusion Middleware products.
    In my experience, simply navigating to find the correct patch binaries is a half-day event. Not to mention ensuring you meet all necessary pre-requisites and that those pre-requisites are in-sync with the Certification Matrices.
    Anyone had an issue after applying patches? Had to rollback?
    I realize this is somewhat open-ended, but looking to get some advice before proceeding.

    Hi Jim;
    I belive you should use Critical Patch Updates and Security Alerts and check those patch avaliable by using Opatch utulity and from ad_bugs table
    http://www.oracle.com/technetwork/topics/security/alerts-086861.html
    Also see:
    Oracle Critical Patch Update October 2010 Documentation Map [ID 1210564.1]
    Oracle E-Business Suite Releases 11i and 12 Critical Patch Update Knowledge Document (October 2010) [ID 987438.1]
    How to check which Techstack patchsets have been applied [ID 390864.1]
    Regard
    Helios

  • Best practice for using App Module Interface vs Impl

    Hello all,
    I understand the benefit and desire to use an Application Module via an Interface vs directly using the Implementation (Impl) class. This works fine for custom methods exposed on the interface, however, it does not address getters for view objects that are in the data model. Similarly, if I do use the Impl class, it returns a View Object Implementation - same issue here.
    Any thoughts?
    John

    Hi John,
    you can write custom method returning ViewObject class.
        /**Container's getter for DeptView1
        public DeptViewImpl getDeptView() {
            return (DeptViewImpl)findViewObject("DeptView");
        // This method can be exposed to client
        public ViewObject getDepts() {
            return getDeptView1();
        }When your view object will have custom method exposed to client then getDepts() method can return DeptView interface.
    Method returning impl class cannot be exposed as it probably doesn't follow rules (some rules are described in documentation - ch. 8.4.4).
    Or you can create your own interface and implement it in view object impl class. Getter returning this interface can be exposed to client.
    We found it very useful to use own java interfaces in our project. You can then create common logic working with any view object implementing specific interface.
    Rado

  • Max. number of interface and route for a vrf

    Hi all,
    for a single vrf how many interface and how many routes can i have?
    Does a limit exist? Or it dipends only by the memory capacity of the router?
    Thanks in advance
    Gianluca

    Hi,
    there is only the memory and the CPU load of the PE limiting those values.
    Regards, Martin

  • Max # of dynamic interfaces on 4404 WLC

    Can anyone tell me if there is a limit to how many dynamic interfaces I can create on a 4404 WLC?
    I know that I can only have 16 SSIDs, so I have set up one SSID for my private network and am using AAA Override and configured my radius server to assign the different VLANs for each group. I have to create a dynamic interface for each individual VLAN and I just want to know if there is any kind of hard limit for the number of dynamic interfaces I can have so I don't run into a potential problem down the road.
    TIA,
    Deanna

    I was able to verify that you only can create up to 513 dymanic interfaces. This of course does not include your management, ap-manager or VIP.
    Hope this answers your question... it did for me... now I know!

  • XML practical experience need - URGENT

    I want to put a XML file in the web server and let the others to click the file then it shown in their browsers (IE) as a user form. After they filled in the form then click submit button to reply the form via xml format.
    The question is:
    1. how to render the source xml file into form?
    2. how to convert the form back to xml file format?
    Thanks a lot!

    R U trying to design a Form using Java tools and U want to display the data from XML, if UR trying to use java tools use JAXP or JAXR.JAXP-1.1 to run U need to install jdk-1.3.1, try to download all the JAR files supporting XML parsing.
    Still need any help mail me to [email protected]
    Thanx

  • Frame Relay - practical experience

    Hello :-)
    I have several questions to Frame relay.
    1) Do companies nowadays still use Frame relay to connect different branches over leased lines?
    2) Which other methods are used to connect two or more branches? (except Site-to-Site VPN)
    3) It is hard for me to understand the cabling: I have a cisco router which I connect via serial cable with the CSU/DSU.
    The CSU/DSU is connected with the Frame Relay Switch from the ISP? Which cable is used between the CSU/DSU and the FRSW?
    Where is the CSU/DSU located? Is this right:
    https://ls-a.org/lib/exe/fetch.php?media=school:equipment.png
    When I see those components, I would say they are 20 years old.
    Please help me to understand it.
    Thanks in advance.

    Hi,
    1) Do companies nowadays still use Frame relay to connect different branches over leased lines?
    Yes, some companies still do. Frame relay is not as popular as it used to be 8 or 10 years ago specially in the U.S.  It is so much faster and cheaper to get an Ethernet (50Mb, 100Mb, Gig, etc..) than using Frame Relay.
    2) Which other methods are used to connect two or more branches? (except Site-to-Site VPN)rnet
    Side-to-side VPN, Ethernet, DS3, some point-to-point T1s.
    3) It is hard for me to understand the cabling: I have a cisco router which I connect via serial cable with the CSU/DSU.
    The CSU/DSU is connected with the Frame Relay Switch from the ISP? Which cable is used between the CSU/DSU and the FRSW?
    If I remember correctly, its copper.
    Where is the CSU/DSU located? Is this right:
    The newer Cisco routers have CSU/DSU build into the WIC (T1 card).  So you don't need any extra cable.  You just need a copper RJ45 that connects your router back to the provider.  The old 2500, 2600 routers did not have build in CSU/DSUs and so you had to use an external CSU/DSU.
    HTH

  • Interface Monitoring - any example from your experience please ?

    Hi Gurus,
    In Interface Monitoring (as a subset of BPM), as you may be aware, as of Software Component ST-SER Release being  700_2008_1, a new functionality is supported:
    http://help.sap.com/saphelp_sm40/helpdata/en/2c/40328724e2431ba71958275b15e9fb/content.htm
    Well, I am keen to learn from your experiences if you have already used this.
    My specific question is: Can you please share an example, from your experience, an example of Interface Scenario, Interfaces and Interface Steps  for SAP interacting with Non-SAP systems inside/outside the company?
    Best regards,
    Srini

    Closing this for housekeeping sake.

  • Step by Step XI practical scenarios

    Hi!
    I have first practical experience working with SAP XI 7.0 and searching for practical Step by Step scenarios:
    - IDOC to IDOC scenarios
    - ABAP or Java Proxy scenarios
    - scenarios with SOAP adapter
    Has some one seen in SDN-blog or in other sources such documentation or can share his/her own examples?
    Any helpful information will be very appreciated.
    Thank you very much!
    regards
    Holger

    Hi Thomson,
    Just Search in SDN  you will get almost all scenarios.
    Following are the links to weblogs which will help to develop the basic scenarios.
    Introduction to IDoc-XI-File scenario and complete walk through for starters. - IDoc to File
    ABAP Proxies in XI(Client Proxy) - ABAP Proxy to File
    FILE to JDBC Adapter using SAP XI 3.0 - File to JDBC
    File to R/3 via ABAP Proxy - File to ABAP Proxy
    Introduction to simple(File-XI-File)scenario and complete walk through for starters(Part1) - File to File Part 1
    Introduction to simple (File-XI-File)scenario and complete walk through for starters(Part2) - File to File Part 2
    Convert any flat file to any Idoc-Java Mapping - Any flat file to any Idoc
    RFC Scenario using BPM --Starter Kit - File to RFC
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] - File to Mail
    Dynamic File Name using XI 3.0 SP12 Part - I - Dynamic File Name Part 1
    Dynamic file name(XSLT Mapping with Java Enhancement) using XI 3.0 SP12 Part -II - Dynamic File Name Part 2
    The specified item was not found. - Dynamic Mail Address
    Understanding message flow in XI - Message Flow in XI
    Walkthrough with BPM - Walk through BPM
    Schedule Your BPM - Schedule BPM
    Demonstrating Use of Synchronous-Asynchronous Bridge to Integrate Synchronous and Asynchronous systems using ccBPM in SAP Xi - Use of Synch - Asynch bridge in ccBPM
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1403 [original link is broken] [original link is broken] [original link is broken] - Use of Synch - Asynch bridge in ccBPM
    The specified item was not found. - Maintain RFC destination centrally
    Triggering e-Mails to Shared folders of SAP IS-U - Triggering Email from folder
    Outbound Idoc's - Work around using "Party"? - Handling different partners for IDoc
    /people/siva.maranani/blog/2005/08/27/modeling-integration-scenario146s-in-xi - Modeling Integration Scenario in XI
    The specified item was not found. - Testing of integration process
    The specified item was not found. - Authorization in XI
    http://help.sap.com/saphelp_nw04/helpdata/en/58/d22940cbf2195de10000000a1550b0/content.htm - Authorization in XI
    The specified item was not found. - Alert Configuration
    The specified item was not found. - Trouble shoot alert config
    Executing Unix shell script using Operating System Command in XI - Call UNIX Shell Script
    Overview of Transition from Dev to QA in XI - Transport in XI
    Using ABAP XSLT Extensions for XI Mapping - Using ABAP XSLT Extensions for XI Mapping
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure - Mail Adaptor options
    IDOCs (Multiple Types) Collection in BPM - Collection of IDoc to Single File
    XI : Controlling access to Sensitive Interfaces - Controlling access to Sensitive Interfaces
    The specified item was not found. - The same filename from a sender to a receiver file adapter - SP14
    Payload Based Message Search in XI30 using Trex Engine - Payload Based Message Search in XI30 using Trex Engine XI : Configuring CCMS Monitoring for XI- Part I - XI : Configuring CCMS Monitoring for XI- Part I
    The specified item was not found. - XI: HTML e-mails from the receiver mail adapter
    XI : FAQ's Provided by SAP (Updated) - XI : FAQ's Provided by SAP
    Good Luck.
    Regards,
    Ramesh.

  • Real time logging: best practices and questions ?

    I've 4 couples of DS 5.2p6 in MMR mode on Windows 2003.
    Each server is configured with the default setting of "nsslapd-accesslog-logbuffering" enabled, and the log files are stored on a local file system, then later centrally archived thanks to a log sender daemon.
    I've now a requirement from a monitoring tool (used to establish correlations/links/events between applications) to provide the directory
    server access logs in real time.
    At a first glance, each directory generates about 1,1 Mb of access log per second.
    1)
    I'd like to know if there're known best practices / experiences in such a case.
    2)
    Also, should I upgrade my DS servers to benefit from any log management related feature ? Should I think about using an external disk
    sub-sytem (SAN, NAS ....) ?
    3)
    In DS 5.2, what's the default access logbuffering policy : is there a maximum buffer size and/or time limit before flushing to disk ? Is it configurable ?

    Usually log-buffering should be enabled. I don't know of any customers who turn it off. Even if you do, I guess it should be after careful evaluation in your environment. AFAIK, there is no configurable limit for buffer size or time limit before it is committed to disk
    Regarding faster disks, I had the bright idea that you could creating a ramdisk and set the logs to go there instead of disk. Let's say the ramdisk is 2gb max in size and you receive about 1MB/sec in writes. Say max-log-size is 30MB. You can schedule a job to run every minute that copies over the newly rotated file(s) from ramdisk to your filesystem and then send it over to logs HQ. If the server does crash, you'll lose upto a minute of logs. Of course, the data disappears after reboot, so you'll need to manage that as well. Sounds like fun to try but may not be practical.
    Ramdisk on windows
    [http://msdn.microsoft.com/en-us/library/dd163312.aspx]
    Ramdisk on solaris
    [http://wikis.sun.com/display/BigAdmin/Talking+about+RAM+disks+in+the+Solaris+OS]
    [http://docs.sun.com/app/docs/doc/816-5166/ramdiskadm-1m?a=view]
    I should ask, how realtime should this log correlation be?
    Edited by: etst123 on Jul 23, 2009 1:04 PM

  • SAP Certfied Dev Professional - ABAP System Interfaces with SAP Netweaver 7

    Hi all,
    Has any one here done this certification ?
    SAP Certfied Development Professional - ABAP System Interfaces with SAP NetWeaver 7.0
    Code - P_ABAP_SI_70
    If yes, how has been the value add for you post this certification ?
    Regards,
    Nikhil.

    Hi Nikhil,
    I have not appeared for it but am sure that SAP's professional certification has very much value in the market. The professional level exam not only captures your knowledge but it shows the practical experience as well.
    Regards,
    Subhash

Maybe you are looking for

  • How can anyone see message on a locked iPad mini if it was not connected to wifi?

    Hi, My new iPad mini wifi was stolen 2 months ago in Spain. It was locked with 4 digit code. I immediatelly locked it through Find my iPhone, commanded erase and added info to call me with my mobile number. In FMIP it says it's not connected and it's

  • JRE 1.4.1

    I have downloaded j2re-1_4_1_01-windows-i586 (over 8 mb). I try installing it, and the following error appears: Error number 0x80070725 Description: Incompatible version of the RPC stub. What am I supposed to do? I downloaded this file because I thou

  • Itunes will not run.

    I've tried everything. Reinstalling the Updater, Itunes, Restarting my computer. Everything. I try to run it and then it just comes up with an error message that it needs to close down for some reason. Please help, I'm dying without it!

  • To extend period for each alternative in BOM

    In BOM, we have couple of alternatives.  Each alternative includes valid date (valid from and valid to).  We want to change value for valid date (valid from and valid to).  Unfortunately, those fields are blocked for changes.  Therefore, can anyone t

  • Help restore some network settings

    I screwed up my network (wireless) I will save you the the long story of how/why, but I ended up having to reset the router. I've gone back in and restored all the settings, but I can't seem to get the Padlock next to my network name (before I had it