How to distrubute the load to another Dialog instance in clusterred system

Hi All,
I have cluster environment(ABAP Stack) where load has been put on CI which lead to performance issue. Is there possibility to change the load to another DI dynamically or if not please tell me how can i reduce the load on the system.
Cheers
V.

By using logon groups... simply consigure SMLG.
http://help.sap.com/saphelp_nw70/helpdata/en/c4/3a64b4505211d189550000e829fbbd/content.htm
Regards
Juan

Similar Messages

  • Webcache distrubute the load among instances

    I'm testing clustering with Oracle10g 10.1.2
    installed infrastructure(1 machine),one webcache(1 machine),2 instances(2 application servers in 2 different machines);
    It is a database repository cluster(DCM).
    presently in the cluster 2 application server instances are there.
    i have some doubt regarding cluster.
    say if there are 4 instances in the cluster.say 4 application server instances capacity is 100 users( we will define in webcache-origin servers ).all instances servicing 100 users.if i down one of the server in the cluster what happen to those 100 users which is servicing.Will all 100 users are in queue or will remaining 3 servers share 100 users(33,33,33) like this.
    how webcache distrubute the load among instances.

    Hi,
    From the viewpoint of Web Cache, AFAIK, it doesn't matter/know that the Application server instances are in a cluster...i.e. it doesn't do anything special w.r.t distributing the load whether or not the server instances are in a cluster.
    There is a parameter 'Capacity' to be configured in the 'Origin Servers' page in the Web Cache Administration page. Set it to the appropriate value.
    In the particular case that you've mentioned about: this is the general rule/methodology that Web Cache uses: say a site is mapped to 2 servers (say, s1 and s2) & say, s1 is the first in its mapping after which s2's mapped. Then, on receving a request for some page in the stie, it'll first try to send it to s1 (since it's the 1st in the mapping) . but if it finds s1 to be down, then it routes it to s2.
    Hope this helps.
    Regards,
    Priyanka GES
    Oracle Web Cache Team

  • Can a iview monitor the loading of another iview?

    Hello,
    We created some IAC iviews and these IAC sometimes takes upto 1 minute to load completely. While doing so, there is no indication that the page is loading. In workplace, there was a image(similar to the webdynpro loading image) but this is not available in the portal. We poked around  and concluded that the image was being loaded and unloaded by the base frame. How can we accomplish something similar in the portal? Specifically, can we use EPCF for it? Biz has ruled out modifying IAC pages to fire EPCF events. Can a iview monitor the loading of another iview?
    Thanks for viewing this question,
    Raj Balakrishnan

    To make app maintenance easier, I'd prefer to define the logic in one button and have the second button
    simply do whatever the first button is defined to do -- as if it was the one that was clicked. Generally a button either submits the page with a request (i.e. 'CREATE') or executes some Javascript. You can make multiple buttons on your page that when clicked issue the same submission request. In that case, the Processing designed to run on that request will run regardless of which is clicked. Likewise more than one button could execute the same Javascript function.
    For example, I have several apps that my userbase makes use of, and some people make use of several. To make it clear which they are logging into, the login screen of each has a graphic that indicates the app name (the same as defined in the application's logo). That graphic is actually in the screen as a graphic button and when clicked will submit as 'LOGIN', so it matters not whether someone clicks on the image or the Login button, the login logic will execute.

  • How to View the Loaded Data

    Hi,
    I have loaded the data into an ODS from an External Flat file and executed the job. Can anyone guide me how to view the loaded data in the ODS ?
    Thanks

    Hi Madhu,
    You can simply Goto Transaction LISTCUBE and give the ODS name -> Execute.
    Regards
    Hemant

  • How to edit the find-and-replace dialog in Dreamweaver 8

    For over 13 years I have been a happy user of Macromedia Dreamweaver 8. And I still see no reason to use any other program for editting PHP.
    However, 1 thing has been bugging me for years. In the find-and-replace dialog there is a select "Find in". The options are in a dropdown.
    I want this select to be a multiselector (not in functionality, but just so I don't need to click to get the dropdown, but just one click to select).
    I read in the help at 'Customizing the appearance of dialog boxes' at point 4
    On your disk, find the appropriate HTM file in the Configuration/Objects, Configuration/ Commands, or Configuration/Behaviors folder.
    I've been searching but can not find the code for that dialog, althou it should be easy. Also did a search for that 'save' image, because once I find that, I can find this form, but its not in the macromedia folder.
    how to edit the find-and-replace dialog in Dreamweaver 8?

    It's looks less like an image and more like a form drop list to me.
    Yes its a dropdown list. But to find the code for that select I tried to find the htm file that code is on by searching for the save-image which is also on that page (next to the yellow folder). I did a search on all folders in c:/programfiles/macromedia and that image is not in there. If I could find the image name, I could search the code for that and should find that htm (or javascript) which is outputting it, then the select must be near to that.
    I also searched the code for the various texts on the page and got many hits, but not from the dialog page. I can't search dll files, so maybe thats where that code is in.

  • .How to instantiate the innerclass from another class with coded eg.

    How to instantiate the innerclass from another class(both for static & non static) please give me an eg with coding.

    It's just a preference, but I like writing factory methods:
    public class Outer {
        public class Inner {}
        public static class StaticInner {}
        public Inner innerInstance() {
            return new Inner();
        public static StaticInner staticInnerInstance() {
            return new StaticInner();
        public static void main(String[] args) {
            Outer.StaticInner si = Outer.staticInnerInstance();
            Outer outer = new Outer();
            Outer.Inner i = outer.innerInstance();
    }Often, for me, the inner class implements an interface, and the factory method
    lets you hide the implementation class:
    public class Outer {
        private class Inner implements Runnable {
            public void run() {}
        public Runnable runnerInstance() {
            return new Inner();
        public static void main(String[] args) {
            Outer outer = new Outer();
            Runnable r = outer.runnerInstance();
    }

  • How to improve the load performance while using Datasources for the Invoice

    HI All,
    How to improve the  load performance while using Datasources for the Invoice . Actually my invoice load (Appx. 0.4 M records) is taking very long time nearly ~16 to 18 hrs  to update data from R/3 to 0ASA_DS01.
    If I load through flat file it will load with in ~20 Min for the same amount of data.
    Please suggest how to improve load performance.
    PS: I have done the Inpo package settings as per the OSS note.
    Regads
    Srininivasarao.Namburi.

    Hi Srinivas,
    Please refer to my blog posting [/people/divyesh.jain/blog/2010/07/20/package-size-in-spend-performance-management-extraction|/people/divyesh.jain/blog/2010/07/20/package-size-in-spend-performance-management-extraction] which gives the details about the package size setting for extractors. I am sure that will be helpful in your case.
    Thanks,
    Divyesh
    Edited by: Divyesh Jain on Jul 20, 2010 8:47 PM

  • How to improve the load performance

    can any body tell me how to improve the load performance

    Hi,
    for all loads: improve your ABAP code in routines.
    for master data load:
    - load master data attributes before the charateristic itself
    - switch number range buffering on for initial loads
    for transactional loads:
    - load all your master data IObjs prior loading your cube / ODS
    - depending on the ratio No.Records loaded / No.Records in Cube F fact table, drop / recreate indexes (if ration is mor than 40/50%
    - switch on number range buffering for dimensions with high number of records for initial loads
    - switch on number range buffering on master data IObjs which aren't loaded via master data (SIDs always created while transactional loads; eg document, item....)
    these recommendations are just some among others like system tuning, DB parameters...
    hope this helps...
    Olivier.

  • How to change the date path of Web Server to my system time?

    Hi,
    I have downloaded a Countdown SWF file from the Internet. It is working fine with the Computers which have Internet Connection. But not working without Internet connection because of the following line of code in XML file:
    <PHPurl>http://www.flepstudio.org/utilita/CountDown/gettime.php</PHPurl>
    When I opened the webpage using the above code, it shows time in a typical digits:
    Monday, October 18, 2010 9:12:52 PM in my System -shows in Web browser like : time=1287425579
    How to modify the code so that I can use my System time to work with Countdown without Internet Connection.
    The following is the path from where I have downloaded the Countdown file:
    http://www.flepstudio.org/forum/flepstudio-utilities/2960-flash-cs3-countdown.html
    Please help me to run this countdown without internet access.
    Thanks.

    It appears all that php file does is return a time=value variable.  So you need to see where that time variable is implemented in the Flash file and assign it a value using the Date.getTime() method instead of having the PHP file get called into play.  Look in the help documents or Google if you do not know how to use the Date class.

  • How to change the tabbing order of an array of clusters?

    How to change the tabbing order of an array of clusters?  I have the cluster arranged in table in the front panel.   The cluster element goes horizontal and array element goes vertically.   When I press the tab key, the cursor goes to the next array element instead of the next cluster item (down instead across).
    Solved!
    Go to Solution.

    Broken Arrow wrote:
    Harold asked a perfectly reasonable and necessary question, but how is that a Solution ???
    I believe it is called the Socratic Method.
    Sea-Story time
    I had the privledge of working for Ron Davis when he managed the Allegheny District of DEC. He was an ex-WO4 (Highest possilbe rank for non-commisioned officer in US Navy, required act of congress to confirm).
    Ron never answered any question I ever saw presented to him. I remember a group of managers in a frenzy over some issue  running to him to to see what he thought. He asked them a series of questions that lead them to the solution and soon they were smiling and slapping each other on the back as they walked away.
    Who is that has a signature that read "it is the questions that guide us"?
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • No CENTRAL nor DIALOG instance known for system SID

    Hi,
    We are in the process of setting up our Solution Manager 7.1. Currently we are in the step 'Managed System Configuration'.
    We are stuck on the step 7 - "Create Users". There are 4 users to be created which are already there in the systems(Created Manually).
    The users are
    SAPSUPPORT and SMDAGENT_XXX for ABAP and Java both.
    In the ABAP view it gives the error as "No CENTRAL nor DIALOG instance known for system SID".
    In the Java view it gives the error as "User Status Cannot be checked".
    We are on the below Support Pack status:
    SAP_ABA 702 0008 SAPKA70208
    SAP_BASIS 702 0008 SAPKB70208
    PI_BASIS 702 0008 SAPK-70208INPIBASIS
    ST-PI 2008_1_700 0004 SAPKITLRD4
    SAP_BS_FND 702 0006 SAPK-70206INSAPBSFND
    SAP_BW 702 0008 SAPKW70208
    SAP_AP 700 0024 SAPKNA7024
    WEBCUIF 701 0005 SAPK-70105INWEBCUIF
    BBPCRM 701 0005 SAPKU70105
    BI_CONT 706 0003 SAPK-70603INBICONT
    CPRXRPM 500_702 0006 SAPK-50006INCPRXRPM
    ST 710 0003 SAPKITL703
    ST-BCO 710 0001 SAPK-71001INSTBCO
    SOCO 101 0000 -
    ST-A/PI 01N_700SOL 0000 -
    ST-ICO 150_700 0030 SAPK-1507UINSTPL
    ST-SER 701_2010_1 0008 SAPKITLOS8
    Please suggest a solution to this.
    Thanks & Regards,
    Ajitabh

    Hello Ajitabh,
    I'm sure that you will see this error if you expand the error entry:
    SPML service failed to process searchRequest
    1. If you followed the advices from note 1616058, disabling SPML:
    When the SPML is desactivated, the status of users can't be checked.
    We are working to provide a note to solve this issue. Note number is 1647267, it is not release yet, but the solution is:
    "Enable to flag the user creation  to 'manually performed' in solman_setup".
    2. If you didn't disable SPML:
    Please refer to the steps in this SAP Note : 1647157 which will help you address the issue.
    Please let us know the outcome, thanks.
    Best regards,
    Guilherme

  • How can redirect the errorPage to another frame?

    Please advise, I have been sticking to this problem for a whole day and still can't solve it. :-(
    What I basically want to do is to redirect the errorPage to another frame, say, the main frame.
    My application has 2 frames, the main frame is a search page, the left frame is a tree which is written by JavaScript and it is a hidden frame. The form code of the search page in the main frame is like that:
    <form name="form1" method="post" action="FindAgent.jsp" target="leftFrame">
    when the submit button is clicked, it will invoke the FindAgent.jsp which will update the tree and also has codes to catch any exception if there is. The problem is that when exceptions occur, the errorPage will be shown in the leftFrame which is hidden frame so it doesn't show anything. So how can I make the errorPage displayed in the _TOP window?
    I would not mind to have the errorPage displayed in the mainFrame by changing the target to "_SELF" or doesn't specify the target attribute at all in the search page. But anyother problem arose by doing that is that the search page will go away and try to display the FindAgent.jsp which doesn't have any appearance code after submitting. So how can I keep the current search page still but the submit() has been called actually, i.e. submit the form without redirecting the current search page.
    Any suggestions? Thanks in advance!

    Here's an idea. Have your error page (in the hidden frame), look something like this:
    <%
      String strErrorMessage = ... // get your error message text here
    %>
    <html>
    <head>
      <script language="JavaScript">
        parent.mainframe.location = "ErrorPage.jsp";
      </script>
    </head>
    </html>So the error page loads in the hidden frame, which then extracts the error information from the exception object. Then, using javascript, the hidden frame tells the main frame (using window references) to reload to the desired page. The only issue is how to get the error message text to the new page since your exception object is lost. You can store it as a session variable, and then pass the id of the message in the url to the new page, or you could just pass the text in the url itself.
    I hope that gives you some ideas!
    Michael

  • How to get the value from another report Customizes Form

    Dear all,
    I create a report such as
    select * from mytable.table1
    where field1 = :bind_variable
    I create a menu to run this Customized Form and user have to select the bind_variable values. So I have another report created which also want this bind_variable as it WHERE Clause. But I don't want my user to key the same bind variable twice. They can just same the Customized Form and run for both report.
    Could anybody know how to get the bind_variable on 1st report and used by the 2nd report.
    Thank you very much.
    Best Rgds,
    SL Voon

    Hi,
    are you on BI7.0? There you can create variables type replacement path and get the value out from a different variable without any coding.
    regards
    Cornelia

  • On (release) action problem - how to fix the loading issue?

    Hi,
    I'm making a progress with the website in Flash. I have pretty much things already done. Motion tweens that change alpha in percentage ammount are working correctly - I've used them for loading pages but I encountered a one tiny problem...
    Describing the website: there are buttons that - when you click - play an animation (motion tween with alpha changing) to load a proper page that is pinned with a particular button. So: home button loads the home page, bio button loads the bio page etc. All pages go with the motion tween - they fade in the website (from alpha 0% to 100%). Everything is fine and the website with everything works just perfect! But: there's one thing that doesn't keep me calm. When I open my website in a browser to test it and I click on each button to load pages - everything is ok, but when I want to click the same button few times - other things are being loaded by clicking the same button.
    For instance: I click the "bio" button once and it loads my biography page with the motion tween as I described before. But when I want to click it secondly or thirdly it doesn't load my biography page anymore but a page before that one (in this case: home page). When I click it again the button loads my bio page again. So - in sum - it doesn't load the same page all the time, but randomly: the proper one or the one before (in the timeline).
    My AC code for each button is simple, for example:
    on (release) {
        gotoAndPlay(173);
    Also I've got the "actions" layer that carries stop(); command in places that are for it.
    I tried with _root.gotoAndPlay and also with frame_number +1 and always the same problem.
    I hope it isn't anything serrious and can be fixed.
    I'll be very grateful for help.
    Greets!
    J.J.

    As I explained in my post: I test my website in the browser (firefox), I click on a particular button which loads a particular section. It works with all buttons but sometimes when I click the button an incorrect section appears.
    For example: I click biography button, and the biography section appears. Then I click contact button and contact section appears. Then when I want to see biography section again and click on the biography button, the biography section doesn't appear but the other section appears, for instance: home section, about section, gallery section or other from what I have.
    Concluding from the entire description I've placed above in the topic I don't know why this thing happens and I need some help how to fix this issue of loading sections firstly correct and then, after some clicking - incorrect.
    I hope I really presented it clearly.

  • (second time) Two questions - One is, Firefox will not sign me in completely and remember passweords., shown in details. Two- how to stop the loading animations

    Since no one is replying, i have to try again
    Deatails for number 1:
    Firefox will not sign me in and remember my passwords at all. It first started on this site, New Jersey Online (NJ.com). I created an account there and Firefox will not log me in. That happened, January 3rd, 2012.
    About NJ.com problem
    I created an account there. Then I signed into my new account. I did get correct username and password. But the browser does not log me into the acount. I looked all around NJ.com for answer and my problem was not in the forums/blogs.
    On Jan 4, 2012 - On the City Data forum I logged into my account there.
    About the city data forum problem
    I logged into my account there.
    Firefox asked me if I want to remember this passwod, i said Yes. The box in city data forum has a remember be box I checked it.
    The result means- I did not get signed in at all.
    I tried multiple times, none worked.
    I allowed firefox to do these things -
    1. Remember browsing history for at lease one day
    2. Remember download histroy.
    3. Accept cookies from sites, including third party cookies, until their expiration
    4. Clear the folowing when firefox closes: browsing history, download history, and form/search history.
    I feel afraid this problem is gonna hsppen forever (and maybe even on this site!), and it will not sign me in to any site on the internet.
    Number 2 Question
    Any way to disable the loading animation in Firefox 3.6.15? it makes me forget what I was going to do. it's also shown in the addon update information. PLease help me disable the loading animation Everywhere in the Firefox browser.
    For other sites with loading animations, I can use the Adblock plus element hiding helper . Just need to remove the animations by firefox
    Please help me ASAP (as soon as possible), thank you!

    See:
    *https://support.mozilla.org/kb/Cannot+log+in+to+websites
    Can't you sign in at all or aren't you signed in anymore if you revisit that website another time (next day)?
    See also:
    *http://kb.mozillazine.org/Websites_report_cookies_are_disabled
    *http://kb.mozillazine.org/Cookies
    What do you mean with the ''loading animation''?
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

Maybe you are looking for

  • I accidentally synced my iPhone with a different iTunes, now I lost all my purchased music. How do I get it back?

    I had synced my phone onto a different iTunes account without thinking about it. I had purchased a few songs and episodes from the iTunes library and now I'm having a hard time recovering them. The new iTunes lets you purchase previously downloaded a

  • Damaged libraries

    I'm absolutely fed up with iTunes not saving libraries properly. Shortly after Christmas I had to re-start all my counters, comments, smartlists and categorizations because the program kindly decided not to read the itl file any more. It was a lot of

  • OSX X Lion 10.7.1 update problem

    Hello, I updated my macbook pro yesterday with the 10.7.1 update. Since then, when I reboot my macbook pro, it took about 15 minutes to get to the desktop, and another 15 minutes to be able to use one application. So it took basically 30 minutes to u

  • Validate a ViewRowImpl in Jdev 10g

    I'm using Jdev 10g with Business components and the struts page flow, and i would like to know if it's possible to put validation in the validate() method of a row view? I know that this method exist, but it seems that no call is made to it. The stra

  • Changing overview screen of maintenance view

    Hi expert, I have to insert three fields on the screen of maintenance view apart from the table fields. on PBO section of the screen i have put my logic to populate them. plz help its urgent.... sample code will be very helpful