ColdFusion MX7 on Windows Server 2008 R2 / IIS 7.5

After configuration, have developed the ColdFusion MX7 installation to Windows Server 2008 R2 64 bits and System for the installation of Office 2000, but in running the following code segment, abnormal.
code:
<cftry>
    <cfobject type="COM" name="PPT"
class="PowerPoint.Application" action="CREATE">
   <cfset variables.stLocalTemp=StructNew()>
   <cfset Pres = PPT.Presentations.Open
("abcd.ppt", true, False, False)> 
   <cfset resultjx=Pres.Close()>
   <cfset resultjx=PPT.Quit()>
   <cfset Pres = "">
   <cfset PPT = "">    
  <cfcatch>
    <cfoutput>Error in PPT2JPG CFC:
#cfcatch.message# #cfcatch.detail#</cfoutput>
   </cfcatch> 
  </cftry>
Exception:
An exception occurred when executing a Com method. The cause of this
exception was that: AutomationException: 0x80004005 - PowerPoint ??¨′
ò?a′???t?£ in 'Microsoft PowerPoint 2000'.
Who knows the cause of abnormal, do me a favor.

Hi Peter,
Please check if the IPv4 Address and Domain Restrictions feature can help you to achieve target. For more details,
please refer to following article.
FTP IPv4 Address and Domain Restrictions
Page
In addition, I agree with SenneVL. This issue seems to be more related to IIS configuration. As SenneVL suggested,
you would post your question in IIS Forum. I believe we will get a better assistance there.
Hope this helps.
Best regards,
Justin Gu

