Executing notepad in jsp (WIndows 2000)

Hey,
I've been playing around with the Runtime API and have run into problem. I want to eventually run a C program through a JSP page, but I can't even get notepad to open successfully. Below is the entire test code that is supposed to open notepad. When I open this JSP page in Windows 2000, nothing happens. The GUI for notepad is never opened. However, I checked the task manager and there is an instance of notepad there, and when I try to end the process it gives me an error saying that access is denied. I wrote a simple java program with similar code, and I am able to successfully open notepad through it. I can't see what I'm doing wrong here. Anyone else have this problem on Windows 2000? Thanks.
<%@ page import="java.io.*" %>
<%
     Runtime r = Runtime.getRuntime();
     try {
          Process p = r.exec("notepad");
     } catch (Exception e) {
          System.out.println("Error");
%>
<html>
...html code...
</html>
Jason

I've finally determined the cause of all my troubles. It turns out that if Tomcat is running as a service on Windows 2000, it can't access the console and as a result it can't call external programs. I turned off the service temporarily and started up the stand-alone Tomcat application and my JSP pages work without a hitch. Unfortunately, I think they'll want to keep Tomcat as a service, so I haven't completely solved all of my problems. So does anyone know of a way to execute external programs using Runtime.exec() while running Tomcat as a service? Thanks.
Jason

Similar Messages

  • Windows 2000 Server Cluster Restars

    Hi,
    Last friday one of server's cluster restarted without any logical reason. We found a minidump and a dr Watson log. From the user dump we have this information:
    Microsoft (R) Windows Debugger Version 6.3.9600.17298 X86
    Copyright (c) Microsoft Corporation. All rights reserved.
    Loading Dump File [E:\6 marzo error backup\user.dmp]
    User Dump File: Only application data is available
    ************* Symbol Path validation summary **************
    Response                         Time (ms)     Location
    Deferred                                       srv*c:\symbols*http://msdl.microsoft.com/download/symbols
    Symbol search path is: srv*c:\symbols*http://msdl.microsoft.com/download/symbols
    Executable search path is:
    Windows 2000 Version 2195 UP Free x86 compatible
    Product: LanManNt, suite: Enterprise TerminalServer SingleUserTS
    Machine Name:
    Debug session time: Sat Mar  7 01:14:08.144 2015 (UTC + 1:00)
    System Uptime: 127 days 11:06:13.061
    Process Uptime: not available
    The call to LoadLibrary(ntsdexts) failed, Win32 error 0n2
        "El sistema no puede encontrar el archivo especificado."
    Please check your debugger configuration and/or network access.
    (688.bbc): Access violation - code c0000005 (!!! second chance !!!)
    eax=4da59480 ebx=4db2c148 ecx=00000000 edx=784afca0 esi=4e065640 edi=4db2c0f8
    eip=7846f113 esp=0348fdb8 ebp=0348fdec iopl=0         nv up ei pl nz na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000202
    ntdll!RtlDeleteCriticalSection+0x61:
    7846f113 8901            mov     dword ptr [ecx],eax  ds:0023:00000000=????????
    0:026> !analyze -v
    *                        Exception Analysis                                  
    ***    Either you specified an unqualified symbol, or your debugger   ***
    ***    doesn't have full symbol information.  Unqualified symbol      ***
    ***    resolution is turned off by default. Please either specify a   ***
    ***    fully qualified symbol module!symbolname, or enable resolution ***
    ***    of unqualified symbols by typing ".symopt- 100". Note that   ***
    ***    enabling unqualified symbol resolution with network symbol     ***
    ***    server shares in the symbol path may cause the debugger to     ***
    ***    appear to hang for long periods of time when an incorrect      ***
    ***    symbol name is typed or the network symbol server is down.     ***
    ***    For some commands to work properly, your symbol path           ***
    ***    must point to .pdb files that have full type information.      ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                         
    ***    Type referenced: ntdll!_PEB                                   
    ***    Either you specified an unqualified symbol, or your debugger   ***
    ***    doesn't have full symbol information.  Unqualified symbol      ***
    ***    resolution is turned off by default. Please either specify a   ***
    ***    fully qualified symbol module!symbolname, or enable resolution ***
    ***    of unqualified symbols by typing ".symopt- 100". Note that   ***
    ***    enabling unqualified symbol resolution with network symbol     ***
    ***    server shares in the symbol path may cause the debugger to     ***
    ***    appear to hang for long periods of time when an incorrect      ***
    ***    symbol name is typed or the network symbol server is down.     ***
    ***    For some commands to work properly, your symbol path           ***
    ***    must point to .pdb files that have full type information.      ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                         
    ***    Type referenced: nt!IMAGE_NT_HEADERS32                         ***
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for Rtvscan.exe -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for GEDataStore.dll -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for SRTSP32.DLL -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for vpmsece.dll -
    *** ERROR: Symbol file could not be found.  Defaulted to export symbols for SymProtectStorage.dll -
    ***    Either you specified an unqualified symbol, or your debugger   ***
    ***    doesn't have full symbol information.  Unqualified symbol      ***
    ***    resolution is turned off by default. Please either specify a   ***
    ***    fully qualified symbol module!symbolname, or enable resolution ***
    ***    of unqualified symbols by typing ".symopt- 100". Note that   ***
    ***    enabling unqualified symbol resolution with network symbol     ***
    ***    server shares in the symbol path may cause the debugger to     ***
    ***    appear to hang for long periods of time when an incorrect      ***
    ***    symbol name is typed or the network symbol server is down.     ***
    ***    For some commands to work properly, your symbol path           ***
    ***    must point to .pdb files that have full type information.      ***
    ***    Certain .pdb files (such as the public OS symbols) do not      ***
    ***    contain the required information.  Contact the group that      ***
    ***    provided you with these symbols if you need this command to    ***
    ***    work.                                                         
    ***    Type referenced: nt!_CONTEXT                                   ***
    The call to LoadLibrary(ntsdexts) failed, Win32 error 0n2
        "El sistema no puede encontrar el archivo especificado."
    Please check your debugger configuration and/or network access.
    The call to LoadLibrary(ntsdexts) failed, Win32 error 0n2
        "El sistema no puede encontrar el archivo especificado."
    Please check your debugger configuration and/or network access.
    The call to LoadLibrary(ntsdexts) failed, Win32 error 0n2
        "El sistema no puede encontrar el archivo especificado."
    Please check your debugger configuration and/or network access.
    GetUrlPageData2 (WinHttp) failed: 12007.
    FAULTING_IP:
    ntdll!RtlDeleteCriticalSection+61
    7846f113 8901            mov     dword ptr [ecx],eax
    EXCEPTION_RECORD:  ffffffff -- (.exr 0xffffffffffffffff)
    ExceptionAddress: 7846f113 (ntdll!RtlDeleteCriticalSection+0x00000061)
       ExceptionCode: c0000005 (Access violation)
      ExceptionFlags: 00000000
    NumberParameters: 2
       Parameter[0]: 00000001
       Parameter[1]: 00000000
    Attempt to write to address 00000000
    CONTEXT:  00000000 -- (.cxr 0x0;r)
    eax=4da59480 ebx=4db2c148 ecx=00000000 edx=784afca0 esi=4e065640 edi=4db2c0f8
    eip=7846f113 esp=0348fdb8 ebp=0348fdec iopl=0         nv up ei pl nz na po nc
    cs=001b  ss=0023  ds=0023  es=0023  fs=0038  gs=0000             efl=00000202
    ntdll!RtlDeleteCriticalSection+0x61:
    7846f113 8901            mov     dword ptr [ecx],eax  ds:0023:00000000=????????
    FAULTING_THREAD:  00000bbc
    DEFAULT_BUCKET_ID:  NULL_POINTER_WRITE
    PROCESS_NAME:  Rtvscan.exe
    ERROR_CODE: (NTSTATUS) 0xc0000005 - La instrucci n en 0x%08lx hace referencia a la memoria en 0x%08lx. La memoria no se pudo %s.
    EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - La instrucci n en 0x%08lx hace referencia a la memoria en 0x%08lx. La memoria no se pudo %s.
    EXCEPTION_PARAMETER1:  00000001
    EXCEPTION_PARAMETER2:  00000000
    WRITE_ADDRESS:  00000000
    FOLLOWUP_IP:
    RPCRT4!MUTEX::Free+c
    77142496 c3              ret
    APP:  rtvscan.exe
    ANALYSIS_VERSION: 6.3.9600.17298 (debuggers(dbg).141024-1500) x86fre
    LAST_CONTROL_TRANSFER:  from 77142496 to 7846f113
    PRIMARY_PROBLEM_CLASS:  NULL_POINTER_WRITE
    BUGCHECK_STR:  APPLICATION_FAULT_NULL_POINTER_WRITE
    STACK_TEXT: 
    0348fdb8 7846f113 ntdll!RtlDeleteCriticalSection+0x61
    0348fdf4 77142496 rpcrt4!MUTEX::Free+0xc
    0348fdfc 77135a63 rpcrt4!LRPC_CASSOCIATION::~LRPC_CASSOCIATION+0xe8
    0348fe14 77135973 rpcrt4!LRPC_CASSOCIATION::`vector deleting destructor'+0x8
    0348fe1c 77142978 rpcrt4!REFERENCED_OBJECT::FreeObject+0xb
    0348fe24 771422b0 rpcrt4!REFERENCED_OBJECT::RemoveReference+0x18
    0348fe2c 771358be rpcrt4!LRPC_CASSOCIATION::RemoveBindingHandleReference+0x37
    0348fe34 77135815 rpcrt4!LRPC_BINDING_HANDLE::~LRPC_BINDING_HANDLE+0x42
    0348fe4c 771357b8 rpcrt4!LRPC_BINDING_HANDLE::`vector deleting destructor'+0x8
    0348fe54 771357a4 rpcrt4!LRPC_BINDING_HANDLE::BindingFree+0x32
    0348fe64 77142caa rpcrt4!RpcBindingFree+0x4e
    0348fe74 7cf460e6 ole32!CChannelHandle::~CChannelHandle+0xf
    0348fe80 7cf460c7 ole32!CChannelHandle::Release+0x1c
    0348fe88 7ce7cc6c ole32!OXIDEntry::ExpireEntry+0x1d
    0348fe94 7ce8fca2 ole32!COXIDTable::FreeCleanupEntries+0x6e
    0348ff10 7ceb5f93 ole32!COXIDTable::GetOxidsToRemove+0xce
    0348ff2c 7ceb5e6e ole32!CROIDTable::ClientBulkUpdateOIDWithPingServer+0x1a5
    0348ff90 7ceb5d74 ole32!CROIDTable::WorkerThreadLoop+0x37
    0348ff98 7ce97f2c ole32!CRpcThread::WorkerLoop+0x22
    0348ffb0 7ce97f8b ole32!CRpcThreadCache::RpcWorkerThreadEntry+0x1a
    0348ffbc 7945b388 kernel32!BaseThreadStart+0x52
    STACK_COMMAND:  .ecxr ; kb ; dps 348fdb8 ; kb
    SYMBOL_STACK_INDEX:  1
    SYMBOL_NAME:  rpcrt4!MUTEX::Free+c
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: RPCRT4
    IMAGE_NAME:  RPCRT4.dll
    DEBUG_FLR_IMAGE_TIMESTAMP:  42a06799
    FAILURE_BUCKET_ID:  NULL_POINTER_WRITE_c0000005_RPCRT4.dll!MUTEX::Free
    BUCKET_ID:  APPLICATION_FAULT_NULL_POINTER_WRITE_rpcrt4!MUTEX::Free+c
    ANALYSIS_SOURCE:  UM
    FAILURE_ID_HASH_STRING:  um:null_pointer_write_c0000005_rpcrt4.dll!mutex::free
    FAILURE_ID_HASH:  {73dc9e1e-67d1-8f64-5cc1-10543104d0b2}
    Followup: MachineOwner
    Could anybody help us to understand what happened? We have Symantec 11 Client in this server.
    Best Regards and thanks in advance.

    I see that the process
    Rtvscan.exe is highlighted in the dump. This belongs to Symantec: http://www.neuber.com/taskmanager/process/rtvscan.exe.html
    Also, I see multiple access violation errors.
    Please note that Windows Server 2000 is no longer supported by Microsoft. However, this OS version seems to be supported for the Symantec Version you use. If the problem gets reproduced again then I would recommend removing Symantec AV and trying again.
    If this fixes the issue then you might want to contact Symantec Support for assistance.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • I can not run "hello1.jsp" on windows 2000 server

    I have just installed WebLogic 6.1 on windows 2000 server
              I put this file(hello1.jsp) on
              "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
              tried to
              load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
              ,the following error happened
              Compilation of
              'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
              war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              Full compiler error(s):
              java.io.IOException: CreateProcess: javac -classpath
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
              r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
              server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
              .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
              \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              at java.lang.Win32Process.create(Native Method)
              at java.lang.Win32Process.<init>(Win32Process.java:66)
              at java.lang.Runtime.execInternal(Native Method)
              at java.lang.Runtime.exec(Runtime.java:551)
              at java.lang.Runtime.exec(Runtime.java:477)
              at java.lang.Runtime.exec(Runtime.java:443)
              at weblogic.utils.Executable.exec(Executable.java:147)
              at weblogic.utils.Executable.exec(Executable.java:111)
              at
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
              a:550)
              at
              weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
              at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              at
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
              6)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :240)
              at
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              :200)
              at
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              ntext.java:2390)
              at
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              :1959)
              at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              

    Looks like that weblogic server is unable to create Java process for
              compilation of JSP into (JAVA) class file .......
              It may be due to:
              a. You do not have JDK installed/configured on the machine. [JDK is required
              for JSP pages to be compiled at runtime]
              b. WebLogic server is unable to invoke correct javac.exe [Check JAVA_HOME
              and PATH variable to ensure that they are correct and it is correctly
              specified in the startWebLogic.cmd, startWLS.cmd files]
              Thanks,
              Selva-
              "weblogic.developer.interest.jsp" <[email protected]> wrote in message
              news:[email protected]...
              > I have just installed WebLogic 6.1 on windows 2000 server
              >
              > I put this file(hello1.jsp) on
              > "c:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp" .When I
              > tried to
              > load this jsp file on explorer ,i input "http://localhost:7001/hello1.jsp"
              > ,the following error happened
              >
              >
              >
              > Compilation of
              >
              'C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_
              > war_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java' failed:
              > --------------------------------------------------------------------------
              > ----
              >
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              >
              > --------------------------------------------------------------------------
              > ----
              > Full compiler error(s):
              > java.io.IOException: CreateProcess: javac -classpath
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp;C:\bea\wlserve
              >
              r6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_my
              >
              server_DefaultWebApp;C:\bea\jdk131\jre\lib\rt.jar;C:\bea\jdk131\jre\lib\i18n
              >
              .jar;C:\bea\jdk131\jre\lib\sunrsasign.jar;C:\bea\jdk131\jre\classes;.;C:\bea
              > \wlserver6.0\lib\weblogic_sp.jar;C:\bea\wlserver6.0\lib\weblogic.jar -d
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp
              >
              C:\bea\wlserver6.0\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_w
              > ar_myserver_myserver_DefaultWebApp\jsp_servlet\_hello1.java error=2
              > at java.lang.Win32Process.create(Native Method)
              > at java.lang.Win32Process.<init>(Win32Process.java:66)
              > at java.lang.Runtime.execInternal(Native Method)
              > at java.lang.Runtime.exec(Runtime.java:551)
              > at java.lang.Runtime.exec(Runtime.java:477)
              > at java.lang.Runtime.exec(Runtime.java:443)
              > at weblogic.utils.Executable.exec(Executable.java:147)
              > at weblogic.utils.Executable.exec(Executable.java:111)
              > at
              >
              weblogic.utils.compiler.CompilerInvoker.compileMaybeExit(CompilerInvoker.jav
              > a:550)
              > at
              > weblogic.utils.compiler.CompilerInvoker.compile(CompilerInvoker.java:359)
              > at weblogic.servlet.jsp.JspStub.compilePage(JspStub.java:381)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:189)
              > at weblogic.servlet.jsp.JspStub.prepareServlet(JspStub.java:154)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.getServlet(ServletStubImpl.java:36
              > 6)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :240)
              > at
              >
              weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java
              > :200)
              > at
              >
              weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletCo
              > ntext.java:2390)
              > at
              >
              weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java
              > :1959)
              > at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              >
              >
              >
              >
              

  • Cannot print character mode in windows 2000

    Hi,
    When I try to execute a character mode report using a network printer the report does not run correctly (prt sheet size, escape sequences etc.).
    There are three machines involved in this problem:
    1) A Windows XP Professional running reports developer. This machine was used to develop the report. It will be reffered as WXP in the future. These are version details of this machine:
    Report Builder 6.0.8.24.0
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.21.0
    Oracle ORACLE PL/SQL V8.0.6.3.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.18.0
    Oracle Tools Common Area 6.0.8.18.0
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.8.24.0
    Resource Object Store 6.0.8.21.0
    Oracle Help 6.0.8.24.0
    Oracle Sqlmgr 6.0.8.18.0
    Oracle Query Builder 6.0.7.1.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.22.0
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.38.0
    Oracle Image 6.0.8.20.0
    Oracle Multimedia Widget 6.0.8.20.0
    Oracle Tools GUI Utilities 6.0.8.20.1
    2) A Windows 2000 Server machine running reports runtime and accessed via windows terminal server. It will be reffered as W2000 in the future. These are version details of this machine:
    Report Builder 6.0.8.24.0
    ORACLE Server Release 8.0.6.0.0
    Oracle Procedure Builder 6.0.8.21.0
    Oracle ORACLE PL/SQL V8.0.6.3.0 - Production
    Oracle CORE Version 4.0.6.0.0 - Production
    Oracle Tools Integration Services 6.0.8.18.0
    Oracle Tools Common Area 6.0.8.18.0
    Oracle Toolkit 2 for Windows 32-bit platforms 6.0.8.24.0
    Resource Object Store 6.0.8.21.0
    Oracle Help 6.0.8.24.0
    Oracle Sqlmgr 6.0.8.18.0
    Oracle Query Builder 6.0.7.1.0 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 6.0.8.22.0
    Oracle Express 6.0.8.3.5
    Oracle XML Parser     1.0.2.1.0     Production
    Oracle Virtual Graphics System 6.0.5.38.0
    Oracle Image 6.0.8.20.0
    Oracle Multimedia Widget 6.0.8.20.0
    Oracle Tools GUI Utilities 6.0.8.20.1
    As you can see, all versions are exactly the same in both machines.
    3) A windows 98 machine with a epson fx-880+ printer atached on it. It will be referenced as W98.
    When running the report from the WXP machine, directing the output to the W98 Epson FX-880+ it works fine: all escape sequences takes effect, the speed is good and the aligment is ok. But when running the same .rep report from the W2000 machine, directing the output to the same W98 printer, the escape sequences doesn't work and, worst, are printed. As a consequence of this, the aligment is wrong.
    All of this was done to try to fix this problem:
    1) The latest patch available for reports 6i is patch 15 which you can download from metalink -&gt; patches -&gt; Simple search -&gt; patch number = 3171855. You can apply the latest patch and test (Raghavendra from metalink)
    2) Apply the spool raw datatype workaround in Windows 2000, following these steps:
    * Click Start , point to Settings , and then click Printers.
    * Right-click the printer that you want to use and click Properties.
    * On the Advanced tab, click Print Processor.
    * Click Raw in the Default data type box.
    * Click OK to confirm changes.
    * On the Advanced tab, clear the Enable advanced printing features option.
    * Click OK to confirm changes.
    (From metalink Note:178433.1)
    3) Edit the wide.prt file using dos edit instead of notepad, and using CTRL+P + ALT18 to obtain the ESC(18) character (just the same thing that was done in WXP machine) (From OTN Forum)
    Does anyone wave any other idea?
    Thanks,
    Vinicius Pacheco

    I'm replying my own question to inform what happens if anyone is facing same situation.
    Initially thanks to Bob for your sugestion. It works! But not at first time.
    I don't have administrator permission at the remote machine (W2000) to change the printer settings. So I made a request to the people who has. They made the changes, but the report still not working. After some tries we saw the reason: all the changes was for their user only. In my user this changes weren't active. So there are some things to check in this situation:
    1) If you are not administrator, check if the changes made by another people are in effect in your account;
    2) In some way your local printer definitons affects the remote printer (don't ask me why!!!), so check you local printer definition too.
    I hope it helps!

  • Windows 2000 connector Patch issue (Patch ID: 8318738)

    Hi,
    We have applied the latest Windows 2000 connector Patch on our DEV environment.
    While trying to provision the Windows resource (the user’s home network shared folder), effectively there is some permissions issue that is encountered while executing in the DLL and it effectively causes some page fault that prompts the OS to kill the process and the OC4J instance is restarted.
    FYI..
    10/01/11 01:26:17 Running GETUSERANDPERMISSIONS
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running GETGRANTUSERPERMISSIONS
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running GETPERMCOMMANDANDFOLDERPATH
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running GETFULLGRANTUSERSHARECOMMAND
    10/01/11 01:26:17 Target Class = com.thortech.xl.util.adapters.tcUtilStringOperations
    10/01/11 01:26:17 Running EXECUTEGRANTUSERFOLDERPERMISSIONSCOMMAND
    10/01/11 01:26:17 Target Class = com.thortech.xl.integration.WindowsNT40.tcUtilWindowsNT40
    Entering method runRemoteCommand
    szAdminName is =:OIMADMIN
    szDomainName is =:dev.abc.com
    szCommand is =:cmd /c cacls %home%\user70065 /E /P User70065:C 2>C:\WINDOWS\system32\windowsConnectorError.txt
    temp is \\hou016.dev.abc.com\root\cimv2
    connecting to server
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x695befe7, pid=2212, tid=4184
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_06-b05 mixed mode)
    # Problematic frame:
    # C [tcWindowsNT40.dll+0x1efe7]
    # An error report file with more information is saved as hs_err_pid2212.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    10/01/11 01:26:20 Start process
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\soap.jar (from manifest of /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlGenConnector.jar) has the same filename but is not identical to /D:/product/OASDev_2/webservices/lib/soap.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\OASDev_2\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.root:0.0.0.
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\http_client.jar (from manifest of /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlGenConnector.jar) has the same filename but is not identical to /D:/product/OASDev_2/j2ee/home/lib/http_client.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in D:\product\OASDev_2\j2ee\home\oc4j.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.root:0.0.0.
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlWebApp\WEB-INF\lib\share.jar (from WEB-INF/lib/ directory in D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlWebApp\WEB-INF\lib) has the same filename but is not identical to /D:/product/OASDev_2/jlib/share.jar (from <code-source> in /D:/product/OASDev_2/j2ee/halOIM/config/server.xml). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.web.xlWebApp:0.0.0.
    10/01/11 01:26:38
    GMS: address is HOUOIM602V:4079
    WARNING: Code-source D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlScheduler\WEB-INF\lib\xlScheduler.jar (from WEB-INF/lib/ directory in D:\product\OASDev_2\j2ee\halOIM\applications\Xellerate\xlScheduler\WEB-INF\lib) has the same filename but is not identical to /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlScheduler.jar (from manifest of /D:/product/OASDev_2/j2ee/halOIM/applications/Xellerate/xlDataObjectBeans.jar). If it contains different versions of the same classes, it will be masked as the latter is already visible in the search path of loader Xellerate.web.xlScheduler:0.0.0.
    10/01/11 01:26:42 Loading xalan.jar for XPathAPI.
    10/01/11 01:26:43 Nexaweb Technologies Inc.(C)2000-2004. All Rights Reserved.
    10/01/11 01:26:43 Nexaweb Technologies Inc.
    10/01/11 01:26:43 10 Canal Park
    10/01/11 01:26:43 Cambridge, MA 02141
    Any one of you faced a similar issue if you also happend to apply this patch? Please suggest if you interpret any other issue from the logs.
    Thanks in advance.

    Guys,
    Any Help on this Issue?

  • Oracle Installation Problem on Windows 2000

    Dears
    I have the Windows 2000 Advance Server and Windows 2000 Professional. I install the Oracle8 on Windows 2000 Advance Server and Windows 2000 Professional. I have a lot of problems while i install. If i install it successfully after two or three days it gives me some errors. like it give errors the services. It could not start the Instance.
    If i upgrade the NT 4.0 to Windows 2000 which is also an ORACLE server. It upgrade the OS but not upgrade the Registory. It have the same problem
    Please tell me is the Oracle 8.0.4 is compatible with Windows 2000 Advance Server and Windows 2000 Professional or not.
    Please Please.
    Yours
    Muhammad Munir
    [email protected]
    null

    This resolved my problem as well. I am on Windows 2000 server, SP2. The problem installing Oracle 8.1.7.0.0 standard edition exhibited itself by briefly changing the cursor to an hourglass and then returning to ready. The executable JREW.EXE would briefly execute in processes and then stop.
    I copied the installation media to a server drive and renamed symcjit.dll and the installer worked correctly.
    Thank you to Yugandhar for this solution.
    We too faced some of those problems ie setup.exe wont even run in Windows XP pro, p4 system..the culprit is symcjit.dll. Its the problem in p4 to run this dll. After lot of research, just rename it and all is set to go.
    regards
    Yugandhar

  • Installation problem JDK 1.5 on Windows 2000 server

    I am trying to install the new J2SE Development Kit 5.0 for Windows 32 bit on a windows server 2000 computer with sp4. When I attempt to execute the file
    I get the following result
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x036eb514, pid=1872, tid=1592
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
    # Problematic frame:
    # C [awt.dll+0xb514]
    I see that the log file refers to Hot spot client 1.4.2 - I'll post the rest of log if necessary but thought I would try asking in case the solution is clear without the full log.
    I understand JDK 5.0 can be installed on windows 2000 server with service pack 3 or 4. Any help would be appreciated.
    Thank you.

    I've checked all these possibilities:
    (1) DLL's associated with JAVA - none other than 1.5
    (2) Path makes no reference to 1.4 anywhere
    (3) No othe java programs are listed in add/remove programs
    (4) no oracle product is installed
    (5) windows 2000 registry does not contain anything obviously associated with 1.4.2
    IS any Java product included automatically with Windows 2000 Service pack 4?
    Here is the full log file text:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x036eb514, pid=928, tid=1916
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
    # Problematic frame:
    # C [awt.dll+0xb514]
    --------------- T H R E A D ---------------
    Current thread (0x02c0a160): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1916]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00006ffd
    Registers:
    EAX=0x00001bf8, EBX=0x037bf638, ECX=0x0000001d, EDX=0x0000001d
    ESP=0x03a5f460, EBP=0x081471cd, ESI=0x000000f8, EDI=0x00000004
    EIP=0x036eb514, EFLAGS=0x00010202
    Top of Stack: (sp=0x03a5f460)
    0x03a5f460: fffffffc 02c0a1fc 037ae360 00000004
    0x03a5f470: 086c0e44 ffccffff 037bf5f8 037bf5b8
    0x03a5f480: 00000000 00000000 00000000 036e1a43
    0x03a5f490: 03a60000 00000038 00000278 00000189
    0x03a5f4a0: 00000278 03a5f514 037ae360 03a5f508
    0x03a5f4b0: 02c0a160 0c14c8f8 03a5f654 0c14c8b0
    0x03a5f4c0: 02b30a48 00000004 037ae360 00000000
    0x03a5f4d0: 02bdaf98 00000004 00000017 0000027c
    Instructions: (pc=0x036eb514)
    0x036eb504: 00 00 83 e6 f8 c1 e0 05 c1 e9 03 03 c6 03 d1 45
    0x036eb514: 8a 0c 82 8b 44 24 30 88 08 40 89 44 24 30 8b 44
    Stack: [0x03a20000,0x03a60000), sp=0x03a5f460, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [awt.dll+0xb514]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.java2d.loops.Blit.Blit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V+0
    j sun.java2d.pipe.DrawImage.blitSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/SurfaceType;IIIIIILjava/awt/Color;)V+89
    j sun.java2d.pipe.DrawImage.renderSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Ljava/awt/Color;IIIIII)V+40
    j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;)Z+58
    j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;)Z+30
    j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+15
    j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+12
    j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z+7
    j javax.swing.JComponent.paintWithOffscreenBuffer(Ljavax/swing/JComponent;Ljava/awt/Graphics;IIIILjava/awt/Image;)V+223
    j javax.swing.JComponent.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Component;Ljava/awt/Graphics;IIII)Z+131
    j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+208
    j java.awt.GraphicsCallback$PaintCallback.run(Ljava/awt/Component;Ljava/awt/Graphics;)V+2
    j sun.awt.SunGraphicsCallback.runOneComponent(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Graphics;Ljava/awt/Shape;I)V+155
    j sun.awt.SunGraphicsCallback.runComponents([Ljava/awt/Component;Ljava/awt/Graphics;I)V+101
    j java.awt.Container.paint(Ljava/awt/Graphics;)V+62
    j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+324
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+63
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+552
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+41
    j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+169
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x02c0a160 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1916]
    0x02ca9fc0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1924]
    0x02b2e4a8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1944]
    0x02b153e0 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=1984]
    0x02a94bd8 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=1776]
    0x02aa9da8 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=568]
    0x02a8d0d0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1276]
    0x009b9240 JavaThread "Thread-0" [_thread_in_native, id=1812]
    0x02b83db8 JavaThread "wizard.main" [_thread_blocked, id=1708]
    0x0023e378 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2056]
    0x0091e130 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2052]
    0x0091bb58 JavaThread "Finalizer" daemon [_thread_blocked, id=936]
    0x0091a780 JavaThread "Reference Handler" daemon [_thread_blocked, id=932]
    0x00236898 JavaThread "main" [_thread_blocked, id=1816]
    Other Threads:
    0x00959358 VMThread [id=1460]
    0x0095a008 WatcherThread [id=2044]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1408K, used 474K [0x08140000, 0x082c0000, 0x085d0000)
    eden space 1280K, 29% used [0x08140000, 0x0819f868, 0x08280000)
    from space 128K, 71% used [0x082a0000, 0x082b6fb0, 0x082c0000)
    to space 128K, 0% used [0x08280000, 0x08280000, 0x082a0000)
    tenured generation total 18944K, used 3398K [0x085d0000, 0x09850000, 0x0bd40000)
    the space 18944K, 17% used [0x085d0000, 0x08921ab8, 0x08921c00, 0x09850000)
    compacting perm gen total 6144K, used 6083K [0x0bd40000, 0x0c340000, 0x0fd40000)
    the space 6144K, 99% used [0x0bd40000, 0x0c330c48, 0x0c330e00, 0x0c340000)
    Dynamic libraries:
    0x00400000 - 0x0040b000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\java.exe
    0x77f80000 - 0x77ffc000      C:\WINNT\system32\ntdll.dll
    0x7c2d0000 - 0x7c335000      C:\WINNT\system32\ADVAPI32.dll
    0x7c570000 - 0x7c623000      C:\WINNT\system32\KERNEL32.dll
    0x77d30000 - 0x77da8000      C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x0813e000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\client\jvm.dll
    0x77e10000 - 0x77e79000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f7c000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\hpi.dll
    0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
    0x007c0000 - 0x007ce000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\verify.dll
    0x007d0000 - 0x007e9000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\java.dll
    0x007f0000 - 0x007fe000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\zip.dll
    0x03050000 - 0x0305f000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\net.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x782c0000 - 0x782cc000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779a4000      C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.DLL
    0x7cdc0000 - 0x7ce13000      C:\WINNT\system32\NETAPI32.DLL
    0x751c0000 - 0x751c6000      C:\WINNT\system32\NETRAP.dll
    0x77bf0000 - 0x77c01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797b000      C:\WINNT\system32\WLDAP32.DLL
    0x7c340000 - 0x7c34f000      C:\WINNT\system32\SECUR32.DLL
    0x7ce20000 - 0x7cf0f000      C:\WINNT\system32\OLE32.DLL
    0x779b0000 - 0x77a4b000      C:\WINNT\system32\OLEAUT32.DLL
    0x773b0000 - 0x773df000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773a3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783e000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790e000      C:\WINNT\system32\SETUPAPI.DLL
    0x7c0f0000 - 0x7c154000      C:\WINNT\system32\USERENV.DLL
    0x774e0000 - 0x77514000      C:\WINNT\system32\RASAPI32.DLL
    0x774c0000 - 0x774d1000      C:\WINNT\system32\rasman.dll
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.dll
    0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.DLL
    0x70a70000 - 0x70ad6000      C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777e0000 - 0x777e8000      C:\WINNT\System32\winrnr.dll
    0x777f0000 - 0x777f5000      C:\WINNT\system32\rasadhlp.dll
    0x03560000 - 0x0358d000      C:\Documents and Settings\Administrator\Local Settings\Temp\ismp001\win32ppk.dll
    0x7cf30000 - 0x7d175000      C:\WINNT\system32\SHELL32.dll
    0x75e60000 - 0x75e7a000      C:\WINNT\system32\IMM32.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759b0000 - 0x759b6000      C:\WINNT\system32\LZ32.DLL
    0x036e0000 - 0x037f3000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\awt.dll
    0x77800000 - 0x7781e000      C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x03800000 - 0x03851000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\fontmanager.dll
    VM Arguments:
    jvm_args: -Dsun.java2d.noddraw=true -Dtemp.dir=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp -Dis.jvm.home=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp -Dis.jvm.temp=1 -Dis.media.home=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE5.tmp\setup.jar -Dis.launcher.file=C:\Downloads\JDK 1.5 Update 6\jdk-1_5_0_06-nb-4_1-win-ml.exe -Dis.jvm.file=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\jvm -Dis.external.home=C:\Downloads\JDK 1.5 Update 6 -Xms20m -Xmx60m
    java_command: run
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp
    PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 261668k(84712k free), swap 436140k(257692k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86, built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0

  • ORADC problem on Windows 2000 with Service pack 1 and service pack 2

    Hi,
    I have a VB application running on NT4.0 workstations. It uses
    ORADC control to talk to ORACLE 7.3 When I load it on Windows
    2000 with service pack 1 or service pack 2, I encounter some
    problems.
    The ORADC control is used in most of the VB forms and the
    Refresh method of the ORADC conrol is used to refresh the APEX
    TRUE DBGRID PRO control. When this action is executed, I receive
    a run time error
    "Method Refresh of object '_DORADC' failed Err#: -2147417848
    It works fine when no service pack is applied on Win2K.
    Can anyone tell me what's going on?
    Thanks

    satheesh_p wrote:
    Thanks for your reply.
    When I checked the system requirements. I couldn't find information on windows 2003 service pack 2
    link http://www.adobe.com/products/coldfusion/systemreqs/.
    Whether your OS is windows 2003 with service pack 2?
    Are you sure coldfusion 8 will work on windows 2003 with service pack 2?
    Regards,
    Satheesh.
    Well it was there, if you understand the naming properly:
    ColdFusion 8 system requirements
            Windows
    Intel® Pentium® II or AMD Athlon processor
    Microsoft®
    Windows® 2000 Professional with Service Pack 3; Windows 2000 Server,
    Advanced Server, or Datacenter Server with Service Pack 3; Windows
    Server® 2003 Web, Standard, or Enterprise Edition with Service Pack 1
    and R2; Windows Server® 2008; Windows XP Professional or Home Edition;
    or Windows Vista®
    R2 is the "offical" Microsoft name for service pack 2.

  • BEA Workshop Pro trial not installing on windows 2000

    Hi,
    I am trying to install BEA Workshop pro trial version on windows 2000. I have teh JDK 1.5 installed.
    The install just stops before getting to the BEA splash and the before the user licence agreement. I ran the installer while holding the "control" key (as noted in another thread)
    and this is what I got:
    --------------------------Begin log-----------------------
    original working dir is: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows|
    CONTROL KEY DOWN
    application dir is: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows|
    app_path : |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\WorkshopInstaller.exe|
    arg 0: |C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\WorkshopInstaller.exe|
    reading properties from: |C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\WorkshopInstaller.lax|
    Searching through the registry for VMs...
    looking in C:\Program Files\Java\j2sdk1.4.2_12\bin
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.4.2_04\bin
    Found: C:\Program Files\Java\jdk1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\jdk1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2sdk1.4.2_12\bin
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.5.0_08\bin
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jdk1.5.0_08\bin
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_04\bin
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_10\bin
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_12\bin
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_04\bin
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_10\bin
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe
    looking in C:\Program Files\Java\j2re1.4.2_12\bin
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe
    Found: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_06\bin
    Found: C:\Program Files\Java\jre1.5.0_06\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe
    looking in C:\Program Files\Java\jre1.5.0_08\bin
    Found: C:\Program Files\Java\jre1.5.0_08\bin\java.exe
    Found: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe
    ...Finished searching through the registry for VMs
    Searching through the path for VMs...
    Looking in C:\CFusionMX7\verity\k2\_nti40\bin
    Looking in C:\ColdFusionSearchService\k2\_nti40\bin
    Looking in C:\JRun4\verity\k2\_nti40\bin
    Looking in C:\Program Files\Compaq\Compaq Management Agents\Dmi\Win32\Bin
    Looking in C:\WINNT\system32
    Ignoring 'C:\WINNT\system32\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\system32\jrew.exe' because it is in a Windows System Directory.
    Found: C:\WINNT\system32\jview.exe
    Found: C:\WINNT\system32\wjview.exe
    Looking in C:\WINNT
    Ignoring 'C:\WINNT\java.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\javaw.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jre.exe' because it is in a Windows System Directory.
    Ignoring 'C:\WINNT\jrew.exe' because it is in a Windows System Directory.
    Looking in C:\WINNT\System32\Wbem
    Looking in C:\PROGRA~1\IBM\CLIENT~1
    Looking in C:\PROGRA~1\IBM\CLIENT~1\Shared
    Looking in C:\PROGRA~1\IBM\CLIENT~1\Emulator
    Looking in C:\Program Files\Symantec\pcAnywhere\
    Looking in C:\Program Files\Microsoft SQL Server\80\Tools\BINN
    Looking in C:\Program Files\Rational\ClearCase\bin
    Looking in C:\Program Files\Rational\common
    Looking in C:\Program Files\Apache Software Foundation\maven-2.0.4\bin
    ...Finished searching through the path for VMs
    ORDERING VMS
    1: C:\WINNT\system32\jview.exe (in path)
    2: C:\WINNT\system32\wjview.exe (in path)
    3: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4)
    4: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4)
    5: C:\Program Files\Java\jdk1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_04
    6: C:\Program Files\Java\jdk1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_0
    4)
    7: C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2_
    12)
    8: C:\Program Files\Java\j2sdk1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4.2
    _12)
    9: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5)
    10: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5)
    11: C:\Program Files\Java\jdk1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5.0_0
    8)
    12: C:\Program Files\Java\jdk1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.5.0_
    08)
    13: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_04)
    14: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_04)
    15: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_10)
    16: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_10)
    17: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_12)
    18: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.4.2_12)
    19: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_06)
    20: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_06)
    21: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_08)
    22: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Plug-in\1.5.0_08)
    23: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.4
    24: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4)
    25: C:\Program Files\Java\j2re1.4.2_04\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_04)
    26: C:\Program Files\Java\j2re1.4.2_04\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_04)
    27: C:\Program Files\Java\j2re1.4.2_10\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_10)
    28: C:\Program Files\Java\j2re1.4.2_10\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_10)
    29: C:\Program Files\Java\j2re1.4.2_12\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    4.2_12)
    30: C:\Program Files\Java\j2re1.4.2_12\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1
    .4.2_12)
    31: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    32: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5)
    33: C:\Program Files\Java\jre1.5.0_06\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    .0_06)
    34: C:\Program Files\Java\jre1.5.0_06\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5.0_06)
    35: C:\Program Files\Java\jre1.5.0_08\bin\java.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.5
    .0_08)
    36: C:\Program Files\Java\jre1.5.0_08\bin\javaw.exe (in registry at HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.
    5.0_08)
    Searching for console vm.
    lax.nl.valid.vm.list=J2 J1 MSJ
    lax.nl.current.vm=.
    was not a valid Win32 executable.
    C:\WINNT\system32\jview.exe does not match J2 or it is not a console app and I need a console one.
    C:\WINNT\system32\wjview.exe does not match J2 or it is not a console app and I need a console one.
    SUCCESS! C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe
    Using JNI INVOCATION to simulate the following batch script:
    BATCH SCRIPT
    cd "C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows"
    set CLASSPATH=C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264
    791\Windows\resource\jdglue.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip;C:\DOCUME~1\dcloutie\LOCALS
    ~1\Temp\I1158264791\Windows\InstallerData\Execute.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Resource1.zip;C:\
    DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Resource1.zip;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Insta
    llerData;C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData;
    "C:\Program Files\Java\j2sdk1.4.2_12\bin\java.exe" -Xms16777216 -Xmx50331648 -noverify com.zerog.lax.LAX C:\\DOCUME~1\\dcloutie\\LOC
    ALS~1\\Temp\\I1158264791\\Windows\\WorkshopInstaller.lax C:\\DOCUME~1\\dcloutie\\LOCALS~1\\Temp\\env.prop
    executing java...
    LAX Version = 5.5
    IAResourceBundle: create resource bundle: en
    LOADING Resource path: i18nresources\custom_en
    LOADING Resource path: locales\custom_en
    seaFilename = WorkshopInstaller
    Default properties location = C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\
    Installer PropertiesFile = C:\Documents and Settings\dcloutie\My Documents\Java\FullWorkshopStudioTrialInstall-569\installer.propert
    ies
    UI Mode set to Default - SWING.
    InstallAnywhere 6.0 Enterprise
    Thu Sep 14 16:13:25 EDT 2006
    Free memory = 14672 kB
    Total memory = 16320 kB
    No arguments.
    java.class.path:
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\resource\jdglue.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Resource1.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData\Resource1.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\InstallerData
    C:\Program Files\Java\j2sdk1.4.2_12\lib\dt.jar
    C:\Program Files\Java\j2sdk1.4.2_12\lib\htmlconverter.jar
    C:\Program Files\Java\j2sdk1.4.2_12\lib\tools.jar
    ZGUtil.CLASS_PATH:
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\IAClasses.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows\resource\jdglue.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData\Execute.zip
    C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\InstallerData
    C:\Program Files\Java\j2sdk1.4.2_12\lib\htmlconverter.jar
    sun.boot.class.path:
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\rt.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\i18n.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\sunrsasign.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\jsse.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\jce.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\charsets.jar
    C:\Program Files\Java\j2sdk1.4.2_12\jre\classes
    java.ext.dirs:
    C:\Program Files\Java\j2sdk1.4.2_12\jre\lib\ext
    java.version == 1.4.2_12 (Java 2+)
    java.vm.name == Java HotSpot(TM) Client VM
    java.vm.vendor == Sun Microsystems Inc.
    java.vm.version == 1.4.2_12-b03
    java.vm.specification.name == Java Virtual Machine Specification
    java.vm.specification.vendor == Sun Microsystems Inc.
    java.vm.specification.version == 1.0
    java.specification.name == Java Platform API Specification
    java.specification.vendor == Sun Microsystems Inc.
    java.specification.version == 1.4
    java.vendor == Sun Microsystems Inc.
    java.vendor.url == http://java.sun.com/
    java.class.version == 48.0
    java.compiler == null
    java.home == C:\Program Files\Java\j2sdk1.4.2_12\jre
    java.io.tmpdir == C:\DOCUME~1\dcloutie\LOCALS~1\Temp\
    os.name == Windows 2000
    os.arch == x86
    os.version == 5.0
    path.separator == ;
    file.separator == \
    file.encoding == Cp1252
    user.name == dcloutie
    user.home == C:\Documents and Settings\dcloutie
    user.dir == C:\DOCUME~1\dcloutie\LOCALS~1\Temp\I1158264791\Windows
    user.language == en
    user.region == null
    --------------------------End log-----------------------
    Can anyone help me, I'd really like to try this software out.
    Thanks,
    David.

    David,
    Can you try passing in the 1.5 VM location manually as listed below
    WorkshopInstaller.exe LAX_VM d:\bea\9server\jdk150_04\bin\java.exe
    Can you also make sure that the 1.5 JVM value entry is the first entry in the PATH environment variable.
    cheers
    Raj

  • How can I disable the access to windows 2000(O.S.) from LabView?

    I need to disable the access to windows when an application (exe), created by LabView, is running. When the application is running, the user can not acces to windows (for example, execute another application) until he stops the application.
    I am using LabView 6.1 and windows 2000
    Many Thanks

    Hi Francesc,
    There are a couple of options for this. One of them could be calling Windows OS activex components and making the Desktop invisible through labVIEW and then bringing it back on after the LabVIEW execution is stopped.
    The other option is to modify user settings on the target machine. I have tried this on windows 2000 and it works.
    Run "gpedit.msc" from your start menu. In the Group Policy template choose the user configuration that you wish to make the settings for. Expand User Configuration , expand Administrative Templates , and then expand System. Choose 'Custom user interface'
    In this panel select 'Enabled' and enter the interface file name, in this case C:\Program Files\National Instruments\Labview 6.1.exe. (or your own filepath\App
    lication.exe). Reboot the machine.
    This replaces the default windows shell (explorer.exe) with your LabVIEW executable. When the operator logs on, the only thing on his screen is the Labview application. No desktop, no taskbar, no start button.
    This can also be done through LabVIEW using register-level programming. But it would be a more complex approach.
    Hope this helps.
    Regards,
    Pravin Borade
    Applications Engineer, National Instruments

  • Should I be able to reliable automate Excel 2000 on a Windows 2000 PC using Labview 7?

    I am trying to automate Excel 2000 from Labview 7. I want to open an Excel application, open an existing workbook or create a new workbook, create a new sheet, save and exit. When using the Labview 7 .vi's I can create a new workbook, etc, and everything works fine. When the case in my program for existing file executes I can start Excel but I cannot open an existing worksheet (error -2146959355). I've selected a file using the labview file dialogue just to ensure spelling, case, etc but it always fails on the "open specific workbook" sub .vi and the first error is on the output of the "invoke node".
    Out of curiosity I tried doing this in Labview 6.1 and after a cursory check ev
    erything seems to work ok using the exact same sequence of .vi's. I am running Excel 2000 on Windows 2000. Should there be a compatibility issue? Would using the version 6.1 vi's within Labview 7 be a clean solution?
    Thanks in advance

    Thanks for responding.
    I made a little vi to illustrate the problem.
    The two sub .vi's I'm including with the main .vi are simply the renamed Version 6.1 and Version 7 "open specific workbook" .vi's. The main .vi was made in Version 7. All the other sub .vi's are V 7.
    On my PC (Windows 2000 and Excel 2000) when the switch is set to "Version 6.1" it consistenly runs fine, set to "Version 7" it consistently fails.
    I am very stumped! I've gone so far as to copy the V7 .llb from a different installation just in case something got corrupted somehow.
    Attachments:
    ExcelError.vi ‏44 KB
    Open_Specific_WorkBookV6.vi ‏37 KB
    Open_Specific_WorkBookV7.vi ‏37 KB

  • Error while installing SAP 4.7 using  Oracle on windows 2000 Server

    Hi friends,
    I am installing 4.7 SAP R/3 SR1 Server on Windows 2000 SP4. The installation of Oracle DB, Patch for Oracle 9.2.0.2.1, and Central instance were successful.
    The Database instance fails at phase 16 of 34 (DB creation) with the following error message
    WARNING 2007-01-11 11:10:49
    Execution of the command "C:\oracle\RQ8\920/bin/oradim -NEW -SID RQ8 -STARTMODE manual -SRVCSTART system" finished with return code 35. Output: DIM-00035: You have entered and invalid option for the -EDIT command
    ERROR 2007-01-11 11:10:49
    CJS-00095  Error return code.<br>DIAGNOSIS: Return code 35 of executable C:\oracle\RQ8\920/bin/oradim indicates an error.<br>SOLUTION: See log file oradim.log for details.
    The content of oradim.log is:
    DIM-00035: You have entered and invalid option for the -EDIT command
    I have reviewed all the install notes, tried to upgrade to 9.2.0.4.1, and repeated the install several times but nothing works.
    Regards,
    Praveen

    hi geeks..
    i am having some Data in SAP 4.6 C and here Oracle 8i is the database instance .
    Now i am installing 4.7 E in another system and i want to use the same database (4.6 C)where all of my data is there and i hv to use the Oracle 9i this time.
    Can i directly copy the database directly from 4.6 C and give the path while installing 4.7 E
    Whether this will work here ???
    Pls let me know the solution for this.......
    Solution will be rewarded..
    Thanks in Advance,
    Srini.

  • Error while installing CRM 4.0 SR1 with Oracle 10.2 on Windows 2000 Server

    Hi.. I'm getting error messages in the Database Instance phase, while installing <b>CRM 4.0 SR1 with Oracle 10.2</b> on Windows 2000 Server. Following are message snippets with last few lines showing error message:
    <b>SAPSSEXC.log</b>
    [code](DB) INFO: REPOSRC~0 created
    (DB) INFO: REPOTEXT created
    DbSl Trace: ORA-4031 occured when executing SQL statement (parse error offset = 0)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "REPOTEXT"
      (SQL error 4031)
      error message returned by DbSl:
    ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select name,intcol#,segcol#,...","Typecheck","opndef:qkexrAddMatching1")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144208
    [/code]
    <b>SAPAPPL2.log</b>
    [code](DB) INFO: SMOT413~0 created
    (DB) INFO: SMOT413~R04 created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 31)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "SMOT413~R05" ON "SMOT413" ( "MANDT" , "ERSKZ"  ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000040K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","select owner#,name,namespace...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144207
    [/code]
    <b>SAPSLEXC.log</b>
    [code]DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): WE8DEC
    (DB) INFO: CO2MAP created
    (IMP) INFO: import of CO2MAP completed (0 rows)
    (DB) INFO: CO2MAP~0 created
    (DB) INFO: CO2MAP~IDX created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
    (DB) ERROR: DDL statement failed
    (CREATE TABLE "CO2MAPINF" ( "SRCID" VARCHAR2(30) DEFAULT ' ' NOT NULL , "METHID" VARCHAR2(1) DEFAULT ' ' NOT NULL , "APPLNAME" VARCHAR2(30) DEFAULT ' ' NOT NULL , "PAGEKEY" VARCHAR2(70) DEFAULT ' ' NOT NULL , "ID" NUMBER(10) DEFAULT 0 NOT NULL , "LANGUAGE" VARCHAR2(1) DEFAULT ' ' NOT NULL , "NAMESPACE" VARCHAR2(30) DEFAULT ' ' NOT NULL  ) TABLESPACE PSAPCRM620 STORAGE (INITIAL 16384 NEXT 0000000640K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-04031: unable to allocate 84 bytes of shared memory ("shared pool","select ts#,file#,block#,nvl(...","Typecheck","opndef:qkexrAddMatching1")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144742
    [/code]
    <b>SAPSDIC.log</b>
    [code](DB) INFO: TNMAP~0 created
    (DB) INFO: TODIR created
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 0)
    (IMP) ERROR: DbSlExeModify/DbSlLobPutPiece failed
      rc = 99, table "TODIR"
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
    [/code]
    <b>SAPSDOCU.log</b>
    [code](DB) INFO: TLSY3~0 created
    (DB) INFO: TLSY5 created
    (IMP) INFO: import of TLSY5 completed (3 rows)
    DbSl Trace: ORA-604 occured when executing SQL statement (parse error offset = 33)
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "TLSY5~0" ON "TLSY5" ( "LANGU", "REL", "OLD_REL", "IMP_DATE" ) TABLESPACE PSAPCRM STORAGE (INITIAL 16384 NEXT 0000000080K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) )
    DbSlExecute: rc = 99
      (SQL error 604)
      error message returned by DbSl:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 4108 bytes of shared memory ("shared pool","update seg$ set type#=:4,blo...","Typecheck","seg:kggfaAllocSeg")
    (DB) INFO: disconnected from DB
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: job finished with 1 error(s)
    C:\usr\sap\CRM\SYS\exe\run/R3load.exe: END OF LOG: 20121102144811
    [/code]
    I am not sure but I think the problem is with the allocated shared memory size, which right now is:
    <b>init.ora</b>
    [code]shared_pool_size = 67108864[/code]
    <b>init<SID>.ora</b>
    [code]shared_pool_size = 90112000
    shared_pool_reserved_size = 9011200
    [/code]
    If this is the cause of the problem then how much should i increase it to? and do i need to modify the size in both files or only init<SID>.ora? Is there any SAP Note related to this problem? Thanks.
    Regards,

    Hi Vasu,
    ORA-4031... for 99%  of cases this means one thing:
    the database instance is not configured correctly.
    To proceed, do the following:
    1. get rid of init.ora (it's not used at all)
    2. make sure that the init<sid>.ora file is really used.
       If there is a spfile in the %ORACLE_HOME&/database folder
       then this will be used.
    3. With your  configured shared pool of 85MB your memory should really not be filled up - anyhow it's really too small for a SAP system!
    Thus I'd check how much memory the other sga-area members (buffer cache, large pool, streams pool, java pool...) take up.
        Remember on Windows 32 Bit, everything runs in one single process that can only allocate 2GB (or 3GB if you've set this option).
    See note:
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=869006&_NLANG=E">#869006 - Composite SAP note: ORA-04031</a>
    for more on this.
    And when you're setting up parameters anyway, check note
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830576&_NLANG=E">#830576 - Parameter recommendations for Oracle 10g</a>
    KR Lars

  • 9iFS R2 on Windows 2000 repeated install failure - help !!

    Hi All,
    here is a desperate plea for help with 9iFS R2 on Windows 2000, service pack 2, the story so far ....
    1) clean install of windows 2000 with service pack 2, network configured and working.
    2) install Oracle 9i R2 database and configure tnsnames.ora and sqlnet.ora as per the oracle by example documents for R2
    3) reboot machine and all service come up fine
    4) install Oracle 9i R2 Application Service with option A to just install web server and cache stuff. This is installed in its own oracle home, all seems fine, reboot the machine.
    5) all the services come up fine ( so far so good eh !! )
    6) follow the pre-installation for 9iFS R2 ( as per the solaris install notes as i can't find any windows specific ones ). This includes the creation of a tnsnames.ora file in 9iashome\9ifs\network\admin, checking of the configuration required for 9iFS, all seems fine. Reboot the machine and all services come up fine.
    7) start the 9iFS install, this is installed into the 9ias home as per the instruction. Install proceeds, enter config information, various connection tests are performed ok, and then we get to the 'configuring oracle 9iFS' screen which has a whole load of tasks which the installer then works its way through. When it gets to the 'executing setup scripts' option ( second from bottom ) it immediately throws a java exception, about 'file access denied', 'unable to create ifs directory' with no error code or anything else. The configuration screen then exits, and says installation complete successfully ! As you can imagine it hasnt, and nothing is configured. I have repeated this 4 full times now, reading the oracle install docs very carefully. Same thing every time. However, and this is the strange part. If at that point, I uninsall 9iFS using the oracle installer, and then try and reinstall 9iFS again, when it gets to the section of where to create the schema, and i tell it the same IFSSYS as the one created previously, it will then warn me its going to delete it and create a new one with the same name. I select 'yes' create it again and this time the install completes with no errors ! Hurray you think, ahhhh BUT....
    8) reboot the machine, start up the browser to point at the local machine port 1810, and log in successfully. Then select the node on port 15x41 ( sorry cant quite remember port number ) as per the post installation docs, and told to 'launch it'. This i do, providing the administration account user name and password which has been used to install everything so far. Explorer sits for about 60 seconds then returns to the screen with the portal node still down. I have tried starting the node and domain to no avail, both fail to start with no reason for the failure and nothing in the 9iFS\logs to explain whats failing - sigh.
    OK the questions
    1) why do i initially get this file access denied problem so failing the install - is this a known windows problem ?
    2) When i do get the install to complete by reinstall 9iFS and rebuilding the schema can I not then start the node or domain ?
    In effect I am installing all these on a single machine with 1 Gig of memory for evaluation and prototyping as a possible Document Management System which we can build custom solutions upon. With being unable to install it at all we are at a total loss. Can some one save my sanity and remaining hair and offer some help/suggestions as to why this is not working ?
    best regards
    Tom

    Thomas,
    thanks for your hints, it helped me quite well getting iFS installed on my machine! But when I try to start iFS from the administration GUI I do have excactly the same problem like you:
    start up the browser to point at the local machine port 1810,
    and log in successfully. Then select the node on port 15x41
    as per the post installation docs, and told to 'launch it'.
    This i do, providing the administration account user name and
    password which has been used to install everything so far.
    Explorer sits for about 60 seconds then returns to the screen
    with the portal node still down. I have tried starting the
    node and domain to no avail, both fail to start with no reason
    for the failure and nothing in the 9iFS\logs to explain whats
    failing - sigh.At first my thought was iAS might have problems with special characters in the admin's name or password (due to security guidelines we had to change the admin's name). But also with alphanumeric name and password it doesn't work.
    Furthermore, also starting iFS using the BATch files doesn't work always. The services seem to start up correctly, but I'm not able to connect via share, FTP, HTTP or anything.
    It got worse when I accidently called "ifsundeployear.bat": after that I no longer was able to redeploy the iFS's EAR, I only get error messages complaining inconsistency between local config files and the repository. Logfiles didn't help at all. So at the moment I'm reinstalling everything once more, sigh.
    Did ANYONE get iFS started the way it's supposed to be under Windows 2000?
    +Lutz                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Oracle 8.1.7 on windows 2000 don't start automatic :(

    Why Oracle 8.1.7 don't start automatic on windows 2000 :(
    Services
    Oracleora3Agent
    Oracleora3DataGatherer
    Oracleora3TNSListener
    OracleServiceORA3
    are started autamatic. (ora3 is SID)
    if I execute command "startup open" in Server Manager (svrmgrl), then DataBase started

    I've got the same problem.
    However, I've found that if I set the OracleServiceXXX startup to manual, If I then issue a net start statement it works OK.
    i.e NET START OracleServiceXXX
    Hope this helps.

Maybe you are looking for

  • Acobat Reader no longer working

    I have the latest version of Acrobat Reader was working fine before, but after loading Powerpoint, Reader no longer works, tried reinstalling and message says unable to install Any ideas or suggestion? 20" iMac (Intel)   Mac OS X (10.4.7)  

  • Making templates with FLASH .swf's?

    Hi all, I'd like to have a common flash header (that loads only once). I originally wanted to use SSI, but my host does not support SSI on the [cheaper] plan that I am on. So, I tried making a template, but it doesn't load the flash header. It loads

  • How do i save a picture on my,iPad from an email that was sent to me

    How do I save a picture on my iPad  from an email that was sent to me

  • Folder Action + Move Finder Items = Zero KB files

    I've got a folder action set that is supposed to run the Automator Action "Move Finder Items" on any file that gets placed in a specific folder (called "Folder A") and move it to "Folder B". I'm having an issue with larger files though. As soon as I

  • Changing pdf templates

    i have several hundered PDFs that I need to update the copyright information on as well as add our updated company logo. I only have the PDFs, none of the original source files (Word or InDesign). Ideally i would just be able to run a batch process t