How to improve server response time...

we have two solaris5.8 machines with 4G of Ram in each of the them. So they are pretty big. We have round-robine load balancing... We are using loadRunner to monitor the performance of our applicaion.So far our applicaion has not even pasted 50 users load test. If we are performing the load test the site is not usable because it gets extremely slow. So we thought by
increasing the request thread (in both kxs & kjs)and connection pool size, we might increase the performance but it did just the oppsite. AS the number of user increases the response time inscreases as well...Our application framework is based on MVC. What is the best setting for application server for the large number of users....Currently in production our old application supports 200 users at a time(using loadRunner)
we are using oracle 8i database....
any help will be appreciated!!
Thanks

Hi,
we are having problems with server response on Solaris although this is with
an Informix database and we do not have load balancing set up. Our server
has 3GB of RAM. However the same app ran fine on an NT iPlanet installation
where the server only had 512MB RAM.
This has occasioned a lot of hard work trying to pin down the problem. We
are currently investigating the JDKs. JDK 1.3 almost completely eliminates
the problem we had. Using the java profiler we noticed that in JDK 1.2.2
most of the CPU time seemed to be spent in the socket read and socket accept
methods. I've attached the profile output for JDK1.3 and 1.2.2, there is
certainly a marked difference.
I would be really interested to see if you get similar results. I simply
added -Xrunhprof:cpu=samples to the JAVA_ARGS in iasenv.ksh.
Andy
"Mansoor Quraishi" <[email protected]> wrote in message
news:[email protected]..
we have two solaris5.8 machines with 4G of Ram in each of the them. So
they are pretty big. We have round-robine load balancing... We are
using loadRunner to monitor the performance of our applicaion.So far
our applicaion has not even pasted 50 users load test. If we are
performing the load test the site is not usable because it gets
extremely slow. So we thought by
increasing the request thread (in both kxs & kjs)and connection pool
size, we might increase the performance but it did just the oppsite.
AS the number of user increases the response time inscreases as
well...Our application framework is based on MVC. What is the best
setting for application server for the large number of
users....Currently in production our old application supports 200
users at a time(using loadRunner)
we are using oracle 8i database....
any help will be appreciated!!
Thanks
Try our New Web Based Forum at http://softwareforum.sun.com
Includes Access to our Product Knowledge Base![Attachment profile.log.jdk12, see below]
[Attachment profile.log.jdk13, see below]

