Jinitiator & IE8 On Windows 2008 R2 x64 Server - Please Help!

Hello All -
I am wrapping up configuration of a Citrix Xenapp server for a presentation to my manager. The ONLY thing that I cannot get working is jinitiator for our Oracle apps. It is running on IE8 on WIndows 2008 R2 x64.
I have done a lot of research and replace jvm.dll from Java, but haven't been able to get that to work. My guess is that it's either because I'm downloading the incorrect version of Java (which I extract the .jvm file from) or that i'm running x64.
Please give any suggestions to help. I've spent hours on this project and if I cannot figure this out and have to go back to a different version of OS, then it's all lost -
Thanks!

801574 wrote:
Great - Thanks.
Will this need to be something that it installed/configured on my machine with IE8 installed or will changes need to be made to the actual Oracle server? We don't manage the server so hopefully it will be the client end.
Thank YouAs long as you have the necessary version of JRE installed, you should be good. Necessary application changes/configuration must be made in order for it to use JRE.
Srini

Similar Messages

  • IDRAC6 racadm not working on Windows 2008 R2 x64 Server

    We have Dell PowerEdge M910 on a M1000e Blade Chasis
    iDRAC is Accessible via its Web Site and racadm -r works on different Server
    But on the Actual Machine its giving me the Error of:
    ERROR: RACADM is unable to process the requested subcommand because there is no
    local RAC configuration to communicate with.
    Local RACADM subcommand execution requires the following:
    1. A Remote Access Controller (RAC) must be present on the managed server
    2. Appropriate managed node software must be installed and running on the
    server
    Is there anyway to resolve this like Re-installation of Certain Software? or Anything that would make the racadm work when running on the server itself
    Search Google and this Forums and this problem seem to be unique.
    Lifecycle Controller Firmware is 1.6.5.12
    Firmware Version is 3.60 (Build 3)
    Operating System is Microsoft Windows Server 2008 R2, Enterprise x64 Edition
    Any help would be greatly appreciated

    Many Thanks for your Reply 
    Since iDRAC is accessible via it IP Address I have done the following but NOT successfull.
    racadm -r <IPAddress> -i racreset soft/hard (with and without -f flag)
    Also Reset using the Blade Chasis iDRAC and Server's iDRAC
    I dont think there is something wrong with the iDRAC, as this is accessible using the iDRAC Web GUI and command line interface with the "-r" flag.
    The issue is running the racadm (without and -r) on the server itself and getting the error mentioned above
    Is there a way to check the any Logs file and or is there any Windows Server Service's Component that is needed by racadm command in order for it to function when running locally?
    BTW
    OMSA is at 7.4.0.2
    Lifecycle Controller Firmware is 1.6.5.12
    Firmware Version is 3.60 (Build 3)
    Thanks and Best Regard

  • How to activate Windows 8.1 on a Windows 2008 R2 KMS server when I don't have Windows 2012 R2 kms host key

    I only have windows 8.1 kms host key but I can't add a client OS kms key to Windows 2008 R2 kms server. And I don't have Windows 2012 R2 license either. Is there any way I can activate Windows 8.1 using my existing kms server? Thanks.

    I would like a yes no clarification answer. So does this mean that EVEN WITH THE PATCH. My Server 2012 Standard edition that currently hosts KMS VA for clients running Win7, Win 8, Office15, Server 2008, Server 2012. Will not be able to host windows 8.1?
    I will have to install 8.1 and use as a host? 
    if you have a KMShost product key for WS2012R2, you can patch a down=level Server and be fine.
    (the OP didn't renew SA or otherwise has no KMShost pkey for WS2012R2)
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)
    I'm having similar issues and have a similar question that doesn't seem to be answered:
    My KMS server is Windows 2008 R2 (Also is my domain controller). I want to activate Windows 2012 R2 and Windows 8.1 machines off this KMS server. I can install the 2012 R2 key just fine but receive error 0xC004F015 (The Software Licensing Service reported
    that the license is not installed) when I try to install my 8.1 KMS key.
    What I'm gathering from this thread is that I have to set up a Windows 8.1 host and set it up to be a KMS server exclusively for activating Windows 8.1. Is this correct? If so, Microsoft needs to fix that. I have a SERVER for activations for a reason: it
    is a server, not a client. If I am mis-understanding, how do I get my Windows 2008 R2 server to accept the Windows 8.1 KMS key for activating 8.1 clients?
    Thanks!
    You don't need Windows 8.1 KMS key. Your 2012 R2 KMS key will be able to activate your Windows 8.1 machines. So your current set up is fine, no need to set up another Windows 8.1 KMS host.
    My problem is I don't have 2012 R2 KMS key as I didn't buy any Windows 2012 R2 license. So I can't use 2012 R2 KMS key to activate my Windows 8.1.
    Oh that's interesting. I guess I need to play around more because my 8.1 test machine isn't activating. I'll start a new thread for that if needed. Sorry for the confusion.

  • Installing Printers from Windows 2008 R2 printer server using the Cname

    Am having issues installing printers on workstations from the windows 2008 R2 print server using the DNS names. the servername and Full qualified Name works fine.
    l have tweaked the Registry and Disabled the StrictNameChecking but still getting an error.  this is the message am getting...
    Printer Installation Failed
    You do not have enough privilege to complete the printer installation on the local machine.
    I found this KB and did exactly what is in the KB but stilll....
    lhttp://support.microsoft.com/kb/870911/en-us
     need help

    Hi.
    I think I solved this yesterday. We got 1 printserver, with an alias, which we had this problem to connect to. I noticed that there is a difference between x86 and 64bits system entries in the registry...
    When you are having a 64bit system, you must use REG_QWORD instead of REG_DWORD, REG_DWORD is only to be used in x86 system! See below.
    Windows 2008 server R2 64-bit 
    HKLM\SYSTEM\CurrentControlSet\Control\Print
    = ”DnsOnWire” = REG_QWORD Decimal = 1
    (reg add hklm\system\currentcontrolset\control\print /v DnsOnWire /t REG_QWORD /d 1)
    HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters
    = DisableStrictNameChecking = REG_QWORD Decimal = 1
    (reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v DisableStrictNameChecking /t REG_QWORD /d 1)
    HKLM\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters\ 
    REG_SZ = OptionalNames = “aliasname” (C-name record in DNS)
    (reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v OptionalNames /t REG_SZ)
    Windows 2008 server x86 
    HKLM\SYSTEM\CurrentControlSet\Control\Print = "DnsOnWire" = REG_DWORD Decimal = 1
    (reg add hklm\system\currentcontrolset\control\print /v DnsOnWire /t REG_DWORD /d 1)
    HKLM\SYSTEM\CurrentControlSet\services\Lanmanserver\Parameters = DisableStrictNameChecking = REG_DWORD Decimal = 1
    (reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v DisableStrictNameChecking /t REG_DWORD /d 1)
    HKLM\SYSTEM\CurrentControlSet\services\LanManServer\Parameters\  REG_SZ = OptionalNames = “aliasname”
    (C-name record in DNS)
    (reg add hklm\system\currentcontrolset\services\lanmanserver\parameters /v OptionalNames /t REG_SZ)
    Don't forget to reboot your system after these changes!
    Best Regards, Mats

  • Windows 2008 R2 Terminal Server.

    Hi,
    I was wondering about running Adobe Acrobat Std X (10) on a Windows 2008 R2 Terminal Server for two users. Anyone else that have any experience with this? Best solution?
    Best regards
    Vegard

    Although Server 2008 R2 is a supported install platform, you'll have to be extremely careful about licensing - Acrobat is not a server product, so the only person who would be legally permitted to connect to it would be the one who owns the copy of Acrobat in question. Sharing a copy between multiple users is not an option; for that there are dedicated server-based solutions such as LiveCycle.

  • How to Configure Active-Passive oracle cluster in Windows 2008 R2 64bit Server.

    How to Configure Active-Passive oracle cluster in Windows 2008 R2 64bit Server With Oracle 11g R2.
    How many database will play in this role.
    Best,

    hello
    I was going through your post and i am also doing the same thing here at our organisation for Oracle 10g R2
    Can you pls send me any docs u r having for configuration of Oracle in windows clusters .
    And, can you pls elaborate on this point
    e)Create Oracle Service with the same name in the 2nd node and copy all the files like spfile,tnsnames.ora,listener.ora,password file to Node2.
    Pls send me the details at [email protected] or you can contact me at 08054641476.
    Thanks in advance.

  • MacBooks can't resolve printer name when sending job to windows 2008 R2 print server.

    So I am work at company in a windows server 2008 r2 and we have a windows 2008 r2 printer server. Our macbook pros are not on the domain so every time we print to the server we have to type in our credentials.
    MacBooks can't resolve printer name when sending job to windows 2008 R2 print server while on wifi but works when hard wired. Any thoughts? The error message I receive is "invalid printer name". I've tried adding the printer through the advanced tab in the print and scan tab of system preferences. I add it buy smb://servername/printername.
    When I tried to print on the wifi at my office I get "invalid printer name" in the print job status que.
    We can just do direct printing but I would like to know if anyone has had this issue before and if you could point me in the right direction. Thanks!

    I assume you aare using exchange when configuring the email notifications? What I would do is just use a normal IMAP & SMTP account such as Outlook.com or if you use a POP connector for exchange, one of those accounts' SMTP settings.
    For example, I have a POP connector installed and my emails are hosted at 1and1. What I would do here is put my 1and1 SMTP settings in and use these, instead of using Exchange.
    Let me know if this is possible.
    Ed

  • Cisco aironet 2600 series AP configuration with windows 2008 R2 Radius server.

    I want to know the configuration of Cisco aironet 2600 series AP with windows 2008 R2 Radius server.  
    I have
    1. AD & DHCP Server
    2. Cisco Aironet 2600 Access Point.
    I want to connect wifi devices through this AP. Authentication should be through Radius server and AD.

    Hi , 
    Below link should support your requirement 
    http://www.cisco.com/c/en/us/support/docs/wireless-mobility/wireless-lan-wlan/116584-configure-wirelesslan-00.html
    Minimal command : -
    AP(config)# aaa new-model
     AP(config)# radius-server host 172.20.0.1 auth-port 1645 acct-port 1645 key XXXXXX
     AP(config)# radius-server deadtime 10
    HTH
    Sandy

  • Windows 2008 R2 File Server - user profiles appear underdirectory C:\user

    I've a windows 2008 r2 file server and  few day ago I've noticed that under directory c:\users some user profiles have been created.
    These users don't have rdp access to this server and don't use any ts application.
    Is this a problem or a normal behavior?

    Hello,
    IIRC this is normal behavior as they do a connect to the server to access the shared folders.
    Best regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
    Can you please explain in more detail?
    Why aren´t all users creating a local Profile on the fileserver?
    Kind regards,
    Tim
    MCITP, MCTS, MCSA
    http://directoryadmin.blogspot.com
    This posting is provided 'AS IS' with no warranties or guarantees and confers no rights.
    "If this thread answered your question, please click on "Mark as Answer"

  • 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

  • How to add Windows 2012 R2 RDS to Existing Windows 2008 R2 Terminal Server

    I currently have a Windows 2008 R2 Terminal Server running and I am looking to add a Windows Server 2012 R2 server to it. All I see when I google the setup is only for Windows Server 2012 R2 RDS, cant find anything to integrate with a current 2008 R2 Terminal
    Server.
    Can anyone help with this or point me to a blog I possibly missed?
    Thanks.

    Hi,
    Thanks for your comment.
    Yeah, agree with diramoh; as already commented. If you want user session from RDS Server 2012 R2 then you need to  install RDS License role on server 2012 R2, purchase and install RDS CAL (per user or per device) according your requirement and then you
    can use user session for server 2012 R2 and also for lower version. 
    But as you already have Server 2008 R2 RDS CAL, then with that you can simply access lower version but can’t manage Server 2012\R2. 
    For more information, you can refer following document.
    Licensing
    Windows Server 2012 R2 Remote Desktop Services
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • I have a big problem :( why is it i cant update my ipod touch 2g into ios 4! im using the latest version of itunes and everytime i click "update" it stucks on the "contacting server" please help :( i want to update it now

    i have a big problem why is it i cant update my ipod touch 2g into ios 4! im using the latest version of itunes and everytime i click "update" it stucks on the "contacting server" please help i want to update it now

    Maybe here:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

  • Wlserver.exe error occur while start the web logic server-please help

    hi
    Iam getting wlserver.exe error when I start the web logic server-please help. and I cant able to start the web logic server.
    Thannks in Advance,
    Cheers,
    bala...

    Could you please mail the errors and the WLS Version and service pack as well.
    - Ramkumar

  • Hello , I have installed adobe illustrator CS5 and when i open it..tool bar isnt working.. when i click at rectangle/pen tool the sub options on it dont appear though black sign comes.. am confused wat to do?? i have windows 8 as OS.. please help soonest.

    Hello ,
    I have installed adobe illustrator CS5 and when i open it..tool bar isnt working.. when i click at rectangle/pen tool the sub options on it dont appear though black sign comes.. am confused wat to do?? i have windows 8 as OS.. please help soonest.....thankyou

    charmi,
    The following is a general list of things you may try when the issue is not in a specific file (you may have tried/done some of them already); 1) and 2) are the easy ones for temporary strangenesses, and 3) and 4) are specifically aimed at possibly corrupt preferences); 5) is a list in itself, and 6) is the last resort.
    1) Close down Illy and open again;
    2) Restart the computer (you may do that up to 3 times);
    3) Close down Illy and press Ctrl+Alt+Shift/Cmd+Option+Shift during startup (easy but irreversible);
    4) Move the folder (follow the link with that name) with Illy closed (more tedious but also more thorough and reversible);
    5) Look through and try out the relevant among the Other options (follow the link with that name, Item 7) is a list of usual suspects among other applications that may disturb and confuse Illy, Item 15) applies to CC, CS6, and maybe CS5);
    Even more seriously, you may:
    6) Uninstall, run the Cleaner Tool (if you have CS3/CS4/CS5/CS6/CC), and reinstall.
    http://www.adobe.com/support/contact/cscleanertool.html

  • I'm trying to set up my new iPhone 5s from a backup of my previous iPhone, when trying to enter my Facebook login info in settings I keep getting the following error message : error signing in could not communicate with server, please help !

    I'm trying to set up my new iPhone 5s from a backup of my previous iPhone, when trying to enter my Facebook login info in settings I keep getting the following error message : error signing in could not communicate with server, please help !

    Can you access other apps? Can you acess the internet? Can you access applications that use internet besides facebook?
    If answer is yes to all of these; contact Facebook.

