Memory errors in Precalc on Workbook using SAPGUI 720/Excel 2007

When application does precalc of a workbook, they are getting memory errors.  This is after we are utilizing latest version of precalc
Settings were started from the BEx Broadcaster  
  Processing for user E445357, language EN  
  Processing setting  
  The system contacts preliminary calculation server GWCPRECALC 
  A preliminary calculation server has been found 
  Precalculation server was started  
  Load workbook U3CIU73K8VJT0LOBAWKHYHIZC 
  Precalculation Server Queue updated: Server GWCPRECALC Setting 0ADCA02D01444E550EAF1DB400000000 
  Start precalculation on precalculation server 'PREC_GWCPRECALC' for setting '!TEMP_4E542E98E01E0144E10080000ADCA02D' 
  SAP Gui 720 connection mode 
  Connection passed 
  Start precalculation against RFC server GWCPRECALC ZORD_CON_BRDCST 
  Step 2 in precalculation on precalc. server 'PREC_GWCPRECALC' for setting '!TEMP_4E542E98E01E0144E10080000ADCA02D' 
  SAP Gui 720 connection mode 
  Connection passed 
  * Trace Started as: 8/24/2011 7:46:48 AM* 
  ListSeparator: , 
  ExcelVersion: 12.0 
  AddinVersion: 7200.2.402.1750 
  CommunicationFactory.UserSettings.LoadSettings: Co 
  uld not find file 'BExCommunication.xml'. 
  BExCheckFrontend.CheckFrontend: Check performed 42 
  .5 
  BExConnect.MenuRefreshPrecalc: Start 
  BExConnect.MenuRefreshPrecalc: Process Variables O 
  n Refresh = True 
  BExConnect.MenuRefreshPrecalc: Variant ZORD_CON_BR 
  DCST 
  BExConnect.MenuRefreshPrecalc: 1 messages exist 
  BExConnect.MenuRefreshPrecalc: 2 BRAIN 692 Query w 
  as changed! Characteristic no longer exists. 
  Calling Macro CallBack in Workbook SAPBEXPRECF0DVU UJ6GDQ1RHRNRIUHZY6IAI_0.xls with DP DATA_PROVIDER_ 
  in Range $F$15 for name GRID_1: 0.4843776 
  BExConnect.MenuRefreshPrecalc: After Render 
  BExConnect.MenuRefreshPrecalc: After calling break 
  link 
  BExConnect.MenuRefreshPrecalc: 
  System.AccessViolationException: Attempted to read d or write protected memory. This is often an indi 
  ation that other memory is corrupt. 
  at Microsoft.VisualBasic.CompilerServices.LateB Binding.InternalLateCall(Object o, Type objType, S 
  ring name, Object[] args, String[] paramnames, Boo 
  lean[] CopyBack, Boolean IgnoreReturn) 
  at Microsoft.VisualBasic.CompilerServices.NewLa ateBinding.LateCall(Object Instance, Type Type, St 
  ing MemberName, Object[] Arguments, String[] Argum mentNames, Type[] TypeArguments, Boolean[] CopyBac 
  , Boolean IgnoreReturn) 
  at com.sap.bi.et.analyzer.addin.BExConnect.Menu uRefreshPrecalc(Object iVariables, String iFileNam 
  , String& cTrace, String iVariant) 
  Attempted to read or write protected memory. This is often an indication that other memory is corru 
  t. 
  at Microsoft.VisualBasic.CompilerServices.LateB Binding.InternalLateCall(Object o, Type objType, S 
  ring name, Object[] args, String[] paramnames, Boo 
  lean[] CopyBack, Boolean IgnoreReturn) 
  at Microsoft.VisualBasic.CompilerServices.NewLa ateBinding.LateCall(Object Instance, Type Type, St 
  ing MemberName, Object[] Arguments, String[] Argum mentNames, Type[] TypeArguments, Boolean[] CopyBac 
  , Boolean IgnoreReturn) 
  at com.sap.bi.et.analyzer.addin.BExConnect.Menu uRefreshPrecalc(Object iVariables, String iFileNam 
  , String& cTrace, String iVariant) 
  ErrorDesciption:Invalid procedure call or argument 
  Result: False 
  End of MenuRefreshPrecalc 
  Precalculation in thread 0 failed. 
  packages processed on server 3-. Remaining packages: 3- 
  Precalculation Server Queue updated: Server GWCPRECALC Setting 0ADCA02D01444E550EAF1DB400000000  
Cannot precalculate workbook Orders Report Broadcasting
   Close 

