IFilter 9 for 64-bit on Server 2008 R2 creating thousands of folders

I have installed iFilter 9 for 64-bit on a 64-bit Windows Server 2008 R2. As soon as it was installed I started seeing thousands of folders in the root of c: with the names like A9R1aa0-e3efao.  I uninstalled iFiler 9 and the folder creation stopped.  I deleted all of the folders and reinstalled iFilter 9 and the folder creation started again. Each folder has one E-mail converted to a PDF file.  We have an Exchange server on a different box and it appears that the iFilter is accessing this server and recreating all E-mail on the server that the iFilter is installed on. How can I stop this from occuring?

Did you ever find out what the deal was? I am having a similar issue. Thousands of directories are being created and what's even more scary is that I cannot find the original files anywhere else. There is now nearly 80k files inside random directories on the root of my server.

Similar Messages

  • Memory Problems with Adobe PDF iFilter for 64-bit

    In preparation to rebuild my Windows Search Index, I installed the Adobe PDF iFilter for 64-bit on my system (Vista Business 64).  When I finally rebuilt the index, I wasn't too surprised by what I saw happen, namely, the SearchFilter.exe process would kick in whenever I wasn't using the system and just eat RAM.  One time I turned it on and it had allocated over 4,000 MB (and my system only has 4,030 MB available) so of course it was forcing all the other processes to hard fault (ie. everything was moving like molasses--for example, it took 20 minutes to put the thing to sleep).  But I just let it do it's work, figuring that perhaps this was to be expected relative to the small library of PDF's that I've accumulated on my computer, ranging from LaTeX generated text files, to containers for hi-res scans.  So, after a day and a half of basically not using my laptop, everything finally calmed down and I enjoyed the benefits of searching the content of my library from the Windows Start menu--for a short while.
    However, to my dismay I've encountered the problem that this freezing of my computer would now occur after everytime I download a new PDF (in this particular case they were Google Books scans) and then left the computer to idle.  Again, the SearchFilter.exe would allocate all of my RAM for itself and just push everything else onto the Virtual RAM, which means the SLOWEST possibly fetching you can get.  I had to uninstall as this was making my computer unusable for 15-30 minutes after each idle. Everything is back in working order without the iFilter, but I would like to know if anyone has reported such problems on x64 systems.  Obviously, I will also report the problem to Microsoft, since the search engine should certainly have the precaution to handle such memory problems.   However, it is a problem that is created by the Adobe PDF iFilter interacting with the Windows Search engine.

    Hello,
    We believe we have figured this out.  It looks like it has to do with the length of the default folder location for the Adobe iFilter.
    I was able to reproduce the issue and the following resolved it for me.  See if this resolves it for you all as well.
    Here is how to get Adobe Version 11 PDF filter to work.
     1 . If you haven’t already, run the following in SQL Server:
    Sp_fulltext_service ‘Load_os_resources’, 1
    Go
    --you might also need to run: 
    sp_fulltext_service ‘Verify_signature’,0  --This is used to validate trusted iFilters. 0 disables it. So use with caution.
    --go
    2. Stop SQL Server.  (Make sure FDHost.exe stops)
    3.  
    Uninstall the Adobe ifilter (because it defaulted to having spaces or the folder name is too long).
    4.  
    Reinstall the Adobe iFilter and when it prompts for where to install it, change it to: C:\Program Files\Adobe\PDFiFilter
    5.  Once the installation finishes, go the computer’s Environment variables. Add the following to the PATH.
    C:\Program Files\Adobe\PDFiFilter\BIN
    NOTE: it must include the BIN folder
    NOTE: If you had the OLD location that included spaces, remove it from the path environment variable.
    6. Start SQL Server
    7.  IF you had an existing Full-text index on PDFs, drop the full-text index and recreate it.
    8. You should now get results when you run sys.dm_fts_index_keywords('db','tblname')  --Note: Change db to be the actual database name and tblname to be the actual table name.
     Give this a try and see if this fixes yours. 
    Sincerely,
    Rob Beene, MSFT

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

  • Moving installation from XP (32 bit) to Server 2008 (64 bit)

    Hi,
    we have sucessfully installed Oracle Entity Framework (using ODAC 11.2 Release 3 (11.2.0.2.1) with Oracle Developer Tools for Visual Studio) on our developer machines (Windows XP 32 bit).
    However, after having installed the framework on a server already running Oracle 11 (Windows server 2008 64 bit) using the client install (using ODAC 11.2 Release 3 (11.2.0.2.1)), the following error occur after trying a simple console application with the Oracle Entity Framework bindings:
    "Unhandled Exception: System.ArgumentException: The specified store provider cannot be found in the configuration, or is
    not valid. ---> System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be ins
    alled. at System.Data.EntityClient.EntityConnection.GetFactory(String providerString)"
    The application is compiled with Any CPU build, and .NET 4.0 is installed on this server. Running a "vanilla" WPF application is no problem, so ther must be something the EF is missing.
    Anyone got an idea what might be missing on the server (I'm thinking maybe registry keys, paths, DLL's etc).
    Regards,
    Rolf C Stadheim

    I am struggling with this exact problem. I can't figure out how the 64 bit xcopy deployment solves the EF 2008 issue. What are the steps? Install the entity framework first with the OUI then install the 64 bit providers over that? Or a separate oracle home? Any advice?
    EDIT: I was able to get the beta framework to work by
    1) configuring the app pool to allow 32 bit applications. I did not use the 64 bit xcopy install. Just the Beta OUI. Here's a screenshot: http://i.imgur.com/9uRxi.png
    2) Copy over the relevant 32 bit provider assembly and install it in the GAC by hand:
    c:\oracle\11.2.0\ASP.NET\bin\4>OraProvCfg /action:gac /providerpath:\oracle\11.2.0\ASP.NET\bin\4\Oracle.Web.dll >> install.log
    This thread was helpful: How to change assembely reference to Oracle.DataAccess in prod
    Edited by: BrettInTheSoup on Jun 7, 2011 8:56 AM

  • Windows 2008 64-bit SQL Server 2008 64-bit Linked Server fails - ODBC connects but has issues

    Installed the 64 but Oracle 11g client and Oracle ODAC. 
    From SQL Server Management Studio run script :  exec master.dbo.xp_cmdshell 'PING OracleHostNameHere'        Ping was successful
    OraOLEDB.Oracle shows up in the Provider list.  Run This Script:
    EXEC master.dbo.sp_MSset_oledb_prop N'OraOLEDB.Oracle', N'AllowInProcess', 1
    GO
    EXEC master.dbo.sp_MSset_oledb_prop N'OraOLEDB.Oracle', N'DynamicParameters', 1
    GO
    EXEC master.dbo.sp_addlinkedserver @server = N'Nav14', @srvproduct=N'Oracle', @provider=N'OraOLEDB.Oracle', @datasrc=N'TheOracleHostName'
    EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname=N'TheOracleHostName',@useself=N'False',@locallogin=NULL,@rmtuser=N'TheUser',@rmtpassword='ThePassWord'
    Msg 15015, Level 16, State 1, Procedure sp_addlinkedsrvlogin, Line 49     The server 'TheHostName' does not exist. Use sp_helpserver to show available servers.
    Did the same process on a Windows 7 32 bit Enterprise - ODBC Works after installing ODAC
    ODBC worked, shows list of Oracle servers - picked the server - ODBC successful - MS Access able to use that ODBC service.
    In Windows 2008 64 bit installed both Oracle 11g Client and 64 bit ODAC - ODBC opens, the list of oracle servers doesn't populate, hard code in the host name - ODBC reports Success.
    Another Person Suggested:  Win7 64-bit with Oracle 11g. Oddly enough, it ran differently when I opened a command prompt window as administrator and ran setup.exe with the suggested command-line options:
    setup.exe -debug -printtime -printmemory -printdiskusage -logLevel finest
    While it had previously been failed both by running setup from the Explorer windows as administrator and by running it from the command line as administrator - it died every time at the same point mentioned by others in this thread - just after this message appeared in the log:
    Get view named [SummaryUI]
    ( I have tried re installing with no success)

    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.

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

  • Deploying Crystal Reports (CR for VS2010) to Windows Server 2008

    What do I need to deploy an ASP.NET web application built in VS2010 (.NET 4.0) to Windows Server 2008 Standard?
    One by one I've been fixing this issue and then that issue, trying to get this app deployed to our server. The latest issue is an event in the server's Application log. The part that has me most concerned is "The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    Does this message mean we can't use the free runtime on our server? If yes, what do I need to purchase? And, is there a trial version I can test this with before spending more money?
    I installed "CRforVS_13_0" on my workstation and switched the assembly references from 14.0.2 to 13.0.2.  I also installed the "CRforVS_redist_install_32bit_13_0" on the server. BTW, where is the runtime for the 14.0.2 assemblies?
    The assembly version in the above is 13.0.2. This is confirmed by looking in the GAC on the server and the local dev machine. However, the developer's guide (crnet_dg_2010_en.chm) says the version should be 14.0.2. Which version should I use? I can't find the runtime for 14.0.2 so I'm using the older 13.0.2 version.
    Thanks!
    Edited by: scottw on Feb 11, 2011 8:06 PM

    Eeeek.
    The 1st thing you want to do is clean up your dev box and get rid of any sniff of CRVS2010 Beta (14.x). See KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do] (hoping this is Beta 2 not Beta 1).
    Once you have re-installed crvs2010 rtm from here:
    http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
    Make sure the only CR references in your project are of version 13.x. Recompile the app, then you can use either the msm or msi to deploy the CR runtime.
    MSM http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0.zip
    MSI 32 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    MSI 64 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    Re. the keycodedecoder warning. This is a  known issue and does not impact your or any other project. This will be resolved in SP 1 for CRVS2010.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Feb 11, 2011 12:45 PM

  • Migrate MOSS 2007 Server from Server 2003 (32-bit) to Server 2008

    I have a client with MOSS 2007 installed on Windows Server 2003, and a database server (SQL 2005) also on Server 2003. they have two new Windows Server 2008 servers, and they wish to do a migration.  They have custom Features, including Event Receivers
    installed in their environment.
    Do I need to install the 32-bit edition of MOSS 2007 on the new server in order to be able to use the pre-compiled custom Features used in the current server?
    My plan is to do the following:
    (a)  Migrate databases from current database server (SQL 2005) to new database server (SQL 2008),
    (b)  Re-assign SQL redirection to new database server (the database was previously on the same box as the WFE, and this was separated out last year to another server, but redirecting the SQL Server,
    (c)  Install MOSS 2007 (32-bit) on the other new server
    (d)  Patch both instances of MOSS 2007 to the same point
    (e)  Create (dummy) site collection on new server, and install all custom Features on server
    (f)  Add new server to existing Farm
    (g)  Remove previous server from Farm
    What must I do to install existing custom Features on new server?
    Is there anything that I have left out of the process?  Do I need to do anything about the SSP running on the current server?

    Thanks Keith for your reply.
    Even is USMT does not work, we are ok. SMIGdeploy will be helpful.
    Basically, want MDT to run some scripts on the Windows 2003 server, post which install Windows 2012 and join it to the existing domain with the same computer name.
    Then hydration kit to help with the installation of features etc. Also, we would like to take a complete backup to a WIM before migrating.
    I am sure this is workable.
    Regards, Vik Singh "If this thread answered your question, please click on "Mark as Answer"

  • Urgent : Domain creating for BPM in sql server 2008

    Hi,
    I have created the repository for SOA & BPM and installed the soa 11.1.1.7 in windows 64 bit.
    while am creating the domain for soa in weblogic server 10.3.6. Am getting error like
    [FMWGEN][SQLServer JDBC Driver][SQLServer]Could not find stored procedure 'master..xp_jdbc_open2'.
    CFGFWK-60850: Test Failed!
    For this issue i have found the solution from MOS
    SOA 11g: Data Source Error Using SQL Server in Domain Configuration Wizard, 'CFGFWK-60850' [ID 1483823.1]
    we have tried above solution but still we are facing the same issue.
    please suggest me to solve this issue.
    Regards
    Kumar V

    Hi,
    Now the issue has been fixed.
    we have followed the below mentioned document. it gives solution for this issue.
    SOA 11g: Data Source Error Using SQL Server in Domain Configuration Wizard, 'CFGFWK-60850' [ID 1483823.1]
    Thanks
    Kumar V

  • Set SPN for a local SQL Server 2008 R2 Express database used for local "Offline Mode" application

    Hi - I have tried searching the web for tips on this situation. Basically, I am trying to recreate a previous employee's client Image. This image is used for one of our companies client application that features and "Offline Mode" where it connects
    (Using Kerberos) to the local DB instead of the central DB server.
    The custom image connects without issue. I cannot seem to recreate his configuration. I am sure of these things:
    - Both images are using the same SQL Server 2008 R2 Express version.
    - Both images have the same user accounts setup.
    - Both images have "Remote Connections" setup with TCP/IP enabled in the Configuration Manager.
    - Both images are joined to the same Domain server currently.
    - Both images has the SQLServer service set to use "NETWORK SERVICE" account.
    This is the error message I get when SQL starts up for the non-working image:
    The SQL Network Interface library could not register the Service Principal Name (SPN) for the SQL Server service. Error: 0x54b, state: 3. Failure to register an SPN may
    cause integrated authentication to fall back to NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies.
    Thank you for any assistance given.

    Hi Gribbled,
    Could you please change the SQL Server Service to run under 'LocalSystem' account and restart SQL Server? Then check if the error still occurs. When the SQL Server service account is configured to use the LocalSystem account, the server will automatically
    publish the SPN.
    Alternatively, to work around this issue, you can manually create the SPN for the SQL Server Service account  using the SETSPN tool. For more details, please review this
    blog.
    Thanks,
    Lydia Zhang

  • SAP ECC 6.0  Kernel Upgrade for 32 bit Win2003 Server

    Dear All,
        We are in the process of updating kernel patch (Unicode) in our Solution Manager system which is running on - 32 bit Xeon processor - Win2003 server.
    When we download kernel patch from SAP Market place, there lists kernel patch only for IA32-32-bit (Windows Server on IA32 32bit), but not for x86-32 bit.
    But in the case of 64 bit, we can find both for xeon and itanium processor ( ie., Windows Server on IA64 64bit,   Windows Server on x64 64bit )
    I quite confused to select the correct kernel patch for our 32 bit Xeon processor.
    Could anybody help me in this regard ?
    Regards,
    Sridhar

    Dear Reyes,
              Thank you for ur timely reply.
             Is there any SAP note regarding this, ie IA32 32 bit is compatible for x86 32 bit ?,
    Regards,
    Sridhar

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

  • Extend license for evaluation versions of server 2008 rs and sql 2008 rs

    We had to stop our testing because of seasonal business requirements and now have only 11 days before the expiration of our trial versions of SQL Server 2008 R2 and Windows Server 2008 R2. How do we extend the license for 60 days to complete our testing
    and start the move to a new production system?

    Hi,
    Please refer to following article and check if can help you.
    Extending
    Your Activation Grace Period on Windows Server 2008 and 2008 R2
    However, as GreenlightTech suggested, purchasing licenses and activating will be a better option before activation
    Grace Period
    expired.
    If anything I misunderstand or any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • IFilter 9 64-bit deletes files and moves them into idividual folders

    Our fire department scanned thousands of documents using Adobe Capture and stored them on a Windows Server 2008 R2. We then installed iFilter 9 64-bit so Windows Search could make these documents searchable.  The second day iFilter was installed I noticed some unknown folders in the root of c: with names such as A9R2f4-115f67e8.  By the third day these had grown to thousands of folders, each with one PDF document in it.  I recognized the files as the ones that had be captured with Adobe Capture and checked their original location and found the files missing.  It appeared that in indexing the files Windows Search with iFilter was moving each file into an individual folder.  I removed iFilter and the problem stopped.  Luckily I had a backup and was able to restore the files to their original location.
    Months later I installed a new server at a different location.  Thinking this was possible a conflict with another program or service on the original server I copied the adobe documents onto this new and clean server and installed iFilter 9 64-bit.  Again, the first day things look fine but on the second day the folders once again started showing up in the root of C:, again I removed iFilter 9 and the problem went away.
    This would appear to be a bug in the program since it has happened to two server, one a brand new Dell R710 with nothing on it except the server software and Adobe iFilter and the PDF files that were captured using Adobe Capture. I have called Adobe and I was told they do not provide support for iFilter other than this forum.  If anyone has any suggestions I would really appreciate the help.

    Erwin,
    I was not able to systematically examine this issue, because it occurred on a production system and, of course, I uninstalled the Adobe iFilters as soon as I read that they may delete pdf files. Before the uninstallation I noticed the AR9 folders appearing on c:\ and moved them from time to time to another folder. Using the search function inside this folder, I found that all files were present in duplicate at least. I concluded, that after moving the AR9 folders they were recreated containing the same files. Consequently, these files cannot have been deleted. Searching for the origin of these files I found that they were part of pdf portfolios, therefore my conclusion that they are part of the indexing mechanism of the portfolios. What I have not done (and what I am not going to do since it is a production system) is to fill a folder with pdfs and track what is happening to the files.
    In case of my server, I think that the iFilters did not delete any files. Of course I cannot say what happens on other systems. I am definitely not going to reinstall the iFilters before knowing what they a really doing to the files.
    Not sure if this is of much help
    Michael

  • WDS - Server 2008 R2 Create an Capture Image Error

    I'm trying to create a capture image, and when I do that I receive an error stating "The operation completed with errors. A required privilege is not held by the client".
    I've logged in with multiple domain admins, I've "run as administrator" for WDS, I've uninstalled/reinstalled the role and reconfigured it. I cant find any group policies that would be affecting this in a negative way. This is installed on a DC
    which does not have DHCP.
    I'm pretty much at the end of my rope here, hopefully someone can point me in the right direction.
    Thank you all in advance!
    -J0N3S3D

    Hi,
    Add the user to local administrator group and try again.
    If the issue persists, you can enable logging and tracing WDS component.
    For more information you can refer to:
    How to enable logging in Windows Deployment Services (WDS) in Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, and in Windows Server 2012
    http://support.microsoft.com/kb/936625/en-us
    This article contains information about how to modify the registry. Make sure that you back up the registry before you modify it. Make
    sure that you know how to restore the registry if a problem occurs.

Maybe you are looking for

  • Travel expense accounting program

    hi all I need to ask about travel expense accounting program. The standard feature TRVPA does not have "expense type". The requirement is to settle trips based on expense type, any idea how this  can be achieved by user exits or other features?

  • How to Grey(Deactivate) Function Code at application Toolbar of a screen

    Hi all, I want to gray(deactivate) function codes at application toolbar of a normal screen. I am using excluding addition of set pf-status but it hides the button from the application tool bar. I don't want to hide button, but gray only. Thanx in ad

  • Website watcher possible to code in java?

    Hello, I would like to know wether it is possible to code a website watcher for my own usage in java and what classes i would need for it. Could someone also tell me how the checksum calculating for a watched website works? counting the number of tag

  • Bad root Directory CRC

    Upon booting into Open Firmware, I get on the first line the message "Warning: bad Root Directory CRC" The rest of the lines that follow are normal. What is a bad Root Directory CRC and how does one fix it?

  • How to change 'untitled' in 'write to measurement file' block

    Hello, when i use the write to measurement file function I can open up the data file as a txt. The data is shown in columns just like i want, but i want to change the column titles from Untitled1, Untitled2 etc... to something else. I dont see how to