CF8* hotfixes on 64 bit Windows server

Hello,
We have a Windows 2080 64 bit server running IIS7. I would like to install the pertinent hotfixes I found on the Adobe site but have some questions. Some of the hotfixes require .jar & .ear files to be imported via CF admin. The hotfixes do not give any information about 64-bit. Are there seperate 64-bit .jar & .ear files? Can the .jar & .ear files in the hotfixes be used on 64-bit machines?
Thanks in advance.
joe

The 64 bit functionality starts from Update 1 of Coldfusion 8, that is, from version 8.0.1. I would therefore expect  CF801 and hotfixes to CF801 to be 64 bit.

Similar Messages

  • UnsatisfiedLinkError running 32 bit on a 64 bit windows server 2008

    Hi,
    I have developped a JNI solution a while back and it runs fine on a Windows 2008 server 32 bit computer, but when running on a 64 bit windows server 2008 it gives me the following exception
    Exception in thread "main" java.lang.UnsatisfiedLinkError: <name of the library> (JVMPORT015E Unable to resolve DLL references - a prerequisite DLL may be missing)
    at java.lang.ClassLoader.loadLibraryWithPath(ClassLoader.java:957)
    at java.lang.ClassLoader.loadLibraryWithClassLoader(ClassLoader.java:926)
    at java.lang.System.loadLibrary(System.java:453)
    at xxx.jni.xxx.<clinit>(Unknown Source)
    at java.lang.J9VMInternals.initializeImpl(Native Method)
    at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
    at be.xxx.initialize(Unknown Source)
    at be.xxx.main(Unknown Source)
    I tried specifying the library path by using the -Djava.library.path= property (once again this works fine on 32 bit version) but the same error.
    I used the old Visual studio 6 compiler to create the 32 bit DLL. Do I need to re-compile the DLL for 64 bit? And any pointers on how to do that?
    I am a C++ newbie so any help would be appreciated

    Don't feel like researching it myself but you might start here and get back to us with what you find.
    [http://blogs.msdn.com/oldnewthing/archive/2008/10/20/9006720.aspx]
    Although seems conclusive I would research it more since 32bit apps must run somehow.
    I suspect that you will need a different VS IDE though to make a 64 bit build.

  • Connect Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000

    Hi all,
    I am trying to connect:
    Oracle 11g (64-bit windows server) to Microsoft SQL Server 2000 (32-bit) on a different machine.
    1) I have create an ODBC connection (called:GALAXY) which connects.
    2) created a init.ora called it initgalaxy.ora in $oracle_home\hs\admin
    HS_FDS_CONNECT_INFO = GALAXY
    HS_FDS_TRACE_LEVEL = on
    3) modified the listener.ora file as below
    # listener.ora Network Configuration File: E:\Ora11g\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01)(PORT = 1521))
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = extproc0))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC =
    (GLOBAL_DBNAME = HEX.BIU01.kingsch.nhs.uk)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (SID_NAME = HEX)
    (SID_DESC=
    (SID_NAME = galaxy)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    (PROGRAM = dg4odbc)
    (SID_DESC =
    (PROGRAM = EXTPROC)
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = E:\Ora11g\product\11.1.0\db_1)
    4) modified the tnsnames.ora file is as follows
    GALAXY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SID = galaxy)
    (HS = OK)
    HEX =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = BIU01.kingsch.nhs.uk)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HEX)
    5) restarted the listener
    6) created a public database connect
    create PUBLIC DATABASE LINK "GALAXY" CONNECT TO "USER" IDENTIFIED by "PWD" USING 'galaxy';
    This is the error message I can sell in $oracle_home\hs\admin\trace
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Heterogeneous Agent Release
    11.1.0.6.0
    Oracle Corporation --- MONDAY APR 27 2009 11:54:18.370
    Version 11.1.0.6.0
    HOSGIP for "HS_FDS_TRACE_LEVEL" returned "ON"
    HOSGIP for "HS_OPEN_CURSORS" returned "50"
    HOSGIP for "HS_FDS_FETCH_ROWS" returned "100"
    HOSGIP for "HS_LONG_PIECE_TRANSFER_SIZE" returned "65536"
    HOSGIP for "HS_NLS_NUMERIC_CHARACTER" returned ".,"
    HOSGIP for "HS_FDS_RECOVERY_ACCOUNT" returned "RECOVER"
    HOSGIP for "HS_FDS_TRANSACTION_LOG" returned ""HS_TRANSACTION_LOG""
    HOSGIP for "HS_FDS_TIMESTAMP_AS_DATE" returned "TRUE"
    HOSGIP for "HS_FDS_CHARACTER_SEMANTICS" returned "FALSE"
    HOSGIP for "HS_FDS_MAP_NCHAR" returned "TRUE"
    HOSGIP for "HS_FDS_RESULT_SET_SUPPORT" returned "FALSE"
    HOSGIP for "HS_FDS_PROC_IS_FUNC" returned "FALSE"
    HOSGIP for "HS_FDS_REPORT_REAL_AS_DOUBLE" returned "FALSE"
    using galaxy_live as default value for "HS_FDS_DEFAULT_OWNER"
    HOSGIP for "HS_SQL_HANDLE_STMT_REUSE" returned "FALSE"
    ##>Connect Parameters (len=42)<##
    ## DSN=GALAXY;
    #! UID=galaxy_live;
    #! PWD=*
    hgocont, line 1890: calling SqlDriverConnect got sqlstate IM002
    when I try to test the database link, I get this error:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Microsoft][ODBC Drive Manager] Data source name not found and no default driver specified
    ORA-02063: preceding 2 lines from GALAXY
    28500.00000- "connection from ORACLE to ad non-Oracle system returned this message:"
    *Cause: The cause is explained in the forwarded message.
    *Action: See the non-Oracle system's documentation of the forwarded message.
    vendor code 28500
    Edited by: user7336435 on 27-Apr-2009 05:56

    11.2 is beta at the moment. There is no official release date so far.
    As DG4ODBC is independant from the Oracle database (or the target database) you can use a 3 machine model:
    On the first machine you have your Oracle database, on a second machine running 32bit Windows you can install DG4ODBC and on the 3rd machine you can run your foreign database.
    If the SQL Server 2k is installed on a 32bit Windows machine, then you can also install DG4ODBC on this machine.
    In general the connection from an Oracle database to the DG4ODBC machine is done using SDQL*Net. The listener responsible for DG4ODBC will then load the DG4ODBC executable which will connect to the SQL Server using SQL Server ODBC driver.

  • Can we run 32 bit application over 64 bit windows server 2012 ?

    Can we run 32 bit application over 64 bit windows server 2012 ?

    Hi,
    Thanks for your question.
    Since the two cases that you posted are the same, I will merge them so that you can get a better assistance. Thanks for your understanding
    and support.
    In addition, according to your question, it depends on the applications. Some applications designed for the 32-bit version of Windows
    will work on the 64-bit version of Windows, but some are not. Before you install the application, you’d better check if it is compatible with 64-bit version of Windows Server 2012.
    Best regards,
    Susie

  • IE6 compatibility with 64-bit Windows Server

    Is Internet Explorer 6 compatible with 64-bit versions of Windows Server 2003 or 2008?
    My client needs to access more than 3GB of addressable memory (i.e. 64-bit O/S) but needs an "air gap" before they are ready to move off of IE6.
    Many thanks,
    Ian

    Thanks.
    I suppose I should have added some more detail to this inquiry:
    The application logic & databases are hosted on clustered HPUX environments.
    Each application is accessed through a Windows Server environment, hosting the web servers.
    Two separate domains access the applications (via the web servers) -
               1) A client desktop environment running Windows XP SP2 (and IE6) which interacts directly via HTML
               2) A Citrix farm environment providing access for Citrix WID clients. Applications are visible via IE6 running within the Citrix farm.
    Citrix is currently running on a 32-bit Windows Server 2003 O/S. The Citrix clients share the available memory - with Windows Server 2003 that means 30-50 clients sharing 3GB RAM. That is insufficient for the new applications (Note: there are already other
    applications accessed via this farm), hence the need for an O/S that has more addressable memory.
    Changing to IE8/9 would make good sense for obvious reasons - but it will entail a huge retesting of performance and functionality on both environments as well as a new Desktop build and deployment. These delays cannot be accomodated by the project - hence
    my question "Can Internet Explorer 6 run on 64-bit versions of Windows Server 2003 or 2008"?
    Thanks in advance,
    Ian

  • HP Deskjet 1280 Printer intallation in 64 bit Windows Server 2012

    We are not able to get suitable driver for 64 bit Windows server 2012 for printer HP Deskjet 1280. The same printer is working in Windows 2003 server.  Printer manufacturer has not developed their driver fro WS-2012. Kindly help in resolving the issue.

    Hi,
    Can you please go through below Technet thread.
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/122542f7-19c2-417a-ade9-1211d4f96d13/cant-add-the-x86-drivers-of-hp-deskjet-1280-to-windows-2008-64-bit-server
    Regards,
    Manjunath Sullad

  • Installing 10g R2 on 32-bit Windows Server 2008 (not R2!)

    I want to install 10g R2 on Windows Server 2008 32-bit OS.
    It looks like 10.2.0.4 is the current release that supports Server 2008, however it doesn't seem to be available as an installation option.
    The download page says to download 10.2.0.3 and then use the patchset 10.2.0.4 from Oracle MySupport.
    Doesn't the patchset have to be installed over a current installation? How do I get an installation on my OS, if 10.2.0.3 will not install on it? Or will it?

    CKPT wrote:
    I want to install 10g R2 on Windows Server 2008 32-bit OS.
    It looks like 10.2.0.4 is the current release that supports Server 2008, however it doesn't seem to be available as an installation option.
    The download page says to download 10.2.0.3 and then use the patchset 10.2.0.4 from Oracle MySupport.
    Doesn't the patchset have to be installed over a current installation? How do I get an installation on my OS, if 10.2.0.3 will not install on it? Or will it?What is your current BASE patchset? You can upgrade from 10.2.0.1 to 10.2.0.4 directly.BASE patchset? Not sure what you mean. This is a new install.
    Are you implying that install 10.2.0.1 first is the way t go. Not sure if that will install on Server 2008.
    I can't fiddle with the product prereqs xml to make it install. We will be instructing the customer on the installation and they will not want to do that.

  • Invalid OTN Link for 9.2.0.1 EE/SE/S/P/Client 32-bit Windows Server 2003

    Hello,
    The OTN download for Oracle 9i Release 2 (9.2.0.1) 32-bit for Windows Server 2003 is incorrect. This link brings you to the 9.2.0.3 PATCHSET download, and NOT the base release software.
    Here is the contents of the link when followed.
    "Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows Server 2003 (32-bit)
    Download the Complete Files
    OUI220180.zip (47,405,300 bytes)
    9203WIN2K3.zip (181,643,734 bytes)
    Documentation
    Oracle9i Database Release 2 for Windows Server 2003 (32-bit) Release Notes (PDF/HTML)
    Directions
    1. Before downloading, please review the product certification information for this product.
    2. Consult the release notes for download and installation instructions."
    I desparately need to download the 9.2.0.1 32-bit Client. The eDelivery site only has the 9.2.0.1 64-bit release. I contacted Oracle support to have CDs shipped and they arrived today however no 32-bit client was contained inside. The sticker on the back directs you to OTN for download.
    Is anyone able to help me?
    Regards,
    Steve

    Found the solution
    Steve - you need to install 9.2.0.1 for NT/2000/XP and then apply the 9.2.0.3 patch to bring it to 9.2.0.3 for Windows 2003.
    It's in the release notes on that page:
    http://download-west.oracle.com/docs/html/B10924_01/toc.htm
    Hope that helps..

  • Invalid Link for 9.2.0.1 EE/SE/S/P/Client 32-bit Windows Server 2003

    Hello,
    The OTN download for Oracle 9i Release 2 (9.2.0.1) 32-bit for Windows Server 2003 is incorrect. This link brings you to the 9.2.0.3 PATCHSET download, and NOT the base release software.
    Here is the contents of the link when followed.
    "Oracle9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows Server 2003 (32-bit)
         Download the Complete Files
              OUI220180.zip (47,405,300 bytes)
              9203WIN2K3.zip (181,643,734 bytes)
         Documentation
              Oracle9i Database Release 2 for Windows Server 2003 (32-bit) Release Notes (PDF/HTML)
         Directions
              1. Before downloading, please review the product certification information for this product.
              2. Consult the release notes for download and installation instructions."
    I need to download the 9.2.0.1 32-bit Client. The eDelivery site only has the 9.2.0.1 64-bit release.
    OTN Admins - please help!
    Regards,
    Steve

    Are there any moderators checking this forum?
    I called Oracle support and requested a shipment for Oracle9i for Windows Server 2003. I made sure that whatever media pack they were sending me what explicitly for 2003. It was for both 2000 & 2003 however the client/database CDs for 2003 are only for 64-bit.
    If 9i 32-bit is the only certified version for AMD processors why isn't it in included the media pack? There's a nice sticker on the back that notifies you that the 32-bit software requires an additional upgrade that is available from OTN.
    So, If OTN's link is bad and no one is from OTN is moderating this site then how on Earth is anyone able to aquire this software version? Oracle's Metalink offers no solution outside of posting to this forum.
    -Steve

  • Is CF8.0.1 compatible with Window Server 2012 R2 Standard Edition

    Our current environment is CF8.0.1 Multi instance + IIS 6 + Window Server 2003.
    We are trying to upgrade the server hardward and also OS to the latest version which is WIndow Server 2003. But because of the script competible issue, we will remain the CF8.
    I try to install the CF 8 in the new server, it don't allow me to install the CF.Net features where it require the .net framewok 1.x or 2. I check my server, the framwork was installed and running fine in box now.
    Just wondering is that I miss out anything?
    Or any one had try with this kind of combination?

    Hi David
    The best I can suggest you is to upgrade to CF 10 as CF 8 is not supported on Server 2012 : http://www.adobe.com/products/coldfusion/pdfs/cf8_systemsupportmatrix.pdf
    It's better to follow the support matrix to avoid the unexpected behavior of the product as issues during development can be tolerated however issues on production are a big pain
    Thanks
    VJ

  • Interop.ORADCLib.dll and Oracle.DataAccess.dll for 64 bit Windows Server

    Sirs / Ma'ams,
    Are there 64 bit versions of Interop.ORADCLib.dll and Oracle.DataAccess.dll which can be used in Windows Server 2003 and 2008?
    Thanks.

    11.2 is beta at the moment. There is no official release date so far.
    As DG4ODBC is independant from the Oracle database (or the target database) you can use a 3 machine model:
    On the first machine you have your Oracle database, on a second machine running 32bit Windows you can install DG4ODBC and on the 3rd machine you can run your foreign database.
    If the SQL Server 2k is installed on a 32bit Windows machine, then you can also install DG4ODBC on this machine.
    In general the connection from an Oracle database to the DG4ODBC machine is done using SDQL*Net. The listener responsible for DG4ODBC will then load the DG4ODBC executable which will connect to the SQL Server using SQL Server ODBC driver.

  • 64 bit windows server (xSeries) integration to iSeries

    Hi All!
    Is anyone running a 64 bit Windows OS integrated with their iSeries? I am trying to figure out if this is supported..
    Thanks!
    Diana

    Hi Diane,
    for sure this is supported with all NW 7.0 technology components !
    I would ONLY install Win 64 - if Win at all !
    There is typically X64 (the AMD version) used and supported - Intel Itanium is not supported - but this will most likely no longer exist anyway ...
    So, iSeries supports X64 as well
    Regards
    Volker Gueldenpfennig, consolut international ag
    http://www.consolut.de - http://www.4soi.de - http://www.easymarketplace.de

  • Linked Server SQL 2008 64 bit Windows Server 2008 64 bit

    Hello there,
    I'm trying to access my customers Oracle database with a SQL Linked Server. The error I get is:
    Cannot create an instance of OLE DB provider "OraOLEDB.Oracle" for linked server...
    I did the following steps:
    1. Installed Oracle client 10g with a custom installation and selected everything.
    2. Created a tnsnames.ora
    dev =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = dijkora01)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = dev)
    3. Tested this with tnsping dev, which said that the connection is OK.
    4. Activated 'Allow inprocess' for my OraOLEDB.Oracle provider for the linked servers in my SQL Server Management Studio.
    5. Created a new linked server with:
    Linked Server: IAP
    Provider: Oracle Provider for OLE DB
    Product name: Oracle
    Data source: dev
    In the security tab I activated 'Be made using this security context'. When I now press 'OK' I get the above error message.
    Can someone help me with this?

    Windows 7 Enterprise 32-Bit
    Installed the version 12 for 32 bit ODAC and it worked. The key is to Install as Administrator once it is unzipped.
    Was able to set up Listener then
    Was able to set up ODBC using the ODAC. Connect MS Access 2010 to the Oracle views.
    Then, tried to install the 64 Bit onto Windows 2008 Server.
    It locked up during installation both times.
    Installed ODAC without an error.
    However, the ODBC setup will not provide a list of the servers in the ODBC  TNS Service Name listbox for Server 2008.
    In Windows 7, it populates the TNS Service Name.
    The list box in Windows 2008 is empty.
    Do you know what would cause that?
    The .ORA file scrips look the same on Windows 2008 as they do on Windows 7 except it does not have the (server = Dedicated) argument.
    Thanks.

  • Cisco WCS on 64 bit Windows Server 2003

    I have been running WCS 4.2.62.0 on Windows 2003 R2 64 bit for some time with no issues whatsoever. Today I attempted to upgrade to WCS 5.0.56.0 and the installation terminates stating that WCS is not supported on 64 bit.
    My question is why this is suddenly the case? Also the high-end server spec for WCS states that 8gb of RAM is recommended. This is not possible with a 32bit OS.
    Should I reinstall Windows or will there be a 64 bit version of WCS soon?
    Server HP Proilant DL380G5 Dual Quad 2.33ghz
    4GB RAM

    Hi
    We have had a similar problem. All our previous WCS software has run on a 64 bit Redhat 4 OS, but once we installed Redhat 5 and tried to install 5.1.64.0 it would't install.
    Cisco have seemingly, 'in order to enhance your user experience', stopped WCS installing itself on 64 bit OS. This is a real pain, as when we specced our server based on their WCS documentation, there was no mention of it having to be 32 bit (that we saw).
    anyway, this issue is covered by Cisco bug id: CSCsj79103

  • 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

Maybe you are looking for

  • Wifi failure - Apple return policy

    Wifi does not work unless precisely next to the router I live 160 miles from the nearest Apple Store I use my computer in my business. I really need it! I can't stand next to a router in my business I shipped my laptop to a relative 1000 miles away o

  • FROZEN SCREEN, no hard restart possible

    While watching a YouTube video, my iPad froze. Holding down SLEEP button does nothing; nor does START button, or holding both. Any suggestions?

  • Refresh Rate Setting

    I have a LCD monitor that has some weird lines through it when the refresh rate i set to 59.9. When you change it to 75 everything is fine. I was wondering what you can do on a Mac Pro with the ATI Radeon HD 2600 Xt video card in order to get the ref

  • Nokia lumia 720 video recording

    720P video is not recorded properly in my lumia 720, sometime video stucks in between while keep playing the video sound only. Please check

  • Support Links Don't Work

    I have noise and static on my home phone line and my DSL internet connection keeps failing.  I tried to use the Support option at this address:  https://www.verizon.com/ForYourHome/VZRepair/vziha/Service.aspx?ihaweb=WebNoiseOnLine but it does not wor