Windows 2008 Only AD & Sun VDI3

Sun VDI3 http://localhost:1800
When prompted for User Directory, we select Active Directory and fill in all the details such as:
Kerberos
domain: demolab.local
username: [email protected]
password: *****
It fails every-time.
I verified via command line, and krb5.conf and kdc.conf point to demolab.local and nslookup and kinit -V work perfectly and I can authenticate.
Does VDI3 not support a Windows 2008 only AD ?
BTW: LDAP works fine, but do not want to use it.
Thank you

Hi,
as requested in the previous post, please send us more info about the failure (what exception do you get?) and the kerberos config file, if you want us to be able to help.
And yes, Windows Server 2008 is supported as Active Directory provider.
Katell

Similar Messages

  • Error: "Unable to create a shortcut for MyApp" on Windows 2008

    When I try to install my JAVA app on windows 2008 via Java Web Start, it pop up a error message "Unable to create a shortcut for MyApp". The app can startup and work correctly after clicking "ok" on error message. BUT, there is no shortcut created on Desktop or Start Menu.
    This problem occured on Windows 2008 ONLY. I have test the installation process on different OS with JRE 6u14 and 6u20:
    Windows XP PASS
    Windows 7 PASS
    Windows 2003 PASS
    Windows 2008 FAIL, can't create shortcut on Desktop and Start Menu
    And I have test the demos on http://pscode.org/jws/api.html, the problem is same.
    Does any one has any idea on this?

    AndrewThompson64 wrote:
    - Menu items do not work on Ubuntu Linux at all.
    - As a result of that, I am thinking to declare neither desktop shortcuts nor menu items in the JNLP file, but instead using the IntegrationService(1) to perform more specific tests, and offer the end user whatever is available.
    - This is probably a better strategy overall, because if you automatically create desk-top shortcuts (or menu items) for the user, you will discover there is always someone who considers them an unnecessary bother.
    1) BTW - I have been meaning to do a demo. of the IntegrationService and add it to the other examples at PSCode, but have not yet found the time. ;-)Thanks for reply.
    But I don't understand very clear. I'm focus on the windows platform not Linux. Do you suggest to create shortcuts and menu items manually by coding in Applet?
    I prefer to use the JNLP file cause it works good on the other OS than to change my code.
    What I want to know is:
    1. Is it a bug for JRE on Windows 2008?
    2. If NO, how can I make it work on Windows 2008? Do I need change some System Setting or Browser Setting?
    3. If YES, maybe I can try to change my code, but why there is no bug filed in the Bug Database?
    BTW, I use the IE browser.

  • Windows 2008 MSCS, CRM 7.0 (Java + ABAP)

    Hi there,
    We are about to learn and build/Install SAP CRM 7.0 on Windows 2008 & Oracle 10g. As we know, CRM 7.0 JAVA and ABAP has to be a separate installation using SAPinst.  Since our Hardware is well sized in-terms of Memory and CPU (32 GB and 8 Processors). We are planning to install ABAP and Java on the same server/host.  However, SAP Installation guide says that
    "NOTE MSCS only: Multiple Oracle Homes are not supported in an MSCS configuration". This mean we cannot install 2 Oracle homes (one for CRM ABAP and One for CRM Java). At the same time SAP also do not recommend MCOD (Installing Java as an Add-in to an existing ABAP existing Oracle Database).
    What will happen if we decided to install a common Oracle Home, called (CRM) - and Make the Java and ABAP Separated installation to use the common oracle and Cluster the Oracle Database? Do you guys see any cons on this?
    Can someone advice me please, on how do we go around above scenario (s) and Install ABAP and Java separate and Cluster the Oracle Database on Windows MSCS?
    Any thoughts?
    Thanks in Advance.
    Kumar

    >
    Kumar Subramaniam wrote:
    > Hi there,
    >
    > We are about to learn and build/Install SAP CRM 7.0 on Windows 2008 & Oracle 10g. As we know, CRM 7.0 JAVA and ABAP has to be a separate installation using SAPinst.  Since our Hardware is well sized in-terms of Memory and CPU (32 GB and 8 Processors). We are planning to install ABAP and Java on the same server/host.  However, SAP Installation guide says that
    > "NOTE MSCS only: Multiple Oracle Homes are not supported in an MSCS configuration". This mean we cannot install 2 Oracle homes (one for CRM ABAP and One for CRM Java). At the same time SAP also do not recommend MCOD (Installing Java as an Add-in to an existing ABAP existing Oracle Database).
    >
    > What will happen if we decided to install a common Oracle Home, called (CRM) - and Make the Java and ABAP Separated installation to use the common oracle and Cluster the Oracle Database? Do you guys see any cons on this?
    >
    > Can someone advice me please, on how do we go around above scenario (s) and Install ABAP and Java separate and Cluster the Oracle Database on Windows MSCS?
    >
    > Any thoughts?
    >
    > Thanks in Advance.
    > Kumar
    Hi Peter,
    I have the same question,  I'm not sure if I understand your last answer. On the document "Installation of Multiple SAP systems in MSCS Oracle" I can see, Multiple Oracle databases in MSCS are supported. On section  "Installation" is describt the following:
    later on is describt:
    1. On all DB MSCS nodes, you install the Oracle database server software and the current patch set and hot fix (if available).
    Note
    - You must have one ORACLE_HOME per database instance on every cluster node on local disks.
    - All ORACLE_HOMES must use the same disks and directories and ORACLE_HOME names on all DB MSCS nodes.
    Now I saw on Peters answer - Multiple Oracle Home are not longer possible in MSCS on Windows 2008 - only for Windows 2008? What about Windows 2003? Does it mean, we can not install more then one database on the (MultiSID) MSCS cluster?
    We want to install an SAP ME and SAP MII System in MSCS and to the same cluster two databases Instances with ODS and WIP schema.
    Thanks in advanced,
    Elke
    (HP - SAP Global Partner)

  • CoCreateInstance returns 0x8007007e (Module could not be found) for the first call only at system startup on Windows 2008 Enterprise SP2

    Hi Guys,
    I'm experiencing a problem with CoCreateInstance, where it returns error 0x8007007e.
    The code is something like this:
    HRESULT hRes = S_OK;
    CComPtr<IMyInterface> spObj;
    if(FAILED(CoInitialize(NULL))) { /* quit */ }while(FAILED(hRes = spObj.CoCreateInstance(CLDIS_MyClass, NULL, CLSCTX_LOCAL_SERVER)))
    // LogFailure(hRes);
    Sleep(10);
    The problems occurs only on a single machine having Windows 2008 Enterprise SP2 installed (it works fine on other machines / OS versions). It happens only during the system startup (this is a Windows Service) and only for the first call of the CoCreateInstance.
    The second call always succeeds.
    The problem does not occurr when starting the service manually from Services.
    I did some investigation using Process Monitor and found that the HKCR\CLSID\[CLSID of MyClass]\LocalServer32!LocalServer32 registry value is accessed before the failure. The registry value exists - it is added by the Windows Installer during
    installation.
    If I remove the registry value then the CoCreateInstance always succeeds.
    I've been trying to lookup for some documentation on HKCR\CLSID\...\LocalServer32!LocalServer32 but haven't found anything useful other than it's a "Windows Installer Entrypoint". I assume that the Windows Installer does some integrity checks when
    calling CoCreateInstance for such class and this fails for some reason but currently I fail to find the reason.
    Can anyone help finding out what's the root cause of the 0x8007007e error here, please? Any help or tip is much appreciated.
    Many thanks!
    Marcin.

    Hi Marcin,
    This forum is mainly for talk about the product use related issue and not the best place to talk about the develop issue, for the develop issue we can post in MSDN forum for
    the further help and your issue may need capture a dump then for the further analysis it is not an efficient way to work in this community since we may need more resources which is not appropriate to handle in the community. I‘d like to suggest that you submit
    a service request to MS Professional tech support service so that a dedicated Support Professional can further assist with this request.
    MSDN forum
    https://social.msdn.microsoft.com/Forums/en-US/home
    Please visit the below link to see the various paid support options that are available to better meet your needs.
    http://support.microsoft.com/default.aspx?id=fh;en-us;offerprophone
    Thanks for your understanding and support.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • SUN One UDs over Windows 2008

    Hello i'm not a Sun ONE expert. Our development department trying to use SUN ONE UDS in Windows 2008. All works fine but before 30 min we get this errors:
    SYSTEM ERROR: Could not create object as in-process server using CLSID
    "{E3A8F4D6-AA68-4729-9DFA-92FAC64E5906}"
    Class: OLEException with ReasonCode: OLE_ER_RESOURCE
    Last TOOL statement: method CUnknown.CreateUsingCLSID
    Error Time: Tue Feb 24 13:03:43
    Exception occurred (remotely) on partition "IBPALCXS_cl165_Part1",
    (partitionId = 4AFCD160-E163-11DD-8EAE-16E6FA7DAA77:0x1d1c:0x1, taskId
    = [4AFCD160-E163-11DD-8EAE-16E6FA7DAA77:0x1ceb.194]) in application
    "IBPALCXS_cl165", pid 8632 on node SVAPL01-05 in environment apl01-05.
    Somebody knows something about windows 2008 compatibility? our Forte environment works fine in Windows 2003 servers. Thanks a lot
    Edited by: Miquelangeld on Feb 24, 2009 4:07 AM

    Finally we found the problem!!.
    With Process Monitor (Thanks to the greath Mark Russinovich) we monitored ftexec process and when we get the errors the ftexec ends with code 0xC0000425 that mean STATUS_HIVE_UNLOADED
    Windows 2008 have a new built-in feature named UPHClean used to clean-up user information in registry when user logoff, but for some reason windows clean the complete user hive in HKU. We disabled this feature and now works ok :-)
    Thanks a lot for your help. really, thanks

  • Windows 2008 R2 smtp server Relay only selected servers without authentication

    Hello,
    Need help in configuring Windows SMTP server.
    Windows 2008 R2 Server. SMTP service is installed and configured.
    Access TAB -- Authentication TAB -- Anonymous Access is selected..
    Relay TAB -- Only the list below is selected and specfic scanners and application servers IPs are mentioned.
    Issue: Even though we have specified list of IPs to relay from this server, Anybody can send mails using this server ( open Relay )
    -- My requirement is to relay specific IPs of scanners and App servers without any authentication, can anybody help me configure windows smtp server to achieve my requirements.
    Any help will be highly appreciated.
    Regards,
    Ghouse

    Hi,
    I recommend you refer to the following article to configure the smtp server:
    Setup and Configure SMTP Server on Windows Server 2008 R2
    In addition, you should ask this in Windows server forum as this is not an exchange problem:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=windowsserver2008r2webtechnologies
    Thanks.
    Niko Cheng
    TechNet Community Support

  • Java gets error pki-02002 accessing wallet on windows 2008 with Oracle 12 only

    I have a windows 2008 server with Oracle 12 client installed and I can't figure out what is preventing me from running java commands that use the wallet.  The wallet itself seems to be fine as I can log in with SQLPLUS using the wallet, it is only when I try to run a java command that it fails with a PKI-02002 error.
    Also - I can run the same command line without error with oracle 11 installed, so it seems to be something that differs between oracle 11 and 12.   Any ideas of what I should look for?  I've checked permissions on
    Here is the error:
    java.sql.SQLException: encountered a problem with the Secret Store. Check the wallet location for the presence of an open wallet (cwallet.sso) and ensure that this wallet contains the correct credentials using the mkstore utility: java.io.IOException: PKI-02002: Unable to open the wallet. Check password.
            at oracle.jdbc.driver.PhysicalConnection.getSecretStoreCredentials(PhysicalConnection.java:3048)
    Exiting program...

    Hi,
    I am having exactly the same problem. Did you ever come to a resolution on this problem???
    Thanks,
    Darren

  • Does the Sun Ray software support Windows 2008

    Hey guys,
    I need to implement Sun Ray software to connect to windows server 2008 running as a terminal server, but as i understand the current release does not support windows 2008 connection. Am I right?

    You may use a third party tool called "VNC". This is a great tool to connect (any) ms windows system either it has server windows or client, but should have installed "VNC" on it.
    Yom may download from
    http://www.realvnc.com/products/download.html
    You should install on solaris and windows systems on theri respective versions.
    GOOD LUCK!

  • INS-20802: Problem installing Grid Infrastructure on Windows 2008 R2 Server

    Hello,
    I try to install the Grid Infrastructure on a Windows 2008 x64 Server. Everything works fine (the SCAN configuration and Verify) but at the end of the installation process I get the following error message:
    [INS-20802]: Grid Infrastructure Configuration not successfull.
    The errors that I found in the file oraInstall2012-02-27_11-58-26AM.log inside the INVENTORY\LOGS directory :
    INFO: Unable to read C:/app/11.2.0/grid/inventory/ContentsXML/comps.xml. Some inventory information may be lost.
    INFO: Install type for "Oracle Database 11g 11.2.0.3.0 " is "ASM".
    INFO: Conflict while setting install type of "Required Support Files 11.2.0.3.0 " to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.assistants.server 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.ntrdbms.oraconfig 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.xdk 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.xdk.server 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.mgw.common 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.rdbms.install.seeddb 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.ctx 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.owb.rsf 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.sysman.console.db 10.1.0.2.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.rdbms.oci 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.ovm 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.sqlj.sqljruntime 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.rdbms.hsodbc 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.marvel 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.dbdev 11.2.0.3.0.
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database 11g 11.2.0.3.0 could be found. Missing component oracle.dbjava.server 11.2.0.3.0.
    INFO: Install type for "Cluster Ready Services Files 11.2.0.3.0 " is "Complete".
    INFO: Conflict while setting install type of "HAS Common Files 11.2.0.3.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Net Listener 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Oracle Internet Directory Client 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Oracle JVM 11.2.0.3.0 " is "Typical".
    INFO: OUI-10066:Not all the dependencies for the component Oracle JVM 11.2.0.3.0 could be found. Missing component oracle.javavm.companion 11.2.0.3.0.
    INFO: Install type for "Oracle Net 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Oracle Netca Client 11.2.0.3.0 " is "Typical".
    INFO: Install type for "SQL*Plus 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Oracle Database Utilities 11.2.0.3.0 " is "Typical".
    INFO: OUI-10066:Not all the dependencies for the component Oracle Database Utilities 11.2.0.3.0 could be found. Missing component oracle.omwb 10.1.0.1.0.
    INFO: Install type for "Oracle Recovery Manager 11.2.0.3.0 " is "Typical".
    INFO: Install type for "PL/SQL 11.2.0.3.0 " is "Typical".
    INFO: Install type for "HAS Files for DB 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Assistant Common Files 11.2.0.3.0 " is "Typical".
    INFO: Conflict while setting install type of "Oracle Help For Java 4.2.9.0.0 " to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Buildtools Common Files 11.2.0.3.0 " to "Typical (Typical)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Sun JDK 1.5.0.30.03 " to "Maximum (Complete)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)".
    INFO: OUI-10066:Not all the dependencies for the component Assistant Common Files 11.2.0.3.0 could be found. Missing component oracle.bali.kodiak 1.2.1.0.0I.
    INFO: Install type for "HAS Common Files 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Oracle Multimedia 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Oracle Multimedia Locator 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Required Support Files 11.2.0.3.0 " is "Custom".
    INFO: Conflict while setting install type of "Oracle Net Required Support Files 11.2.0.3.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle Globalization Support 11.2.0.3.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle Core Required Support Files 11.2.0.3.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "RDBMS Required Support Files 11.2.0.3.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle RAC Required Support Files-HAS 11.2.0.3.0 " to "Custom (Custom)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle JDBC/THIN Interfaces 11.2.0.3.0 " is "Typical".
    INFO: OUI-10066:Not all the dependencies for the component Oracle JDBC/THIN Interfaces 11.2.0.3.0 could be found. Missing component oracle.dbjava.ucp 11.2.0.3.0.
    INFO: Install type for "Oracle Core Required Support Files 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Installation Common Files 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Precompiler Required Support Files 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Parser Generator Required Support Files 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Agent Required Support Files 10.2.0.4.3 " is "Custom".
    INFO: Install type for "XDK Required Support Files 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Oracle RAC Required Support Files-HAS 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Buildtools Common Files 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Oracle Globalization Support 11.2.0.3.0 " is "Custom".
    INFO: Install type for "Oracle Locale Builder 11.2.0.3.0 " is "Custom".
    INFO: Conflict while setting install type of "Oracle JFC Extended Windowing Toolkit 4.2.36.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Clusterware RDBMS Files 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Cluster Verification Utility Common Files 11.2.0.3.0 " is "Typical".
    INFO: Install type for "CFS 11.2.0.3.0 " is "Complete".
    INFO: Install type for "Oracle Notification Service (eONS) 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Cluster Verification Utility Files 11.2.0.3.0 " is "Complete".
    INFO: Install type for "Oracle LDAP administration 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Deinstallation Tool 11.2.0.3.0 " is "Complete".
    INFO: Conflict while setting install type of "Oracle Database Deconfiguration 11.2.0.3.0 " to "Complete (Complete)". Install type already set to "Typical (Typical)". Seting it to "Custom (Custom)".
    INFO: Install type for "Enterprise Manager Common Files 10.2.0.4.3 " is "Complete".
    INFO: Install type for "Oracle Notification Service 11.2.0.3.0 " is "Typical".
    INFO: Install type for "Oracle Help For Java 4.2.9.0.0 " is "Custom".
    INFO: Conflict while setting install type of "Bali Share 1.1.18.0.0 " to "Custom (Custom)". Install type already set to "Maximum (Complete)". Seting it to "Custom (Custom)".
    INFO: Conflict while setting install type of "Oracle Ice Browser 5.2.3.6.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    INFO: Install type for "Oracle Ice Browser 5.2.3.6.0 " is "Custom".
    INFO: Conflict while setting install type of "Oracle Extended Windowing Toolkit 3.4.47.0.0 " to "Custom (Custom)". Install type already set to "Complete (Complete)". Seting it to "Custom (Custom)".
    I have read and implemented all the settings described in DOCs ID 811271.1 , ID 810394.1 and RAC on Windows Step by Step Installation Instructions.
    After many attempts with the same error Ii am trying to install in a single node (RAC1). But the error looks the same, my server is clean with no oracle.
    Note: For this installation I downloaded and uncompressed the files p10404530_112030_MSWIN-x86-64_1of7.zip, p10404530_112030_MSWIN-x86-64_2of7 and p10404530_112030_MSWIN-x86-64_3of7 of the oracle site.
    I do not know what to do for this installation work.
    Thanks

    My recommendation would be to format the disks and install Linux.
    And I say that only half-jokingly. Fail-over with Windows is never as fast or as transparent as with a *NIX O/S.
    As to your specific issue ... open an SR with Oracle Support. Hardly anyone uses Windows for Oracle ... even fewer with RAC ... for the reason I gave above.

  • Oracle Client for Windows 2008 R2 server to connect to Oracle database 9iR2

    Hi,
    We are running Oracle 9.2.0.7 on Sun solaris (64 Bit) 5.10 and trying to install client on new Windows 2008 R2 (64 - bit) server. (Before this 2008 R2 we were using Windows 2003 32 bit and 9iR2 client was working great.) I can't install 9iR2 clinet and I tried installing 10gR1, 10gR2 and 11gR1 but none of them worked. It is only allowing me to install 11gR2. When I installed 11gR2 client I am getting some 'overflow exception on an arithmetic operation' error.
    1.) Do I have any choice for client installation or only 11gR2?
    2.) Any solution for overflow error?
    Thanks,
    -H

    May I know the reason why ODBC driver is not include in option like Runtime?Oracle software utilizes SQL*Net (not ODBC) to connect to Oracle RDBMS.
    ODBC is not required by Oracle client software to connect to Oracle RDBMS.

  • How to install windows 2012 R2 in Sun Fire X4140 server

    I want to install Windows server 2012 R2 in Sun Fire X4140 server. But SIA not supporting this OS. So I installed windows 2008 using SIA in server and after that upgrade to 2012. But now the server is very slow and network gets hanged frequently.

    Hello Arun,
    Sun Fire X4140 server certified and supports only below windows operating systems.
    https://wikis.oracle.com/display/SystemsComm/Sun+Fire+X4140+Server+Product#SunFireX4140ServerProduct-MicrosoftWindowsServer
    Best Regards
    Bavyesh

  • Certification for Windows 2008 R2 x64

    Hi,
    My customer wants to know if OEM 11g Grid Control R1 is supported to be installed (Repository, OMS and Agents) on Windows 2008 R2 x64. Repository will be on DB 11gR2 to monitor OFMW 11gR1 components (11.1.1.3) which are running with Sun JDK 1.6 64-bits).
    Certification Matrix (Doc ID 412431.1) in My Oracle Support seems to be not updated as it does not shows OMS 11g, only OMS 10gR3 and R2 are available.
    Is there a date for this support/availability?
    Thanks,
    Fernando.

    My customer wants to know if OEM 11g Grid Control R1 is supported to be installed (Repository, OMS and Agents) on Windows 2008 R2 x64. Repository will be on DB 11gR2 to monitor OFMW 11gR1 components (11.1.1.3) which are running with Sun JDK 1.6 64-bits).
    OMS 11G is not available for Windows 64 bit. However you can use 64 bit windows for repository databases.
    Certification Matrix (Doc ID 412431.1) in My Oracle Support seems to be not updated as it does not shows OMS 11g, only OMS 10gR3 and R2 are available.Please select 11G OMS from the dropdown , certification information for 11G is also available in the note.
    Is there a date for this support/availability?Please keep checking otn.oracle.com for availability.
    Regards
    Rajesh

  • OIF on Windows 2008

    I have been trying to set up OIF on a Windows 2008 machine. I can install the DB (11gR2) and Weblogic Server (10.3.5). When I try to run the Oracle Universal Installer (11.1.1.2) installing but not configuring, it works properly. I then patch that using the OUI 11.1.1.5, and that also works fine. The problem comes when I try to configure. I get through the entire specification process and I choose to create a new domain (I only am installing OIF and the associated software needed for that) but when it starts the actual configuration it stalls. I checked the logs and get this:
    [2012-02-09T11:55:08.393-05:00] [as] [ERROR] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidConnection] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Exception[[
    java.io.IOException: Couldn't connect to any host
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:187)
         at weblogic.management.remote.common.ClientProviderBase.newJMXConnector(ClientProviderBase.java:81)
         at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:247)
         at oracle.as.install.common.handlers.weblogicQueries.IsValidConnection.initConnection(IsValidConnection.java:415)
         at oracle.as.install.common.handlers.weblogicQueries.IsValidConnection.executeHandler(IsValidConnection.java:237)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.execute(HandlerLauncher.java:487)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher$LaunchHelper.launch(HandlerLauncher.java:413)
         at oracle.as.install.engine.modules.handler.engine.HandlerLauncher.execute(HandlerLauncher.java:178)
         at oracle.as.install.engine.modules.handler.engine.HandlerEngine.execute(HandlerEngine.java:137)
         at oracle.as.install.engine.modules.handler.HandlerModule.performOperation(HandlerModule.java:455)
         at oracle.as.install.engine.modules.handler.HandlerModule.performInputValidations(HandlerModule.java:413)
         at oracle.as.install.engine.modules.handler.HandlerModule.processModuleEvent(HandlerModule.java:332)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)
         at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)
         at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)
         at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:191)
         at oracle.as.install.engine.modules.presentation.PresentationModule.executeModifiedDWizardEvent(PresentationModule.java:716)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.fireValidationEvent(ModifiedDWizard.java:3183)
         at oracle.as.install.engine.modules.presentation.ui.common.wizard.ModifiedDWizard.doNext(ModifiedDWizard.java:922)
         at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6289)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6054)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4652)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4482)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:644)
         at java.awt.EventQueue.access$000(EventQueue.java:85)
         at java.awt.EventQueue$1.run(EventQueue.java:603)
         at java.awt.EventQueue$1.run(EventQueue.java:601)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:617)
         at java.awt.EventQueue$2.run(EventQueue.java:615)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:614)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: javax.naming.NamingException: Couldn't connect to any host [Root exception is org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 203 completed: Maybe]
         at weblogic.corba.j2ee.naming.Utils.wrapNamingException(Utils.java:83)
         at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:605)
         at weblogic.corba.j2ee.naming.ORBHelper.getORBReference(ORBHelper.java:559)
         at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:85)
         at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFactoryImpl.java:31)
         at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:46)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at weblogic.management.remote.common.ClientProviderBase.makeConnection(ClientProviderBase.java:169)
         ... 57 more
    Caused by: org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: Maybe
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2259)
         at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(ORBUtilSystemException.java:2277)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.sendWithoutLock(SocketOrChannelConnectionImpl.java:1066)
         at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendFragment(BufferManagerWriteStream.java:90)
         at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendMessage(BufferManagerWriteStream.java:104)
         at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(CDROutputObject.java:144)
         at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(CorbaMessageMediatorImpl.java:247)
         at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(CorbaClientRequestDispatcherImpl.java:355)
         at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(CorbaClientRequestDispatcherImpl.java:336)
         at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(CorbaClientDelegateImpl.java:129)
         at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.non_existent(CorbaClientDelegateImpl.java:232)
         at org.omg.CORBA.portable.ObjectImpl._non_existent(ObjectImpl.java:137)
         at weblogic.corba.j2ee.naming.ORBHelper.getORBReferenceWithRetry(ORBHelper.java:590)
         ... 66 more
    Caused by: java.io.IOException: write not supported
         at weblogic.corba.client.cluster.DummySocket$2.write(DummySocket.java:35)
         at java.io.OutputStream.write(OutputStream.java:99)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.write(SocketOrChannelConnectionImpl.java:724)
         at com.sun.corba.se.impl.encoding.CDROutputObject.writeTo(CDROutputObject.java:174)
         at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.sendWithoutLock(SocketOrChannelConnectionImpl.java:1016)
         ... 76 more
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidConnection] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] errID ====>>>>:INST-07242
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidConnection] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Error:Error in obtaining connection with Oracle WebLogic Middleware Administration Server
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidConnection] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Cause:Unable to connect to Oracle WebLogic Middleware Administration Server.
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidConnection] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Action:Make sure the Oracle Middleware Administration Server is up and hostname, port, user name and administration password are correct
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidConnection] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Exiting method executeHandler
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Handler launch end: weblogicQueries.isValidConnection
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Handler returned status: FAILED
    [2012-02-09T11:55:08.393-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Error in obtaining connection with Oracle WebLogic Middleware Administration Server
    [2012-02-09T11:55:19.564-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Processing the validation event
    [2012-02-09T11:55:19.564-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Setting valueOf(DOMAIN_PORT_NO) to:7001. Value obtained from:USER
    [2012-02-09T11:55:19.564-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Setting valueOf(DOMAIN_PORT_NO) to:1521. Value obtained from:USER
    [2012-02-09T11:55:19.564-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Inputs passed to the handler: [ Join Domain Port ( field ) = "Port" ], [ DOMAIN_PORT_NO ( value ) = "1521" ]
    [2012-02-09T11:55:19.564-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Handler launch begin: txtQueries.isNumber
    [2012-02-09T11:55:19.564-05:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.txtQueries.isNumber] [tid: 11] [ecid: 0000JLZ2VjAALQ05zzT4iW1FCzd5000002,0] Entering method executeHandler
    It's telling me it can't connect to the host, but nowhere am I asked to provide any information about that. I've googled this, but I can't seem to find any information. Also worth noting, I had to significantly shorten the error log because it was too long.

    hi Guru's.. please advice.

  • Windows 2008 Server and Windows 8 clients

    Hey Guys,
    I have had this problem for sometime now and really need a solution. I have Windows 2008 Enterprise Server running about 200+ terminal services clients. All Windows XP clients are fine, Windows 7 clients have issues when they get an updated version of
    remote desktop client(to solve the issue we simply rollback the update), Windows 8 clients cannot connect and use out remote app. The issue stems from the newer version of remote desktop client (on windows 7 and embedded in windows 8) cannot connect to our
    terminal server and generates an error and immediately disconnects. The error says "
    Your computer can't connect to the remote computer because an error occurred on the remote computer that you want
    to connect to
    So my questions are, how can i update my Windows 2008 Terminal server version to support these clients, or do u have migrate to Windows 2012? Or is there a solution to my current problem which will allow my client to connect and use the remoteapps?

    Hi,
    Thank you for posting in Windows Server Forum.
    Please follow the below steps and verify result.
    LAN manager authentication level settings (Local security policy->Local Policies->Security Options->Network Security: LAN Manager Authentication level). 
    Try to change it to "Send NTLMv2 response only" 
    Snap:
    If still face the issue please install this Hotfix.
    RDS client computer cannot connect to the RDS server by using a remote desktop connection in Windows
    http://support.microsoft.com/kb/2752618/
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • How to install a plugin on 64 bits windows 2008 server?

    From the developer forum, I found a description which told me how to install a plugin on windows series system, but I only succeded intalling the plugin on 32 bits windows xp, couldn't install the plugin on 64 bits windows 2008 server. Any ideas or advices, men of genius? Thanks :-)

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

Maybe you are looking for