Dear Girdhara,
Could you please open Workbook on system where the precalculation service is installed and resave it on BW server.
This will resolve your issue.
Regards,
Arvind

Similar Messages

  • Saving to PDF using VBA in Excel 2007 using security features such as password and print restriction

    Good Afternoon,
    I am wondering if there is a way to implement the security features such as password and print restriction while saving a document to PDF using VBA in Excel 2007. 
    Regards,
    Steve

    Bill,
    Thank you.  I was able to find the security setting section.  The problem I have now, however, is writing the VBA to save to PDF and incorporate the security settings.  I thought if i applied the settings to the Excel document I was working on it would carry over, but this does not seem to be the case.  Any idea's?
    Regards,
    Steve

  • TRIM() not found? Compile error: Can't find project or library in Excel 2007

    I am preparing to make a few alterations to a spreadsheet that another person built.  I have NOT made any changes to it yet.
    They put in a button that allows portions of the worksheet to print.  I am now using Excel 2007.  Their code ran fine in 2003.
    The button had worked in Excel 2003- but now (without any changes) throws an error "Compile Error: Cant find project or library."
    TRIM is highlighted in the following code:  (See below for the whole sub)
    If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
    I have added in the following references into Excel via the big button in the upper left and the "Excel Options" screens:
    Analysis Toolpak and Analysis Toolpak-VBA.  The sheet "Measurements" is present.
    1)  Are these the right packages for the TRIM function?
    2)  Is there a different Add-in that is needed?
    3)  Is there an additional step I must use to actually add in these packages?
    4)  Is there something else I should do?
    Thanks-
    Loralee
    P.S. Access 2003 finds (it's version of) TRIM fine- so a version is on the machine.  This spreadsheet if failing in the same way on 2 machines- both with Office 2007 installed.
    Private Sub BtnPrint_Click()
        Dim RowStarter  As Integer      'Where to start checking rows for content
        Dim RowCounter  As Integer      'The current row being checked
        Dim ColumnCounter  As Integer   'The current column being checked
        Dim PrintRowMarker  As Long   'The last row with data
        Dim PrintColumnMarker As Long 'The last column with data
        Dim NoMoreData As Boolean       'Look for a blank record
        Dim RangeValue As String        'Define the range string value
        Dim EndRangeValue As String
        PrintColumnMarker = 0
        PrintRowMarker = 0              'Initialize the row printing marker
        RowStarter = 5                  'Print Starting Point
        For RowCounter = 2005 To RowStarter Step -1
            For ColumnCounter = 50 To 2 Step -1
                If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
            Next ColumnCounter
                If PrintRowMarker > 0 Then
                End If
        Next RowCounter
        EndRangeValue = IndexToString(PrintRowMarker, PrintColumnMarker)
        RangeValue = "$A$1:" & EndRangeValue
        Worksheets("Measurements").PageSetup.PrintArea = RangeValue
        Worksheets("Measurements").PageSetup.PrintGridlines = True      'Turn on gridlines
        Worksheets("Measurements").PrintPreview                         'PRINT THAT PUPPY!
    End Sub

    Appears OK to me but the error message " Cant find project or library." suggests it could possibly be the references in VBA.
    In VBA select menu item Tools - References.
    Ensure that the following are checked:-
    Visual Basic for Applications
    Microsoft Excel 12.0 Object Library
    OLE Automation
    Microsoft Office 12.0 Object Library
    It there are any references displayed as Missing then scroll down to find the equivalent reference and check it and then uncheck the Missing one/s.
    Regards, OssieMac

  • Workbook created in microsoft excel 2007 can not be opened in excel 2010

    Dear All,
    I have few workbooks .xlsm which were created in microsoft excel 2007 and were running fine in 2007 excel. Now microsoft office is migrated to 2010 excel. when i try opening the same workbook .xlsm then i get the following error message "Work book is corrupted and can not be loaded".
    Anybody faced such issue any time? Any remedies for this? Please share.
    Thanks,
    Vijaya

    Hi Vijaya,
    Update your SAP GUI 640 or 7.
    it will work.
    Thanks and Regards,
    Venkat.

  • Discoverer 10g error when scheduling a workbook using 2 calculations

    When I schedule in discoverer 10 g using 2 calculations it return this error ora-01722 Invalid Number
    If I schedule the workbook with only one of the calculation it run perfectly.
    If I run the query manually using the 2 calculations it run perfectly.
    Calculation are created by me and do not have any error in the code
    Same problem occur using DECODE or CASE.
    Please help

    Hi
    this is bug, refer to doc id: 472947.1 in metalink
    you need to download the Patch 6493304.
    regards,
    Jay

  • Out of Memory Error when Saving SequenceFile generated using API

    I am currently developing an application that creates a SequenceFile using .NET 4.0, C# (2010), Windows 7 Pro x64, Dual Core 2.5 GHz, 3.0Gb Memory.  Using the API EngineClass, I create a complete SequenceFile based on user/file inputs and then save it to disk.  When I'm done, I save using SequenceFile.Save() and then release using ReleaseSequenceFileEx().
    For smaller files, there is no problem.  For larger files, I sporadically get the following error:
    System.Runtime.InteropServices.COMException (0xFFFFBD98): Out of memory.
    When the file does save, it is ~2.8Mb.  Breaking the file up is not an option.  I am not looping, this is one shot.  I've tried shutting down VS2010 and restarting the computer.  It is still inconsistent on saving.
    I also had to set the Embed Interop Types to False per guidance from NI.  They said that it is unstable in 4.0.
    Questions
    1. Is there a file limit size to the Save() API function?
    2. Is there a workaround to using the Save()?
    Best Regards
    Solved!
    Go to Solution.

    I am using C#.NET.  I called them in my save method immediately prior to the actual test save sequence.
    GC.Collect();
    GC.WaitForPendingFinalizers();
    GC.Collect();
    GC.WaitForPendingFinalizers();
    try
           CurrentSequenceFile.Save(outputPath);
           catch (Exceptionerror)
           FireLogEvent(ParserLogType.Parsing_Error, string.Format("{0}", error));
    Factory.TSEngine.ReleaseSequenceFileEx(CurrentSequenceFile, ReleaseSeqFileOptions.ReleaseSeqFile_UnloadFile);
    Hope this helps

  • "Not Enough Memory" Error when programming Keithley 2400 using LabView 6i

    I'm trying to use LabView 6i drivers to control a keithley 2400 via GPIB interface. Most of the drivers work fine but the high level operations such as a the sweep functions or even functions that perform a single measurement gives a "Not enough memory" driver error. What doesn't have enough memory? A single measurement can't overload the PC's or Keithley's memory buffer so why am I getting the error?
    Thanks for any help you can offer...
    Evan

    Evan,
    That's not a LabVIEW, GPIB, or NI-VISA error code - that error is generated by the instrument driver. I went ahead and downloaded this driver from keithley.com to take a look at this Perform DC VI.vi function's source. But unfortunately, the heart of the Perform DC VI function is a "Call Library Node" call to a keithley DLL, so that is a black box. Also, no c-source included that I could find, so I could not look at that either. And since I don't have a Keithley 2400 to play with, that brings me to the end of the rope on my system.
    A couple of more things you could try, however, since you actually have the instrument.
    (1) Definately build a simple VI to eliminate other aspects of your program. In this case, the most simple
    VI would be an Init, Perform DC VI.vi, and then a close. Make sure this simple program reproduces the error. If it doesn't, then the problem is likely introduced in your code, not the driver.
    (2) If #1 reproduces the problem, then check that you have all the driver pre-requisites correct (ie, that NI-VISA is installed, that the GPIB board is working properly, etc).
    (3) If #1 and #2 do not result in any discoveries, then you will have to enter the black box of that DLL. Primary method to do that, to be honest, is to contact Keithley and ask for help, since they developed the driver. Second method is to use our NI-SPY utility, which can capture all calls to VISA drivers, (since this is a VXIpnp driver, it should be fundamentally using VISA within the DLL). Within NI-SPY, you will be able to see the individual function calls, and which ones are returning errors. That may help point in the right direction.
    Regards,
    Greg Caesar
    National Instruments
    Applications Engineer

  • Out of memory error in java- flex communication using RTMP

    We are using flex and java in our application. due to RTMP call to fetch data every 5 seconds. it is hiting database and establishing connection and keeps it open hence this is causing for Out of memory issue. Can come one help on this issue.

    You probably want to ask here: http://forums.adobe.com/community/flex

  • Indesign cs5 'out of memory' error when using preflight

    I have been regulary getting an 'out of memory' error when i choose to use my bespoke preflight profile.
    I have 4gig of ram and run Indesign CS5 on OS 10.6.8.
    Does anyone know a work around?
    As soon as I select from the basic default profile, i get the beach ball from hell for 10mins, then it kindly lets me know that I am out of memory, sends a crash report to Adobe and then asks if I want to relauch. I'm stuck in a vicious circle. I must of sent my 4th crash report now and no feedback from anyone at Adobe.

    I have replaced my preferences, but still the problem persists. I have tried switching my view from typical display to fast display before i selected a profile. I thought this may give me the extra memory I needed to avoid the enevitable crash. I learnt that 2 files were indeed rgb instead of cmyk before it crashed again. So I switched them to cmyk and tried again, selected my bespoke profile, but yet again it crashed. I think the problem lies with the file, not Indesign, as i have tried the same profile on a different file and the program doesn't crash and runs as it should. So if in future I need to use said crashing file again, firstly i will need to try Peter's isolate fix method. Otherwise i'll never be able to progress to successful a pdf.

  • P800 "Not Enough Memory" error when trying to use Contacts

    Now even after I reset my P800 from iSync I get this 'Not enough memory' error when I try to use my contact list.
    This is getting really frustrating! I want to downgrade...

    I suspect it's the feed as I've just tried it and the latest episode fails. Try contacting the Podcast's producer/publisher to let them know, since they may not. From your linked page, click on their name and follow that to their website, where you should find contact details.
    By the way, even if the problem is with iTunes, it's still down to the producer/publisher to rectify it, which is why I suggest you contact them
    Phil

  • Cinema Tools Memory Error

    Hello Final Cut Gurus!
    Okay, so I am using Cinema Tools 3 to reverse telecine a bunch of clips. I am encountering a random error. "There is not enough memory to perform this operation." This error is coming up after the reverse has been running for awhile (say, once the progress bar reaches the middle point).
    I have read several posts in regards to situations with file size, and Apple recommends files under 9GB. I only have one clip that is over 9GB, and I get a different error, "This is file is too large for reverse telecine." Okay, understandable. However, what is up with the other error? I can reverse a clip that is 4GB and then a second later I can't reverse 1GB clip because of a "memory" error.
    I am doing this on the company's older, revamped G4; 1GHz Processor and 1.75GB RAM. Shouldn't this be enough memory? Would I be better off taking the footage home to my Dual 1GHz G4 with 512MB? Has anyone ever encountered this?
    Thanks In Advance!
    -The Boards Problem Child-
    (AKA Athen)

    I'm running into the same problem... my clip is 3.6 GB, running Cinema Tools 3.0.3, on a 1.8 Ghz G5 with 2.5 GB of RAM. I don't even understand how there can be a "not enough memory" error - can't it just use virtual memory?
    Has anybody come up with a solution for this?
    -Gabriel

  • Out of memory errors

    I'm having problems starting 8i. When started from /etc/rc.d/
    init.d/dbora during bootup or manually by root, I get an out of
    memory error.
    If I start it from the dbadmin user (oracle), I either get the
    same out of memory error, or I end up with several hundred shell
    logins and the database still doesn't respond.
    This is RedHat Linux 6.0, kernel 2.2.5-22smp. Here is a sample of
    what happens when I get the out of memory error:
    Mem: 160448K av, 53488K used, 106960K free, 26264K shrd,
    6532K buff
    Swap: 656360K av, 0K used, 656360K free
    36328K cached
    Oracle Server Manager Release 3.1.5.0.0 - Production
    (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    Oracle8i Release 8.1.5.0.0 - Production
    With the Java option
    PL/SQL Release 8.1.5.0.0 - Production
    SVRMGR> Connected.
    SVRMGR> ORA-27102: out of memory
    Linux Error: 22: Invalid argument
    SVRMGR>
    Server Manager complete.
    Database "ORCL" warm started.
    null

    It turns out that the problem I was having with a large number of
    shell processes being created was due to the use of oraenv in my
    .bashrc file (so much for following the instructions!) It was
    calling itself recursively until the process limit was reached.
    However, even with this fixed, the out of memory error still
    exists.
    max (guest) wrote:
    : dan....
    : check your init.ora......
    Aside from comments, it has these lines, which were created by
    dbassist:
    db_name = test
    instance_name = ORCL
    service_names = test
    control_files = ("/u02/oradata/test/control01.ctl", "/u02/oradata/
    test/control02.ctl")
    db_block_buffers = 8192
    shared_pool_size = 4194304
    log_checkpoint_interval = 10000
    log_checkpoint_timeout = 1800
    # I reduced processes to see if it would help
    processes = 10
    log_buffer = 163840
    background_dump_dest = /u01/admin/test/bdump
    core_dump_dest = /u01/admin/test/cdump
    user_dump_dest = /u01/admin/test/udump
    db_block_size = 2048
    remote_login_passwordfile = exclusive
    os_authent_prefix = ""
    compatible = "8.1.0"
    : also check ulimit
    Here's ulimit -a:
    core file size (blocks) 1000000
    data seg size (kbytes) unlimited
    file size (blocks) unlimited
    max memory size (kbytes) unlimited
    stack size (kbytes) 8192
    cpu time (seconds) unlimited
    max user processes 256
    pipe size (512 bytes) 8
    open files 1024
    virtual memory (kbytes) 2105343
    Everything looks pretty large to me.
    : Dan Wilga (guest) wrote:
    : : I'm having problems starting 8i. When started from /etc/rc.d/
    : : init.d/dbora during bootup or manually by root, I get an out
    : of
    : : memory error.
    : : If I start it from the dbadmin user (oracle), I either get
    the
    : : same out of memory error, or I end up with several hundred
    : shell
    : : logins and the database still doesn't respond.
    : : This is RedHat Linux 6.0, kernel 2.2.5-22smp. Here is a
    sample
    : of
    : : what happens when I get the out of memory error:
    : : Mem: 160448K av, 53488K used, 106960K free, 26264K shrd,
    : : 6532K buff
    : : Swap: 656360K av, 0K used, 656360K free
    : : 36328K cached
    : : Oracle Server Manager Release 3.1.5.0.0 - Production
    : : (c) Copyright 1997, Oracle Corporation. All Rights Reserved.
    : : Oracle8i Release 8.1.5.0.0 - Production
    : : With the Java option
    : : PL/SQL Release 8.1.5.0.0 - Production
    : : SVRMGR> Connected.
    : : SVRMGR> ORA-27102: out of memory
    : : Linux Error: 22: Invalid argument
    : : SVRMGR>
    : : Server Manager complete.
    : : Database "ORCL" warm started.
    null

  • FB2 memory Errors: where are -vmargs -Xmx and .log?

    I have a workspace that I use to create small example apps. I
    currently have about 50 apps in one project
    Often, whan I close that project i get a memory error dialog
    instructing me to use the command line to modify the-vmargs and
    -Xmx settings an to look in .log for details.
    This is surely Java stuff. Where can I modify these values?
    Tracy

    you pass the vmargs to eclipse, whereever your link to
    eclipse.exe is you have to modify the target so that it looks
    something like this:
    D:\eclipse\eclipse.exe -vmargs -Xmx512m -Xms128m
    hope that helps

  • How to change series or line color in excel 2007 using ActiveX

    I am trying to change series color using Excel 2007 with ActiveX as below. It seems the color cannot be controlled correctly. For example, if I chosse red color, my curve will be changed to blue. Any ideas?
    Also, I googled and found a guy ran into similiar problem using VBA for Excel 2007. See the link below:
    http://help.wugnet.com/office/change-series-line-color-excel-2007-vba-ftopict1062646.html
    Set ch = Worksheets("Chart").ChartObjects(1)
    Set objSeries = ch.Chart.SeriesCollection(1)
    objSeries.Format.Line.ForeColor.RGB = RGB(255, 127, 0)
    According to the post, it need to be done as follows
    objSeries.Border.Color = RGB(255, 127, 0) . But I cannot find the border property/method in ActiveX.
    The color seems to be abitrary. and I found the 

    Xubuli,
    I looked into your question and confirmed that Border.Color is not located under the Excel.Series library. Instead, you must locate it under _Worksheet.UsedRange as seen below in the figure. I am attaching the VI file where I located the the Border.Color property node, and I am also including a SubVI on the block diagram that goes into explicitly set the cell color and border. This SubVI can be found under Programming>>Report Generation>>Excel Specific>>Excel Format>>Excel Set Cell Color and Border.vi, if you have the Report Generation Toolkit installed. I hope this helps.
    Larry H
    Applications Engineer
    National Instruments
    Attachments:
    CellBorder.vi ‏8 KB

  • Large Pdf using XML XSL - Out of Memory Error

    Hi Friends.
    I am trying to generate a PDF from XML, XSL and FO in java. It works fine if the PDF to be generated is small.
    But if the PDF to be generated is big, then it throws "Out of Memory" error. Can some one please give me some pointers about the possible reasons for this errors. Thanks for your help.
    RM
    Code:
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import org.xml.sax.InputSource;
    import org.xml.sax.XMLReader;
    import org.apache.fop.apps.Driver;
    import org.apache.fop.apps.Version;
    import org.apache.fop.apps.XSLTInputHandler;
    import org.apache.fop.messaging.MessageHandler;
    import org.apache.avalon.framework.logger.ConsoleLogger;
    import org.apache.avalon.framework.logger.Logger;
    public class PdfServlet extends HttpServlet {
    public static final String FO_REQUEST_PARAM = "fo";
    public static final String XML_REQUEST_PARAM = "xml";
    public static final String XSL_REQUEST_PARAM = "xsl";
    Logger log = null;
         Com_BUtil myBu = new Com_BUtil();
    public void doGet(HttpServletRequest request,
    HttpServletResponse response) throws ServletException {
    if(log == null) {
         log = new ConsoleLogger(ConsoleLogger.LEVEL_WARN);
         MessageHandler.setScreenLogger(log);
    try {
    String foParam = request.getParameter(FO_REQUEST_PARAM);
    String xmlParam = myBu.getConfigVal("filePath") +"/"+request.getParameter(XML_REQUEST_PARAM);
    String xslParam = myBu.SERVERROOT + "/jsp/servlet/"+request.getParameter(XSL_REQUEST_PARAM)+".xsl";
         if((xmlParam != null) && (xslParam != null)) {
    XSLTInputHandler input = new XSLTInputHandler(new File(xmlParam), new File(xslParam));
    renderXML(input, response);
    } else {
    PrintWriter out = response.getWriter();
    out.println("<html><head><title>Error</title></head>\n"+
    "<body><h1>PdfServlet Error</h1><h3>No 'fo' "+
    "request param given.</body></html>");
    } catch (ServletException ex) {
    throw ex;
    catch (Exception ex) {
    throw new ServletException(ex);
    public void renderXML(XSLTInputHandler input,
    HttpServletResponse response) throws ServletException {
    try {
    ByteArrayOutputStream out = new ByteArrayOutputStream();
    response.setContentType("application/pdf");
    Driver driver = new Driver();
    driver.setLogger(log);
    driver.setRenderer(Driver.RENDER_PDF);
    driver.setOutputStream(out);
    driver.render(input.getParser(), input.getInputSource());
    byte[] content = out.toByteArray();
    response.setContentLength(content.length);
    response.getOutputStream().write(content);
    response.getOutputStream().flush();
    } catch (Exception ex) {
    throw new ServletException(ex);
    * creates a SAX parser, using the value of org.xml.sax.parser
    * defaulting to org.apache.xerces.parsers.SAXParser
    * @return the created SAX parser
    static XMLReader createParser() throws ServletException {
    String parserClassName = System.getProperty("org.xml.sax.parser");
    if (parserClassName == null) {
    parserClassName = "org.apache.xerces.parsers.SAXParser";
    try {
    return (XMLReader) Class.forName(
    parserClassName).newInstance();
    } catch (Exception e) {
    throw new ServletException(e);

    Hi,
    I did try that initially. After executing the command I get this message.
    C:\>java -Xms128M -Xmx256M
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version and exit
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Thanks for your help.
    RM

Maybe you are looking for

  • My plugins are not showing up in PS CC

    Just installed PS CC ( both 32 and 64 bit version on Windows 7), looks good but not one of my plugins are showing up. I checked : Preferences-Plug-ins and it is showing  login dialog to Photoshop Server. I am not familiar with CC so not sure what it

  • Question about redo generation

    select * from v$version; Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production PL/SQL Release 11.2.0.1.0 - Production "CORE     11.2.0.1.0     Production" TNS for Linux: Version 11.2.0.1.0 - Production NLSRTL Version 11.2.0.1.0 - Pro

  • GL Date and Accounting date

    What is GL date and accounting date? I assume we may have accounted the transaction on a particular date but it is transferred to GL on another date.Is it so? If there is anything else for GL date please let me know . Thanks

  • Business Connector or XI?

    Hi, for a small german payroll (HR) system it's necessary to have the B2A process for LSTA/LSTB (ELSTER) and ELENA active. Yet we realized that with R/3 4.6C and Business Connector 4.8. Now my question: Do we have to install and configure the XI comp

  • SAP App Server 7 does not recognize DOM mechanism of XML security provider

    Hi all, I am trying to do XML signature by Java servlet, and am using Sun WSDP 2.0 (WebServices Developers Pack) for this purpose. SAP Netweaver 7.0 (which implements Servlet API version 2.3) on Windows2003 JRE 1.4.2 SAP Developers Studio SWSDP 2.0 C