Error code 80244017 WSUS windows 2008 server.

Hi Team,
this is inform you to that,  All the windows 7 client PC Computers or  getting update from WSUS but windows 2008 servers or not geting the update,
its througing the error message.
Error code:80244017
All server and client computers or same WSUS Server.
Regards, Kumar.V

Could you please help me any one on this issue .........?
Not any more than I already have....
You should look in the IIS logs for the WSUS v-root and determine exactly which type of HTTP 401 error this is.
If you don't understand about Internet Information Services (IIS), there are thousands of available resources -- and understanding how to use, administer, and manage IIS is a core skill required to
manage a WSUS server. I would start at http://www.iis.net.
Talking with the person who actually installed IIS on the WSUS server is also a good idea, including ensuring that it was configured as documented in the WSUS Deployment Guide:
Configure Internet Information Services
Lawrence Garvin, M.S., MCITP:EA, MCDBA, MCSA
Product Manager, SolarWinds
Microsoft MVP - Software Distribution (2005-2012)
My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin

Similar Messages

  • PS CS5 Write Acess Error saving to a windows 2008 server share

    Hi Everyone,
    Our macs are running Snow Leopard 10.6.7 and we save/open files on a Windows 2008 Server via SMB,
    this particular problem, seems to be happening only with Photoshop:
    Sometime, when we try to save an image, photoshop returns a write access error
    at that time, if you go to the finder and take a look at the folder, the file had simply vanished.
    If you close the image, all lost.
    Everything is fine with Indesign and illustrator.
    Any help would be much appreciated!!
    Thank you all very much in advance.
    William

    Thanks for the reply Chris,
    I am trying to look for a solution on the Mac OS side, this problem happens from time to time.
    People keep trying to use Active Directory and log macs on it, it's always a problem.
    And to make things worse, apple changes the way Mac OS handles network tasks,
    they did it with 10.5 and 10.6. Well, we have to deal with that, right?
    Thanks again
    All the best
    William

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

  • Install error 11gR2 on Windows 2008 Server R2

    Hello,
    I have a question about an installation error I received on Windows 2008 Server R2 while trying to install the 11g R2 on an test machine. I had downloaded both cd's and extracted them and copied the first cd into an new directory and then tried to copy the second cd into this directory, unfortunately I didn't saw that this step failed. As I started the installation I first didn't saw any error, later the installer brought some exceptions due to missing files (oc4j, context).
    I then copied the second cd again (this time it worked) and continued with the installer until it finished.
    My question is now, as there are some files missing, do I have the possibility to reinstall the software and which is the best way? Must i first uninstall the software and install it again or does it work if i start the installation (i select only software) again selecting the existing ORACLE_HOME so that the installation is overwritten.
    I hope you can help me with an solution for this.
    Many thanks in advance to all for your help.
    Regards
    Luis

    Hi,
    If in one oracle home you have a successful installation, oracle will automatically deny the installation of a new software in this existing home. If you have a filed installation in some oracle home, then later you can install in the same directory as oracle does not consider this failed installation as a proper oracle home hence it overwrites everything. Even you can't uninstall this failed installation because as i told you that this is not considered an oracle home. but, better way is to run installer and see whether you have an oracle home registered in the directory in which you want to install again and if you find one, then do a deinstall. If you don't see this directory as oracle home, then still better to delete what ever is inside this directory and do the installation.
    Under current scenario, your installation is fine and you should not worry.
    Salman

  • 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();

  • Function sequence error. in 64bit Windows 2008 Server.

    Hi All,
    Pardon me if the posting is not in the correct group.
    I am migrating my application from 32bit(Windows 2003 Server) to 64bit (Windows 2008 Server R2).
    I am getting the following while trying to execute a SQL command
    Encountered ODBC error -1: S1010, 0, [Microsoft][ODBC Driver Manager] Function sequence error .
    Basically internal function call is SQLExecute() function call. This works perfectly for Windows 2003 Server 32bit. I tried the command execute at the background from the command prompt and it is working.
    I checked the squence of call.We have two consecutive SQLBindParameter function call and then we call SQLExecute. Is this sequence incorrect in case of 64bit? I also checked the return code given by SQLExecute which is 99.
    Any help or suggestion would be very much appreciated.
    Thanks,
    -R

    Hi Teun,
    Yes i have build the addon & installer with x86. I am using Interop.SAPbouiCOM.dll ,  Interop.SAPbouiCOM.dll, System.dll , System.XML.dll.
    I have not specified the relative path in code as such but iam loading my forms Load batch action i don't know if it ok in this scenario or not.
    Building the Solution/Project is Successful without any warning.
    While debugging it on my server it gives the same error "Object Reference Not Set to an Instance of an Object".
    Debug Out put last errors are as follows:
    A first chance exception of type 'System.IndexOutOfRangeException' occurred in mscorlib.dll
    'TAMPA800.exe': Loaded 'C:\Windows\SysWOW64\sxs.dll'
    First-chance exception at 0x76afe124 in TAMPA800.exe: Microsoft C++ exception: EEMessageException at memory location 0x0036ecec..
    A first chance exception of type 'System.IO.FileNotFoundException' occurred in TAMPA800.exe
    A first chance exception of type 'System.NullReferenceException' occurred in TAMPA800.exe
    The thread 'Win32 Thread' (0x460) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdb8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xfdc) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xfb4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdc8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xe04) has exited with code 0 (0x0).
    The program '[3872] TAMPA800.exe: Managed' has exited with code 0 (0x0).
    The program '[3872] TAMPA800.exe: Native' has exited with code 0 (0x0).
    Regards
    John

  • Error Installing Print Driver on Windows 2008 Server R2

    I am getting an error installing the Xerox Print driver on Windows 2008 R2. Here is the event viewer detail. Any ideas?
    Log Name: Microsoft-Windows-PrintService/Admin
    Source: Microsoft-Windows-PrintService
    Date: 06/24/2014 10:47:11 AM
    Event ID: 215
    Task Category: Installing a printer driver
    Level: Error
    Keywords: Printer Setup,Printer
    User: SYSTEM
    Computer: IHE-DEV8NEW-11V.Americas.mittalco.com
    Description:
    Installing printer driver Xerox ColorQube 9303 PS failed, error code 0x0, HRESULT 0x80070705. See the event user data for context information.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Microsoft-Windows-PrintService" Guid="{747EF6FD-E535-4D16-B510-42C90F6873A1}" />
    <EventID>215</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>19</Task>
    <Opcode>12</Opcode>
    <Keywords>0x8000000000000220</Keywords>
    <TimeCreated SystemTime="2014-06-24T15:47:11.407265800Z" />
    <EventRecordID>82</EventRecordID>
    <Correlation />
    <Execution ProcessID="1124" ThreadID="3836" />
    <Channel>Microsoft-Windows-PrintService/Admin</Channel>
    <Computer>IHE-DEV8NEW-11V.Americas.mittalco.com</Computer>
    <Security UserID="S-1-5-18" />
    </System>
    <UserData>
    <SetupInstallPrinterDriver xmlns:auto-ns3="http://schemas.microsoft.com/win/2004/08/events" xmlns="http://manifests.microsoft.com/win/2005/08/windows/printing/spooler/core/events">
    <Label>InternalInstallPrinterDriverFromPackage</Label>
    <Message>pfnPSetupParseInfAndCommitFileQueue failed</Message>
    <AdditionalInfo>-</AdditionalInfo>
    <InfPath>-</InfPath>
    <DriverName>Xerox ColorQube 9303 PS</DriverName>
    <InstallSection>-</InstallSection>
    <ProcessorArchitecture>Windows x64</ProcessorArchitecture>
    <PackageAware>Not package aware</PackageAware>
    <CoreDriverDependencies>-</CoreDriverDependencies>
    <LastError>0x0</LastError>
    <HResult>0x80070705</HResult>
    </SetupInstallPrinterDriver>
    </UserData>
    </Event>
    Ray Pietrzak

    Hi Ray,
    On current situation, please refer to the following KB and check if set
    Point and Print Restrictions policy to Disabled. Then monitor the result.
    Event ID's commonly associated with point and print
    restrictions
    In addition, I noticed that there was a thread which you created one year ago. It seems to be similar with
    current issue. However, please have a look.
    Windows
    2008 Server
    If I misunderstand, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • Error connecting to the SAP SRV on Windows 2008 Server platform

    Hi All
    We have a problem with one of our clients they bought a new sbs windows server 2008 and we loaded sql 2005 and sap b1 SP01 PL07.
    When we did the SBO install we experience connection issues and we created odbc connection on the server using named pipes and tcp/ip (used both server name and Ip address).
    We also configured the server in configuration manager and we managed to login and solved the slow system connection issue. We also created odbc connection on the client machines. (Machine are on a workgroup and users have administration access on all machines),we also installed native client on all machines.
    After the first batch of client installs we managed to have connection, they were other computers which were left out during the first client install and now the client want to do the remaining machines connected to SBO. On every machine that we install now we get the same error :-
    *Connection failed:
    SQLState:'08001'
    SQl Server error:10060
    [Microsoft][SQL Native Client] TCP Provider: A connection attempt failed because the connected party didnot properly repsond after a period of time, or established connection failed because connected host has failed to respond.
    Connectioin failed:
    SQLState:'HYT00'
    SQL Server Error:0
    [Microsoft][SQL Native Client]Login timeout expired
    Connection failed:
    SQLState:'08001'
    SQL Server Error: 10060
    [Microsoft][SQL Native client] An error has occurred while establishing a connection to the server. When connecting to the sql server 2005, this failure may be cause by the that*
    Please help as most user who need access can't login and they are the main users.
    rgds,
    Bongani Dlamini

    Hi Eric,
    yes we are using Windows 2008 SBS for the SAP EHP4 FOR SAP ERP 6.0/NW7.01 installation.
    we tried to create the key but it says access is denied.
    Actual thing is we got the server with Windows 2008 server 64 bit SBS (standard FE) with Domain Controller (DC) configuration.
    We have removed the DC using dcpromo to convert into Wokgroup and tried the SAP installation.
    I hope you got the idea and please let me know any further suggestions or it is the problem with the license.
    Thanks & Regards,
    Prabhu Reddy.

  • Error 0x80070490 trying to launch VM without SCVMM on Windows 2008 Server R2

    Hello everybody,
    I get a weird issue trying to launch a VM.
    This is the current situation : I get a server, Windows 2008 R2. I've only install Hyper-V and Failover Cluster. I can create a VM but when I try to launch it, I get an error message into a popup (translated from french) : "The application encountered
    an error during modification of 'vm_name' state". "'vm_name' could not be initialize". "Could not initialize machine remoting system. Error 'Element not found'. (0x80070490). "Could not find a usable certificate. Error: 'Element not found'. (0x80070490)."
    So, I'm unable to launch my vm's.
    I'm not using SCVMM yet. I want to resolve this issue before.
    I read some articles and posts about SCVMM certificate issue but I'm not using SCVMM.
    More fun, I read articles about this issue but on Windows 2008 Server (not R2) : problem resolved by a fix, unapplicable on my Windows 2008 R2 :)
    I'm totalyblocked and ain't got no idea how I can resolve it.
    If someone gets I idea ...
    Cheers,
    Nicolas

    Environment: Windows 8.1 in an Active Directory Domain (2012R2) with MS Certficates Services support NAP/Health Registry, etc. 
    Error:  Attempts to start a Hyper-V VM on a machine generates the error message Error 0x80070490 trying to launch VM:
    "'vm_name' could not be initialize". "Could not initialize machine remoting system. Error 'Element not found'. (0x80070490). "Could not find a usable certificate. Error: 'Element not found'. (0x80070490)."
    Note: 
    VMM can manage other Hyper-V servers in environment from same machine, just not local machine.
    VMM on remote machine generates same error message when attempting to manage new VM machine
    Certificates - Service (Hyper-V Virtual Machine Management) on Local Computer shows 0 certificates under vmms\Personal
    Fixes Attempted and Failed except for #5!
    1) hotfix directly: Windows6.0-KB967902-x64.msu -> Failed: 0x80096002, Windows Update Standalone Installer.  The certificate for the signer of the message is invalid or not found.
    2) hotfix via pkgmgr: PkgMgr.exe has been deprecated. Please update scripts to use DISM.exe.  0x80070307
    3) Reset Certificates: 
     Start > Run > MMC
     Add the Certificates Snap-In
     Select Service Account
     Under the Select Account to Manager, select Hyper-V  Image Management Service
     Complete the Snap-In Wizard
     Expand the Certificates under Personal Category
     Notice the certificate generated has been created ‘for the future’ (assuming you’re suppose to revert the date & time to 2010, the certificate should display as invalid because it was created at 2013)
     Delete the Certificate(s)
     Go to the Services Console and Restart all Hyper-V Services
     Result: No certificate auto generated
    4) Uninstall / reinstall hyper-v service and management service addons from Windows features.  
    5) ‎did the following from http://technet.microsoft.com/en-us/library/ff935311(v=ws.10).aspx (WORKED!!! -> Note, their PS script has an error, add a dash(-) before the word recurse)
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Virtualization" /v "DisableSelfSignedCertificateGeneration" /f /t REG_QWORD /d 1
    24 ca 36 b5 bd 6d ef 7e eb aa a5 74 df e5 fd 41 ef ab 1c 29
    $certs = dir cert:\ -recurse | ? { $_.Thumbprint -eq "24ca36b5bd6def7eebaaa574dfe5fd41efab1c29" }
    $cert = @($certs)[0]
    $location = $cert.PrivateKey.CspKeyContainerInfo.UniqueKeyContainerName
    $folderlocation = gc env:ALLUSERSPROFILE
    $folderlocation = $folderlocation + "\Microsoft\Crypto\RSA\MachineKeys\"
    $filelocation = $folderlocation + $location
    icacls $filelocation /grant "*S-1-5-83-0:(R)"

  • Error: SAP installation of ERP Sr3 with ORACLE 10g on Windows 2008 server

    Dear all,
    while installaing SAP ERP SR3 with ORACLE 10g on windows 2008 server...
    we are getting error as not support.
    please confirm wether this version of OS is uspported or not.
    thanking you in all,
    by
    Animesh

    actualy we tried to change Oraparam.ini file in the installation folder...
    edited ...  windows= 5.0, 5.1, 6.0
    we had entered 6.0
    Yes - that is necessary.
    and started ... but after starting we are getting ERROR like unKNOWN and installation popup (OUI popup) exiting with .. error popup.
    Yes - because Oracle delivers its own Java version - which is too old to run on Windows 2008.
    if you suggest us to use 2003 64 bit for temporaray .... purpose.
    and is there any specified procedure to UPgrade OS.
    like... DB should be updated before OS upgradation.
    You can run 10.2.0.4 on Windows 2003 x64 nicely and upgrade to Windows 2008. Since there is no "upgrade" (it is the highest version supported) there´s no need to do anything.
    The question you have to ask is:
    Why do you need Windows 2008? Is there any technical implication?
    Markus

  • ORA-12560:TNS:protocol adapter error on windows 2008 server(32 bit) for 10g

    Hi Friends,
    I am installaing Oracle 10g database on windows 2008 Server(32-bit) and when the Database is getting cretaed and during the database files copying portion it's throwing the error :
    ORA-12560: TNS:protocol adapter error
    I tried intsllaing 10g software alone and invoked DBCA and again during the database files copying portion it's throwing the same error
    what could be the issue?
    Regards,
    DB

    Pl indicate which version of "10g" and which version of Windows 2008 - R1 or R2 ?
    HTH
    Srini

  • We installed  the Acrobat Reader 11.0.09  on Citrix enable Windows 2008 server  a month ago , it was working.  starting from this weeke we are receiveing error mesaage   AcroRD32.exe - application error  (Instruction at 0x...bad8  bad referenced memory at

    We installed  the Acrobat Reader 11.0.09  on Citrix enable Windows 2008 server  a month ago , it was working.  starting from this weeke we are receiveing error mesaage   AcroRD32.exe - application error  (Instruction at 0x...bad8  bad referenced memory at 0x....bad8 The memory could not be written  Click ok to terminate the program)
    Instruction at 0x...bad8  bad referenced memory at 0x....bad8
    The memory could not be written
    Click ok to terminate the program

    Hi SUBRAMANIAN,
    Are you still facing this issue? It seems to be conflict to me.
    Are you using any third party plugins with Acrobat? Try disabling and to use it again.
    Regards,
    Ajlan Huda.

  • Windows 2008 Server - Cannot run Active Directory Users and Computers

    Hi,
    I am running Windows 2008 Server with latest windows updates installed. Directory Services Role also.
    I attempt to open Active Directory Users and Computers tool and I get a;
    Microsoft Visual C++ Runtime Library error;
    "The Application has requested the runtime to terminate it in a unusual way. Please contact the application's support team for more information"
    I click ok, then get the following debug info;
    Problem signature:
    Problem Event Name: APPCRASH
    Application Name: mmc.exe
    Application Version: 6.0.6001.18000
    Application Timestamp: 47919524
    Fault Module Name: msvcrt.dll
    Fault Module Version: 7.0.6001.18000
    Fault Module Timestamp: 4791ad6b
    Exception Code: 40000015
    Exception Offset: 0000000000029b06
    OS Version: 6.0.6001.2.1.0.272.7
    Locale ID: 3081
    Additional Information 1: 43aa
    Additional Information 2: cf3a46656318492c1997480001b6b0e0
    Additional Information 3: 3837
    Additional Information 4: 92f72e0d0589ff77cef51e0a413aeff6
    Read our privacy statement:
    http://go.microsoft.com/fwlink/?linkid=50163&clcid=0x0409
    If someone could please assist, it would be very much appreciated.
    Regards
    B

     
    Hi,
    To solidly troubleshoot this kind of issue, we need to debug dump file. A suggestion would be to contact Microsoft Customer Service and Support (CSS) via telephone so that a dedicated Support Professional can assist with your request.
    To obtain the phone numbers for specific technology request please take a look at the web site listed below:
    http://support.microsoft.com/default.aspx?scid=fh;EN-US;OfferProPhone#faq607
    However, I am also glad to share my research.
    Some third party applications may lead to this error. Please check if you install other third party applications on Windows server 2008?
    Also, please follow the article below to perform necessary steps to see how it's going?
    FIX: You receive an "invalid page fault in module MSVCRT.DLL" error message after you install the run-time libraries from Visual C++ 6.0
    http://support.microsoft.com/kb/190536/en-us
    Hope this helps.
    Best wishes
    Morgan Che

  • CF9 install on Windows 2008 Server R2

    Hi everyone I've installed Cold Fusion 9 on my windows 2008 Server r2 box and everything appears to be configured correctly becuase I can get to the Cold Fusion 9 Administrator page just fine. I've looked within IIS 7.5 and it's recognizing the .cfm file I think becuase it's an option under default documents. However I try to view the file from the local host I get a error 500.0.
      Module
    IsapiModule
      Notification
    ExecuteRequestHandler
      Handler
    AboMapperCustom-77246
      Error Code
    0x800700c1
    I have no idea what that mapper is or what it's supposed to do so if anyone could help me out I would be eternally grateful! Why oh why couldnt cold fusion 9 have native IIS support in it.
    UPDATE
    Apparently this error 500.0 gets applied to all my sites within IIS 7.5. Not just the one I intend to use .cfm files on. When I go into the web configuration tool and remove the configured webservers and restart everything goes back to normal but the .cfm files throw a 404.3 not found error for the following module. 
    Module StaticFileModule
    Notification ExecuteRequestHandler
    Handler StaticFile
    Error Code 0x80070032

    Hi
    Windows Server Core edition is not listed as supported platform:
    http://www.adobe.com/products/coldfusion/systemreqs/
    HTH, Carl.

  • Installing CF8.0.1 64 on Windows 2008 Serv

    Does anyone have a set of instructions on installing CF8.0.1
    64bit on Windows 2008 Server. I have tried on and off for the last
    two weeks and have made no progress. The install goes great,
    however the CF administrator component of the install fails with a
    HTTP Error 500.0 - Internal Server Error. IIS7 worked fine prior to
    coldfusion installation, however once CF 8.0.1 gets installed IIS7
    appears to break. I've read the other thread in the forum and the
    suggestions made there don't help or have already been done.
    Module IsapiModule
    Notification ExecuteRequestHandler
    Handler AboMapperCustom-72626
    Error Code 0x800700c1
    Most likely causes:
    - IIS received the request; however, an internal error
    occurred during the processing of the request. The root cause of
    this error depends on which module handles the request and what was
    happening in the worker process when this error occurred.
    - IIS was not able to access the web.config file for the Web
    site or application. This can occur if the NTFS permissions are set
    incorrectly.
    -IIS was not able to process configuration for the Web site
    or application.
    -The authenticated user does not have permission to use this
    DLL.
    -The request is mapped to a managed handler but the .NET
    Extensibility Feature is not installed.
    Things to try (from the error summary page)
    - Ensure that the NTFS permissions for the web.config file
    are correct and allow access to the Web server's machine account.
    - Check the event logs to see if any additional information
    was logged.
    - Verify the permissions for the DLL.
    - Install the .NET Extensibility feature if the request is
    mapped to a managed handler.
    - Create a tracing rule to track failed requests for this
    HTTP status code.
    Adobe in going to expect a $6700 check from me in another
    week or so and the damn thing doesn't install to the point where
    the demo's will run. Windows 2008 and IIS7 isn't that new and I
    can't imagine that the number of people having done this is limited
    to the one or two in this forum and that there is no technote avail
    to us that have to depend on internet support and published
    technotes that can document the installation procedure of CF 8.0.1
    64bit on windows 2008.
    It's the fourth of July and this is a fine place to be.
    Happy 4th everyone!

    Please see this link:
    http://www.jasonholden.com/blog/index.cfm/2008/5/6/Coldfusion-8-on-Windows-Server-2008

Maybe you are looking for