PI 7.11  - Capacity to handle maximum load/size  per transaction

Experts,
What is the SAP Benchmark testing for  PI 7.11 ..regarding load / huge data,  that is what was the maximum size PI 7.11 can handle in one transaction.
Any SAP / OSS document Please.
Thanks
Edward

Hi Edward,
Check the below links
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00982670-748c-2a10-3985-cdd42fb43e50;jsessionid=
/people/aayush.dubey2/blog/2007/10/10/zip-transfer-unzip-increase-the-performance-of-your-java-abap-applications
/people/pooja.pandey/blog/2005/10/17/number-formatting-to-handle-large-numbers
/people/alessandro.guarneri/blog/2007/02/21/sap-xi-acting-as-a-huge-file-mover
/people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated
Regards
Ramesh

Similar Messages

  • How to set a maximum download size per connection in the ASA?

    Hi, I would like to avoid big downloads so I want to set a maximum download file size. How can I set the limit MB allowed per connection in the ASA?
    Thanks

    Hello Andrew,
    I got your question, but I think we might be confused here, I did not specify something after the timeout but when you configure it you will see you have the same options
    Here is the configuration options on 8.2.5
    ciscoasa(config-pmap-c)# set connection timeout ?
    mpf-policy-map-class mode commands/options:
      dcd          Configure dead-connection-detection retry interval.
      embryonic    Configure absolute time after which an embryonic TCP connection
                   will be closed, default is 0:00:30.
      half-closed  Configure idle time after which a TCP half-closed connection
                   will be freed, default is 0:10:00
      idle         Configure idle time after which a connection state will be
                   closed.
    Now on an ASA running 8.4.4(9)
    WPLG-ASA-1(config-pmap-c)# set connection timeout ?
    mpf-policy-map-class mode commands/options:
      dcd          Configure dead-connection-detection retry interval.
      embryonic    Configure absolute time after which an embryonic TCP connection
                   will be closed, default is 0:00:30.
      half-closed  Configure idle time after which a TCP half-closed connection
                   will be freed, default is 0:10:00
      idle         Configure idle time after which a connection state will be
                   closed.
    So as you can see same options, no change at all
    Hope that I could help
    Remember to rate all of the helpful posts

  • Maximum sga size per session

    Dear all,
    Can any one tel me maximum sga a session can consume max.
    I want to set session parameter value as 1500 so want to know maximum sga will be requiring to support 1500 session.
    Please help me out to short out the above problem.
    Thanks and Regards
    Monoj Das

    You post this thread before ,
    Maximum sga_max_size amd sga_target to support 1500 session
    Close this one please , don't duplicate your thread

  • Maximum file size that OSB can handle for JMS

    Hi,
    We have a requirement to process 60MB xml files over JMS in Oracle Service Bus. While prototyping this we are facing heap space errors.
    Can somebody let me know what is the maximum file size that we can process? The scenario is as below.
    JMS --> OSB --> JMS --> OSB --> JMS
    Thanks

    if you don't need to access the entire content of the message, you can try using content streaming
    (see this OSB - Iterating over large XML files with content streaming discussion)
    See also here http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/userguide/context.html#wp1110513 for best practices.
    Otherwise I have noticed myself that OSB is very hungry in memory when loading large messages. I had trouble even with a 5 MB binary file being loaded - this would take 500 MB RAM. in these cases I would rather look for ETL tools such as Oracle Data Integrator or Open Source Pentaho.

  • Maximum file size handled by java

    Hi
    What is the maximum file size that java can handle i.e if I need to read a disk file using java, is there any limit on the size of the file being read?

    The size you can handle is not limited... only by your code :-)
    Check MemoryMappedFiles... i handle Gigabyte files with no problem ;-)

  • Maximum Message size OSB can handle

    Hi,
    I am trying to find out the maximum message size OSB can handle without any problems.
    I know this may be dependant on JVM settings etc,but what is a safe limit.Can the payload size be of 1 GB etc , say for a WSDL based proxy service.
    Any formal documentation on the size of messages?
    Thanks.

    Hi ,
    Please check the following links
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2125210
    https://kr.forums.oracle.com/forums/thread.jspa?threadID=2167494

  • What feature I can use in SQLServer 2014/SQLAzure to Horizontal scaling in case a single machine cannot handle the load

    Hi all,
    I need advise for 
    What feature I can use in SQLServer 2014/SQLAzure to Horizontal scaling  in case a single machine cannot handle the load.
    Please some body suggest.
    I know some features :
    1.AlwaysOn
    2.Peer to Peer replication
    Thanks in advance.

    Hello,
    Windows Azure SQL database is not on-premise SQL Server 2014.
    SQL database not support Always on Availability Group and Replication. Scaling out in Azure SQL Database requires sharding, which horizontally partitions data across multiple databases. You should design custom sharding solutions by using application
    code across multiple databases.
    If you use Azure virtual machines (VMs) with SQL Server 2014, you can configure Alwayson Availability Groups. Please refer to the following article:High Availability and Disaster Recovery
    for SQL Server in Azure Virtual Machines
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • How to handle SQL loader in stream,

    Hi friends,
    ANy experience to handle SQL*loader in stream? How to handel space and mamory for SQL*Loader Direct path loading?
    we have a bi_direction stream. how to load huge data into stream without brokken stream system?
    Thanks for your help!!
    Jim

    see also note
    Note:222769.1
    I have not use this parameter before in sqlldr.. Do need to do some research..
    STREAMSIZE          
    Specifies the size, in bytes,      250 KB               
    New parameter introduced in for direct path streams.                    
    Oracle 9i.

  • "Maximum package size for data packages was exceded".

    Hi,
    We are getting the below error.
    "Maximum package size for data packages was exceded".
    In our scenario we are loading the data product key wise (which is a semantic key as well) to the DSO thro’ a start routine.
    The logic in the start routine is such a way that it calculates the unique product counts , product key wise. Hence we are trying to
    group  the product key thro’ semantic groups.
    Ex: In this example the product counts should be A = 1,B=2 ,C = 1
      Product Key
      Products
      A
      1000100
      B
      2000100
      C
      3000100
      B
      2000300
      C
      3000100
    For some product keys the data is so huge that we could not load the data & we are getting the error.
    Please suggest any alternate way to  handle this thro’ code or introducing any other flow.
    Regards,
    Barla

    HI
    we can solve the issue by opening the system setting of data packer size
    like below we have create 2 programs, 1 for open the system settings,2 for
    close the settings .
    1 start program
    data: z_roidocprms like table of
    roidocprms.
    data: wa like line of z_roidocprms.
    wa-slogsys = 'system_client' . wa-maxsize = '50000'. wa-statfrqu = '10'.
    wa-maxprocs = '6'. wa-maxlines = '50000'.
    insert wa into table z_roidocprms.
    Modify roidocprms from table z_roidocprms .
    2 close program
    data: z_roidocprms like table of roidocprms.
    data: wa like line of z_roidocprms.
    wa-slogsys = 'syetm_client' . wa-maxsize = '50000'. wa-statfrqu = '10'.
    wa-maxprocs = '6'. wa-maxlines = '50000'.
    insert wa into table z_roidocprms.
    modify roidocprms from table z_roidocprms .
    data load infopakage settings we have to maintain like
    below
    we have create the process chain like as below
    1 start progarm
    data load infopakage
    2 close program.
    This might fix the problem.
    Regards,
    Polu.

  • CLM - Maximum File Size for Contract Documents

    We did a search but did not find an answer for this.  For the CLM system does anybody know SAP's recommendation on the maximum file size that the application can reliably handle for contract documents?  We recently increased the maximum file size from 10MB to 50MB to accommodate a larger than allowed file size.  Now the business has requested the capacity to add files (pdf files) up to 115MB.  Would increasing our file limit to approximately 150MB be within the recommended parameters?

    There is no specific recommendation for maximum file sizes as this depends on how your time-out parameters are set, your server resources and network (also tunneling policies).  The fact is the higher the filesize the more risk you run in unreliable uploads.  Compressing files before uploading is a good practise for larger files.
    These are the same issues which you would run into if you for example upload to a sharepoint site or even a copy on a shared drive, it all depends on the same parameters. 
    Tunneling policies could also affect your performance as it will limit the upload speeds according the priority set on certain network activities and if it limits your bandwidth you run in the risk of time-out so as you see there is no straight answer to your question.  I know customers who can without no problem upload 150Mb files and others who already have issues with 50Mb.
    Unfortunate, as I do not know your architecture and infrastructure I can only advice to stresstest the conditions of 150 Mb uploades with several user ids and see if you get time-outs or if it degrades the network performance. One of the questions you should ask your business is how frequent are the occurences of 150Mb+ uploads and if it is the appropiate way.  It could be that these are very rare and in that case you could ask them to do this outside the busy hours of the network which will provides you less risk in problems.

  • How to change font size, maximum column size in the result screen ?

    hi All
    That's great when using SQL Dev.
    But I also have a trouble that how to change font size, maximum column size in the result screen ?
    My users think that font in result screen is shown very small, and whenever the data in each colum is long then it's not shown full data in column, they must double click for extend the size. Have the option to default the max size for showing full data in each column ? I try but still not to do that .
    Appreciate for anyone to help us.
    Thanks all.
    Sigmasvn

    You can't change the font for the results screen yet, however you will be able to select an auto-fit option for selected columns, so if some columns have slitghtly wider text you'll be able to set the column widths to handle these wider columns.
    Also, there s the option of switching the layout of a record in the grid.
    Sue

  • What is an idea of maximum file size for a film in Captivate?

    Hi there,
    I'm creating an elearning course in Captivate 7, and it is being published as HTML5. This means the films I've imported are being converted to MP4s, and they are around 10-20mb in size once they've converted. They seem very slow to load on some computers - do you think the file size is too big? Or could it be another issue? Does anyone have a recommendation for maximum file size for films? They are 572 x 322px and around 1-2 mins in length.
    Thanks in advance

    Probably better guidelines that dictates 'size' of a vi are:
    typically no more than 1 video screen in size
    is it legible
    and is it's function and operation clear.
    I have seen examples of '1 vi does it all' that were many screens wide and tall, totally a flustercuck, and nearly 1 MB in size.
    Globals and local variables (except for LV2 style) are typcially shunned for they can create a host of problems (race conditions, indeterminant data).
    Use connector pane to wire controls and indicators to. Then use wires between vi's to transfer data. I tend to use clusters to hold shared data.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • What is the maximum file size for CSV that Excel can open ? (Excel 2013 64bit)

    Hello,
    Before anyone jumps in, I am not talking about the maximum worksheet size of 1048576 rows by 16384 columns.
    I have  client whom has a 1.5 Gb CSV file, 1.9, 2.6, 5, 17 and 89 Gb file (Huge).
    If I open the 1.5 Gb, the file opens (After waiting 5 minutes) and then a warning pops up that only the first 1048576 rows have loaded. That is fair enough.
    If I try and open any of the others, Excel comes up to a blank worksheet. No errors. It just seems to ignore the file I tried to open. This happens from within Excel (File - open) or from double clicking the file in explorer.
    Excel goes to this blank page almost imeadiatly. It does not even try to open the file.
    If I try with Ms Access, I get a size warning and it refuses to load the file. (At least I get a warning)
    I would have expected Excel to load at least the first 1048576 rows  (If that is what there are in the file), and give an error.
    The computer is more than capable (Xeon processors, 16 Gb ram, SSD hard disks top of the line HP Z820 power workstation).
    With the 1.5 Gb file loaded to 1048576 rows, it uses 15% ram/pagefile. CPU's hit about 5%.
    I have confirmed it is Win 7 64bit, Excel 64bit. I am fairly confident we are over the file size but without an error message, I don't know what to tell my client whom is looking to me for answers.
    I have already discussed that the 89gb file in Excel is unreasonable and they are looking at a stat's package but I need an answer on these smaller files.
    Anyone got any ides ?
    Michael Jenkin (Mickyj) www.mickyj.com (Community website) - SBS MVP (2004 - 2008) *5 times Microsoft MVP award winner *Previously MacWorld Australia contributer *Previously APAC Vice Chairman Culminis (Pro IT User group support system)* APAC chairman GITCA
    *Director Business Technology Partners, Microsoft Small Business Specialist, SMB150 2012 Member

    Hi,
    The 1,048,576 rows & 16,384 columns is the
    workbook size limitation in Excel 2013. Thus, I recommend we try the Mr. Bernie's suggestions to import the large CSV file.
    1. Use VBA to read the file line by line and split/examine the import file in sections. If you have further question about the VBA, please post your question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    2. Use Excel 2013 add-ins. Power Pivot and Power Query. For more detailed information, please see the below articles: 
    http://social.technet.microsoft.com/Forums/en-US/9243a533-4575-4fd6-b93a-4b95d21d9b10/table-with-more-than-1-048-576-rows-in-power-query-excel-2013?fo
    http://www.microsofttrends.com/2014/02/09/how-much-data-can-powerpivot-really-manage-how-about-122-million-records/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • JMS Adapter Maximum Message Size Restriction and Impact

    Hi ,
    We have business requirements,where the Maximum message size that needs
    to be sent or received from  around 25 to 30MB usig JMS XI channels.
    But, "Note 856346 - J2EE JMS Adapter: Frequently Asked Questions (FAQ)"
    specifies as below,
    2.12)What are the message size restrictions in 640/700 release and also
    710 releases?
    Answer: The maximum message size for 640/700 releases is "10MB"
    Please let us know,
    1) If you see any issues with JMS XI Adapter handling 30MB messages in
    Production systems.
    2) If 30MB is huge, what is the maximum permissible message size
    greater than 10MB as break point.
    regards,
    Amit

    1) If you see any issues with JMS XI Adapter handling 30MB messages in
    Production systems.
    If message size beyond 10MB then the message wont come to SXMB_MONI itself.....may be even in CC monitoring there may not be an entry....you mentioned Production Systems.....did you checked in Dev? The behavior wont change from Dev to Prod.
    2) If 30MB is huge, what is the maximum permissible message size
    greater than 10MB as break point.
    10MB itself is the limit...anything above that wont be processed.
    Regards,
    Abhishek.

  • Maximum File Size on Import?

    Hello all, been a ghost reader here but this is my first question (love the forums, btw, super helpful).
    I've been editing a feature film on Premiere Pro. We are nearing the end and I received a DPX sequence back from coloring. Upon importing into Premiere (Intermediate Media Timebase set to the appropriate framerate), the importer hangs up. If I click on anything, the program crashes.
    Here are my questions:
    Is a 2TB DPX sequence a "normal" size for any project? This seems insanely large to me, but this is also my first feature so I could just be ignorant.
    If 2TB is normal, is there a maximum file size Premiere can import?If not, should my system be able to handle a 2TB file?
    The 2TB file is on an external drive, connected via USB3. Potential to connect via eSATA.
    System Specs:
    3770k CPU
    SSD for OS (256GB)
    External Raid 10 - 6TB
    32gb RAM
    GTX 580 GPU
    All help is greatly appreciated!

    Thanks for the reply, Jim.
    Just to clarify, a file this size (or sequence of files) is common? But generally the only way to handle them is with a RAID 3 setup?
    My next question would be, isn't there a lossless format the color people could give me that isn't 2TB? The file I gave them was just over 800GB so it seems really unnecessary for it to be this large.

Maybe you are looking for

  • How to Delete hard drive on a crashed computer?

    How can I delete the hard drive on an old MacBook Pro so I can take it to ewaste for disposal - when the computer no longer opens/loads? Or is it safe to discard even if I wasnt able to delete the hard drive?

  • Allow user to fill in a fillable pdf but disallow adding comments and annotation

    Hi there.  I have a fillable pdf created by livecycle designer.  I want to let users fill in the form but prevant them adding comments and annotatons to the form.  I cannot reset the above requirements in form property - form security if I have alrea

  • How would I achieve a "magnify" image effect on an image that is only visible on "hover"

    I have come to understand that Adobe Edge Animate can now load external javascript script into projects. So I would like to use this feature to load a "maginfy/zoom" effect onto an image that will be revealed once a button is clicked on. To clarify t

  • Starting a workflow with inbound Wf-XML

    Hi I read on help.sap.com that a workflow can be started when an inbound Wf-XML document arrives. Can anyone clarify where the XML actually arrives? Will the XML arrive at the integration layer (in our case SAP XI), and XI will have to trigger the wo

  • Adobe on galaxy ace

    please suggest how to run adobe flash player on samsung GALAXY ACE. i am planning to buy this phone but ADOBE is really important. please help.