Similar Messages

  • Indexing .cfm files using Indexing Service on windows server 2008 and IIS 7.0

    Hi All,
    Anyone knows why .cfm files would not get indexed by Indexing Service on windows server 2008 and IIS 7.0.  This is a coldfusion website using Indexing Service for site search.  There are a lot of cfm pages indexed as unknown files.   Any clues on how this can be fixed?
    Thanks!

    You might try editing your registry so that *.cfm, *.cfc, and other ColdFusion related files are treated as text files by the Windows search feature.  See link below.
    http://www.dougknox.com/xp/tips/xp_bad_search.htm
    Disclaimer: I am not a Windows system admin.  You might try posting this question to a Windows specific forum.

  • CRVS2010 not display on Windows Server 2008 64bit - IIS 7

    Hello every body !!
    I'm use VS 2010 and Crystal Reports for Visual Studio 2010 Beta 2 to build a website.
    When I build directly on the VS2010, report viewers  shows very well.
    But when I build up host Windows Server 2008 - IIS 7, then just get a blank aspx page and there are no error messages
    Please help me ! ! !
    Thank you ...
    http://a.imageshack.us/img808/6750/reportinvs2010.jpg
    Edited by: pumbanet on Sep 6, 2010 9:03 AM
    Edited by: pumbanet on Sep 6, 2010 9:11 AM

    What CR runtime did you deploy?
    Are you working under default or custom web site?
    BTW., the image link shows a pretty good report. Can you post an image of the blank aspx page?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Windows Server 2008 R2, IIS Default

    Is IIS 6.0 installed and the role service active by default ?

    Hi,
    No, the default IIS version is IIS 7.0.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Installing Coldfusion 9 and Apache 2.2 on Windows Server 2008 R2 Standard

    I'm having issues getting ColdFusion 9 working with Apache 2.2 on Windows Server 2008 R2 Standard.
    The server is brand new and it's a fresh install of Apache and ColdFusion 9.
    Having installed Apache, I tested the web server and it was working fine, so I proceeded to install ColdFusion 9. I attempted to restart the Apache server through the Apache Service monitor, only to get the error dialog box 'The requested operation has failed'.
    On closer examination of the Windows error log, I saw the following error:
    The Apache service named  reported the following error: >>>
    httpd.exe: Syntax error on line 488 of C:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/httpd.conf: Cannot load C:/ColdFusion9/runtime/lib/wsconfig/1/mod_jrun22.so into server: The Apache service named is not a valid Win32 application.
    I updated the ColdFusion installation to 9.0.1 in case there was an issue with version 9.0 and Apache. Still no joy.
    After a bit of research, I thought perhaps there was an issue with the mod_jrun22.so file (since when I commented out the reference to that file from the Apache config file, the Apache HTTP server started without any problem). I tried replacing the mod_jrun22.so with the 32 bit version (extracted from the wsconfig.jar file), but that made no difference either.
    I have tried a number of things. I have run wsconfig and uninstalled all web server connectors and then re-created them.
    I have to use Apache and IIS is not an option (I use rewrite rules extensively in an existing live installation and have many sites set up in a vhosts file), so please - no suggestions to use IIS instead.
    The system requirements on http://www.adobe.com/sea/products/coldfusion/systemreqs/ state that Coldfusion 9 will work with Apache 2.2.17 and later on Windows 64 bit, so why am I having issues with a brand-new installation on a 'virgin' server?
    Any help would be much appreciated. I have spent hours trawling the Web for solutions.

    I missed an important detail in my opening post. My Coldfusion 9 version is 64 bit - not 32.
    OK. Simple solution to this. I'll put it here for other peoples' reference.
    To cut a long story short, after phoning Adobe support this morning I was told that you can't run a 64 bit version of ColdFusion with a 32 bit web server. In essence, the web server software and the ColdFusion server software must be the same - either 32 or 64 bit.
    Apache is only officially released as a 32 bit version, but there is a 64 bit unofficial version available from http://www.blackdot.be/?inc=apache/binaries, so I downloaded that and installed it, based on the instructions at http://www.elxis.org/guides/developers-guides/64bit-apache-php-mysql-windows.html.
    Once I'd installed the 64bit version of Apache, the installation of Coldfusion 9 64 bit went smoothly and all appears to be working just fine now (well, I can get to the ColdFusion Administrator page and I have successfully updated the server software to ColdFusion 9.0.1).
    The fact that you can't mix different 'bit' versions of software in this way may be obvious, but it wasn't obvious to me. Having been an early adopter of a 64 bit version of Vista on my own PC, I never experienced these kind of problems before. Software installed itself into the corresponding locations on my PC without any problem and just worked. This is the first time I've run into this problem.
    Unfortunately, there doesn't appear to be any information regarding this very important requirement on the system requirements pages, so I suggested to the support engineer that he may want to make the recommendation that the page is amended to clarify the situation: e.g.
    IMPORTANT: 64 bit versions of ColdFusion require 64 bit versions of web server software to function. You can not mix 32 bit and 64 bit versions of web servers and ColdFusion server.
    Hope this helps someone else out.

  • Cold fusion 9 Installation on Windows server 2008 (IIS 7.0) - IIS websites not working ?

    I am having a 64 bit machine on which windows server 2008 R2 is installed. IIS 7.0 is configured and running on it. on which I have my organisations main website. I have to install Cold fusion on this machine as some of my site pages are designed with CF.
    I used all the default settings for installing cold fusion 9. It got completed succefully. But after I restarted my system and tried accesing my ASP.net website it was not loading the page. Text getting displayed was only as follows '<script> src="'. Later I unsistalled CF and my site was working fine.
    Please can any one guide me to successfully install Cold fusion without disturbing my main site deployed on IIS ?

    Sarfarajms, I don't recognize what about the CF install would conflict with ASP.NET, but I'll note this:
    If you downloaded CF 9 recently, you are still running 9.0--which does NOT formally support IIS 7. If you followed the steps about enabling IIS 6 compatibility and such (in the install guide or some blog entry), perhaps that caused the conflict.
    Instead, you will want to install 9.0.1 (CF 9 Updater 1, which is NOT provided in the current 9.0 install). THAT is the first release to formally support IIS 7. And if you read the updater installation guide (http://www.adobe.com/support/documentation/en/coldfusion/901/cf901install.pdf), it discusses how to deal with the upgrade depending on what you had done with respect to IIS, starting at the bottom of its page 8.
    Hope that helps.
    /charlie

  • Installation of Client Access role fails on Windows Server 2008 R2 (Execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP")

    Hello
    I am trying to install Exchange Server 2010 beta 1 onto a Windows Server 2008 R2 (build 7000) machine which has also been set up as a domain controller.
    However when attempting to install the Client Access role, setup fails with the error below.
    Does anyone know of a way to get around this please?
    I have already searched for this error and not found any similar threads.
    Also every time I press the code button on this forum it crashes the browser and I keep losing the message! (IE8 from within Server R2). Also the message box is very small, will not expand and keeps jumping to the top.
    Thanks
    Robin
    [code]
    Summary: 4 item(s). 1 succeeded, 1 failed.
    Elapsed time: 00:00:01
    Preparing Setup
    Completed
    Elapsed Time: 00:00:00
    Client Access Role
    Failed
    Error:
    The execution of: "$error.Clear(); Install-ExchangeCertificate -services "IIS, POP, IMAP" -DomainController $RoleDomainController", generated the following error: "Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.".
    Could not grant Network Service access to the certificate with thumbprint 2F320F5D5B5C6873E54C8AB57F604D8AFA31D18C because a cryptographic exception was thrown.
    Access is denied.
    Elapsed Time: 00:00:01
    Mailbox Role
    Cancelled
    Finalizing Setup
    Cancelled
    [/code]
    Robin Wilson

    Hello
    Thanks for all the replies.
    I have since wiped the system and installed everything again and it all worked this time so not sure what was wrong last time. I did try to uninstall all Exchange components and then uninstall IIS and Application server, reboot and re-install but I received the same error still when it came to installing the client access role.
    Walter: I just attempted the standard installation which should have used the default self-signed certificate. Everything was a fresh install done at the same time on a freshly formatted PC.
    For info last time when it failed to work:
    - Installed Windows Server 2008 R2
    - Installed Domain Controller role using dcpromo. I set the forest and domain as Windows Server 2008 R2
    - Added a forest trust between main domain and test Exchange domain (set up as ex2010.local)
    - Installed IIS and Application Server role
    - Installed Hyper-v role
    - Installed Desktop Experience feature
    - Installed Exchange and recieved the error
    When it worked I set up the forest and domain in Windows Server 2008 mode (i.e. not R2), installed Exchange first and then set up the forest trust and then Hyper-v. It did say it failed to configure dns which was probably because it started trying to do automatic updates half way through the dcpromo! DNS seems to work ok though.
    I did notice this time that Hyper-v gave a warning about the virtual network adapter not being set up correctly and the local network did not work correctly although I could access the internet. Not sure if this could have been related to the cause of the problem previously. For now I have disabled the virtual network until I get time to try and get it working and so the mail will work in the meantime.
    I also noticed that Hyper-v added an extra 443 ssl binding to the default website so as it had 2 bindings on port 443 it refused to start. After deleting one it worked.
    I decided to install Exchange onto a domain controller as it is only a test and I wouldn't do it in a live environment. I am also short of test machines! It didn't give me any warnings about this actually, I think previous versions warn you that it is not recommended.
    Andreas and Chinthaka: I did not know about the requirement to run the domain at 2003 mode. The main domain is running in 2008 mode with Exchange 2007 so I assume this is just a temporary beta related requirement. It does seem to be working (second attempt) so far in a 2008 mode domain although I haven't had a chance to fully test it yet.
    Thanks
    Robin
    P.S. Sorry it's taken me a while to reply!
    Robin Wilson

  • Windows Server 2008 R2 Crystal Report XI Runtime hosted on IIS 7 32 bit

    Hi all,
    We have discovered that our software department installed Windows Server 2008 R2 in a production environment.
    The production environment hosts asp .net applications on IIS 7 that enables 32 bit applicatons to run over it.
    We still develope on Windows XP and Visual Studio 2005 using Crystal Report XI runtime.
    Reports are compatible and run properly in production environment having enabled application pool of IIS 7 in 32 bit mode.
    Is Crystal report XI runtime supported on windows server 2008 R2 hosted on IIS7 32 bit mode?
    Regards.
    Roberto.

    Hello,
    Where to start.... first thing to do is search, lots of posts on these exact questions...
    First, CR XI R2 does not support 4.0 framework, although MS does say it's fully backward compatible but it is not supported on Windows 2008 R2 unless you upgrade to CR XI R2A
    https://smpdl.sap-ag.de/~sapidp/012002523100009114712011E/crxir2sp4_fullbuild.exe
    https://smpdl.sap-ag.de/~sapidp/012002523100009114412011E/crxir2sp6_incremental.exe
    Or for a clean PC https://smpdl.sap-ag.de/~sapidp/012002523100009114712011E/crxir2sp4_fullbuild.exe
    Redist is on our download page.
    Second is CR XI R2 is not supported in VS 2010. Only one supported is CR for VS 2010 which you can download from here:
    http://www.sdn.sap.com/irj/boc/crystalreports-dotnet
    Bottom of the page has all of the download links for the 32 and 64 bit runtime for your WEB server.
    App Pool must run in 32 mode, just in case you are using 64 bit OS.
    Lastly, if you are using the SAP Integration Kit to connect to your BEX query then bad news, CR for VS 2010 doesn't have API's available to set the log on on info.
    You may be able to use B1, it uses CR 2008 OEM Build and they may support this. Search that forum to see if they do:
    /community [original link is broken]
    Don

  • FTP logon issues on IIS 7 using Windows Server 2008 R2

    Hi, I'm currently experiencing issues when trying to log on to an FTP server I created using Windows Server 2008 R2.
    The FTP web site has Enabled both Anonymous and Basic Authentication.
    On the Authotization Rules it has enabled Allow All Users and Anonymous Users with read permissions, and the local administrator with read and write.
    Whenever I try to log on, either via IE or Command prompt, when asked for credentials, I get logon failures, either with anonymous or a username that has access permissions to the FTP root folder.
    I tried changing the FTP application pool identity to Network Service, but still get the same error. I also have tried testing the connection from the basic settings section of the FTP Site, and when I test it using Application User (use pass-through authentication)
    I get an error that says: ¨IIS Manager cannot verify whether the builtin account has access¨If I instead use a username and password, the test passes ok, however using this account to try to enter the FTP site I get logon failure, even when the account
    I´m using is a local admin account.
    The Server is part of an AD Domain.
    I have read a few blogs and forums about problems with FTP validation but nothing related exactly to my issue.
    Any ideas are deeply appreciated.
    thanks
    Eduardo Rojas

    Hi, I would tend to ask on IIS forum (iis.net), as you might get more attention and help there.
    For your issue, I would tend to think that you need to set the correct security on the FTP's home folder, but again it's only an advice, as I'am not an IIS's guru.
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • CF10 on Windows server 2008 (64bit): 32-bit CF cannot be installed, but 64-bit can.

    Hi, I have exhaused my research and ways of fixing this issue.
    I have a Windows Server 2008 (64-bit).
    I am able to install 64-bit CF10 on it and CF websites run just fine.
    On the same machine, I have a ASP website that must be in run in 32-bit and within this website there are some ColdFusion pages. So I have to install CF10 32 bit. So I uninstalled CF10 64bit.
    When installing CF10 32 bit, I always got error message:
    Cannot configure IIS connector. Enable the required option ASP.NET, ISAPI Extensions and ISAPI Filter in IIS under Windows Features and try again.
    I did lot of online research and found RELATED posts, but none of them worked for me. Basically, in my case I have the IIS following installed
    ISAPI Extensions
    ISAPI Filter
    ASP.NET
    CGI
    but I alway got the above error message. Cannot think of other reasons.
    Any help is really appreciated!!! I have been working on this thing for the past three working days.
    Regards.

    Hi,
    I saw your post which is similar to the problem I'm trying to solve.  I'm not sure if I need to post a new topic, but I thought just add it to your post.
    I installed CF10-64bit on Windows 2008 server (64 bit).  When I opened the CF admin, it gave me an error - HTTP Error 500.0 - Internal Server Error. The page cannot be displayed because an internal server error has occurred.  Module: IsapiModule, Handler: cfmHandler, Error Code: 0x800700c1.  After searching for solution in the internet, I finally made it work after changing the DefaultAppPool which is used by the CFIDE in the advance settings, the "Enable 32-bit Applications" to False.
    Now, my problem is I have an ASP application which requires that the application pool advance settings must be set to True for "Enable 32-bit Applications".  I created another application pool for this application.  It woks fine.  However, this ASP application calls some CF pages and I'm having a problem because the CF10 is set to use a different application pool with diferent setting for "Enable 32-bit Applications".
    In order for my application to work, it seems that I need to install the CF10 32 bit version.  Am I right?  Or is there a work around for my issue?
    Thanks in advance for any help.
    I'm going to create a new post for this.
    Message was edited by: tibay

  • Installing CF9 on Windows Server 2008 Standard 64-bit

    Hi-
    I'm attempting to  install a new ColdFusion configuration with a host who is useless  regarding the support that they offer (for now, they shall remain  nameless).
    It's a Windows Server 2008 Standard 64 bit VPS  configuration. MySQL is already installed so I'm on the hook to  configure ColdFusion 9 with IIS (7.5, I believe). There are numerous  settings which the installer does not seem to address so I've had to  address several Module Mappings which failed during the install....
    Can  anyone point me to an installation doc for the above configuration?  Will the CF installer eventually handle these issues or are we on our  own to support this?
    Thanks in advance,
    Rich

    My advice is to get out now and go to a site like hosting.com that has a solid track record hosting CF. There are several others to choose from. If they are starting this rough you will have constant problems.

  • Problem calling COM Object on Windows Server 2008 x64

    Hi,
    We are using 32 bits COM object called in Coldfusion page on 32 bits OS. It works fine since few years.
    Now we need to use it on x64 Windows Server 2008 and 64bits IIS.
    As I 've seen (http://www.coldfusionjedi.com/forums/messages.cfm?threadid=87869C67-B1 9B-288F-F32B6E8BAB3228CA ),a 64 bits process can only call 64 bits DLL.
    So we created a 64 bits Wrapper like this : http://www.dnjonline.com/article.aspx?id=jun07_access3264
    But  calling 64 bits COM Object still raises the same error (" The cause of  this exception was that: java.lang.RuntimeException: Can not use  native  code: Initialisation failed") whereas it works fine with a 64 bits  executable created in .NET for example.
    Is there a known issue about this subject?
    Sorry for english , I'm a french developper.
    Thanks in advance.

    Can somebody please share the solution for this issue?
    I am facing similar issue with Windows 2012 R2 x64 OS and Excel 2007(32-bit) combination.
    I tried couple of things like Excel is able to Open an existing workbook on my system but fails to
    create a new Workbook as done by invoking the "Add" command. It fails with Error 800a03ec.
    I tried creating the two folders i.e. C:\Windows\SysWOW64\config\systemprofile\Desktop & C:\Windows\system32\config\systemprofile\Desktop, but could not get it working.

  • Install CF8.01 on Windows Server 2008 64bits

    Hello,
    I have a new machine whith Windows server 2008 x64 and i
    installed on it CF8.01.
    For installing, no problems and the service work fine.
    But, when i launch one page on the web server, a .cfm or a
    classic html the IIS 7 return a error 500.21 :
    HTTP Error 500.21 - Internal Server Error
    Handler "AboMapperCustom-26364" has a bad module
    "IsapiModule" in its module list Detailed Error InformationModule
    IIS Web Core
    Notification ExecuteRequestHandler
    Handler AboMapperCustom-26364
    Error Code 0x8007000d
    Requested URL
    http://127.0.0.1:80/
    Physical Path C:\inetpub\wwwroot
    Logon Method Anonymous
    Logon User Anonymous
    In IIS config panel, handlers mapping, i have entry for all
    CF handler and one with path * and direct from
    jrun_iis6_wildcard.dll.
    the section of web config for handlers is :
    <handlers accessPolicy="Read, Script,Execute">
    <clear />
    <add name="AboMapperCustom-23790" path="*" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll"
    requireAccess="None" responseBufferLimit="0" />
    <add name="AboMapperCustom-23791" path="*.jsp" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23792" path="*.jws" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23793" path="*.cfm" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23794" path="*.cfml" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23795" path="*.cfc" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23796" path="*.cfr" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23797" path="*.cfswf" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="TRACEVerbHandler" path="*" verb="TRACE"
    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS"
    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="StaticFile" path="*" verb="*"
    modules="StaticFileModule,DefaultDocumentModule"
    resourceType="Either" requireAccess="Read" />
    </handlers>
    and
    Application 32bits mode is ok
    <applicationPoolDefaults enable32BitAppOnWin64="true">
    <processModel identityType="NetworkService" />
    </applicationPoolDefaults>
    Have you an idea why the application server fail.
    Thanks for your responses.
    Seb

    I'm pretty sure Adobe offers free installation support, try
    contacting them:
    http://www.adobe.com/support/contact/
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "sebFrance" <[email protected]> wrote in
    message news:g1el1t$e2l$[email protected]..
    > Hello and thank you again,
    > I configured Application Pools in 32bitsenabled.
    >
    > I had always error 500.21
    >
    > Then I uninstalled CF8 and reinstalled with 32bits
    enabled in the application
    > pools.
    > I've always the same mistake.
    >
    > It is also important to know that when I webserver
    config to remove the server
    > I get an error:
    >
    > "Error deleting IIS application extensions. Jsp,. Jsw,.
    Cfm,. Cfml,. Cfc,.
    > Cf.,. Cfswf,. Mxml, from web site Any (0)"
    >
    > In addition, handlers configured in the web site
    "AboMapperCustom-26764" with
    > the isapi module for the "*" is the one that fails.
    >
    > East I forgot something:
    >
    > I recall the installation process complete server:
    >
    > Installing Windows Server 2008 64bits.
    > ----
    > Installing the Web server role with IIS7 :
    > ----
    > Common HHTP Features (All options)
    > Health and diagnostics -> request monitor
    > Security -> Request Filtering
    > Performance -> Static content compression
    > Managements tools (IIS Management Console + IIS6
    Compatibility)
    > ----
    > Installing SQL server 2005 64bits
    > ----
    > Passage of the authorized application pools in 32-bit
    applications
    > ----
    > Installing CF8 version 8.01 standard 32bits
    > ----
    > Modifying files as indicated ksmith.
    > ----
    > For each phase I restart the machine so that changes are
    properly taken into
    > account.
    >
    > Despite all this I have always error 500.21
    >
    > East I forgot some things, a service or a component that
    I should download.
    >
    > But thank you for your valuable advice.
    >
    > S?bastien
    >
    >
    >

  • URGENT!  CF8 on Windows Server 2008 WEB

    Hi,
    Can anyone here please tell me if Coldfusion 8 will run on "Windows Server 2008 Web"?
    It does not list it in ther system requirements?  Better still has anyone here actually installed it on this version opersating system?
    Thanks,
    Aaron

    Thanks for the prompt reply mate!
    I have already had a look for some online help but have been unsuccessful thus far.  There does not seem to be much with regard to the "WEB" edition.  Do you know of any please?
    I have already installed CF8 on our PC running Win Server 2008 Web.  At the end of the install the only error I got was that it couldn't access the CF Admin setup page because the MIME types were not recognised.  I then added those through IIS but when I went to the CF Admin page it is all in goobily ****....if you know what I mean?

  • CF7 on Windows Server 2008

    Hello, does anyone know if you can install ColdFusion MX7 on
    a Windows Server 2008 64-bit Operating System?
    Thanks.
    Tim

    Well, you have 3 questions here: support for 64 bit, support
    for Windows Server 2008, and support for CF7. Let's take them one
    at a time.
    As for 64-bit, there's an important difference between being
    able to run on a 64-bit OS and being able to run in 32-bit or
    64-bit mode on that 64-bit OS.
    That said, only CF8 supports running in 64-bit mode. Further,
    in 8.0 it was only on Solaris, then 8.01 added Windows (including
    Server 2008 among others), Linux, and Mac.
    64-bit mode is also supported only in CF8 Enterprise
    specifically (not Standard).
    So you can run CF 8 Standard on a supported 64-bit OS, but
    only in 32-bit mode.
    More on 64-bit support at the CF8.01 update FAQs:
    "Does ColdFusion have 64-bit support?"
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403277&sliceId=1#_Toc193176415
    and
    "Does ColdFusion Standard have 64-bit support?"
    http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403277&sliceId=1#_Toc193176416
    But you said you want to run CF7. Of course, that's not going
    to allow you to run in 64-bit mode, as discussed above. But you can
    at least install it on a 64-bit machine as long as it's a supported
    OS, running CF in in 32-bit mode. More on that at
    http://www.adobe.com/go/8be22ed6.
    Sadly, for you, Windows Server 2008 is NOT listed as a supported OS
    For CF7. More at
    http://www.adobe.com/products/coldfusion/coldfusion7/systemreqs/.
    To sumarize, you will need to move up to CF8 to get Win2k8 as
    a supported OS, then to 8.01 to get 64-bit support, and then only
    in CF8 Enterprise.
    /charlie

Maybe you are looking for