EJB20.zip patch and WLS 6.1 performance?

Does the WLS 6.1 beta use the same ejb20.zip patch as WLS 6.0.x and does compiling
and enabling this support increase performance of applications? The download
for ejb20.zip is labeled WLS 6.0, not WLS 6.1.

It's the same file for both...
There is nothing in that file other than an enablement class. We have to do
this enablement because it is required by Sun. The entire code base is
always maintained within the server.
Tyler
"Don Wood" <[email protected]> wrote in message
news:3b5d8b26$[email protected]..
>
Does the WLS 6.1 beta use the same ejb20.zip patch as WLS 6.0.x and doescompiling
and enabling this support increase performance of applications? Thedownload
for ejb20.zip is labeled WLS 6.0, not WLS 6.1.

Similar Messages

  • Possible to remove 6.3 ZIP Patch only?

    It seems when I tried the dsee_deploy uninstall it actually uninstalled the entire software package. Can I remove the 6.3 patch only and leave the dps / ds still configured on the box?
    My real problem is I have some native installs that accidentally got the ZIP version of the 6.3 patch applied to them. Now all of the dps servers that are like this are showing up as degraded in my dscc. I want to uninstall the 6.3 ZIP patch and re-apply the 6.3 Native patch.
    Thanks,

    I seem to remember a paragrapf in the release notes (I am assuming you are talking about 6.3.1?) saying that you have to make a backup of all your installation before applying the patch, because there is no way to backout of it.
    The 'unistall' option does just that: Uninstall the whole thing...

  • SSRS 2008 R2 is extremely slow. The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes. I have read this is a bug in SSRS 2008 R2. We installed the most recent patches and service packs.

    SSRS 2008 R2 is extremely slow.  The query runs in less than a second in the dataset designer but if you try to view the report it takes over 10 minutes.  I have read this is a bug in SSRS 2008 R2.  We installed the most recent patches and
    service packs.  Nothing we've done so far has fixed it and I see that I'm not the only person with this problem.  However I don't see any answers either.

    Hi Kim Sharp,
    According to your description that when you view the report it is extremely slow in SSRS 2008 R2 but it is very fast when execute the query in dataset designer, right?
    I have tested on my local environment and can‘t reproduce the issue. Obviously, it is the performance issue, rendering performance can be affected by a combination of factors that include hardware, number of concurrent users accessing reports, the amount
    of data in a report, design of the report, and output format. If you have parameters in your report which contains many values in the list, the bad performance as you mentioned is an known issue on 2008 R2 and already have the hotfix:
    http://support.microsoft.com/kb/2276203
    Any issue after applying the update, I recommend you that submit a feedback at https://connect.microsoft.com/SQLServer/ 
    If you don’t have, you can do some action to improve the performance when designing the report. Because how you create and update reports affects how fast the report renders.
    Actually, the Report Server ExecutionLog2  view contains reports performance data. You could make use of below query to see where the report processing time is being spent:
    After you determine whether the delay time is in data retrieval, report processing, or report rendering:
    use ReportServer
    SELECT TOP 10 ReportPath,parameters,
    TimeDataRetrieval + TimeProcessing + TimeRendering as [total time],
    TimeDataRetrieval, TimeProcessing, TimeRendering,
    ByteCount, [RowCount],Source, AdditionalInfo
    FROM ExecutionLog2
    ORDER BY Timestart DESC
    Use below methods to help troubleshoot issues according to the above query result :
    Troubleshooting Reports: Report Performance
    Besides this, you could also follow these articles for more information about this issue:
    Report Server Catalog Best Practices
    Performance, Snapshots, Caching (Reporting Services)
    Similar thread for your reference:
    SSRS slow
    Any problem, please feel free to ask
    Regards
    Vicky Liu

  • OS Patching and other routine maintenance window

    Apologize for length, just trying to get an idea of how other clients handle routine downtime such as DB patching, OS patching, Tidal Patching etc. as well as Disaster Recovery planning.
    Currently we are on a Window master in 5.3 but are currently in the middle of an upgrade to 6.1 moving to Linux masters.  We use the Fault Master which means that unless there is a definite requirement to bring the entire environment down, we always have a tidal master running in PRD even during Win Patching which occurs once every 4 weeks Sun from 3 - 5 am.  Most of our majors systems that use Tidal are also down during that timeframe.
    One of the masters has a patching win of 3 - 4am and the other has a 4 - 5am.  I believe FM patches on another week.  Because we have a Tidal 5.3 bug that is sensitive to network performance, patching both masters on the same day ensures that after the patching window is complete that we  always end up with a live master that is on the same data center as the DB cluster (which sort of mitigates our exposure to the bug) .
    With 6.1 and the bug supposeded fixed, the new patching schedule has both masters being patched on different weeks.
    These are my questions:
    - Dees any one see any pros and cons with patching each master on a different week?
    - Even with the low number of transactions, should we be setting the queue = 0 prior to the patching and failover?  We haven't done this on Windows and no one's complained.
    - In 6.1 , if the live master happens to be the backup master, what happens when the FM goes down for patching?  Can the FM only go down when primary master is the live master?  We have our fault tolerance set to auto ( either masters can take over as live ).
    - In windows, we have the master services set to auto - is there a reason not to do the same for Linux after the server bounces?  (GIven that in 6.1 there is an order to bringing things up FM, master then CM).  I have seen times when master came down and CM was up - is that not acceptable?  Should CM always be bounced after the master bounces?
    On a more advanced topic with DR -
    Are any other client on a clustered DB (like Oracle RAC)?  Are you able keep Tidal running somehow during DB cluster patching or is the hard rule always to bring TIDAL down?  I am aware at least on 5.3 that Tidal losing connection to the DB is NOT pretty.  Lots of stuck jobs and other data integrity issues.  The question arises because DB team is looking to take advantage of some Oracle features to see if we can patch DB without having to bring down Tidal entirely.  Can perhaps failing over and forcing that new master to a specific DB cluster that will be available be an option?
    With CM on load balancers, do people use a 'TES under downtime maintained please log in again at 6:00 am' type http redirect so that the users get something more informative whenTIdal is down.  What do you use for the load balancer to detect Tidal is down?  Access to a file in the webserver?  An actual signon attempt?  Are you able to force a redirect anytime even when CMs are up just so no on else can log in other than admins (whihc is a nice feature especially right after a system issue)?  How to folks handle system availabily after a major system issue - do you limit access to TES until some system sanity tests and test jobs ave been run?  If so, how do you do it?
    Lastly, does anyone have a backup fault monitor installed on another data center for DR purposes?  Have you been able to make it work?  I am assuming  bringing stand-by FM means having to reconfigure all the masters to point to this.  DO you have scripts for doing this or more manual?  Can't remember if this is all on config files or actually SQL updates will need to be made behind the scenes.  We currently do do this in 5.3 but noticed in our 6.1 architecture that this component is a single point of failure if we lose a data center.

    Meant to say we currently don't have a backup fault monitor in 5.3 but wanted to explore it with 6.1

  • Severe color posterization / patches and non functioning selection and fill tools - Mountain Lion

    I just got a new laptop (Apple Mac book pro with OSX 10.8 Mountain Lion) and a fresh installation of Adobe CS6 and Photoshop is practically unusable. The issues are that there is weird color banding across the full size image (it looks fine in the thumbnail preview in the ‘navigator’ tab). These bands move and change. Next, when I use the selection tool it selects weird shapes. And if I attempt to fill it, the fills are not the color, nor the transparency nor the shapes that I set. That means masks can’t be used and pretty much no editing is possible. Some blog posts describe a similar problem, and propose changing the ‘Performance’ preferences – but that didn’t fix it for me. 

    Funny thing...  Photoshop CS6 hasn't had a patch yet. 
    There have been patches to a couple of non-Photoshop components of the whole package, but we're all still awaiting the 13.0.1 update to the Photoshop application itself.
    What did this patch look like?
    -Noel

  • Can anyone help me get my version of FM 10 updated with the TCS3Update.zip patch?

    I'm trying to get FM 10 working on my new computer, but after installation when I go to open the program I get the "Licensing for this product has expired" message. I downloaded the TCS3Update.zip patch the website recommended to fix this, but when I try to run the patch I get a "Update not applicable" error message.
    I'm on Windows 7.
    Any suggestions?
    Thanks, Greg

    Did you de-activate the previous install and/or do you still have
    activations left? If you didn't deactivate or don't have any activations
    left, you'll need to call Adobe support and get them to reset things.
    At that point, updates should work, because they only work for valid
    installs... and you're not quite legal yet.
    Art Campbell
              [email protected]
      "... In my opinion, there's nothing in this world beats a '52 Vincent and
    a redheaded girl." -- Richard Thompson
                                                          No disclaimers apply.
                                                                   DoD 358
    I support www.TheGrotonLine.com, hyperlocal news for Groton MA.

  • Compatibility issues between solaris 10 patches and Weblogic server 9.2

    Is there any documentation about possible incompatibility between certain solaris patches and Weblogic server?

    Hi,
    Can you post the output of below commands from your OS?
    uname -a
    getconf LONG_BIT
    Do you want to download and install 64-bit WLS 9.2 on your OS?
    - - Tarun

  • OS and DB Security patches and updates

    Dear Experts,
    We are going through SOX audits. Auditor is asking me about applied latest OS and Oracle patches to secure SAP systems from threats and attacks.
    I told them that we are running on Solaris 9 with Oracle 9.2.0.5
    and our severs are behind CHECKPOINT Firewall, and also we have never faced any security breaches and threats and also not facing any performance and efficiency problems in our system.
    However, they still persist me about critical security patches for Solaris and Oracle.
    Please tell me should I go for applying security patches of Solaris or Oracle if any. I am very worried about possible problems after applying of those security patches.
    Please guide me about this issue and tell me about proven and trusted security patches for Solaris 9 and Oracle 9.2.0.5
    Best Regards
    Waqas Ahmad

    > I told them that we are running on Solaris 9 with Oracle 9.2.0.5
    First I would like to tell you that your current Oracle version is out of extended support (see SAP on Oracle and the notes the first chapter points to). To get actual (security) patches I would highly recommend upgrading to 10.2.0.4.
    > However, they still persist me about critical security patches for Solaris and Oracle.
    They do that because most of the "attacks" to server come from internal users, not from external.
    > Please guide me about this issue and tell me about proven and trusted security patches for Solaris 9 and Oracle 9.2.0.5
    For the operating system I would use pca (Patch Check Advanced) - a free too to download and install patches - works like charm (http://www.par.univie.ac.at/solaris/pca/). It can be configured to only download and install security relevant patches.
    For Oracle you should install the latest patchset (for 9.2 it's 9.2.0.8 and all the necessary interim patches) and the critical patch updates. However, those CPUs may conflict with necessary other patches so you can either use CPU or the necessary interim patches.
    Check note 938986 - Oracle Database 9.2: Patches for 9.2.0
    Markus

  • Dr.Watson troubling me and WLS 5.1  ?!?!?!?!?!

    I have installed Weblogic 5.1 with Service Pack 2 and often the Dr.Watson error message is displayed. The Weblogic Server is then shutdown.Any solution for me friends!

    Hi,
    can you post some more details? Which Virtual Machine (java
    -fullversion), which database driver? Any other native code? When will
    Dr. Watson occur? When starting the server or after a while?
    Daniel
    -----Original Message-----
    From: shivakumar [mailto:[email protected]]
    Posted At: Tuesday, August 28, 2001 1:59 PM
    Posted To: performance
    Conversation: Dr.Watson troubling me and WLS 5.1 ?!?!?!?!?!
    Subject: Dr.Watson troubling me and WLS 5.1 ?!?!?!?!?!
    I have installed Weblogic 5.1 with Service Pack 2 and often
    the Dr.Watson error message is displayed. The Weblogic Server
    is then shutdown.Any solution for me friends!

  • Patches and pre-task to upgrade from 12.1.1 to 12.1.3

    I have a few questions regarding to pre-required patches and pre-tasks in order to upgrade from 12.1.1 to 12.1.3.
    Currently, the system is on 12.1.1 and pre-required patch, 9039089 which is for R12.AD.B.delta.3 code level.
    But, when I checked the document, Oracle E-Business Suite Release 12.1.3 Readme [ID 1080973.1]...
    Q1.
    contents deleted.
    However, the document 761570.1 is about the necessary steps of upgrade from 11i to 12.1.3.
    Is this necessary/applicable still for my case as well?
    Q2.
    content deleted.
    However, R12.1.1 already comes with 10.1.2 and 10.1.3 for the application server.
    Is it needed to have these AS10g patches still in this case?
    Q3.
    In short, what patches/steps are needed when I upgrade from 12.1.1 to 12.1.3 after all...? Followings are the ones I identified.
    9239089
    9239090
    9239095
    9817770
    9966055
    So, is it sufficient to apply 9239089 for R12.AD.B.delta.3 code level, and continue with 9239090 (12.1.3 pack patch)?
    Thanks in advance for the help.

    Please follow note 1080973.1 and perform all patching on the forms, web and database tiers. There are a number of patches to apply to meet the requirements to upgrade.
    Please follow R12.1 Oracle Financials Critical Patches note 954704.1 for post install critical patches on top of 12.1.3.
    You will also need to follow support note HRMS (HR Global) Legislative Data Patch 145837.1 if implemented.
    If you use Patch Wizard then you will need to apply patch 10629956. Please review New Required Patches for Patch Wizard, Patch Manager, and Oracle Application Change Management Pack note 1267768.1.
    For best results and all steps recommended by support, please download the Maintenance Wizard tool. This tool will automate most of the upgrade steps and guide you step by step, only applying patches that are required for your installation.
    Maintenance Wizard Overview note 215527.1

  • UK Public sector : Teachers Pension Patch and Functional Setup

    Hi
    I have a query regarding the functional setup for the above. (I am assuming / expecting answer from those who have done this setup already and they know/gone thorugh the patch readme file )
    I am trying to use the code provided in the patch readme file to findout correct tier for pension contribution..In order to do that I need the Annual FTE Salary inside fast formula.
    The patch readme says ,
    Once the Formula has retrieved the pension contribution Rate, it needs to be
    applied to the actual earnings in the period.
    l_tps_emp_contr_sal = FULL_TIME_ANNUAL_SALARY_TPS_ASG_TRANSFER_PTD
    However I am getting zero value for FULL_TIME_ANNUAL_SALARY_TPS_ASG_TRANSFER_PTD.
    i.e. l_tps_emp_contr_sal is zero which is being passed to
    l_EE_Contribution_Percent = to_number(GET_TABLE_VALUE
    ('PQP_TPA_PENSIONABLE_PAY_RANGE',
                                       'Employee Contribution Rate',
                                       to_char(l_tps_emp_contr_sal)))
    and nothing is coming up.....
    How do I get the correct value of FULL_TIME_ANNUAL_SALARY_TPS_ASG_TRANSFER_PTD ?
    The readme says following
    FTE Salary/Amount
    The Annual salary is the Gross Full Time Equivalent salary based on which the
    band should be decided. There can be multiple elements per assignment that
    could be populating this value and each element may have different
    configurations for example:
    a. Element may have annual value from which a period value is calculated
    b. Period value to be paid
    The above this can be further classified based on
    a. usage of working pattern or working hours
    b. Full time salary
    c. Part time salary.
    a. One time payment on which Annualisation may not be applied but FTE should
    be applied.
    b. One time payment on which Annualisation may be applied but FTE should
    not be applied.
    c. Annual Value on which FTE should be applied.
    d. Annual Value on which FTE should not be applied
    There are many more variants to the scenarios described above.
    To achieve the calculation of the Gross Annual Full Time Equivalent salary
    for all possible scenarios the seeded element FTE Annualised Pay should be
    used by the customer.
    In order for the Pension contribution rate to be determined, the FTE annual
    salary effective at the period in question, must be available.
    It is presumed that the FTE value will be available for the current elements
    that customer uses for paying the teachers as it would be needed to determine
    the actual payment value for the period.
    This value will be fed to the new seeded element (FTE Annualised Pay) by the
    individual element formula.
    Suggested changes for determining Annual Full Time value:
    Suggested changes in elements formula for determining Annual Full Time value:
    The following statements should be added to the existing earnings element
    formula. These are suggested changes to the existing formulae to derive the
    Annual FTE salary.
    Case 1: If the Element Formula has access to Annual FTE Value.
    return_Annual_inf = ANNUAL_VALUE
    /*Assign Annual FTE Value for this element to variable return_Annual_inf*/
    Case 2: If the Element formula has access to only to Period value and
    Annual FTE Value is not stored anywhere.
    return_Annual_inf = (PERIOD_VALUE * PAY_STATUTORY_ANNUAL_PERIODS)
    /* Assign Period Full time Value for this element multiplied by standard
    DBI for annual periods to local variable return_Annual_inf */
    Case 3: If the Element formula has access to only to Annual Part time value
    and Annual FTE Value is not stored anywhere.
    return_Annual_inf = ANNUAL_VALUE / ASG_FTE_VALUE
    /* Assign Period Full time Value for this element multiplied by standard
    DBI for annual periods to local variable return_Annual_inf */
    Case 4: If the Element formula has access to only to Period Part time value
    and Annual FTE Value is not stored anywhere.
    return_Annual_inf=(PERIOD_VALUE*PAY_STATUTORY_ANNUAL_PERIODS)/ASG_FTE_VALUE
    /* Assign Period Full time Value for this element multiplied by standard
    DBI for annual periods then divided by standard DBI for FTE to local
    variable return_Annual_inf */
    Note:
    The new local variable return_annual_inf should be returned from formula to
    the new seeded information element FTE Annualized Pay.

    Hi
    I recently did an evaluation of this patch, and I did get it to work; however, in order to do so I needed to amend some other formulas for e.g. calculation of salary, so that the annualised FTE figure was returned from the formula. This was then referenced in the formula result rules for the annual salary element, to feed that new result to the seeded element provided in the patch ('FTE Annualised Pay'). That then fed the balance.
    It's a major headache as you will have to similarly amend all formulas/result rules pertaining to elements that could form part of the reckonable pay for this calculation.
    Where I am, we won't be using it as we had to come up with our own solution to stand any chance of being 'legal' in time for April.
    Hope this is of use
    Clive

  • I have been updating my PSE since 10. Recently I purchased PSE13 as I didn't see an update for my 12. I was changing to a new laptop as my old laptop had been patched and worked and was showing signs of giving out. It was a Window's 7OS. My new one is a W

    I have been updating my PSE since 10. Recently I purchased PSE13 as I didn't see an update for my 12. I was changing to a new laptop as my old laptop had been patched and worked and was showing signs of giving out. It was a Window's 7OS. My new one is a Windows 8 OS so I bought the 13 and downloaded it on the new laptop. Our desktop had died so I downloaded the 13 on the new  desk computer also. Not thinking I downloaded 13 on my old laptop as I hope to get it patched up enough to be a backup for my photography. When I tried to activate it I realized that I had downloaded it too often. I didn't know you could only use it on two computers. Learn something new every day.. Any way I removed it and now my PSE 12 does not seem to be working. Now it could be something that I did or something that is an issue with the laptop. this laptop has all the previous editions on board as I always tried to update, except for the year I got a really good deal on Black Friday. I also notice that the new laptop has a copy of PSE 12 in the program list. To my knowledge I have never deactivated any of my PSE's except the extra 13 downloaded. Bottom line, do I need to go in and deactivate previous PSE versions and removed them from my computer? I could certainly use the space and secondly, can I deactivate the PSE 12 and then go back and reacitivate it and install it again on the old laptop or the desktop, whichever I deside would be the most appropriate place for the newer program. For the PSE 12 since it is an updater for 11, does the 11   still need to be on the laptop? thanks for anyone who can understand what I am trying to say and can advise me as to my next move. Thank you very much.

    Why start a new and very similar thread to your other one which you have not responded to (have you read the replies?)
    I suggest that no response is made to this duplicate thread. 

  • How do I download firefox to a disc (or zip drive) and transfer it to another pc (one without a browser)?

    I updated firefox to the newest version and it wouldn't work (something about the proxy server) so I stupidly tried to fix it by using the restore program. I then realized that the old firefox was uninstalled when I downloaded the new updated version and now I have no way to get on the internet at home. Some very nice people told me I could download firefox to a disc or zip drive and then install it on my computer at home. I couldn't save the stupid thing, it just installed itself on the computer. I know this is a ridiculous request, but could someone please, please, please give me a step by step? It would really be appreciated.

    Lindsey, go to the web page that cor-el refers to in his/her reply. You will find a grid with all of the different languages that FF comes in.
    Select "english (US)" and click on the "download" link for your operating system. You will go to another page where it states that your download will begin automatically.
    You should then see a message box come up and ask if you want to save the file. Click on "Save File" and save it to whatever device you are using to transfer it to the other PC.
    Take the device with the file and plug it into the other computer. Using "My Computer," navigate to the device and double-click on the file. It will then start the FF installation process. Follow the on-screen directions from there. The file is about 8.2Mb so allow yourself enough space on your device.
    I hope this little note will get you where you want to go, but remember; "No matter where you go............there you are."

  • Extension for creating a zip file and unzipping it

    Iam totally new to Dreamweaver and the extensions. So please
    help me with this.
    Assuming i have a .zip file and it contains some html pages
    along with css and gifs.
    The req is to have an Import option, which given this zip
    file, can unzip its contents. The user can work on these html
    pages. When the user finishes working on them, I need an export
    button so that we can package the entire stuff back into a zip
    file.
    How can i implement this ?
    Is there any extension that is available for this ?
    Eagerly looking forward to some useful answers...
    Thanks in advance,
    Ganesh

    There used to be one .. I'm not sure if that was in DMX time
    or DMX 2004
    time .. that, when installed, allowed you to select files
    from the site
    folder or the whole thing and create a zip from them. I don't
    remember what
    it was called or who created it .. but it might be on one of
    my archived
    disks or zips .. I'll try to check it out later today.
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Ganesh Ram" <[email protected]> wrote in
    message
    news:engarc$d62$[email protected]..
    > Iam totally new to Dreamweaver and the extensions. So
    please help me with
    > this.
    >
    > Assuming i have a .zip file and it contains some html
    pages along with css
    > and
    > gifs.
    > The req is to have an Import option, which given this
    zip file, can unzip
    > its
    > contents. The user can work on these html pages. When
    the user finishes
    > working on them, I need an export button so that we can
    package the entire
    > stuff back into a zip file.
    >
    > How can i implement this ?
    > Is there any extension that is available for this ?
    >
    > Eagerly looking forward to some useful answers...
    >
    > Thanks in advance,
    > Ganesh
    >
    >

  • Best Practice for Portal Patches and effort estimation

    Hi ,
    One of our client is applying the following patches
    1. ECC 6.0 SP15(currently SP14)
    2. ESS MSS SP15(currently SP14 with some level of functional customization )
    3. EP 7 SP18(currently SP14)
    We would like to kwow the best practice for applying portal patches and the effort estimation for redoing the portal devt on the new patch.
    o   What is the overall level of effort with applying Portal patches?
    o   How are all the changes to SAP objects handle?  Do they have to be
         manually re-entered?
    o  What is the impact of having a single NWDI instance across the
        Portal Landscape during the Patch process?
    Regards,
    Revathi Raju.

    Hi Revathi,
    o What is the overall level of effort with applying Portal patches?
    overall effort to apply the patch is apprx 1/2-1 days for NW7 system. This is exclude the patch files download because it's based on your download speed.
    o How are all the changes to SAP objects handle? Do they have to be
    manually re-entered?
    Depending on your customization. Normally it wont effect if you created the customzation application apart from SAP standard application
    o What is the impact of having a single NWDI instance across the
    Portal Landscape during the Patch process?
    Any change that related to NWDI, you might be need to re-deployed from NWDI itself.
    Thanks
    Regards,
    AZLY

Maybe you are looking for

  • Hiding columns in ALV Grid output

    Hi all, Please find below my piece of code. I want to hide couple of columns in the grid output. Could you please tell me how to achieve it.   DATA: gr_alv        TYPE REF TO cl_salv_table,         lr_display    TYPE REF TO cl_salv_display_settings,

  • Undesratsnding abap objects

    hi can any one provide basic material for underatanding object oriented in abap...with many sample programs(preferably)....u can also provide me links.... thank you, Ginni

  • Can we add page numbers to ALV Grid Control.

    Hi All, 1.My requirement is to display page numbers when we down load the list in to EXCEL. Can we do this in ALV Grid Control. 2.Can we display the page numbers in the SAP Query,when we down load the out put list in to the EXCEL. Thanks & Regards, S

  • BufferedReader/FileWriter - read in a line and store it in a file

    hi, I'm new in programming java, so I hope somebody can help me with the following question: I've got a file that contains parameters, which change every second (the file updates itself every second) Now I have to write a java Programm, that reads in

  • Cant turn I phone on

    Cant turn I phone on