Want to move RH Server 8 to 64 bit Windows 2008 Server R2

Can someone please confirm what version of Windows 2008 Server that RoboHelp Server 8 will run on?
The Server Admin group says that they have to replace the server on which RH Server 8 is currently running an end-of-line operating system (Windows 2003).
According to my support person, it would be really good if it could run on 64 bit Windows 2008 Server R2.
FYI -- We're still using RoboHelp 7 with the last patch that allowed it to talk to RH Server 8.  If it is really important to convert up to RoboHelp 8, please let me know that as well.
Thanks.  

Hi Doug.
I've not heard of any change in the officially supported versions of RoboHelp Server. Sorry.
  The RoboColum(n)
  @robocolumn
  Colum McAndrew

Similar Messages

  • 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.

  • How to develop a plugin for 64-bit windows 2008 server?

    I have developed a plugin to open local application from web pages, but the plugin could only run on 32-bit windows and 32-bit and 64-bit windows 7, it couldn't work on 64-bit windows 2008 server. The plugin was compiled by vs2008 studio on 32-bit windows xp. Any instructions or advices, men of genius? Thanks

    Hi Gnittala,
    Thanks for your reply.
    I debug the javascript code in firebug on windows 8 and found that firefox would be not responding while executing "document.body.append(myPlugin)".
    My javascript code is below:
    function openLocalApp(cmdPath, cmdLine) {
    var npMyPlugin = navigator.mimeTypes["application/mozilla-npruntime-scriptable-plugin"];
    if (npMyPlugin) {
    var myPlugin = document.createElement("embed");
    myPlugin.style.visibility = "hidden";
    myPlugin.type = "application/mozilla-npruntime-scriptable-plugin";
    myPlugin.width = 0;
    myPlugin.height = 0;
    document.body.appendChild(myPlugin);
    myPlugin.foo(cmdPath, cmdLine);
    } else {
    alert("Failed to create the plugin!");
    And firefox plugin's source code copys from the following link:
    http://mxr.mozilla.org/seamonkey/source/modules/plugin/samples/npruntime/
    Just changed a little.
    I know the sample is very old, but newer proper sample couldn't be found. So if you can give me a newer sample, I'll appreciate.
    Thanks again.

  • Is owb 11g r2,supported by 64 bit windows 2008 server

    is owb 11g ,r2 supported on 64 bit windows 2008 server.
    is it true that : OWB 11g,r2 is supported only for 32 bit windows 2008.

    There is no 64b client for windows at this time. You can check on Oracle for available downloads.
    http://www.oracle.com/technetwork/developer-tools/warehouse/downloads/software/index.html

  • Install ODI 10g on  64 bit Windows 2008 server

    Can we install ODI 10g on 64 bit Windows 2008 server ? if so Please provide the me the link for download
    Edited by: user1137989 on Oct 27, 2010 10:51 PM

    If you are looking for 10g then scroll down in the link (http://www.oracle.com/technetwork/middleware/data-integrator/downloads/index.html) Oracle Data Integrator 10g (10.1.3.5.0) and select for Microsoft Windows (x86) and extract and install .
    11g comes in 32 and 64 bit version .
    32 bit version is
    Oracle Data Integrator 11g (11.1.1.3.0)
    for Microsoft Windows (x86)
    64 bit version is .
    Oracle Data Integrator Companion 11g (11.1.1.3.0)
    for All Platforms
    Hope this helps .

  • 64 bit Windows 2008 Server showing up as Win32NT

    I'm running this code on a windows 2008 server 64 bit and it's displaying Win32NT. I'm sure it's 64 bit windows server. Why would it show up as Win32NT?
    string OSVersion = System.Environment.OSVersion.Platform.ToString();
    Console.WriteLine("OS Version produced from System.Environment.OSVersion.Platform.ToString(): + " OSVersion);
    Console.ReadKey();

    I'm running this code on a windows 2008 server 64 bit and it's displaying Win32NT. I'm sure it's 64 bit windows server. Why would it show up as Win32NT?
    string OSVersion = System.Environment.OSVersion.Platform.ToString();
    Console.WriteLine("OS Version produced from System.Environment.OSVersion.Platform.ToString(): + " OSVersion);
    Console.ReadKey();
    Use this code instead:
    bool is64BitWindows = System.Environment.Is64BitOperatingSystem;
    if (is64BitWindows == true)
    Console.WriteLine("OS is 64 Bit");
    Console.WriteLine("System.Environment.Is64BitOperatingSystem == true");
    else
    Console.WriteLine("OS is 32 Bit");
    Console.WriteLine("System.Environment.Is64BitOperatingSystem == false");
    Console.ReadKey();

  • Oracle obdc driver 32-bit doesn't run on 64-bit windows 2008 server r2

    Does anyone know a way to run OBDC driver on windows 2008 server r2?, a way to run the app?

    Pl post in the Heterogeneous Connectivity forum (Heterogeneous Connectivity as this forum is meant for issues related to database installs
    HTH
    Srini

  • Crdb_dao.dll error on 64 bit Windows 2008 Server

    We are using VS2008 to develop enterprise solutions for our customers. We have recently had support calls from our customers installing our solution on 64 bit WIndows Server 2008 machines reporting errors when displaying embedded Crystal Reports.
    The error is "Failed to load database information. Details: The database DLL 'crdb_dao.dll' could not be loaded. Error in file C:\Users........rpt: Failed to load database information"
    This error only occurs in the 64 bit environment and only occurs when the report is being passed a datasource at runtime, having been developed using a different source. eg: The report is developed based on an Excel Spreadsheet and then passed a runtime DataTable to populate the report at runtime.
    We have setup a test environment and replicated this error. The test machine is using the 64 bit Crystal runtime.
    Any help would be appreciated as this issue is getting hot now with more customers using 64 bit environments and over 100 of our reports being affected by this error.
    Thanks,
    Scott.

    Hi Ludek,
    Thanks very much for your info and help.
    Unfortunately I still haven't been able to resolve this issue.
    I have installed the SP.
    I have also run the modules utility, which unfortunately does not work on the 64 bit machine.
    I did notice in running it on a 32 bit machine that my test report is loading crdb_dao.dll, which is the same dll that the 64 bit machine is trying to load when the error occurs.
    I am wondering if it is possible that the 64 bit Crystal runtime does not include this dll because a search of the files on the 64 bit machine fails to find a file by that name.
    In actual fact, on further investigation I have now found that the Crystal 64 bit runtime throws this error for any report based on a spreadsheet file, even if that spreadsheet is accessible from the 64 bit machine, so it appears to be a bug in the Crystal 64 bit runtime.
    Regards,
    Scott.

  • Accessing a 32 Bit Oracle 9.2 database from a 64 bit Windows 2008 Server

    Hi Guys,
    I hope someone might be able to help me I am trying to extract data from our existing oracle 9.2 Database onto our new 64 bbit 2008 server. The problem I seem to be having is that no matter what version of Oracle I try to install I'm not able to see any oracle Drivers in the ODBC\ODBC32 section.
    I have tried both the 32 bit Oracle 10g ODAC 10.1.0.4.0 and Oracle 11g ODAC 11.1.0.7.20 with no luck, hopefully some one can point me in the right direction. I don't tthink installing the 64 bit would work as the database is 32 bit is this correct or should I be using the 64 bit.
    Thanks in advance
    D0n_mac

    Hi,
    You need to install 64 bit client if you're going to use it with a 64 bit app. You dont need to worry how many bits the server is, the client takes care of that.
    Hope it helps,
    Greg

  • Java app on 64 bit Windows 2008

    I need help finding the solution to a problem that I'm having with an java application that I'm running on 64 bit Windows 2008 Server for a P to V, physical to virtual server migration. My application has been running fine on Windows 2003 32 bit OS. Windows 2008 Server seems to be causing my applicaton to issue file copy errors (null value) for a text file that is a basic listing of a directory, nothing large or arcane. Also, the application does not move files from folders designated in the properties file. I gave admin access to all resources the application requires. I'm stuck at a standstill. I installed jdk1.6.0_26 and modified the PATH environment variable by adding the following: C:\Program Files\Java\jdk1.6.0_26\jre . I also installed the 32 and 64 bit version of jre 6_26 to no avail. Any and all suggestions are welcome. Thanks.

    user7356290 wrote:
    I need some clues like what .dll's should be registered throught the Windows GAC. That has absolutely nothing to do with the problem you described.
    You stated that your application is running.
    If a dll fails to load then you will get an exception that specifically indicates something like that or optionally you will get some horredous exception that means nothing. Or the VM will not run at all.
    And unless your java code is eating exceptions you are not getting any exceptions. If your code is doing that then your java code is wrong and the solution is to fix the java code so it does report the exceptions.
    Presuming that you are not eating exceptions and that you are not getting exceptions, since you didn't state you had any, it means it has nothing to do with dlls.
    It could be a permission problem, but that would again suggest that you are eating exceptions.

  • ACS SE Agent aupport for 64 Bit Windows 2008

    Greetings All,
    Is there ACS SE agent support for a 64 Bit Windows 2008 Server. I was told there was not, I just want to confirm.
    thanks.

    there isn't sorry

  • How to Install 64-bit "Generic / Text Only" print driver on a 32-bit Windows 2003 Server?

    Hi All,
    In a nutshell, I need to Install the 64-bit Generic / Text Only print driver on a 32-bit Windows 2003 Server’s “Generic / Text Only 32-bit print queue.
    The problem is that there is no Driver-Disk to get the drivers. I’ve been able to isolate 14 files related to the 64 bit drivers from a Windows 7 x64 computer and copy them to a temp folder on the Windows 2003 x32 server. When I try to add the 64 bit driver
    to the Windows 2003 x32 server,  it wants a *.inf file, which I don’t have and can’t find.
    Because Microsoft will no longer support Windows XP, my client is replacing all of their Point-of-Sale Windows XP x32 systems with Windows 7 x64. They use Terminal Services (Remote Desktop) to connect to a Windows 2003 x32 server to use the POS system. The
    POS software redirects LPT1 back to the local Generic / Text Only printer. This works great for XP x32.
    When we use the Terminal Services POS software on the new Windows 7 x64 system, none of the labels print out because it’s redirected in 32-bit back to the local Windows 7 x64 Generic / Text Only 64-bit printer.
    This will be a huge issue for me if I can’t get this to work.
    Thanks in advance for any suggestions and help! -Rob

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

  • Windows 2008 Server R2 64 bit what version of server applications?

    Hi, I'm new here please let me know what version of the OAS [Oracle Applikation Server] is required for the server running Windows 2008 Server R2 64 bit? Server wants to use the forms. I will be grateful for links to the version.
    I greet.

    Hi,
    As far as I can see OAS is not supported on Windows 2008 R2. You can have a look here:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    10gR3 - http://www.oracle.com/technetwork/middleware/ias/downloads/oracle-soa-certification-r3-10-131499.xls
    10gR2 - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Regards Peter Lorenzen

  • Need a 32-bit windows home server driver for a cp2025 printer

    I have a Windows Home Server 2011, and multiple Windows XP workstations. I need an XP driver for a CP2025DN printer that I can load onto the WHS 2011, as I want to configure the WHS as a Print Server. The WHS does not recognize (like) the HP Universal drivers, and I do not want to use the Express install download packages. All I need is a driver, like we used to be able to download.
    Anyone have any suggestions/hints?

    those may be helpful...
    http://social.technet.microsoft.com/Forums/en-US/a129f49a-0216-41f0-b190-3efb46fbb8ac/generic-text-only-driver-on-windows-2008-server-r2?forum=winserverprint
    http://blogs.technet.com/b/yongrhee/archive/2009/09/14/how-to-add-64-bit-print-drivers-on-32-bit-windows-server-2003-or-windows-server-2008-print-server.aspx
    Best,
    Howtodo

  • Windows 2008 server 32 bit support

    Hello,
    Is MaxDB officially supported for Windows 2008 server 32 bit  platform?
    Thanks,
    Jose

    Jose Lopez wrote:>
    > OK, then perhaps mention specifically W2003 in the download link?
    Hmm... about what download link are you talking?
    The one in the download area here in SDN?
    If so, then this is not relevant for SAP customers as they should get all their software via DVD delivery or the Service Marketplace downloads!
    In the service marketplace download sections there are no restrictions given, since the Product Availability Matrix (https://service.sap.com/pam) contains all the release/support information.
    In general, the PAM is the one single place to check for supported versions.
    regards,
    Lars

Maybe you are looking for