Similar Messages

  • How to improve computer response time

    I have the computer listed below, but would really like to have faster start both of the system and of the applications. I don´t use my computer for demanding tasks such as video editing, but I still want a quick response from the computer. I have a 7200 rpm drive and I´ve heard that a SSD isn´t going to give me much of an improvement and not worth the money(the only option on a MacBook Pro, I've heard). The amount of storage capacity isn´t a priority: I just wan´t a fast computer for simple everyday tasks and don´t like to wait for a slow hard drive to do it´s work.
    In Mac Pro, a striped RAID 0 with 4 identical HDDs should give some improvement, or is this only the case when large files are accessed?
    Also it ought to be an even more important thing one dealing with 4 cores and above.
    Can one of you Mac Pro guys give me a hint of what would be a good idea?
    I have some money to spend.

    90% of the time there is no need to use stripped RAID or even mirrored.
    There are other ways and I'd start with what you know, then experiment but 'striping' was designed for scratch performance and when storage was limited in size and the only way to get 200MB/sec was with 8 drives and $2k in equipment.
    Do some reading on Barefeats for now.
    http://www.barefeats.com/hard103.html
    http://www.barefeats.com/hard112.html
    http://www.barefeats.com/harper13.html
    http://techreport.com/articles.x/16130/10
    The only time you would want to is working with 2GB files in CS3. Or video. But you really will be hard pressed to outgrow a 10K drive even with the 'pedal to the metal' those are designed to do a lot of work.
    Use one drive for OS, one drive for media and library files, 3rd for scratch, 4th as internal backup. Outgrow that first. A Mac Pro is a lot of workstation afterall. And if/when quad-core chips come in more flavors, and more applications can exploit more than 2-4 cores like video and pro apps, you probably don't need 8-cores today. Heck, a dual-core 2.8GHz can handle most any consumer needs.
    CPU crunch: various Mac Pro configurations vs others
    http://www.barefeats.com/octopro3.html
    http://www.barefeats.com/harper7.html
    http://www.barefeats.com/hdvid02.html
    http://www.barefeats.com/harper.html
    iMac vs Mac Pro is a common question
    http://www.macworld.com/article/133467/2008/05/imaccomparison.html

  • How can I improve the response time of the user interface?

    I'm after some tips on how to improve the response time to mouse clicks on a VI front panel.
    I have  data acquistion application which used to run fine, but after spending a couple of weeks making a whole bunch of changes to it I find that the user interface has become a bit sluggish.
    My main GUI VI has a while loop running 16 times a second, updating some waveform charts and polling about a dozen buttons on the front panel.
    There is sometimes a delay (variable, but up to 2 seconds sometimes) from when I click on a button to when it becomes depressed. I have wired the iteration terminal of the while loop to an indicator on the front panel and can see that the while loop is ticking over during the delayed response to the mouse click, so I know that the problem is not that the whole program is running slow, just the response to mouse clicks.
    Also, just for debugging purposes, I have indicators of the iterations of all the main while loops in my program on the front panel, so I can see that there are no loops running abnormally fast either.
    One thing I've tried is to turn off multi-threading, and this does seem to work - the response to mouse clicks is much faster. However, it has the side effect of making the main GUI while loop run less evenly. I was trying to get a fairly smooth waveform scrolling across the screen, and when multi-threading is off it gets a bit jerky.
    Any other suggestion welcome..
    (I am using LabVIEW 7.1, Windows 2000).
    Regards,
    Mark.

    Hi Altenbach,
    Thanks for your reply. In answer to your questions:
    I am doing both DAQ board and serial data acquisition. I am using NIDAQ traditional for the DAQ board, and VISA for the serial. I have other similar versions of this program that do only DAQ board, or only serial, and these work fine. It was only when I combined them both into the same program that I ran into problems.
    The multiple while loops are actually in separate VIs. I have one VI that acquires data from the DAQ card, another VI that acquires data from the serial port, another VI that processes the data and saves to file, and another VI, the GUI VI, that displays the data in graphs and charts.  The data is transferred betwen the VIs via LV2 globals.
    The GUI VI is a bit more complicated than I first mentioned. It has tab control, with 4 waveform charts on one page, 4 waveform graphs on another page, and 3 waveform graphs on another page. The charts have a history length of 2560, and 16 data points are added 16 times a second. The wavefom graphs are only updated once per minute.
    I don't use the value property at all, but I do use lots of property nodes for changing the properties of the graphs and charts e.g. changing plot colours, Y scale range etc. There is only one local variable (for the Tab control). All the graphs and charts have data wired directly to their terminals.
    I haven't done any profiling yet.
    I am building arrays in uninitialised shift registers, but this is all well under control. As the experiement goes on, more data is collected and stored, and so the memory usage does gradually increase, but only to the extent that I would expect.
    The CPU usage is 100%, but I thought this was always the case when using NIDAQ  with DAQ cards. Or am I wrong about this? (As a side note, I am using NIDAQ traditional, but would NIDAQmx be better?)
    Execution priority of the GUI vi (and all the other VIs for that matter) is set to normal.
    The program is a bit large to post here, and I'm not sure if my company would be happy for me to publicise it anyway, so I suspect that this is turning into one of those questions that are going to be impossible to answer.
    Just as a more general question, why would turning off multi-threading improve the user interface response?
    Thanks,
    Mark.

  • Improve the response time of logical database

    hi all,
    to improve the response time( time to access data ) in logical database how can we achive this

    ...but the same code is having a good response time in production environment bu tis slow in development....sure...your server might be doing a lot of time consuming things when run in development mode (e.g to enable debugging, extra monitoring or tracing etc.)..Do you have equal machines on both environments? Heavy tracing to logfiles in development environment is one possible bottleneck...or e.g. the amount of memory the db server is allowed to use ( table joins in the memory vs. using temporary files)

  • How to improve the response speed

    Dear Consultants,
    In BI 7.0 EP Environment,  displaying 40000 detailed records wasted  3 minutes, this speed is slowly.
    How to improve the response speed ?
    Please give me some proposals and methods to solve this question.
    Thanks a lot & Best Regards
    Ricky

    Hello,
    3min. is not so bad for 40000 rows of data. Firstly you can analyze where the time spent is it olap or DB. you can use RSRT for analysis.
    Then,
    1. Create aggregates
    2. Use caching and precalculation
    3. check 'Use Selection of Structure Elements' from properties of query in RSRT
    4. Remove unnecessary calculations from query
    5. remove unnecessary rows. try to make them free characteristics.
    6. If there is unused data in infocube, you can archive this data.
    regards,

  • Mac mini server how many clients serve same time

    mac mini server[lion server] how many clients serve same time, the web server, suppose only traffic the web server?
    macs/PCs with server OSs designed for work as normal, but more mainly for left on, connected and serve clients on the internet eg web server, mail server? T/F

    Thanks for your help. I actually forgot that I posted this and when I saw the email telling me you sent a repsonse I then did another search (using a different phrase) and I found this:
    https://discussions.apple.com/thread/4554036?start=0&tstart=0
    I think that is saying that I can do what I am asking.

  • How to improve quality of time capsule connection signal?

    how to improve quality of time capsule connection signal?
    i have one time capsule in Ground floor but the signal is very weak in the first floor? how can i improve the Quality internet signal???

    wassimfrombeirut wrote:
    Dear LaPastenague
    Thank you for your reply
    i just need to ask you a question; i am a new  system admin using mac.
    i need a software that can manage my internet bandwidth; qouta; and restriction to facebook; youtube and other web
    could you guide me to a software i can use????
    note that my environment is fully mac laptop; and using Time capsule as Wi Fi source to connect to enternet.
    thank you;
    best regards
    wassim;
    The best software to do what you want, is not on a Mac. It is a router.. gargoyle.
    You can keep using the TC as wifi source but get a router that can can take gargoyle firmware.. the best in my testing is netgear WNDR3700. Gargoyle itself is a free download.
    http://www.gargoyle-router.com/download.php
    There are other routers and router boards it will work on.. but make sure you pick something compatible. I have used several different routers and the one above is the best so far.

  • How to get Query response Time?

    II am on BI 7.0. I ran some queries using RSRT command. I want to find how much time the queries took.
    I went to
    st03 -> expert mode -> BI system load-> select today / week/month according to the query runtime day
    I do not see any Info Providers. Query was on a cube so why no Info Providers.
    Does something have to turned on InfoPorvider to show.
    When I look  in RSDDSTAT_OLAP table, I do see many rows but cannot make any sense. Is there some documentation on how to get total  query time from this table?
    Is there any other way to get query response time?
    Thanks a lot.

    HI,
    why not use RSRT ? You can add database statistics option in "Execut & Debug" and you get all the runtime metrics of your query
    In transaction RSRT, enter the query name and press u2018Execute +Debugu2019.
    Selecting u2018Display Statistics Datau2019 .
    After executing the query will return a list of the measured metrics.
    The event id / text describes the steps  (duration in seconds):
    "OLAP: Read data" gives the SQL statements repsonse time (ok - because the SAP
    application server acts as an Oracle client a little network traffic from the db server is included,
    but as far as you not transferring zillions of rows it can be ignored)
    But it gives you much more (i.e. if the OLAP cache gets used or not )...
    In the "Aggreagate statistcs" you get all the infoproviders involved in that query.
    bye
    yk

  • How to find the Response time for a particular Transaction

    Hello Experts,
            Am implementing a BAdI to achieve some customer enhancement for XD01 Transaction . I need to confirm to customer that after the implementation and before implementation what is the response time of the system
    Response time BEFORE BAdI Implementation
    Response time AFTER BAdI Implementation
    Where can i get this.
    Help me in this regard
    Best Regards
    SRiNi

    Hello,
    Within STAD, enter the time range that the user was executing the transaction within as well as the user name. The time field indicates the time when the transaction would have ended. STAD adds some extra time on using your time interval. Depending on how long the transaction ran, you can set the length you want it to display. This means that if it is set to 10, STAD will display statistical records from transactions that ended within that 10 minute period.
    The selection screen also gives you a few options for display mode.
    - Show all statistic records, sorted by star
    This shows you all of the transaction steps, but they are not grouped in any way.
    -Show all records, grouped by business transaction
    This shows the transaction steps grouped by transaction ID (shown in the record as Trans. ID). The times are not cumulative. They are the times for each individual step.
    -Show Business Transaction Tots
    This shows the transaction steps grouped by transaction ID. However, instead of just listing them you can drill from the top level down. The top level will show you the overall response time, and as you drill down, you can get to the overall response time.
    Note that you also need to add the user into the selection criteria. Everything else you can leave alone in this case.
    Once you have the records displayed, you can double click them to get a detailed record. This will show you the following:
    - Breakdown of response time (wait for work process, processing time, load time, generating time, roll time, DB time, enqueue time). This makes STAD a great place to start for performance analysis as you will then know whether you will need to look at SQL, processing, or any other component of response time first.
    - Stats on the data selected within the execution
    - Memory utilization of the transaction
    - RFCs executed (including the calling time and remote execution time - very useful with performance analysis of interfaces)
    - Much more.
    As this chain of comments has previously indicated, you are best off using STAD if you want an accurate indication of response time. The ST12 (combines SE30 ABAP trace and ST05 SQL trace) trace times are less accurate that the values you get from ST12. I am not discounting the value of ST12 by any means. This is a very powerful tool to help you tune your transactions.
    I hope this information is helpful!
    Kind regards,
    Geoff Irwin
    Senior Support Consultant
    SAP Active Global Support

  • How to capture transaction response time in SQL

    I need to capture  Transaction response time (i.e. ping test) to calculated the peak hours and averaged
    on a daily basis.
    and
    Page refresh time that is calculated no less than every 2 hours for peak hours and averaged on a daily basis. 
    Please assist
    k

    My best guess as to what you are looking for is something like the following (C#):
    private int? Ping()
    System.Data.SqlClient.SqlConnection objConnection;
    System.Data.SqlClient.SqlCommand objCommand;
    System.Data.SqlClient.SqlParameter objParameter;
    System.Diagnostics.Stopwatch objStopWatch = new System.Diagnostics.Stopwatch();
    DateTime objStartTime, objEndTime, objServerTime;
    int intToServer, intFromServer;
    int? intResult = null;
    objConnection = new System.Data.SqlClient.SqlConnection("Data Source=myserver;Initial Catalog=master;Integrated Security=True;Connect Timeout=3;Network Library=dbmssocn;");
    using (objConnection)
    objConnection.Open();
    using (objCommand = new System.Data.SqlClient.SqlCommand())
    objCommand.Connection = objConnection;
    objCommand.CommandType = CommandType.Text;
    objCommand.CommandText = @"select @ServerTime = sysdatetime()";
    objParameter = new System.Data.SqlClient.SqlParameter("@ServerTime", SqlDbType.DateTime2, 7);
    objParameter.Direction = ParameterDirection.Output;
    objCommand.Parameters.Add(objParameter);
    objStopWatch.Start();
    objStartTime = DateTime.Now;
    objCommand.ExecuteNonQuery();
    objEndTime = DateTime.Now;
    objStopWatch.Stop();
    objServerTime = DateTime.Parse(objCommand.Parameters["@ServerTime"].Value.ToString());
    intToServer = objServerTime.Subtract(objStartTime).Milliseconds;
    intFromServer = objEndTime.Subtract(objServerTime).Milliseconds;
    intResult = (int?)objStopWatch.ElapsedMilliseconds;
    System.Diagnostics.Debug.Print(string.Format("Milliseconds from client to server {0}, milliseconds from server back to client {1}, and milliseconds round trip {2}.", intToServer, intFromServer, intResult));
    return intResult;
    Now, while the round trip measurement is fairly accurate give or take 100ms, any measurement of latency to and from SQL Server is going to be subject to the accuracy of the time synchronization of the client and server.  If the server's and client's
    time isn't synchronized precisely then you will get odd results in the variables intToServer and intFromServer.
    Since the round trip result of the test is measured entirely on the client that value isn't subject to the whims of client/server time synchronization.

  • How to get query response time from ST03 via a script ?

    Hello People,
    I am trying to get average query response time for BW queries with a script (for monitoring/historisation).
    I know that this data can be found manually in ST03n in the "BI workload'.
    However, I don't know how to get this stat from a script.
    My idea is to run a SQL query to get this information, here is the state of my query :
    select count(*) from sapbw.rsddstat_olap
    where calday = 20140401
    and (eventid = 3100 or eventid = 3010)
    and steptp = 'BEX3'
    The problem is that this query is not returning the same number of navigations as the number shown in ST03n.
    Can you help me to set the correct filters to get the same number of navigation as in ST03n ?
    Regards.

    Hi Experts,
    Do you have ideas for this SQL query ?
    Regards.

  • How to improve site download time?

    I use DW CS4.  I have several sites that involve many photos.  I notice that it sometimes takes a very long time to get the sites up.  I host with hostmonster.  I know they offer a file compression option.  Is it an advisable for me to compress my jpeg photos in my sites to improve initial download time for the sites I design?  Does compression improve the timeframe on this?  Thanks for your help.

    How many files are being downloaded onto the page?
    What is the approximate file size of these images?
    How many machines have you tested this on?
    What Operating System?
    Yes your computer if dated and running Windows XP (Good ol Microsoft) run slow as crap with all the patches they push out to slow down your system, ergh I mean to fix your system.
    Anyhow you have many many factors.
    1. Size really is not an issue in todays day and age unless your dealing with dial up its not 1995 AOL were in the age of HIGH SPEED
    2. Users computer system configuration
    3. Your hosts output and how they regulate the bandwidth to the little people such as us who work for a living over those big corps out their
    4. Browsers are you testing older vesions or newer version
    5. How much of the system resources are utilized and available for the system your on
    Just some ideas.

  • How to improve the execution time of my VI?

    My vi does data processing for hundreds of files and takes more than 20 minutes to commplete. The setup is firstly i use the directory LIST function to list all the files in a dir. to a string array. Then I index this string array into a for loop, in which each file is opened one at a time inside the loop, and some other sub VIs are called to do data analysis. Is there a way to improve my execution time? Maybe loading all files into memory at once? It will be nice to be able to know which section of my vi takes the longest time too. Thanks for any help.

    Bryan,
    If "read from spreadsheet file" is the main time hog, consider dropping it! It is a high-level, very multipurpose VI and thus carries a lot of baggage around with it. (you can double-click it and look at the "guts" )
    If the files come from a just executed "list files", you can assume the files all exist and you want to read them in one single swoop. All that extra detailed error checking for valid filenames is not needed and you never e.g. want it to popup a file dialog if a file goes missing, but simply skip it silently. If open generates an error, just skip to the next in line. Case closed.
    I would do a streamlined low level "open->read->close" for each and do the "spreadsheet string to array" in your own code, optimized to the exact format of your files. For example, notice that "read from spreadheet file" converts everything to SGL, a waste of CPU if you later need to convert it to DBL for some signal processing anyway.
    Anything involving formatted text is not very efficient. Consider a direct binary file format for your data files, it will read MUCH faster and take up less disk space.
    LabVIEW Champion . Do more with less code and in less time .

  • How to improve the load time of my swf group

    Hi,
    I need help to have some tricks to improve my load time on my swf captivate online traning. My training has 6 sections and it takes 3 minutes to download each time I open the window of the training. It takes too much time and if there are 50 users at the same time, it will take lots of my website bandwidth. Do you have any tips on captivate settings or other tips to help reduce my training download time? I do not understand why the 6 modules loading simultaneously and not every time I click to start a new part of training.
    Can you help me with my problem?
    Thank you

    Bryan,
    If "read from spreadsheet file" is the main time hog, consider dropping it! It is a high-level, very multipurpose VI and thus carries a lot of baggage around with it. (you can double-click it and look at the "guts" )
    If the files come from a just executed "list files", you can assume the files all exist and you want to read them in one single swoop. All that extra detailed error checking for valid filenames is not needed and you never e.g. want it to popup a file dialog if a file goes missing, but simply skip it silently. If open generates an error, just skip to the next in line. Case closed.
    I would do a streamlined low level "open->read->close" for each and do the "spreadsheet string to array" in your own code, optimized to the exact format of your files. For example, notice that "read from spreadheet file" converts everything to SGL, a waste of CPU if you later need to convert it to DBL for some signal processing anyway.
    Anything involving formatted text is not very efficient. Consider a direct binary file format for your data files, it will read MUCH faster and take up less disk space.
    LabVIEW Champion . Do more with less code and in less time .

  • How to improve the activation time for a standard DSO

    Hi all,
    I'm facing an issue related to the activation of a DSO. The SM37 log is as follows....
    12:03:16 Job started
    12:03:16 Step 001 started (program RSPROCESS, variant &0000000006946, user ID BWREMOTE)
    12:03:20 Attivazione is running: Data target ZFIZIASA, from 93,627 to 93,627
    12:18:00 Overlapping check with archived data areas for InfoProvider ZFIZIASA
    12:18:00 Data to be activated successfully checked against archiving objects
    12:18:02 Status transition 2 / 2 to 7 / 7 completed successfully
    12:18:13 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_4IC45QJA588GKZ0M7JEJ3HCAR with ID 1218130
    12:18:19 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_4IC45QJA588GKZ0M7JEJ3HCAR with ID 1218190
    12:18:20 Parallel processes (for Attivazione); 000003
    12:18:20 Timeout for parallel process (for Attivazione): 000300
    12:18:20 Package size (for Attivazione): 020000
    12:18:20 Task handling (for Attivazione): Processi batch
    12:18:20 Server group (for Attivazione): Nessun gruppo di server config
    12:18:20 Activation started (process is running under user BWREMOTE)
    12:18:20 Not all data fields were updated in mode "overwrite"
    12:18:20 Process started
    12:18:20 Process completed
    12:18:20 Activation ended
    Please have a look into the bold 3rd & 4th line. I couldnt able to analyse where the issue is and what to do to minimize the time for activation.
    It is very challenging, please reply!
    Please help.
    Thanks in adv.
    Ajay

    Hi Kundan,
    Thanks for the response!
    Actually, I have two identical DSO, having all the char & KF same and feeding the data from same DS at the same time but the issue is...
    1) For 1st DSO, Activation log....
    01.07.2010 02:02:41 Job started
    01.07.2010 02:02:41 Step 001 started (program RSPROCESS, variant &0000000006946, user ID BWREMOTE)
    01.07.2010 02:02:46 Attivazione is running: Data target ZFIZIASA, from 93,751 to 93,751
    01.07.2010 02:19:27 Overlapping check with archived data areas for InfoProvider ZFIZIASA
    01.07.2010 02:19:27 Data to be activated successfully checked against archiving objects
    01.07.2010 02:19:27 Status transition 2 / 2 to 7 / 7 completed successfully
    01.07.2010 02:19:28 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_4ICC6UMXYT00Z2DYOQV8QL8CJ with ID 021
    01.07.2010 02:19:30 Parallel processes (for Attivazione); 000003
    01.07.2010 02:19:30 Timeout for parallel process (for Attivazione): 000600
    01.07.2010 02:19:30 Package size (for Attivazione): 020000
    01.07.2010 02:19:30 Task handling (for Attivazione): Processi batch
    01.07.2010 02:19:30 Server group (for Attivazione): Nessun gruppo di server config
    01.07.2010 02:19:30 Activation started (process is running under user BWREMOTE)
    01.07.2010 02:19:30 Not all data fields were updated in mode "overwrite"
    01.07.2010 02:19:30 Activation ended
    2) For 2nd DSO, the activation log is..
    01.07.2010 02:01:13 Job started
    01.07.2010 02:01:13 Step 001 started (program RSPROCESS, variant &0000000006947, user ID BWREMOTE)
    01.07.2010 02:01:35 Attivazione is running: Data target ZFIGL_02, from 93,749 to 93,749
    01.07.2010 02:01:43 Overlapping check with archived data areas for InfoProvider ZFIGL_02
    01.07.2010 02:01:43 Data to be activated successfully checked against archiving objects
    01.07.2010 02:01:53 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_4ICCAR91ALHE1VHSB6GV9PAPV with ID 02015300
    01.07.2010 02:01:54 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_4ICCAR91ALHE1VHSB6GV9PAPV with ID 02015400
    01.07.2010 02:01:56 Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIBCTL_4ICCAR91ALHE1VHSB6GV9PAPV with ID 02015600
    Now my client is asking to lower the activation time for 1st one as it is taking for 2nd one.
    I'm toatally blank now that what & how to do it!
    The volume of data ...
    ZFIZIASA
    Active table - Number of entries: 13.960.508
    Change Log Table - Number of entries: 13.976.530
    ZFIGL_02
    Active Table - Number of entries: 21.923.947
    Change Log table - Number of entries: 21.938.657
    Thanks,
    ajay
    Edited by: sap.ajaykumar on Jul 6, 2010 1:47 PM

