JRE v 1.6.0_21 on Windows XP and Windows Vista

I run an applet on JRE v 1.6.0_21 on Windows XP and Windows Vista, and it behaves differently on these 2 platforms. There is a servlet that sends date information using java.sql.date and the applet that receives these dates casts the date into java.util.date. (That can be corrected, and I just want to know if there are others who might be experiencing this behavior.)
On Windows XP with Internet Explorer v7, the date is displayed correctly by the applet. With Vista and Internet Explorer v7, the date displayed is one day before. My theory is in Vista the date with 0000 timestamp is considered the day before, while in XP a date with timestamp (all zeroes) is displayed as that date. When does a new day start - is it exactly at break of midnight, or a split second later? Seems like one would get 2 different answers from Vista and XP. Any thoughts? Thanks.

Appears to me like this issue is related to:
http://forums.sun.com/thread.jspa?threadID=5353667
My Windows XP box shows timezone = America/New_York while my Windows Vista shows timezone = GMT-05:00 with 'Automatically adjust clock for DST' already checked. Should be the same right? Possible that JRE is not reading the adjust clock for DST setting?
On Vista, when I set -Duser.timezone=America/New_York for the JRE settings in Java Control Panel, the applet behaves as I expected. Thanks.

Similar Messages

  • JRE bug or Windows Vista error?

    Hi everybody. I have a problem with the report generation. I'm using HSQLDB 1.8 as dbms. I am using Hibernate too but I am using a JDBC connection for the reports. I designed some reports with iReport 4.0. I have two types of reports in my application, the first type prints invoices and the second type prints sales reports.
    For the second type I need to include dates (using this notation '2011-1-1') in the WHERE statement. This kind of reports produces an exception but not the first type. This is the message when I request a sales report (I deleted some lines):
    net.sf.jasperreports.engine.JRException: Error executing SQL statement for : salescake
    at net.sf.jasperreports.engine.query.JRJdbcQueryExecu ter.create Datasource(JRJdbcQueryExecuter.java:169)
    at net.sf.jasperreports.engine.fill.JRFillDataset.cre ateQueryDa tasource(JRFillDataset.java:684)
    at net.sf.jasperreports.engine.fill.JRFillDataset.ini tDatasourc e(JRFillDataset.java:605)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.setP arameters( JRBaseFiller.java:1281)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill (JRBaseFil ler.java:901)
    at net.sf.jasperreports.engine.fill.JRBaseFiller.fill (JRBaseFil ler.java:845)
    at net.sf.jasperreports.engine.fill.JRFiller.fillRepo rt(JRFille r.java:58)
    at net.sf.jasperreports.engine.JasperFillManager.fill Report(Jas perFillManager.java:417)
    at net.sf.jasperreports.engine.JasperFillManager.fill Report(Jas perFillManager.java:247)
    at com.reports.SalesByCustomerReport.showReport(Sales ByCustomer Report.java:24)
    at com.presentation.SalesByCustomerInternalFrame.view InvoiceBut tonActionPerformed(SalesByCustomerInternalFrame.ja va:231)
    at com.presentation.SalesByCustomerInternalFrame.acce ss$100(Sal esByCustomerInternalFrame.java:17)
    at com.presentation.SalesByCustomerInternalFrame$2.ac tionPerfor med(SalesByCustomerInternalFrame.java:87)
    at javax.swing.AbstractButton.fireActionPerformed(Unk nown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed (Unknown Source)
    Caused by: java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentException in statement [select I.INVOICE_NUMBER, I.SALE_DATE,I.CONSIGNEE,I.DESTINATION_COUNTRY,I.DE LIVERY_CON DITIONS,P.TARIFF_ENTRY,P.LOT,P.DRY_NET_WEIGHT,I.TO TAL
    from INVOICE I, PRODUCT P
    where I.INVOICE_ID=P.INVOICE_ID and I.CONSIGNEE='CONSORCIO MINERO S. A.' and I.SALE_DATE>='2011-1-20' and I.SALE_DATE<='2011-14-20' ]
    at org.hsqldb.jdbc.Util.throwError(Unknown Source)
    at org.hsqldb.jdbc.jdbcPreparedStatement.executeQuery (Unknown Source)
    at net.sf.jasperreports.engine.query.JRJdbcQueryExecu ter.create Datasource(JRJdbcQueryExecuter.java:163)
    ... 48 more
    I tested this query in the HSQLDB utility and it is correct. I am thinking that the problem could be the JRE, I am using this one:
    C:\Program Files\Java\jre6\bin>java -version
    java version "1.6.0_24"
    Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
    Java HotSpot(TM) Client VM (build 19.1-b02, mixed mode, sharing)
    As you can see, my Windows Vista pc can't recognize the java command so I have to call it specifically from the directory where it is located. Maybe the problem is that I am using Windows Vista (I know it sucks but I had no time to change it).
    When I copy my program to my Windows XP computer it works fine. All the reports are shown correctly. This pc has this JRE:
    C:\Documents and Settings\Manuel & Juancho>java -version
    java version "1.6.0_01"
    Java(TM) SE Runtime Environment (build 1.6.0_01-b06)
    Java HotSpot(TM) Client VM (build 1.6.0_01-b06, mixed mode, sharing)
    There is no problem to recognize the java command.
    Let me tell you something. Is it possible that HSQLDB or iReport can delete the database content? It happened to me. I was designing my last report and a "No pages in document" message was shown. I thought that I was wrong. Finally I checked the database and there was no data! What is the problem?
    Please help me.
    Thanks in advance.

    853741 wrote:
    For the second type I need to include dates (using this notation '2011-1-1') No, you should not be using any notation. Presumably it's a DATE or DATETIME column. So you use a PreparedStatement's setDate() or setTimestamp() method.
    in the WHERE statement. This kind of reports produces an exception but not the first type. This is the message when I request a sales report (I deleted some line
    Caused by: java.sql.SQLException: Wrong data type: java.lang.IllegalArgumentExceptionI expect that kind of error would be less likely with PreparedStatements.
    I tested this query in the HSQLDB utility and it is correct. I am thinking that the problem could be the JREAs already pointed out, for something so trivial, it's extremely unlikely that you've uncovered a JRE bug.
    As you can see, my Windows Vista pc can't recognize the java command Because you haven't set up your PATH correctly.

  • JRE 1.4.2_01 dies in Windows XP

    We have several developers who recently upgraded to the JRE for 1.4.2_01 on Windows XP. I for instance upgraded yesterday from 1.4.0. For some reason, it all the sudden has started crashing the moment it tries to load an applet. It goes down and takes the browser with it with no warning and no error message (and Dr. Watson doesn't catch anything either). This affects both IE 6 and Netscape 7.1, and probably any other browser too (but that's all I have installed).
    Has anyone else seen something like this? Maybe know a workaround or maybe the existence of some error logs I don't know about?
    As a side note, if you reboot it clears up temporarily but will only allow one or two applet loads before it goes down. I did not see anything like this running 1.4.2 on other machines. Just once we upgraded to 1.4.2_01.
    Thanks!

    See http://forum.java.sun.com/thread.jsp?forum=30&thread=452599 for more information.

  • Distribution of Java JRE on Windows Vista Ultimate x64

    The automatic update of the Java JRE on my Windows Vista Ultimate x64 system often comes up saying a new update is available but then as soon as I go ahead to install it, the update tells me that the particular version of the JRE is already installed.
    How can this automatic update bug for new JRE installations be fixed.

    Uninstall the software cleanly via the "Add or Remove programs" panel, then run another install. The breakdown is in the licensing system, not the application itself. Do not run the clean scripts until you have attempted this. If it still fails, then indeed a call to Adobe tech might do wonders...
    Beste Grüße
    Mylenium

  • Unable to install JRE 6u24 at Windows Vista 64 bit

    Hej
    When I start I see a dilalog window popup and then it is removed imeediately. I am not able to see the text. Then nothing happens. When I go through all running processes I see that 3 instances of msiexec.exe have started. One of them takes 13% of the CPU and will run for ever.
    Any suggestions?
    Regards
    Anders

    Do the following:
    1. Ensure that you are a member of the Windows Administrators group. If not, you will not be able to perform the installation.
    2. Ensure that any previous attempts to install have been terminated (refer to the Task Manager)
    3. Decrease or disable UAC. Refer to http://windows.microsoft.com/en-US/windows-vista/Turn-User-Account-Control-on-or-off
    4. Once you have completed the above (reboot may be necessary), right mouse click on the JRE installable you downloaded (i.e. jre-6u24-windows-i586.exe). Select "Run as Administrator"
    Be sure to do this from the local machine and not a remote machine. For example do not do this using VNC, Remote Desktop Sharing, ect.
    Also, if you have older JRE versions installed, I would recommend uninstalling them and rebooting first.

  • Officially supported JRE for Windows Vista

    Hi,
    Please let me know the officially supported JRE/JDK version for Windows Vista. Does JDK1.4.2 _XX supports Windows Vista?
    Regards,
    Raj

    I think the real question is does ANYTHING workon
    Vista?Well, my java code works fine on Vista, as an
    application, and as an applet, developed using
    eclipse, also running on Vista.
    So clearly, SOMETHING does run on Vista, and works
    very nicely thank you!Wow, you should call Microsoft. I'm sure they offer a
    prize for the first app to run on Vista. Sorry, I'm
    being cynical today. Anyway, every person I know
    that's upgraded to Vista is real, real sorry.
    Existing software and hardware no longer working is
    the biggest problem.Yeah, today I was on Microsoft's side, but that is not the normal 'me'!
    However, Vista does look gr8, and if you only run 1. my app (www.j2e.com), 2. Eclipse, and 3. browsers, Vista doesn't seem to break!

  • Distribution of JRE on Windows Vista Ultimate x64

    The automatic update of the JRE on my Windows Vista Ultimate x64 system often comes up saying a new update is available but then as soon as I go ahead to install it, the update tells me that the particular version of the JRE is already installed.
    How can this automatic update bug for new JRE installations be fixed.

    iTunes cannot work if Quicktime doesn't, so that has to be fixed first.
    Have you ever installed any of the following:
    ACE & K-Lite mega codecs package, QT alternative, Storm codec, WinAVI video converter
    If so the must be uninstalled.
    Then or if you don't have them then continue with this;
    Download the version of QUicktime that does not include iTunes:
    http://www.apple.com/quicktime/download/win.html
    Remove Quicktime using the method for QUicktime in this article:
    XP
    http://support.apple.com/kb/HT1925
    Vista
    http://support.apple.com/kb/HT1923
    When you get to the system32 folder, you can delete any file or folder with Quicktime in the name.
    Restart your PC and then install the Quicktime you just downloaded.
    Check to see if it works and if it does try iTunes.

  • Install R12 on a Virtual Machine hosted on Windows Vista

    I wanted to install Oracle EBS R12.1.1 on Windows Vista Home Premium 64-bit but used to get .\jre\nt\1.6.0\bin\java error. Hussein Sawwan
    helped and said that this is not certified. He adviced me to create a VMWare Server. Following is my experience. I hope it is helpful. Any
    suggestions, additions are more than welcome. Thanks to all who helpmed me especially Hussein Sawwan, Helios, Gareth Roberts.
    I used to get .\jre\nt\1.6.0\bin\java error after the installation would zoom through 33%. That was because my staging area was not correct. The staging area should be just next to c:\ or whatever be the root directory (or drive). No space or special characters in folder name. My current structure is as follows:
    c:\r12stage. Under r12stage I have following folders and subfolders
    oraAppDB -- 49 Disks
    oraApps -- 11 Disks
    oraAS -- 3 Disks (This comes from the Rapid Install Tools)
    oraDB -- 5 Disks
    startCD -- 1 Disk plus other folders. Just copy startcd from the unzipped download and paste to r12stage area.
    I then created a virtual machine using VMWare Server (free download but need to register to get the serial number). Because I installed
    vmware server on Vista Home Premium 64 bit Host OS, I have to boot my machine by pressing F8 and then select Disable Digital Signature
    Enformcement. Thanks to Gareth Roberts for this tip. Create a vm and install Windows 2003 by selecting the .img file (first cd) by selecting Use ISO image and then path of the windows 2003 cd 1 (zipped file). start the virtual machine, that will install windows 2003 and then ask for location of 2nd cd. On the host machine, where the second win 2003 zip file resides, unzip the second zip file and name the folder as cd2. share this folder to the __vmware_user__ and from the virtual machine, map network drive to \\hostmachinename\cd2. Select this as the location of cd2 and complete the installation. Install MKS Toolkit from http://cygwin.com/ and visual c++ from Microsoft website. for information on this please refer to the following URL. Thanks to Muhammad Habib
    http://mhabib.wordpress.com/2007/03/14/installing-oracle-applications-e-bussiness-11i-on-windows-xp/
    After installation is done and Windows Update is run, share the r12stage directory on the host machine to the vmuser and launch rapidwiz.cmd from the command prompt and follow the instruction. For internet connection from the VM use Ethernet as NAT.
    If the installation errors halfway through, clean up your VM by following instructions in document id 292424.1 in MetaLink. If you dont have access to Metalink then I summarize the steps briefly over here.
    Launch the Registry Editor.
    Navigate to the HKEY_LOCAL_MACHINE\Software key.
    Select the Apache Group subkey and delete it.
    Select the Oracle subkey and delete it.
    Navigate to the HKEY_LOCAL_MACHINE\System\Current Control Set\Services.
    Carefully select and delete each service beginning with Oracle. For example, delete "Oracle Apache Server PROD_<nodename>".
    When you are finished, exit the Registry Editor.
    Navigate to the Environment Variables editing screen according to your system setup. For example, right-click My Computer and select
    Properties. From the Advanced tab, click the Environment Variables button.
    Select the following system variables if created during the failed installation, and delete them: DISCO_JRE, DISCO_VBROKER, JSERV,
    VBROKER_JAVAVM, VBROKER_TAG, WV_GATEWAY.
    Select the Path variable, but do not delete it. Carefully edit it and remove any component with "Oracle" in the name, or that otherwise
    references the failed install. For example, delete "E:\11.5.10\test\visora\8.0.6\bin;".
    Save and exit System Properties.
    Open a command window and navigate to the C:\Program Files\ directory. Delete the Oracle subdirectory.
    If your Oracle Inventory directory was not C:\Program Files\Oracle\Inventory and was therefore not deleted in the previous step, locate it
    and delete it.
    Restart your machine
    It is now safe to remove the Oracle filesystem that was partially installed during the failed installation. Go to the base install directory,
    or top-level directory under which you installed either the Database Server (DATA, DB) or the Applications Tier Server (APPL, ORA, COMN)
    directories, or both. Note that you may choose to rename a directory before you delete it. This allows you to use the same directory name and start a new installation even before you finish the delete filesystem operation. For example, if you placed your filesystem in a "test" directory under
    "E:\11.5.10":
    C:\> E:
    E:\> cd 11.5.10
    E:\> rename test oldtest
    E:\> del /s /q oldtest
    In another window:
    C:\> cd <stage install directory>
    Q:\> rapidwiz.cmd
    After cleaning up if you still get error like RW-50004: Error Code received when running external process. Check log file for
    details. Running database Install driver for VIS instance, after 13% complte step 1 of 5 then I suggest that you re-create the machine and follow the above steps again. Including installing win 2003, mks tool kit , vc++, etc. It will be a success.
    Starting concurrent manager takes up enormous memory and slows down everything, so if you dont need it then dont ever start it. APPS password is apps and sysadmin user is sysadmin.
    Good luck.
    Mahesh Acharya

    I had Vista 64-bit machine, installed Ubuntu in VMWare. Installed Oracle apps on 32-bit Ubuntu under VMware and was able to access Oracle apps. But, it is very very slow. It hangs sometimes and takes 15-20mins to display Ubuntu screens. Am I missing something here. I have a 4GB RAM and VMWare can not use all the 4GB. It may be using 2GB of 4GB. Am I missing something?

  • Installing SAPNWABAP701SR1_TRIAL on Windows Vista - Error

    Hi,
    i have problems to install MiniSap on Windows Vista.
    Can you help me ?
    here ist the installation log.
    program is starting... Please wait!
    guiengine: call to bind() for socket 21200 484 failed . No such file or directory
    Starting GUIServer using:
      SAPinst port  : 21201
      GUIServer port: 21211
      HTTP port     : 4238
      GUI autostart : on
      GUI mode      : normal
      command       : "C:/Users/ULRICH1.HNP/AppData/Local/Temp/sapinst_exe.4528.1301139212/jre/binjava.exe" -cp "C:/Users/ULRICH1.HNP/AppData/Local/Temp/sapinst_exe.4528.1301139212jarinstgui.jar" -Xmx256M -Dsun.java2d.noddraw=true -Dsap.env.var.javahome=SAPINST_JRE_HOME SDTGui sapinst host=localhost port=21201 -nolock
    load resource pool D:DownloadssapSAPNWABAP701SR1_TRIALSAP_NetWeaver701SR1_2008_Installation_MasterIM_WINDOWS_I386
    esourcepool.xml
    guiengine: No GUI server connected; waiting for a connection on host HNPC1, port 21201 to continue with the installation
    Mar 26, 2011 11:34:20 AM : *************************
    Mar 26, 2011 11:34:20 AM : Starting Server
    Mar 26, 2011 11:34:20 AM : Reading server configuration.
    Mar 26, 2011 11:34:21 AM : Reading service configuration SAPinstService.
    Mar 26, 2011 11:34:21 AM : Configuring LogManager ...
    Mar 26, 2011 11:34:21 AM : *************************************************
    Mar 26, 2011 11:34:21 AM : Starting SL Controller ...
    Mar 26, 2011 11:34:21 AM : StorageService switched off.
    Mar 26, 2011 11:34:21 AM : Initializing SecurityManager ...
    Mar 26, 2011 11:34:21 AM : Key Store management switched off.
    Mar 26, 2011 11:34:21 AM : Configuring HTTPManager ...
    Mar 26, 2011 11:34:21 AM : WebstartService switched off.
    Mar 26, 2011 11:34:21 AM : RoleService switched off.
    Mar 26, 2011 11:34:21 AM : AlertService switched off.
    Mar 26, 2011 11:34:21 AM : NotesService switched off.
    Mar 26, 2011 11:34:21 AM : ProcessService switched off.
    Mar 26, 2011 11:34:21 AM : Starting MIDService ...
    Mar 26, 2011 11:34:21 AM : Starting FileService ...
    Mar 26, 2011 11:34:21 AM : LogService switched off.
    Mar 26, 2011 11:34:21 AM : MailService switched off.
    Mar 26, 2011 11:34:21 AM : Starting services ...
    Mar 26, 2011 11:34:21 AM : Starting service "SAPinstService" ...
    Mar 26, 2011 11:34:21 AM : Service "SAPinstService" started
    Mar 26, 2011 11:34:21 AM : Services started.
    Mar 26, 2011 11:34:21 AM : Starting HTTP server listening on port 4239 ...
    Mar 26, 2011 11:34:21 AM : HTTP server started.
    Mar 26, 2011 11:34:21 AM : SL Controller started.
    Mar 26, 2011 11:34:21 AM : Starting GUI ...
    guiengine: 2011-03-26 12:34:24 Login successful
    Mar 26, 2011 11:34:25 AM : GUI started.
    INFO       2011-03-26 12:34:18.735 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:18.735 synxcfile.cpp:177
               CSyFileImpl::remove()
    Removing file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:42.435 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRALx.
    INFO       2011-03-26 12:34:42.435 synxcfile.cpp:177
               CSyFileImpl::remove()
    Removing file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRALx.
    INFO       2011-03-26 12:34:45.274 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:45.274 synxcfile.cpp:177
               CSyFileImpl::remove()
    Removing file C:Program Filessapinst_instdirx.
    INFO       2011-03-26 12:34:47.255 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.6.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.6.xml'.
    INFO       2011-03-26 12:34:47.692 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.7.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.7.xml'.
    WARNING    2011-03-26 12:34:48.550 synxcpath.cpp:912
               CSyPath::getOSNodeType(bool )
    Unable to get information about path
    LABEL.ASC using GetVolumeInformation. Operating system error message: Der angegebene Pfadname ist ungültig.
    INFO       2011-03-26 12:34:53.464 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.4.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.4.xml'.
    INFO       2011-03-26 12:34:53.480 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.5.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/inifile.5.xml'.
    INFO       2011-03-26 12:34:53.636 sixxcstepexecute.cpp:388
    Execute step
    Component  W2K_ServicePack_Check|ind|ind|ind|ind
    Preprocess  of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_First_Steps|ind|ind|ind|ind|1|0|W2K_ServicePack_Check|ind|ind|ind|ind|2|0
    INFO       2011-03-26 12:34:59.891 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.3.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.3.xml'.
    INFO       2011-03-26 12:34:59.907 synxcfile.cpp:493
               CSyFileImpl::copy(const CSyPath & C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.8.xml, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const 
    Copied file 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.xml' to 'C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/statistic.8.xml'.
    INFO       2011-03-26 12:34:59.923 sixxcstepexecute.cpp:790
    Execute step verifyPolicy of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|0|0
    INFO       2011-03-26 12:34:59.954 sixxcstepexecute.cpp:790
    Execute step setNWOption of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|0|0
    WARNING    2011-03-26 12:35:00.032
               CJSlibModule::writeWarning_impl()
    Could not determine a valid JAVA_HOME directory from the environment.
    INFO       2011-03-26 12:35:00.94 sixxcstepexecute.cpp:790
    Execute step collect of component |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0
    WARNING    2011-03-26 12:35:00.188 ianxcreghelper.cpp:235
               CNTRegistryKey::CNTRegistryKey(., HKEY_LOCAL_MACHINE, SYSTEMCurrentControlSetServicesBHDrvx86, ...)
    Error 5 (Zugriff verweigert
    ) in execution of a 'RegOpenKeyEx' function, line (81), with parameter (SYSTEMCurrentControlSetServicesBHDrvx86).
    WARNING    2011-03-26 12:35:00.188 ianxcreghelper.cpp:469
               CNTRegistryKey::CNTRegistryKey(., HKEY_LOCAL_MACHINE, SYSTEMCurrentControlSetServicesBHDrvx86, ...)
    The subkey 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBHDrvx86' does not exist on the 'localhost' host.
    ERROR      2011-03-26 12:35:00.188
               CJSlibModule::writeError_impl()
    MOS-01185  The subkey 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBHDrvx86' does not exist on the 'localhost' host.
    ERROR      2011-03-26 12:35:00.188 sixxcstepexecute.cpp:950
    FCO-00011  The step collect with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect was executed with status ERROR ( Last error reported by the step :The subkey 'HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesBHDrvx86' does not exist on the 'localhost' host.).
    INFO       2011-03-26 12:35:23.479 sixxcstepexecute.cpp:1003
    An error occured and the user decided to stop.
    Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|1|0|collect".
    INFO       2011-03-26 12:35:33.868 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRALlistOfSupportFilesToBePacked.lst.
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/change.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/control.xml
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/controllerKdbClient.dmp
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/instana.xsl
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/keydb.xml
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/msiexec.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst.1.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst.2.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst_dev.1.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst_dev.2.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/sapinst_dev.log
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/start_dir.cd
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/stepKeydbClient.dmp
    a C:/Program Files/sapinst_instdir/NW701/AS-ABAP/ADA/CENTRAL/vcredist_x86.log
    a C:/Users/ULRICH~1.HNP/AppData/Local/Temp/sapinst_exe.4528.1301139212/dev_selfex.out
    a C:/Users/ULRICH~1.HNP/AppData/Local/Temp/sapinst_exe.4628.1301138799/dev_selfex.out
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/FileService.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/MIDService.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/SAPinstService.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/SDTServer.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.err
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.log
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.log.lck
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.out
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.trc
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/gui.trc.lck
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/server.err
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/server.out
    a C:/Users/Ulrich.HNPC1/.sdtgui/log/server.trc
    Abort execution because of
    controller.userDecideToStop
    INFO       2011-03-26 12:35:35.116 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdir.lastInstallationLocation.
    INFO       2011-03-26 12:35:35.132 synxcpath.cpp:776
               CSyPath::createFile()
    Creating file C:Program Filessapinst_instdirNW701AS-ABAPADACENTRAL__instana_tmp.xml.
    Mar 26, 2011 11:35:35 AM : Stopping services ...
    Mar 26, 2011 11:35:35 AM : Stopping service "SAPinstService" ...
    Mar 26, 2011 11:35:35 AM : Service "SAPinstService" stopped.
    Mar 26, 2011 11:35:35 AM : Services stopped.
    Mar 26, 2011 11:35:35 AM : Server shutdown by SAPinstService
    Exit status of child: 2

    SAPinst is having problems starting up.
    Please post the sapinst.log file from C:\Program Files\sapinst_dir
    Make sure you do the following.
    1.) Turn off Windows Firewall
    2.) Turn off UAC (http://www.petri.co.il/disable_uac_in_windows_vista.htm)
    3.) Install right version of JRE/JDK (1.4.2 Update 29)
    4.) Set the correct User Environment Variables (JAVA_HOME, SAPSYSTEMNAME)
    5.) Delete all SAP folders/contents in TEMP folder of your user profile (C:/Users/ULRICH~1.HNP/AppData/Local/Temp/.....).
    5.) Delete C:\Program Files\sapinst_dir\ folder.  This will be recreated when SAPinst starts again.
    Give this a shot and see what happens.
    Regards,
    Ravi

  • Installing OVI Suit on Windows Vista Enterprise di...

    Hy,
    I have a great problem with the OVI suit installation on a Windows Vista Enterprise 32Bit.
    Before i install ovi suit, there was the "Nokia PC Suit" on the PC this software is uninstalled now, and also i run the “Nokia_PC_Suite_Cleaner_7_1_1.exe“.
    Also i have browsed the Support Board and Google/Bing for solutions,
    But nothing of these entries can help me with this installation.
    OVI Suit version is actually downloaded yesterday (3.0.0.290).
    The installation stops at 1/3 of the normal run.
    I have tested the installation on 3 machines like the problem PC, without a problem.
    So i have no idea what i can do to run the installation to the end.
     Now I have started a new try to install the OVI Suit, and deleted before all Registry-Keys.
    By the way, is this really normal that the installation needs more than 120MB RAM?
    So it’s 16:30 at your site next business day is Monday, i hope you have all details and can help me.
    Greats from Austria
    Attachments:
    snipp.JPG ‏31 KB
    snipp2.JPG ‏24 KB

    Client Certifications
    OS Product Server Status Addtl. Info. Components Other Issues
    Vista SP1 12.0 N/A Certified None None Yes None
    Vista 12.0 N/A Certified None None Yes NoneIt is certified as a Client (Desktop) only. Means, you can access Oracle Apps 11i/R12 from a machine running Windows Vista, but it is not certified as Application/Database tiers.
    And also the below link from blogs.oracle.com says that R12 is certified with vista.
    http://blogs.oracle.com/stevenChan/2008/07/windows_vista_service_pack_1_certified_with_apps_1.html
    Release 12
    - Oracle Applications Release 12 with R12.ATG_PF.A.DELTA.3 (patch 6077669) or later
    - Microsoft Vista Service Pack 1 (SP1) desktop clients running Internet Explorer 7
    - Sun Java plug-in (JRE) 1.5.0_12 or later

  • Forms 10g installed and running on Windows Vista

    <font color=0000FF>Update 12-Dec-2008: </font>Oracle has published NOTE 559067.1 -- How to Install Developer Suite 10.1.2.0.2 - hence 10.1.2.3 - on Windows Vista, 24-OCT-2008 with some installation help.
    <font color=0000FF>Update 07-July-2008: </font> Added text at the bottom showing how to find patchsets for Forms 10g.
    <font color=0000FF>Update 29-May-2008: </font> This thread was started in November, 2007.  In January, 2008, Oracle released Patch 3 for Forms 10g, which makes Forms 10g compatible with Windows Vista.  As time permits I'll try to keep the information in this post up to date.   Updated information will be inserted <font color=0000FF>as blue text.
    </font>
    <font color=0000FF>Original message begins here:</font>
    This is a second thread I am posting to outline the steps I have used to install Forms on a Windows Vista Home Basic laptop.   The other thread describes installing Forms 6i:
          Forms 6i installed and running on Windows Vista
    Please read through the initial part of that post for the background.  I realize Oracle has not certified Forms 10g to run on Vista, but the time has come for my associates and I to upgrade our old computers to new desktop/laptop platforms, and I would hate to acquire XP machines and be stuck with them for the next 5 years.  <font color=0000FF>(Note: Since first posting this message, Oracle has certified Forms 10g Patch 3 (version 10.1.2.3.0) to run on Vista)</font>  So after another person informed me that he had Forms installed and running on Vista, I went ahead and bought one.  I found that as long as I set the compatibility mode to run Forms programs as Windows XP (and a few other changes), Forms 6i and 10g run quite satisfactorily.
    <font color=0000FF>Update 29-Jan-2008: </font> Unfortunately, it turns out that the Forms 10g Builder running on Vista <font color=0000FF>had</font> a major flaw:   If you try to develop a form, the Builder will crash if you try to compile a procedure that calls another procedure in the form that has errors.  The problem is reported and described in this thread:  Error compiling a form under Vista
    <font color=0000FF>Update 12-Mar-2008: </font> Installing Patch 3 on Vista does not help with this problem -- the Builder still crashes in the same situation.
    <font color=0000FF>Update 25-July-2008: </font> Applying Patch 7047034 has corrected the problem.   See this link within this thread:   Forms 10g: Installing Patch 7047034 on Windows Vista
    Webutil note:  I am stuck in a Forms 6i client/server world, so all my forms must run in that environment.   Therefore I have not used any Webutil software, and I do not know whether that part will run under Vista.
    Internet Explorer note:  On Windows Vista, IE CANNOT be used to run the Web Forms runtime.  It crashes immediately when you try to run a form.  Instead, I can use either Firefox (Firefox 2, Firefox 3.0 Crashes with Forms 10g) or Netscape, as long as they are set to disable java.  <font color=0000FF>[ Correction:   IE7 on Vista now runs the Forms 10g forms.   You just need to add "?config=jpi" to the browser URL when starting the Web Forms session.   More IE/Vista info: [url=http://forums.oracle.com/forums/thread.jspa?threadID=642973]Vista JInitiator Problem ]</font>
    The Oracle Developer Suite download page:
        http://www.oracle.com/technology/software/products/ids/index.html
    Oracle Developer Suite Installation Guide:
        http://download.oracle.com/docs/cd/B25016_07//doc/dl/core/B16012_04/toc.htm
    The steps below are those I followed to install Forms 10g (version 10.1.2.0.2)
    I.  Preliminary system changes in Windows
    When I started installing, I got the following error message:    Install has encountered an error while
        attempting to verify your virtual memory settings.
        Please verify that the sum of the initial sizes of
        the paging files is at least 256 MB.To fix this:  Go to Control Panel, System and Maintenance, View amount of RAM and processor speed (under "System"),
    Advanced system settings (in left "Tasks" column), Advanced tab, Settings (under "performance"), Advanced tab:
    Virtual Memory shows a "Total paging file size for all drives: 2337MB.
    Click "change", Uncheck "Automatically manage paging file size for all drives"
    Click "custom size:", set Initial size to: 2048, Max to 4096
    Click set button, then OK, get message:The changes you have made require you to restart your computer before
       they can take effect.Restart the computer.
    II.  Installing Forms 10g
    1.  Download two files from Oracle:
        ds_windows_x86_101202_disk1.zip (626,122,752 bytes)
        ds_windows_x86_101202_disk2.zip (236,880,881 bytes)
    2a.  Before extracting, it is a good idea to shut down any virus protection software.  It can sometimes prevent some files from being created.
    2b.  Extract both into the C:\oracle directory, as disk1 and disk2.
    3.  Using Windows Explorer, change the properties of setup.exe in the C:\oracle\disk1 folder.  (In windows explorer, right click, properties, Compatibility tab.)   Change the compatibility to run as Windows XP (Service Pack 2).
    4.  Right click setup.exe and click "Run as administrator"
    5.  Select "Installation type" = Complete (1.11 GB)
    6.  Received this message:Windows Firewall has blocked this program from
    accepting incoming network connections.  If you
    unblock this program, it will be unblocked on all
    public networks that you connect to.
    C:\users\steve\appdata\local\temp\orainstall...
      2007-10-29_11-59-08am\jre\1.4.2\bin\javaw.exeI clicked "Unblock"
    7.  Received this message:  "Provide outgoing mail server information"  I entered the smtp mail server that I use.
    8.  A summary screen displayed showing 274 products under New Installations.
    I clicked the Install button.
    9.   Received this message:  You can find a log of this install session at:
    C:\Program Files\Oracle\Inventory\logs\installActions2007.....log
    10.  The installation completed.  Installed products shows Forms 10.1.2.0.2
    III.  After the install completed
    1.  Create a shortcut to the Forms 10 Builder on the Desktop.
    On the shortcut line, after the .exe, add *userid=userxxx/pwxxx@orcl* so Builder automatically logs into 10g database.  If you do step 4 below (creating an easily-accessible folder to use for your forms) change the "Start in" path on the shortcut so it points to that folder.  Otherwise, Forms Builder will not find referenced objects and PLL libraries when it opens a form.  Also do the same on the Start, All Programs shortcut for the Forms Builder.
    Edit:  After applying Patch 3, the following steps are not necessary.
    Set its compatibility to Windows XP.
    Set checkbox: "Run this program as as an administrator."  (Without this, FormBuilder will NOT open a PLL library.)
    Click the "Show settings for all users" and change values there.
    2.  Copy "Start OC4J Instance" icon to desktop.
    Set its compatibility to Windows XP.
    The first time it runs, I got a Windows popup to unblock program named Java.  I clicked "Unblock".
    3.  tnsnames.ora:
    Rename C:\oracle\DevSuiteHome_1\network\admin\tnsnames.ora
    to:  tnsnames_orig.ora
    If you created a tnsnames.ora file for Forms 6i, just copy it to the path above.  If not, do this:
    Create a new tnsnames.ora file, copying entries old file on my old laptop, which contains all the connections I use.
    Delete the old laptop entry, replace with new entry for the new local ORCL connection on new laptop from tnsnames file renamed from the c:\oracle\... ...\10.2.0\db_1\ path.
    4.  Optional:  Create an easily accessible folder to store fmb files:
    C:\users\steve\.1\fmb10
    You don't really want to keep drilling into C:\oracle\DevSuiteHome_1\forms, and then find your .fmb file among the several dozen oracle-supplied files.
    To create a folder named .1, you have to open a CMD.exe (Windows DOS) window, and type the Make Directory command:
    MD .1
    That will create the folder within the current directory -- mine defaults to C:\users\steve
    Note:  If you also need to use Forms 6i like me, DO NOT EVER open a .fmb file in the Forms 10 Builder from the Forms 6i folder.  If you compile it, or even worse, save the .fmb, Forms 6i *cannot ever* access the file.  Instead, always use the File Manager (Windows Explorer) to copy the fmb from the fmb6 folder into the fmb10 location.
    5.  Change the Forms 10g Default.env file using a text editor.
    This file replaces all the settings originally written to the Windows Registry (GREAT idea, Oracle!  I hate the registry.)  No more Regedit.  The default.env file is located at: (DevSuiteHome_1 path)\forms\server\default.env
    Locate line with:  FORMS_PATH= and add:
        ;C:\users\steve\.1\fmb10
    Add a new line:
    FORMS_MMAP=FALSE
    The above allows compiling an fmx while the form is running.
    Add a new line:
    FORMS_ROWLOCK_OPTIMIZATION=FALSE
    (This fixes Oracle bug number 3949854, which prevents automatic skipping if the same value is typed over another value. TAR 4806199.993 Automatic Skip failure...)  See bug 4068896
    Add a new Line:
    FORMS_RESTRICT_ENTER_QUERY=False
    This allows use of Query-Where window in enter query, after entering a colon in any input field.  Without this, Forms returns FRM-40367: Invalid criteria in field nnn in example record.  Oracle shut it down to prevent "sql injection" attacks.
    6.  Jiniator setup:
    Run file jinit.exe in C:\oracle\DevSuiteHime_1\jinit\jinit.exe
    It installs Jinitiator 1.3.1.22.
    I installed it in C:\oracle\JInitiator 1.3.1.22\
    For Firefox, make sure a copy of file \bin\NPJinit13122.dll resides in   C:\Program Files\Mozilla Firefox\plugins.
    For Netscape, the path is:  C:\Program Files\Netscape\Navigator 9\plugins
    7.   Browser settings
    See the note above about using Firefox 2 and not Firefox 3!
    In Firefox 2 go to:  Tools-> Options-> Content
    Uncheck the "Enable Java" checkbox
    --Firefox terminates if this is not done!
    Note:  After my system automatically installed updates to either java or Firefox, re-check the "Enable Java" setting.  I am suspicious that one of these installs re-enables java in the browser.
    Also note:  some web sites cannot display properly if java is disabled.  Example:  U.S. time website: http://www.time.gov   Use Internet Explorer to view these.
    In Netscape make the same changes as Firefox.  Without disabling java, it also terminates when you try to run a form.
    Creating a url to use in the browser:
    Try this:
        http://127.0.0.1:8889/forms/frmservlet
    If it does not work, change the 8889 port number as follows:
    Open file:  C:\oracle\DevSuiteHome_1\install\portlist.ini
    Note the number in line:
    Oracle Developer Suite HTTP port = 8889
    Use the number as the port number.
    You can also change the 127.0.0.1 to the computer name:
    Control Panel, System and Maintenance, See the name of this computer (under "System").  Mine is "steve-PC"
    So the alternate URL is:     http://steve-PC:8889/forms/frmservlet
    To try out the URL, start the OC4J instance set up above.  Then start either Netscape or Firefox, and enter the URL.  You should get a welcome screen.
    If the above URL works, start up the Forms Builder, and open Edit, Preferences.  On the General tab, uncheck the "Build before running" check box (optional).  On the Runtime tab, set the "Application Server URL to the url above.
    To run a real form, add this to the URL after frmservlet, (with no spaces):
        ?form={formname}&userid={userxxx}/{passwordyyy}@{connect-string}
    but replace the parts in curly braces with the appropriate values.  Example:
        http://127.0.0.1:8889/forms/frmservlet?form=ABC&userid=abc123/zyx@orcl
    Setting up Forms Builder to directly run a form in the browser:
    Run the Forms Builder.  Go to Edit, Preferences, Runtime tab.
    Set the Application Server URL to:
        http://127.0.0.1:8889/forms/frmservlet
    (or use whatever URL string you developed above)
    Set the Web Browser Location to:
        "C:\Program Files\Netscape\Navigator 9\navigator.exe"
    (or an equivalent to run the Firefox browser).
    8.  FORMSWEB.CFG file changes
    The file is located at:
    C:\ORA_DS_101202\DevSuiteHome_1\forms\server\formsweb.cfg
    I changed the following two lines in the file, but these are my personal preferences:
    separateFrame=true
    lookandfeel=Generic
    9.  FMRWEB.RES file changes
    For Oracle help:  Enabling Key Mappings
    The file fmrweb.res defines actions (triggers that run) when a function key is pressed while running Forms.  The one released has unix-style key mapping, but I prefer keys originally mapped for Windows PC Forms users. There is a fmrpcweb.res in the same folder that can be renamed to fmrweb.res.
    In the C:\oracle\DevSuiteHome_1\forms path, I renamed fmrweb.res to fmrweb_orig.res.
    I have a file that I prefer to use, so I put it into the folder as fmrweb.res. The contents are listed below. It is organized so the most important keys are listed alphabetically at the top (URFD column is the sort column), followed by a group of less-important keys.  These are keys that are available to users, but they either would not use, or are disabled within most forms.  The URFD column in the second set starts with a hex A0 character, which is a high-order space, so collates after normal alphabetic characters.  (Note: If you want to copy the text below and use it, the hex A0 character has been changed by the forum software to a space. So you would need to use a text editor with hexadecimal character capabilities to replace the space with the original character. )
    My file has special keys defined for F2 (I use it for a debugging Key-F2 trigger in my forms), and a "Cursor to Home" F12 function. All the rest are pretty much the same as in the released fmrpcweb.res file, only mine are organized alphabetically on the URFD column.
    The Web Forms fmrweb.res file is editable using any programming editor (NOT MS Word!!!). The old Client/Server key mapping file, fmrusw.res, could only be changed using the Oracle Terminal program (and it is a pain to use).
    Here is the main part of my fmrweb.res file:#
    #Jfn :Jmn:  URKS            :Ffn :  URFD
    #    :   : (User-readable   :    : (User-readable
    #    :   :  Key-sequence )  :    :  function description)
    118  : 1 : "Shift F7"       : 74 : "Clear Form"
    121  : 0 : "F10"            : 36 : "Commit"
    117  : 0 : "F6"             : 65 : "Create Record"
    10   : 1 : "Shift Enter"    : 82 : "Cursor to Home" # sdsu uses this
    123  : 0 : "F12"            : 82 : "Cursor to Home" # sdsu uses this
                                        #: --Alt+Home works, but leaves the Action (first
                                        #: --pull-down menu item) highlighted.  Press Esc or
    36   : 8 : "Alt Home, then Alt" : 82 : "Cursor to Home" #-- Alt again to clear highlight.
    117  : 1 : "Shift F6"       : 63 : "Delete Record"
    119  : 0 : "F8"             : 77 : "Execute Query"
    120  : 0 : "F9"             : 29 : "List of Values"
    9    : 0 : "Tab"            : 1  : "Next Field"
    40   : 0 : "Down-Arrow"     : 7  : "Next Record"
    9    : 1 : "Shift Tab"      : 2  : "Previous Field"
    38   : 0 : "Up-Arrow"       : 6  : "Previous Record"
    112  : 0 : "F1"             : 35 : "Show Keys"
    116  : 1 : "Shift F5"       : 69 : " Clear Block"
    116  : 2 : "Ctrl F5"        : 3  : " Clear Field"
    113  : 1 : "Shift F2"       : 80 : " Count Query Hits"
    112  : 1 : "Shift F1"       : 78 : " Display Error"
    114  : 0 : "F3"             : 73 : " Duplicate Item"
    115  : 0 : "F4"             : 64 : " Duplicate Record"
    69   : 2 : "Ctrl E"         : 22 : " Edit Field"
    122  : 0 : "F11"            : 75 : " Enter " # Causes validation, w/o cursor move
    118  : 0 : "F7"             : 76 : " Enter Query"
    81   : 2 : "Ctrl Q"         : 32 : " Exit"
    112  : 2 : "Ctrl F1"        : 30 : " Help"
    34   : 0 : "Page Down"      : 66 : " Next Set of Records"
    119  : 1 : "Shift F8"       : 79 : " Print"
    10   : 0 : "Enter/Return key": 27: " Enter/Next Field"
    33   : 0 : "Page Up"        : 12 : " Scroll Up"
    116  : 0 : "F5"             : 87 : " F5 Key for special uses"
    #121 : 3 : "Shift Ctrl F10" : 82 : " Function 0" #--disabled.  Cursor to home defined above
    112  : 3 : "Shift Ctrl F1"  : 83 : " Function 1"
    113  : 0 : "F2"             : 84 : " Function 2"
    113  : 11: "Ctrl Alt Shift F2":95: " List Tab Pages" #<-REQUIRED, or F2 cant be assigned
    114  : 3 : "Shift Ctrl F3"  : 85 : " Function 3"
    115  : 3 : "Shift Ctrl F4"  : 86 : " Function 4"
    117  : 3 : "Shift Ctrl F6"  : 88 : " Function 6"
    118  : 3 : "Shift Ctrl F7"  : 89 : " Function 7"
    119  : 3 : "Shift Ctrl F8"  : 90 : " Function 8"
    120  : 3 : "Shift Ctrl F9"  : 91 : " Function 9"<B>Finding Forms 10g Patchsets</B>
    Here is how to do the search: Log into metalink ( https://metalink.oracle.com ), then click on the Patches & Updates tab, then Simple Search.
    In "Search by", select Product or Family. Enter "Developer Forms" in the box.
    Then click the Release choices, and select "iAS 10.1.2.3"
    Patch Type should be "Patchset/Minipack"
    Platform or Language should be "Microsoft Windows (32-bit)"
    Click Go, and the Forms 10g patch should show up. As of July, 2008 the only one available is: [url=
    https://updates.oracle.com/ARULink/PatchDetails/process_form?patch_num=5983622&release=1710123&plat_lang=912P&patch_num_id=943599
    ]5983622
    Edited 2008-12-12 to add a link to Oracle Note 559067.1  and added the fmrweb.res file listing.
    Edited 2008-10-28 to change text format to work better within new forum format
    Edited 2008-7-7 to add patchset search information.
    Edited 2008-4-21 to modify information.
    Edited 2008-3-6 to add information.
    Edited 2008-5-29 to update information.

    I followed your instructions and installed Developer Suite 10G on Windows Vista Home Premium edition. I have Oracle 11G DB running on the same machine.
    Two points, Steve:
    1. When I tried to set the maximum virtual memory to 6110 an error message displayed from Windows and told me that I can't set the maximum virtual memory to more than 4096. I set it to 4090 and it worked and I got nothing wrong during the installation process.
    2. After installing JInitiator and disabling Java on Firefox I called the http://127.0.0.1:8889/forms/frmservlet page and everything seemed to be OK because the Oracle Forms Services logo appeared and then a successful installation message appeared , but as I clicked (ok) to continue a gray screen appeared inside the browser (like the one displayed when you try to run a Java applet inside a browser) and then I wait to death till something appears but sadly nothing. I just get a blank gray screen inside my Firefox browser.
    Do you have any idea what to do to solve the problem?
    Regards

  • Error while installing Tuxedo 9.1 on Windows vista home premium .

    Hi all,
    I'm trying to install Tuxedo 9.1 on my laptop within Windows vista premium
    I get this message "This application has unexpectedly quit. Invocation of this Java application
    has caused an Invocation TargetException. This application will now exit(LAX)"
    This error is due to null pointer exception.
    You help will be welcome.
    Rgds

    I'm not sure what the differences are between Vista Premium and Vista Business, but I believe Tuxedo 9.1 has only been certified on Vista Premium. Is the Windows system a 32 bit or 64 bit system? In any case, this would be something to contact Oracle support about. I know at one point some of the Tuxedo installers had difficulty with certain JVMs, although I think they mostly now include their own JRE.
    Regards,
    Todd Little
    Oracle Tuxedo Chief Architect

  • Using Windows Vista and IE7 with Forms based applications

    A user has Vista & iexplorer 7 installed on their machine and when they attempt to access the Professional Buyer responsibility (forms based) they receive an error message stating that 'Internet Explorer has stopped working'. When they attempt the same thing using a machine with Windows XP Pro and IE6 they do not have a problem. Could anyone tell me if they have experienced a similar issue and how do you work around it whilst still using Internet Explorer?? Also we are using
    j-initiator version 1.3.1.18

    Microsoft IE 7 on Vista is certified with Apps 11i provided that you meet the following requirements:
    - Applications 11.5.10 plus Maintenance Pack 11.5.10 CU2 or later
    - Oracle Developer 6i Patchset 18 (6.0.8.27.x) or later (Metalink Note 125767.1)
    - Oracle Applications Technology 11i.ATG_PF.H Rollup 4 (RUP 4) (patch 4676589) or later
    - Microsoft Vista desktop clients running Internet Explorer 7
    - Sun Java plug-in (JRE) 1.5.0_12
    Windows Vista + IE7 Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2007/11/windows_vista_ie7_certified_wi.html

  • Installing EBS R12 on Windows Vista Basic

    I am trying to install EBS R12 media pack on my computer having Windows Vista Basic.
    I could have the installation pass 2 steps out of 5.
    But while performing the third step, it is failing with the following error:
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    Does anybody know what could be the cause of the error?
    THe log files are pasted below:
    ApplyAppsTechStack_08200335.log
    Started ApplyAppsTechStack at Wed Aug 20 03:35:20 GMT 2008
    Version:
         ApplyAppsTechStack.java     :      120.23
    Executing home registration for s_weboh_oh...
    Registering using Registration Driver
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg1013.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl
    setting permissions: 700
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    script returned:
    Beginning OUI CLI cloning for s_weboh_ohTue Aug 19 23:35:23 2008
    F:\oracle\VIS\apps\tech_st\10.1.3\jdk\bin\java -classpath F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\oracle\VIS\apps\tech_st\10.1.3\oui\jlib\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar oracle.apps.ad.clone.util.OracleHomeCloner -OUICLI -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -nolink -oaVar s_weboh_oh -homestub weboh -log F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ohclone.log
    running OUI CLI home cloning:
    F:\oracle\VIS\apps\tech_st\10.1.3\oui\bin\setup.exe -nowait -clone -silent -force -nolink -waitForCompletion session:ORACLE_HOME=F:\oracle\VIS\apps\tech_st\10.1.3 oracle.as.j2ee.top:s_asInstanceName=VIS_srinivas-pc_WEBOH oracle.as.j2ee.top:s_adminName=oc4jadmin oracle.as.j2ee.top:s_adminPassword=welcome ORACLE_HOME_NAME=VIS_srinivas-pc_WEBOH -J-Doracle.installer.noLink=true
    Finished OUI CLI cloning for s_weboh_oh with return code: 0Tue Aug 19 23:35:28 2008
    [SC] OpenService FAILED 1060:
    The specified service does not exist as an installed service.
    .end std out.
    .end err out.
    Executing script in InstantiateFile:
    F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    script returned:
    .end std out.
    .end err out.
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\ouicli.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\ouicli0.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\txkstubcfg1013.pl
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone\txkstubcfg1013.pl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\txkstubcfg10130.pl
    setting permissions: 700
    instantiate file:
    source : F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\apachectl_sh_1013_oh.tmp
    dest : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl
    backup : F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\bin\apachectl to F:\oracle\VIS\inst\apps\VIS_srinivas-pc\out\apachectl0
    setting permissions: 700
    F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\adcvmlog.xml does not exist. Ignore it
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\5.8.3\lib -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib\MSWin32-x86-multi-thread -I F:\oracle\VIS\apps\tech_st\10.1.3\perl\site\5.8.3\lib -I F:\oracle\VIS\apps\apps_st\appl\au\12.0.0\perl -I F:\oracle\VIS\apps\tech_st\10.1.3\Apache\Apache\mod_perl\site\5.8.3\lib\MSWin32-x86-multi-thread F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\clone
    ouicli.pl INSTE8_APPLY 36
    AutoConfig is exiting with status 1
    RC-50013: Fatal: Instantiate driver did not complete successfully.
    F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    ======================================================
    Another Log File
    Log File: 08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:07 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:07 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "FALSE" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not "FALSE" == "FALSE" (goto :FALSE ) else (goto :runProcess_1 ) )
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_1"
    "runProcess_1"
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the install for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Installing Applications Technology Stack
    Statusstring Installing Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx600M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.rapidwiz.util.InstantiateFile -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -d F:\StageR12\startCD\Disk1\rapidwiz\driver\appsts\driver\gias.drv -pwd no_password_here -log F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\log\ApplyAppsTechStack.log -nthreads 2 -verbose
    Enter the location of the CD labeled Oracle Applications Rapid Install - Tools Disk 1 :
    Checking Disk contents in - F:\StageR12\startCD\Disk1\rapidwiz
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Checking Disk contents in - F:\StageR12\oraAS\Disk1
    Unzip Count:43
    Processing Disk1....
    Processing Disk2....
    C:\Users\Srinivas\AppData\Local\Temp>if 0 == 0 goto :BITS_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo "runProcess_2"
    "runProcess_2"
    C:\Users\Srinivas\AppData\Local\Temp>REM Perform the registration for tech stack
    C:\Users\Srinivas\AppData\Local\Temp>REM
    C:\Users\Srinivas\AppData\Local\Temp>REM Bugfix: 5872965/5978329
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouitools.pl F:\oracle\VIS\apps\tech_st\10.1.2\appsutil\template\adouitools.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>COPY F:\StageR12\startCD\Disk1\rapidwiz\etc\adouiweboh.pl F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\template\adouiweboh.pl
    1 file(s) copied.
    C:\Users\Srinivas\AppData\Local\Temp>REM End Bugfix: 587296/5978329
    C:\Users\Srinivas\AppData\Local\Temp>echo Statusstring Registering Applications Technology Stack
    Statusstring Registering Applications Technology Stack
    C:\Users\Srinivas\AppData\Local\Temp>(echo APPS & echo APPS ) | F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java -mx512M -classpath .;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar oracle.apps.ad.clone.ApplyAppsTechStack -e F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml -stage F:\StageR12\startCD\Disk1\rapidwiz -showProgress -phase reg -nopromptmsg
    Log file located at F:\oracle\VIS\inst\apps\VIS_srinivas-pc\admin\log\ApplyAppsTechStack_08200335.log
    | 0% completed RC-50004: Fatal: Error occurred in ApplyAppsTechStack:
    RC-50013: Fatal: Failed to instantiate driver F:\oracle\VIS\apps\tech_st\10.1.3\appsutil\driver\regclone.drv
    C:\Users\Srinivas\AppData\Local\Temp>if 1 == 0 goto :REG_OK
    C:\Users\Srinivas\AppData\Local\Temp>echo Cannot execute registration of Applications Techstack
    Cannot execute registration of Applications Techstack
    C:\Users\Srinivas\AppData\Local\Temp>if "" == "TRUE" goto :INSIAS_OK
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    Please refer to the remaining logs on applications node at - F:\oracle\VIS\inst\apps\VIS_srinivas-pc\logs\08200031.log
    Processing DriverFile = F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    Running Instantiation Drivers for F:\StageR12\startCD\Disk1\rapidwiz\template\adriapps.drv
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunias.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunias.cmd
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\template\adrunat.cmd
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd
    backup : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunat.cmd to F:\oracle\VIS\apps\apps_st\appl\admin\VIS_srinivas-pc\out\templbac\adrunat.cmd
    Step 0 of 5
    Command: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    Processing Step 3 of 5
    Executing: F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM $Header: adrunias.cmd 120.7 2007/06/13 14:34:57 hcwolf noship $
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM This file is automatically generated by AutoConfig. It will be read and
    F:\StageR12\startCD\Disk1\rapidwiz>REM overwritten. If you were instructed to edit this file, or if you are not
    F:\StageR12\startCD\Disk1\rapidwiz>REM able to use the settings created by AutoConfig, refer to Metalink Note
    F:\StageR12\startCD\Disk1\rapidwiz>REM 387859.1 for assistance.
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>REM ###############################################################
    F:\StageR12\startCD\Disk1\rapidwiz>REM
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('DATE /T') DO (set date=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set date=Tue 08/19/2008 )
    F:\StageR12\startCD\Disk1\rapidwiz>FOR /F "delims==" %a IN ('TIME /T') DO (set time=%a )
    F:\StageR12\startCD\Disk1\rapidwiz>(set time=11:53 PM )
    F:\StageR12\startCD\Disk1\rapidwiz>ECHO STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    STARTED INSTALL PHASE : APPS TECH STACK : Tue 08/19/2008 11:53 PM
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_PATH=F:\StageR12\startCD\Disk1\rapidwiz\jre\NT\1.5.0\bin\java
    F:\StageR12\startCD\Disk1\rapidwiz>SET JRE_CP=.;F:\StageR12\startCD\Disk1\rapidwiz\jlib\java;F:\StageR12\startCD\Disk1\rapidwiz\jlib\xmlparserv2.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\ojdbc14.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\OraInstaller.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\ewt3.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\share.jar;F:\StageR12\startCD\Disk1\rapidwiz\jlib\oui\srvm.jar
    F:\StageR12\startCD\Disk1\rapidwiz>SET XML_FILE=F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    F:\StageR12\startCD\Disk1\rapidwiz>SET PATH=F:\StageR12\startCD\Disk1\rapidwiz\unzip\NT;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\
    F:\StageR12\startCD\Disk1\rapidwiz>SET EC=ERRORCODE
    F:\StageR12\startCD\Disk1\rapidwiz>setlocal enableextensions
    F:\StageR12\startCD\Disk1\rapidwiz>set /P unpw=""
    F:\StageR12\startCD\Disk1\rapidwiz>for /F "usebackq tokens=1,2 delims=/" %i in ('APPS/APPS') do set APPS_UNAME=%i && set APPS_PWD=%j
    F:\StageR12\startCD\Disk1\rapidwiz>set APPS_UNAME=APPS && set APPS_PWD=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSUSER=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>SET APPSPASS=APPS
    F:\StageR12\startCD\Disk1\rapidwiz>IF "5" == "1" (SET THREADS=1 ) ELSE (SET THREADS=2 )
    F:\StageR12\startCD\Disk1\rapidwiz>CD /D C:\Users\Srinivas\AppData\Local\Temp
    C:\Users\Srinivas\AppData\Local\Temp>if "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" == "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\temp\adrunias.cmd" (if not ""runProcess_2"" == "FALSE" (goto :"runProcess_2" ) else (goto :runProcess_1 ) )
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running APPL_TOP Install Driver for VIS instance
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxdbctx.tmp
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\db\tech_st\10.2.0\appsutil\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\StageR12\startCD\Disk1\rapidwiz\etc\adxmlctx.tmp
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    instantiate file:
    source : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    dest : F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\admin\VIS_srinivas-pc.xml
    Database Availability
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    ECHO is off.
    ECHO is off.
    Tue 08/19/2008 11:54 PM
    VIS_srinivas-pc.cmd exiting with status 0
    "The environment settings are as follows ..."
    " ORACLE_HOME : F:\oracle\VIS\db\tech_st\10.2.0"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : F:\oracle\VIS\db\tech_st\10.2.0\perl\5.8.3\bin\MSWin32-x86-multi-thread\;F:\oracle\VIS\db\tech_st\10.2.0\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;F:\oracle\VIS\db\tech_st\10.2.0\appsutil\jre\bin;C:\Perl\site\bin;C:\Perl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared\;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;f:\cygwin\cygwininstal\bin\"
    " LD_LIBRARY_PATH : F:\oracle\VIS\db\tech_st\10.2.0\lib"
    SQL*Plus: Release 10.2.0.3.0 - Production on Tue Aug 19 23:54:28 2008
    Copyright (c) 1982, 2006, Oracle. All Rights Reserved.
    Connected.
    Disconnected from Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
    With the Partitioning, OLAP and Data Mining options
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Database ORACLE_HOME connection test has succeeded
    command: cmd.exe /c F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.cmd F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd sqlplus F:\StageR12\startCD\Disk1\rapidwiz\bin\riwTDBup.sql APPS/APPS
    F:\StageR12\startCD\Disk1\rapidwiz>echo off
    Tue 08/19/2008
    11:54 PM
    "Cannot find environment file "F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd""
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Configuration Upload
    uploading config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : srinivas-pc
    sDbDomain : nathani.com
    sDbPort : 1524
    sDbSid : VIS
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@srinivas-pc.nathani.com:1524:VIS
    Connection obtained
    -------------------ADX Database Utility Finished---------------
    Successful upload of config file at C:\Users\Srinivas\AppData\Local\Temp\08200031\conf_VIS.txt
    Environment File
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = F:\oracle\VIS\db\tech_st\10.2.0\VIS_srinivas-pc.env
    RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.3\VIS_srinivas-pc.cmd
    RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\ora\10.1.2\VIS_srinivas-pc.cmd
    RW-50016: Error: - APPL_TOP environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\VIS_srinivas-pc.cmd
    RW-50016: Error: - ADOVARS environment file was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adovars.cmd
    RW-50016: Error: - APPSCONFIG was not created:
    File = F:\oracle\VIS\apps\apps_st\appl\admin\adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = F:\oracle\VIS\inst\apps\VIS_srinivas-pc\appl\fnd\12.0.0\secure\VIS.dbc
    HTTP
    checking URL = http://srinivas-pc.nathani.com:8003
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://srinivas-pc.nathani.com:8003/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

    Client Certifications
    OS Product Server Status Addtl. Info. Components Other Issues
    Vista SP1 12.0 N/A Certified None None Yes None
    Vista 12.0 N/A Certified None None Yes NoneIt is certified as a Client (Desktop) only. Means, you can access Oracle Apps 11i/R12 from a machine running Windows Vista, but it is not certified as Application/Database tiers.
    And also the below link from blogs.oracle.com says that R12 is certified with vista.
    http://blogs.oracle.com/stevenChan/2008/07/windows_vista_service_pack_1_certified_with_apps_1.html
    Release 12
    - Oracle Applications Release 12 with R12.ATG_PF.A.DELTA.3 (patch 6077669) or later
    - Microsoft Vista Service Pack 1 (SP1) desktop clients running Internet Explorer 7
    - Sun Java plug-in (JRE) 1.5.0_12 or later

  • I cannot use Microsoft Hotmail with Firefox 3.6.24 and Windows 7. I click on an email but nothing happens. I did not have this problem with Windows Vista. Any solutions would be greatly appreciated.

    The Windows 7 is on a new Dell Inspiron desktop. The Windows Vista is on a Dell Studio laptop that I have had for a while. The Hotmail also works fine on the new computer when I use IE9.

    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    # Shockwave Flash 10.2 r152
    # Java Plug-in 1.6.0_11 for Netscape Navigator (DLL Helper)
    *http://www.mozilla.com/plugincheck/
    Update the Flash plugin to the latest version.
    *https://support.mozilla.com/kb/Managing+the+Flash+plugin
    *http://kb.mozillazine.org/Flash
    *http://www.adobe.com/software/flash/about/
    Update the Java plugin to the latest version.
    *https://support.mozilla.com/kb/Using+the+Java+plugin+with+Firefox
    *http://kb.mozillazine.org/Java
    *http://www.oracle.com/technetwork/java/javase/downloads/index.html (Java Platform: Download JRE)

Maybe you are looking for

  • Cannot install oracle 10g on Windows 7 64-bit

    Hello, I downloaded from edelivery.oracle.com the following version: Oracle Database 10g Release 2 (10.2.0.4.0) for Microsoft Windows Vista X64 and Microsoft Windows Server 2008 X64 (5 parts)I unzipped the 5 zip files and started the file ./database/

  • I have a TC for my backups but now I want to add an external hard drive

    I have a TC for my backups but now I want to add an external hard drive to my TC and share what is on it within my own network. I can see the hard drive from airport Configurator but I cant acces it. What should i do?

  • Unable to sign up for Onlive

    I am unable to sign up through the BT website for their free 3 month offer of Onlive. It says my line doesn't meet minimum speed requirement. According to the Onlive FAQ a minimum of 3 meg is needed and 5 meg is recommended. I currently sync at 6.7 m

  • Regarding Limit orders & backe-end contract

    Hi I have some questions on shopping cart $ back-end contract. Q1) In the standard srm solution,  In the case of material/service shopping cart , in source of supply , is it possible to access or use the backe-end contract in classic scenario? Q2)In

  • Satellite A660-167 - audio latency actually really high

    Hello guys. I'm having a Toshiba A660-167 and i'm having a problem with the audio latency, it's actually really high. I'm using Windows 7 home premium 64bit and i have allready tried to use windows 7 32bit and windows Xp but the problem remains. Tosh