January 7, 2015 at 8:11 am
I'm trying to install the 64bit Oracle Client on a Windows Server 2012 R2 machine.
I get the following error. I can install on a Windows 2008 Server, Windows 7 Client PC without any problems.
Oracle Client Installer INS-1300 Environment does not meet the minimum requirements Check logs for information or check the supported configurations for this product.
Any ideas would be greatly appreciated.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 7, 2015 at 8:36 am
Which version of Oracle?
Did you check the log file mentioned in the error?
-- Gianluca Sartori
January 7, 2015 at 8:59 am
Hi, I'm using Oracle 11.2.0.1.
I checked for the log file.
It is supposed to be at the following path: C:\users\wcorgi\appdata\local\temp...
The directory structure does not have a folder appdata or anything close to it.
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 7, 2015 at 9:01 am
The APPDATA folder is probably just hidden from your view - you will have to adjust your settings to show hidden files, folders and drives.
January 7, 2015 at 9:11 am
AFAIK, the first release compatible with windows 2012 is 11.2.0.4
-- Gianluca Sartori
January 7, 2015 at 10:17 am
batgirl (1/7/2015)
The APPDATA folder is probably just hidden from your view - you will have to adjust your settings to show hidden files, folders and drives.
I was able to unhide the AppFolder but there are no applicable folders under that path.
I need 64 bit and 32 bit client (administrative) installs.
I was searching but I'm not sure I have the right URL. It has been over a year since I did an install.
Thanks.:-)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 7, 2015 at 11:25 am
Welsh Corgi (1/7/2015)
batgirl (1/7/2015)
The APPDATA folder is probably just hidden from your view - you will have to adjust your settings to show hidden files, folders and drives.I was able to unhide the AppFolder but there are no applicable folders under that path.
I need 64 bit and 32 bit client (administrative) installs.
I was searching but I'm not sure I have the right URL. It has been over a year since I did an install.
Thanks.:-)
I was only addressing why you couldn't navigate to the path you indicated previously. When I google "oracle client install log file" I find a document that leads to a different path - see http://docs.oracle.com/cd/E11882_01/install.112/e47959/ts.htm
January 7, 2015 at 11:40 am
The only folders that are below the AppData Folder are Local, LocalLow and Roaming.
Thanks.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 7, 2015 at 11:49 am
Welsh Corgi (1/7/2015)
The only folders that are below the AppData Folder are Local, LocalLow and Roaming.Thanks.
OK - you were looking for:
It is supposed to be at the following path: C:\users\wcorgi\appdata\local\temp...
And now you have found c:\users\wcorgi\appdata\local...so keep going.
BUT - note that the oracle reference that I suggested to you indicates a totally different path to the log files.
January 7, 2015 at 12:40 pm
ok, thanks. I have the folder but unfortunately it does not tell me much.
The commandline for unzip:
C:\Oracle_Client\64bit\client\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\kkrug\AppData\Local\Temp\OraInstall2015-01-07_10-40-12AM" INFO: Loading data from: jar:file:/C:/Users/kkrug/AppData/Local/Temp/OraInstall2015-01-07_10-40-12AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Loading beanstore from jar:file:/C:/Users/kkrug/AppData/Local/Temp/OraInstall2015-01-07_10-40-12AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/kkrug/AppData/Local/Temp/OraInstall2015-01-07_10-40-12AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
INFO: Verifying target environment...
INFO: Checking whether the IP address of the localhost could be determined...
SEVERE: CVU do not support target environment..
Refer associated stacktrace #oracle.install.driver.oui.OUISetupDriver:13
INFO: Completed verification of target environment.
WARNING: Verification of target environment returned with errors.
WARNING: [WARNING] [INS-13001] Environment does not meet minimum requirements.
CAUSE: Minimum requirements were not met for this environment
ACTION: Either check the logs for more information or check the supported configurations for this product..
Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:16
INFO: Advice is WITHDRAW
WARNING: Advised to shutdown the installer due to target environment verification errors.
INFO: Adding ExitStatus PREREQ_FAILURE to the exit status set
Thanks again.:-)
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 8, 2015 at 7:29 am
So I have been told in this forum that Oracle Client is the lowest version that is compatible with Windows Server 2012 R2.
I need the 32 bit and 64 bit Administrative Client (Full Install).
I found this link that describes which versions are compatible with window.
It does not mention anything on a 32 bit version for Windows Server 2012 just Windows 8 which should work.
It does not specify where to get the download.
http://www.oracle.com/technetwork/database/windows/whatsnew/index.html">
http://www.oracle.com/technetwork/database/windows/whatsnew/index.html
Any help would be greatly appreciated.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 8, 2015 at 8:57 am
Post Moved to:
http://www.sqlservercentral.com/Forums/Topic1649537-3411-1.aspx
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 8, 2015 at 1:59 pm
Does the error prevent you from continuing? Searching for the error indicated that it was a Yes/No question, not something that would cause it to quit. Post a screenshot if it won't let you.
January 8, 2015 at 2:03 pm
crk5070 (1/8/2015)
Does the error prevent you from continuing? Searching for the error indicated that it was a Yes/No question, not something that would cause it to quit. Post a screenshot if it won't let you.
I know that it will not work.
I'm renewing our contract from Microsoft.
That is not the only way that I know that I can get the downloads that I need for free.
This post is closed.
Thank you.
For better, quicker answers on T-SQL questions, click on the following...
http://www.sqlservercentral.com/articles/Best+Practices/61537/
For better answers on performance questions, click on the following...
http://www.sqlservercentral.com/articles/SQLServerCentral/66909/
January 8, 2015 at 7:40 pm
I'm not asking you to break your license agreement. The only purpose of the unsupported message is that if you call Oracle on a problem, they won't offer support until you update it or run it on a version of Windows it was "certified" for. But I haven't read anything about the stock 11g client malfunctioning on newer versions of Windows. If you have an Oracle contract in place, then the updated client installs are probably on the metalink page, which is not accessible from the public.
In any case, good luck on your searching.
Viewing 15 posts - 1 through 15 (of 16 total)
You must be logged in to reply to this topic. Login to reply