Maybe you are looking for

  • Adobe Reader not working after update to version XI

    I have had Adbobe Reader installed on my PC for ages and have been using this to view my PDF files without any issues. However, Adobe Reader updated automatically to version XI a few days ago. Since then, I have been completely unable to open Adobe R

  • Preview showing one page as blank in PDF

    This is Preview 5.0.3, on OS X version 10.6.6. I have a multi-page PDF file, and Preview is displaying one of the pages as blank. I can highlight the text that should be displayed, copy it, and past it into a text file. The page is correctly displaye

  • Multiple Languages editions 32/64 bit of Office 2010 SP2

    Hi In the site https://technet.microsoft.com/subscriptions/securedownloads/default.aspx#searchTerm=&ProductFamilyId=383&Languages=en&PageSize=10&PageIndex=0&FileId=0 , I find the Multiple Languages editions 32/64 bit (mu_office_2010_sp2_x86_dvd_28032

  • CS4 and Spaces

    I've seen postings about photoshop CS4's conflicts with Spaces, but not recently and not about CS4 as a whole. The main issue I experience is that when I try to permanently assign, for example, illustrator to Space 2(in the system preferences, spaces

  • I connected my iPod Classic while iTunes Library was open, bu t no "device" sign or word appeared anywhere

    I connected my iPod Classic while iTunes Library was open, bu t no "device" sign or word appeared anywhere. What did I do wrong and what should I do right?