Threshold upper limit for dialog+rfc in BW server

The EarlyWatch report for my Business Warehouse server displays the average response time for various tasks. One of those tasks is DIALOG+RFC. The system has an average response time of 15599ms for this task. This is considered an acceptable time frame for a BW system. What is the threshold when this becomes an unacceptable time frame? When will I start getting warnings about the amount of time it is taking for this task to complete?
For example: I know that 1000ms is unacceptable for the response of a dialog session on an ERP system.

No one knows - I give up

Similar Messages

  • Issue with Safety Upper limit for CALDAY Field for Generic Data Source

    Hi,
    I have given Upper limit as 1 for Calday field of one of the Generic Data Sources.
    I have got a doubt here.If today's load got failed and I will rerun the load next day.So Will that new run captures all 2 days records.
    Can any one advise me on this.
    Regards,
    K.Krishna.

    Hi,
    A one-day upper safety interval determines that an extraction run today, only fetches records up to yesterday (if the pointer has the day before yesterday date, the extraction comprises from the day before yesterday to yesterday).  This is meant to avoid missing records that were about to be persisted in the database when the delta extraction is running but whose date was determined in memory before the delta started.
    If pointer has today date value and you want to load data from today and yesterday, you should use a lower safety interval.  Take into account that this could reload data previously extracted.  Therefore, only InfoProviders with overwritting features (DataStores or InfoObject master data) should be used as targets of this extractions.
    You can find further details at:
    http://help.sap.com/saphelp_nw04/helpdata/en/37/4f3ca8b672a34082ab3085d3c22145/content.htm
    I hope this helps you.
    Regards,
    Maximiliano

  • What is the upper limit for a table to have records

    Hi all,
    I am having table like this.....
    CLIENTPCLOG (
         LOG_ID                                   NUMBER(10)          NOT NULL,
         CREATE_DATE                              DATE,
         CREATE_USER_ID                         NUMBER(10)          NOT NULL,
         EDIT_DATE                              DATE,
         EDIT_USER_ID                         NUMBER(10),
         DELETE_DATE                              DATE,
         DELETE_USER_ID                         NUMBER(10),
         DELETE_FLG                              NUMBER(1)          NOT NULL,
         LANGUAGE_ID                              NUMBER(10)          NOT NULL,
         LOG_TYPE_ID                              NUMBER(10)          NOT NULL,
         LOG_DESCRIPTION                         VARCHAR2(1000)     NOT NULL,
         MODULENAME                              VARCHAR2(100),
         MAC_ID                                   VARCHAR2(50),
         FC_ID                                   NUMBER(10),
         CLIENT_LOG_ID                         NUMBER,
         SERIAL_NO                              VARCHAR2(100),
         CONSTRAINT FK_CLIENTPCLOG_LOGTYPEMASTER FOREIGN KEY(LOG_TYPE_ID) REFERENCES IES_IESDC3_FINAL_TEST.LOGTYPEMASTER (LOG_TYPE_ID) DISABLE NOVALIDATE ,
         CONSTRAINT PK_LOGMAINTENANCE PRIMARY KEY(LOG_ID)
              USING INDEX TABLESPACE TB_UCPS_JAP LOGGING PCTFREE 10 INITRANS 2 MAXTRANS 255
                   STORAGE(INITIAL 64K NEXT 0M MINEXTENTS 1 MAXEXTENTS UNLIMITED
                        FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT )
    TABLESPACE TB_UCPS_JAP LOGGING PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255
         STORAGE(INITIAL 64K NEXT 0M MINEXTENTS 1 MAXEXTENTS UNLIMITED
              FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT )
    Is there any limit for records to be inserted in this table...? We are testing performance test and inserted records to this table. So please advise on this.
    Thanks in advance,
    Pal

    It is restricted only by the space on your disk drives.
    See more
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/limits003.htm#sthref4186
    Gints Plivna
    http://www.gplivna.eu

  • How do i get the nearest upper limit for Date types?

    DB Version: 10gR2
    SQL> alter SESSION set nls_Date_Format = 'DD-MM-YYYY HH24:MI:SS';
    Session altered.
    SQL> select sysdate from dual;
    SYSDATE
    22-10-2010 13:20:35After applying the function i should get
    SYSDATE
    22-10-2010 14:00:00

    Hi,
    You can use TRUNC to round a DATE down to the preceding minute, hours, day, week, ...
    TRUNC only rounds down. If you want to round up, you can add almost one hour to the DATE, and then round down:
    TRUNC ( SYSDATE + INTERVAL '3599' SECOND
          , 'HH'
          )If you add exactly 1 hour, then, if SYSDATE happens to be, say, exactly 04:00, then you would get 05:00 returned.
    Edited by: Frank Kulash on Oct 21, 2010 3:16 PM
    I just saw HM's solution; it's probably easier to read and understand.
    I think HM made a typo; you want to add 1 hour before TRUNCating, not 1 day, so say:
    decode(sysdate,trunc(sysdate,'HH24'),sysdate,trunc(sysdate+ (1 / 24),'HH24'))
    --                                                          ********  <= Very important!

  • Upper Limit in % for Tolerance Key AN in OMR6 transaction

    Hi All,
    I have to maintain upper limit in %age terms for Tolerance Key AN (Amount for item without order reference) in OMR6 (Tolerance Group for Invoice Verification) transaction in ECC 6.0 system. But the system is not allowing the same. When I open OMR6, it allows me to put the lower and upper limit in absolute and %age terms. But while saving, it shows only the option of upper limit in absolute terms and not even in %age terms. Request if anybody can help me in telling how to maintain the tolerance key AN for %age terms.
    Anybody's help will be highly appreciated.
    Regards,
    Darshanjeet Singh
    Edited by: Dssachdeva on Dec 24, 2010 4:18 AM
    Request if anybody could help me with this issue.

    Hi Jaydip,
    Thanks for your response.
    I have made the necessary settings earlier also. But when maintaining the changes for %age upper limit, the system doesnot work as required. When I maintain the upper limit in absolute terms, the system works perfectly.
    Request you to please let me know if I can use any user exit to maintain the %age upper limit for tolerance verification.
    Regards,
    Darshanjeet Singh Sachdeva

  • PO Tolerance Limit for Price Variance

    All,
    For the key PE I have set Upper Limit for Percentage Check Limit to 0.01%.  At what point is the tolerance limit check?  Is it at PO creation or some other point?
    Thanks,
    Sean

    The related error message appears at the time of PO creation. It will prevent you from creating the PO with a price that is ourside the allowed tolerance value
    PE tolerance limits defines the allowed variation in price between the PO price and that of material price stored in the material master as standard price. The standard price is the output of the standard costing process

  • Line limit for JTextArea - Urgent

    Hi All,
    I would like to have 80 character limit for each line displayed in JTextArea. The linewrap along with wordwrap have been enabled for JTextArea but that solves a part of the problem. The no. of characters that can be entered per line depends on the width of the component and the font size. For this component there is no upper limit for the total no. charaters that can be entered. Basically, it supports text editing feature(cut, copy, paste). One way it could have been done by fixing the width of component so that it could accomodate only 80 characters, but again the factors like screen resolution, font's advance width keeps changing. I tried with overriding insertString() of PlainDocument class, but didn't know how to wrap the characters after 80 position to next line if text is inserted in the middle of a line. At the same time the whole text needs a reformatiing. Same behavior is desirable while doing cut/paste operations.
    A hint or sample code will be highly appreciated as it has been a long time I am looking to solve this problem.
    Thanks
    Ritwick.

    You are correct it is not easy to override the default behaviour of the JTextArea. So my suggestion is to use a monospaced font. The code would then be:
    JTextArea.textArea = new JTextArea( "some text", 10, 80 );
    textArea.setFont( new Font("monospaced", Font.PLAIN, 12) );
    textArea.setLineWrap(true);
    textArea.setWrapStyleWord(true);
    JScrollPane scrollPane = new JScrollPane( textArea );
    scrollPane.setVerticalScrollBarPolicy( JScrollPane.VERTICAL_SCROLLBAR_ALWAYS );If using a monospaced font is not possible, then please explain why wrapping at exactly 80 characters is so important, maybe there is a different approach to take.

  • How to set upper and lower limit for service notification in SPRO

    Hello everyone,
    Good morning....!!
    I am new to SAP PM and to SCN as well.
    I have a question on Service notification user status.
    I  have notification profile configured in SAP as below:
    Status no      Status          Short text              Lower limit          Upper limit
    5                  REGD          Registered                1                          70
    10                PCKS            Pack sent                  1                          70
    20                APRC            Application received  1                        70
    etc..
    I want the statusesto be set as  navigation should only allow to go back one by one...like from APRC -->PCKS not to REGD.From PCKS -->REGD etc..not vice versa.
    Can enayone explain me to how to set lower and upper limits for these according ot the above requirement.
    for more details please check my attachment.
    Thanks in advance..!!
    Regards,
    Sudha.

    Once you change the status to previous status, just save the order. Then again open the order & try to change the user status.
    Just I made replica of your profile. I could able to change (even without saving the order).

  • Upper/Lower limit for delta extractor

    Hi Experts,
    Where can I see the configuration of the upper/lower safety limit for a delta extractor (tcode)?  I would like to determine the configuration of one of our FI extractors.
    Regards
    Mark

    Hi Chandra,
    When checking the source system the extractor is extracted using FM RKE_BIW_GET_DATA_API.  When we display the datasource and click on generic delta, we are getting an error "Specified table does not exist."
    Forgot to mention this is a SAP delivered extractor for CO-PA.
    Regards
    Mark

  • Upper Limit on Lists for Q of Q

    Consder the following sql
    select somefields
    from atable
    where afield in (somelist)
    In Oracle, there is a limit on the number of items somelist
    can contain. In 9i for example, the limit is 1000.
    Has anyone come across a limit for query of queries? I've
    successfully run queries where the list had roughly 1500 items in
    it, so if there is a limit, I know it's higher than tha.

    Good information bhgdfh! I'll have to reinstall OS 9 it seems to load the firmware, which is fine. If I end up buying the drive, I'll post the results! Meantime, I'm keeping the question unanswered in case anyone else has additional input.

  • Upper Limit On HDD Capacity For QS G4 2001 Model W/PCI ATA133 Card?

    Hey Everyone,
    I currently have a Tempo ATA133 PCI card installed in my QuickSilver G4 2001 system (http://www.sonnettech.com/product/tempo_ata133.html). To address capacity issues, I'm considering adding a very large 500 GB, 7200 RPM ATA133 Hitatchi HDD (http://www.newegg.com/Product/Product.asp?Item=N82E16822147008), which would connect to this PCI card.
    Does anyone have reason to believe this configuration would cause issues, or if there's an upper limit on the amount of HDD space a PCI ATA133 card can support?
    My feelings are that this configuration will be fine, but I'd like feedback before I proceed.

    Good information bhgdfh! I'll have to reinstall OS 9 it seems to load the firmware, which is fine. If I end up buying the drive, I'll post the results! Meantime, I'm keeping the question unanswered in case anyone else has additional input.

  • Table name for dialog response time without GUI in ST03?

    In SWNC_COLLECTOR_GET_AGGREGATES, cnt00x (x =1,2,3... 9) gives me the proportion of transaction steps with a response time between 0s and the upper  limit of the individual response time categories (includes GUI time), broken down by task type. But where is the data without GUI time store? any ideas?

    Hello Surya
    here screenshots from my test:
    ST03 for my instance before I have executed something on it, no dialog task type:
    here I have connected to the instance through SM51, still no dialog task type:
    and here I have connected directly through SAP Logon to this instance, now my actions on the instance are displayed as dialog task type:
    If your users connect through RFC to the instance, then all their actions are RFC task type actions. As soon as a user logons directly to the instance, dialog task type will appear in ST03.
    regards,
    Alwina

  • What is the significance of Safety Upper Limit and Lower Limit

    Hello Experts,
    I was trying to create a generic datasouce in rso2 , while setting the delta specific field I have selected date field and I need to know the significance of other two input fields provided over there:
    Safety Interval Upper Limit.
    Safety Interval Lower Limit.
    and check box Real Time Enable.
    Thanks,
    Vijay

    Hi Vijay
    Safety Interval Upper Limit of Delta Selection This field is used by DataSources that determine their delta generically using a repetitively-increasing field in the extract structure. The field contains the discrepancy between the current maximum when the delta or delta init extraction took place and the data that has actually been read. Leaving the value blank increases the risk that the system could not extract records arising during extraction. Example: A time stamp is used to determine the delta. The time stamp that was last read is 12:00:00. The next delta extraction begins at 12:30:00. In this case, the selection interval is 12:00:00 to 12:30:00. At the end of extraction, the pointer is set to 12:30:00. A record - for example, a document- is created at 12:25 but not saved until 12:35. It is not contained in the extracted data but, because of its time stamp, is not extracted the next time either. For this reason, the safety margin between read and transferred data must always be larger than the maximum length of time that it takes to create a record for this DataSource (with a time stamp delta), or it must display an interval that is sufficiently large (for determining delta using a serial number). Safety Interval Lower Limit This field contains the value taken from the highest value of the previous delta extraction to determine the lowest value of the time stamp for the next delta extraction. For example: A time stamp is used to determine a delta. The extracted data is master data: The system only transfers after-images that overwrite the status in the BW. Therefore, a record can be extracted into the BW for such data without any problems. Taking this into account, the current time stamp can always be used as the upper limit when extracting: The lower limit of the next extraction is not seamlessly joined to the upper limit of the last extraction. Instead, its value is the same as this upper limit minus a safety margin. This safety margin needs to be big enough to contain all values in the extraction which already had a time stamp when the last extraction was carried out but which were not read. Not surprisingly, records can be transferred twice. However, for the reasons above, this is unavoidable. these are used to determining the delta in a datasource: 1. Time stamp - The field is a DEC15 field which always contains the time stamp of the last change to a record in the local time format. 2. Calendar day - The field is a DATS8 field which always contains the day of the last change. 3. Numerical pointer - The field contains another numerical pointer that appears with each new record .
    also dwload this How to Generic Delta doc https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    2.
    You can determine the upper limit of the time. To do this, you specify a time period relative to the current date. The time unit for the time period can be specified in days, weeks, months, quarters, years, posting periods, or fiscal years.
    The upper limit can also be rounded down to the end of a time period by selecting another, additional time unit, so that, for example, only complete months or years can be archived when a date field is selected as a selection characteristic for the time slice. The time slice defined in this way contains the complete time period before the upper limit calculated.
    1. If delta field is Date (Record Create Date or change date), then use Upper Limit of 1 day.
    This will load Delta in BW as of yesterday. Leave Lower limit blank.
    2. If delta field is Time Stamp, then use Upper Limit of equal to 1800 Seconds (30 minutes).
    This will load Delta in BW as of 30 minutes old. Leave Lower limit blank.
    3. If delta field is a Numeric Pointer i.e. generated record # like in GLPCA table, then use
    Lower Limit. Use count 10-100. Leave upper limit blank. If value 10 is used then last 10
    records will be loaded again. If a record is created when load was running, those records
    may get lost. To prevent this situation, lower limit can be used to backup the starting
    sequence number. This may result in some records being processed more than once;
    therefore, be sure this DataSources is only feeding an ODS Object
    Hope this will help you
    Thanks & Regards
    Kiran

  • What is the max file limit for FTP adapter that uses FileIoInteractionSpec

    Hi,
    I know that Oracle provided some new features in 10.1.3.4 using which we can use the file and ftp adapter to move files in a more efficient way
    http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/adapters.htm#CHDGFAAB
    Essentially it involves modifying the WSDL to use the new InteractionSpec="oracle.tip.adapter.file.outbound.FileIoInteractionSpec"
    Now my question is, what is the file size limit which can be transferred using this.
    I have tried with 20 mb file, it works. But I want to know the upper limit.
    Thanks,
    Amit

    Tried with 31 mb file.
    It successfully delivers the file but....
    The instance never completes successfully in the BPEL Console. If I open the audit tab, it shows the following message
    There is a system exception while performing the BPEL instance, the reason is "JTA transaction is not present or the transaction is not in active state. The current JTA transaction is not present or it is not in active state when processing activity or instance "7,200,001". The reason is The execution of this instance "7200001" for process "TestFTPLimit" is supposed to be in a jta transaction, but the transaction is not present or in active state, please turn on the application server transaction debug logs to get more information.. Please consult your administrator regarding this error. ". Please check the error log file for more infromation. Please try to use bpel fault handlers to catch the faults in your bpel process. If this is a system exception, please report this to your system administrator. Administrator could perform manual recovery of the instance from last non-idempotent activity or dehydration point.less
    ORABPEL-02182
    JTA transaction is not present or the transaction is not in active state.
    The current JTA transaction is not present or it is not in active state when processing activity or instance "7,200,001". The reason is The execution of this instance "7200001" for process "TestFTPLimit" is supposed to be in a jta transaction, but the transaction is not present or in active state, please turn on the application server transaction debug logs to get more information..
    Please consult your administrator regarding this error.
         at com.collaxa.cube.engine.CubeEngine.store(CubeEngine.java:5514)
    So does anybody know how to get over this.
    I understand that sync read is a sync operation, so obviously it was going to timeout, as this transfer took around 4 minutes for me. But then, isnt this a bug from Oracle's side

  • Best practice for creating RFC destination entries for 3rd parties(Biztalk)

    Hi,
    We are on SAP ECC 6 and we have been creating multiple RFC destination entries for the external 3rd party applications such as Biz-talk and others using TCP/IP connection type and sharing the programid.
    The RFC connections with IDOC as data flow have been made using Synchronous mode for time critical ones(few) and majority through asynchronous mode for others. The RFC destination entries have been created for many interfaces which have unique RFC destinations with its corresponding ports defined in SAP. 
    We have both inbound and outbound connectivity.with the large number of RFC destinations being added we wanted to review the same. We wanted to check with others who had encountered similar situation and were keen to learn their experiences.
    We also wanted to know if there are any best practices to optimise on number of RFC destinations.
    Here were a few suggestions we had in mind to tackle the same.
    1. Create unique RFC destinations for every port defined in SAP for external applications as Biztalk for as many connections. ( This would mean one for inbound, one for outbound)
    2. Create one single RFC destination entry for the external host/application and the external application receiving the idoc control record to interpret what action to perform at its end.
    3. Create RFC destinations based on the modules it links with such as materials management, sales and distribution, warehouse management. This would ensure we can limit the number of RFC to be created and make it simple to understand the flow of data.
    I have done checks on SAP best practices website, sap oss notes and help pages but could not get specific information I was after.
    I do understand we can have as unlimited number of RFC destinations and maximum connections using appropriate profile parameters for gateway, RFC, client connections, additional app servers.
    I would appreciate if you can suggest the best architecture or practice to achieve  RFC destinations in an optimized manner.
    Thanks in advance
    Sam

    Not easy to give a perfect answer
    1. Create unique RFC destinations for every port defined in SAP for external applications as Biztalk for as many connections. ( This would mean one for inbound, one for outbound)
    -> be careful if you have multi cllients ( for example in acceptance) RFC's are client independ but ports are not! you could run in to trouble
    2. Create one single RFC destination entry for the external host/application and the external application receiving the idoc control record to interpret what action to perform at its end.
    -> could be the best solution... its easier to create partner profiles and the control record will contain the correct partner.
    3. Create RFC destinations based on the modules it links with such as materials management, sales and distribution, warehouse management. This would ensure we can limit the number of RFC to be created and make it simple to understand the flow of data.
    -> consider this option 2.
    We send to you messagebroker with 1 RFC destination , sending multiple idoctypes, different partners , different ports.

Maybe you are looking for

  • The wireless radio is not functionin​g

    The wireless radio is not functioning on my HP Photosmart C309a (Vista 32-bit) - Contact HP support on Wireless Network Test Report This question was solved. View Solution.

  • IPhone 5s delayed from 9/24 to 10/7

    Ordered two iPhone 5s (one gold, one grey) at 12:12 am PST on the 20th. I received the order confirmation at 12:27 am PST indicating that the phones would ship on the 24th (today). I even spoke with a customer service representative today and was tol

  • Attachment access through smartforms

    Hi, I have a requirement in smartforms, like I need to open attachments of a word documents from smartform output which is a PDF. I would like to provide hyperlinks in smartform output, if which is clicked then saved word documents should be called a

  • ITunes too small on startup

    Hi. My problem is that when iTunes starts it always reverts to a small size, not the mini-player before any asks! I can drag it to the size I want but it reverts to its very small size on restart. It always used to stay at whatever size I dragged it

  • [DC2] An net use or LsaPolicy operation failed with error 67 - Moving AD from 2003R2 to Server 2012

    Hello, i hope someone can help me with this tricky situation. The plan is to move AD from 2003R2 name "DC" to a server 2012 "DC2" I have made all the adjustments and transferred all the role to the new 2012 server, and both are now GC servers. The pr