Maybe you are looking for

  • Precalculation server: problem with precalculation of a single workbook

    Hi all, We noticed a strange error while precalculating a workbook. Broadcasting to portal (or sending via E-Mail) of this workbook always fails with the following error text:     Unbehandelte Ausnahme auf dem Precalculation Server    System.Runtime.

  • How to re-download programs lost by a computer crash?

    Purchased Photoshop 11 and Premiere 11 from Adobe.com (11/26/2012) - Computer crashed this week - lost everything and had to purchase another! I have an account and the serial #'s.  Where do I go to get help downloading.

  • Enhancing a transaction datasource!

    Hi all, Can anyone please tell me where I can find documentation on writing User exits/enhancing transaction datasources.  Is the procedure for enhancing transaction datasource same for all extraction methods like LO-Cockpit, LIS, COPA, Generic Datas

  • Font Size changing when I reply to an email from a coworker only

    I am having a problem. Typically when I reply to an email, all font sizes and colors are exactly how they are supposed to be. However, there is one person that the font size and font style changes everytime I reply. Please tell me how to fix this to

  • Generate invoice with a different Sponsor Address

    Hi all, Is there a way to generate a grant invoice with a different mailing address for the sponsor? The 'sponsor' will still remain the funder of the grant - only that we would like to generate invoice with a different address. Please let me know an