Server 2008 Std R2 Backup warnings

Hello,
I'm having a problem for a while now with Windows Server Backup (with VSS). I don't really know when this started.
The thing is 3 of 5 partitions are backing up with warnings. Process can't backup some of the files which are:
Błąd podczas zapisu przy tworzeniu kopii zapasowej pliku F:\System Volume Information\SRM\quota.md: błąd [0x80070020] Proces nie może uzyskać dostępu do pliku, ponieważ jest on używany przez inny proces.
Błąd podczas zapisu przy tworzeniu kopii zapasowej pliku G:\System Volume Information\SRM\quota.md: błąd [0x80070020] Proces nie może uzyskać dostępu do pliku, ponieważ jest on używany przez inny proces.
Błąd podczas zapisu przy tworzeniu kopii zapasowej pliku E:\System Volume Information\SRM\datascrn.md: błąd [0x80070020] Proces nie może uzyskać dostępu do pliku, ponieważ jest on używany przez inny proces.
Błąd podczas zapisu przy tworzeniu kopii zapasowej pliku E:\System Volume Information\SRM\quota.md: błąd [0x80070020] Proces nie może uzyskać dostępu do pliku, ponieważ jest on używany przez inny proces.
Process can't access these files because they are being used by other process. As I found out these files are disk quota files. I also read that I may backup them manually but I don't like that idea.
I tried disabling Antivirus software, deleting excludes from backup, changing time of backup. Nothing works.
I got 2 questions.
1. Will these errors make restoring backup impossible?
2. How I can fix this?

Hi Filip,
For this when you try to backup your file you can use the following :-
1. While backup from one drive exclude the following " $recycle Bin , System Volume Information, Quota temples"
2. After completing the backup of all data from your HDD you can also take a system state and Bare Metal Recovery.
For backup all share NTFS permission and Quota Details you can also backup the registry. Follow the steps for Backup :-
To backup share permissions, export the Shares registry key.
Open Regedit to the following location:
HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares
Right-click the Shares registry key and select Export. Give it a file name such as
shareperms.reg.
When you want to restore the permissions, double-click shareperms.reg to import it back into the registry.
Use the Reg tool to backup the registry key from the command line:
reg export HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares shareperms.reg
If you need to restore it at some point, just run:
reg import shareperms.reg
Backup and Restore of NTFS Permissions
Use this command to backup NTFS permissions:
icacls d:\data /save ntfsperms.txt /t /c
The /T switch allows it to get subfolder permissions too. The
/C switch allows it to continue even if errors are encountered (although errors will still be displayed).
Use this command to restore them:
icacls d:\ /restore ntfsperms.txt
Note that in the command to save the permissions, I specified the target folder
D:\Data, but when I restored them, I specified just D:\ as the target. Icacls is a little funky like that, and here’s why.
If you open the text file with the exported permissions (ntfsperms.txt in the above example), you’ll see that Icacls uses relative paths (in bold below). Underneath the relative paths are the permissions for the folders in Security Descriptor
Definition Language (SDDL) format.
data
D:AI(A;ID;FA;;;BA)(A;OICIIOID;GA;;;BA)(A;ID;FA;;;SY)(A;OICIIOID;GA;;;SY)(A;OICIID;0x1200a9;;;BU)(A;ID;0x1301bf;;;AU)(A;OICIIOID;SDGXGWGR;;;AU)
data\folder1
D:AI(A;ID;FA;;;BA)(A;OICIIOID;GA;;;BA)(A;ID;FA;;;SY)(A;OICIIOID;GA;;;SY)(A;OICIID;0x1200a9;;;BU)(A;ID;0x1301bf;;;AU)(A;OICIIOID;SDGXGWGR;;;AU)
data\folder2
D:AI(A;ID;FA;;;BA)(A;OICIIOID;GA;;;BA)(A;ID;FA;;;SY)(A;OICIIOID;GA;;;SY)(A;OICIID;0x1200a9;;;BU)(A;ID;0x1301bf;;;AU)(A;OICIIOID;SDGXGWGR;;;AU)
Had I specified D:\Data in the command to restore the permissions, it would have failed looking for a
D:\Data\Data folder:
D:\>icacls d:\data /restore perms.txt
d:\data\data: The system cannot find the file specified.
Successfully processed 0 files; Failed processing 1 files
You might think specifying D:\ as the target in the restore command may somehow mess up the permissions on other folders at that level, but as you can see from the
ntfsperms.txt output file, it only has information about the
Data folder and subfolders, so that is all it will change.
And for Disk Hard and Soft Quota you can also backup the REG for recovery. For this you need the following REG backup.
DiskQuota
The file registry entries for DiskQuota can be found under HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota.
ApplyToRemovableMedia
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Microsoft Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Extends the disk quota policies to NTFS file system volumes on removable media.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
Enable
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Enables and disables disk quota management on all NTFS file system volumes of the computer, and prevents users from changing disk quota settings.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
Enforce
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NTNT 4.0 Workstation and later.
Determines whether disk quota limits are enforced, and prevents users from changing the setting.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
Limit
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Specifies the number of units in the default disk quota limit for new users of an NTFS file system volume.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
LimitUnits
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Specifies the units used in the default disk quota limit for new users of an NTFS volume.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
LogEventOverLimit
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Determines whether the system records an event in the local Application Log when users reach the disk quota limit on a volume, and prevents users from changing the logging setting.
To find more information about registry setting, see “Registry Reference” in
Tools and Settings Collection.
LogEventOverThreshold
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Determines whether the system records an event in the local Application Log when users reach the disk quota warning level, and prevents users from changing the logging setting.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
Threshold
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Specifies the number of units in the default disk quota warning level for new users of an NTFS volume.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
ThresholdUnits
Registry path
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\DiskQuota
Version
Windows NT 4.0 Server and Windows NT 4.0 Workstation and later.
Specifies the units for the default disk quota warning level for new users of an NTFS volume.
To find more information about this registry entry, see “Registry Reference” in
Tools and Settings Collection.
Disk Quotas Group Policy Settings
The following table, “Group Policy Settings Associated with Disk Quotas,” lists and describes the Group Policy settings that are associated with disk quotas.
---- Let me know if there is any update!
Regards, Koustov Choudhury

Similar Messages

  • SQL Server 2008 & 2012 Database backup on a shared loaction

    Hi,
    I have to plan for the Database backup on SQL Server 2008 & 2012 on a shared Path.
    We are building a new Maintenance plan &  specify the Database which needs to be backup & at the Folder location we specify the Shared Path Location. These steps I have followed using the below link,
    http://social.msdn.microsoft.com/Forums/en-US/be138ca3-4b2f-4464-8115-9a0a6f2e0fe6/sql-database-backup-on-network-share-using-maintenance-plan?forum=sqldatabasemirroring
    But the operation fails & throws the below error:
    Message
    Executed as user Microsoft (R) SQL Server Execute Package Utility  Version 10.50.1600.1 for 64-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.    Started:  12:27:17 PM  Progress: 2014-02-13 12:27:19.13    
    Source: {B6CEBA00-4BD1-4931-AF23-B633BEDBEE4A}      Executing query "DECLARE @Guid UNIQUEIDENTIFIER      EXECUTE msdb..sp...".: 100% complete  End Progress  Error: 2014-02-13 12:27:20.63    
    Code: 0xC002F210     Source: Back Up Database Task Execute SQL Task     Description: Executing the query "BACKUP DATABASE DB TO  DISK ..." failed with the following error: "Cannot open backup device
    '\\DBBackup\SharePoint_backup\DB_backup_2014_02_13_122719_5314660.bak'. Operating system error 5(Access is denied.).  BACKUP DATABASE is terminating abnormally.". Possible failure reasons: Problems with the query, "ResultSet" property not
    set correctly, parameters not set correctly, or connection not established correctly.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  12:27:17 PM  Finished: 12:27:20 PM  Elapsed:  2.843 seconds. 
    The package execution failed.  The step failed.
    Note: But when I open the shared path in the Windows Explorer it opens successfully.
    Regards,
    Purvish Shah

    Hello,
    >>'\\DBBackup\SharePoint_backup\DB_backup_2014_02_13_122719_5314660.bak'. Operating system error 5(Access is denied.). 
    This clearly points out to fact that your SQL Server service account does not have permission of read/write on shared location,simple.
    >>But when I open the shared path in the Windows Explorer it opens successfully.
    This is because when you are browsing through explorer your windows login credential is used to access that folder but when you are running backup your SQL Server service account permission is used to write backup on shared folder ( which I assume it does
    not have ) so the access denied error.
    Hope this helps
    PS: I reffered the link its maily how you specify backup path its not about access denied error due to SQL server service acount not having privilege
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • DFS behavior on Server 2008 R2 / Windows backups / missing data

    Hello,
    created a namespace, added a folder, configured full mesh replication between 4 members, everything seemed to work fine (data started replicating to all other members when added to any of them, etc.). Left them for initial replication over our slow link.
    Tonight Windows backup process ran and backed up all the data. DFS process stopped while the backup was running (that's what event viewer shows). After it started again, all the data that wasn't already replicated to other member servers is missing from
    the "primary" one...
    Now whenever i restore that missing data to the original folder, dfs starts syncing and removes it again.. The only way to restart the whole thing is to disable replication to all folders, wipe them, wait for such changes to apply, etc. 
    The server i'm adding data to is Server 2008 R2, other DFS members are Server 2012 R2.
    Why is this happening and how do i fix it?...
    Thanks!

    Hi,
    From the behavior, the initial replication is affected before finishing and now it consider the "not-copied data" is "pre-existing data" so it removed them from DFSR folder for avoiding confliction.  
    In current situation, you should pre-seeding the replication data instead of waiting DFSR for finishing it. Enable DFSR later once your pre-seeding job finished.
    To do a pre-seeding, you can use Robocopy to copy files/folders with NTFS permissions to your other 3 servers.
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • WDS on server 2008 std breaking .WIM files

    Hi,
    SUMMARY - 'Importing images into WDS seems to break them'
    I'm a bit green so i appologise if I'm being stupid. I'm installing and configuring WDS and MDT deployment within a mixed MS 2003 domain environment. We need to be able to deploy 32 bit images and the server will be used for servicing images as well
    as deploying and so (I think) I need to use Server 2008 standard as creating catalogue files on x64 systems for x86 images doesn't work.
    So - the system is:
    Server 2008 standard x86 edition; WDS Deployment Services Role; MDT 2012 Update 1; ADK 8, config manager tools for trace32.exe.
    I have imported win7 boot and install images directly from the original DVD .iso files, both x86 and x64. Both capture and setup images work ok. I've added network drivers to these successfully. I can deploy vanilla win7 x86 and x64 using WDS - this works
    fine.
    So my issue is: I've deployed vanilla windows 7 to a desktop, installed applications, updated config as nessecary etc. Booted using the appropriate capture image and captured a .wim file. I've copied this to my WDS server and imported it as an install
    image. When I try and deploy the image it fails just after the 'expanding windows files' stage. After looking in log files the error seems to be 'selected image file does not have a resource section'.
    I've gone back to the WDS server, exported these image files and tried to mount them using DISM - I get the same error: "1812 The specified image file did not contain a resource section"
    Mounting fails.
    Now I've tried mounting the .wim files using dism BEFORE I import them into WDS and they mount without any issues. As soon as I import them and export them again they will not mount any more.
    Please help, I don't know what else to try! :)
    Some things I've thought but can't find answers to: Can you use 2008 standard to deploy Windows 7 at all? (server is earlier version of windows)
    Is the apparent importing into WDS issue a red herring? Could it be that these images are broken from capture? Is there a way to test this without deploying the image using a USB stick instead of WDS?
    I've tried uninstalling the ADK and installing WAIK instead. Exactly the same result. Here are some choice extracts from dism.log:
    2015-03-02 17:33:18, Info                  CBS    Failed to find a matching version for servicing stack: C:\Users\softset\AppData\Local\Temp\MDTUpdate.2544\Mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.2.9200.16384_none_060a6d2998b13f25\
    [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2015-03-02 17:33:18, Info                  CBS    Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2015-03-02 17:33:18, Info                  CBS    Failed to get proc address for CMP_GetServerSideDeviceInstallFlags [HRESULT = 0x8007007f - ERROR_PROC_NOT_FOUND]
    2015-03-02 17:33:18, Info                  CBS    Failed to load CfgMgr32 DLL. [HRESULT = 0x8007007f - ERROR_PROC_NOT_FOUND]
    2015-03-03 15:29:27, Error                 DISM   DISM WIM Provider: PID=2852 Failed to mount the image. - CWimImageInfo::Mount(hr:0x80070714)
    2015-03-03 15:29:27, Error                 DISM   DISM WIM Provider: PID=2852 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:999 - CWimManager::InternalOpMount(hr:0x80070714)
    2015-03-03 15:29:27, Error                 DISM   DISM WIM Provider: PID=2852 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:2247 - CWimManager::InternalCmdMount(hr:0x80070714)
    2015-03-03 15:29:27, Error                 DISM   DISM WIM Provider: PID=2852 Error executing command - CWimManager::InternalExecuteCmd(hr:0x80070714)
    2015-03-03 15:29:27, Error                 DISM   DISM WIM Provider: PID=2852 d:\w7rtm\base\ntsetup\opktools\dism\providers\wimprovider\dll\wimmanager.cpp:516 - CWimManager::ExecuteCmdLine(hr:0x80070714)
    2015-03-03 15:29:27, Error                 DISM   DISM.EXE: WimManager processed the command line but failed. HRESULT=80070714

    Hello JPNhingy,
    How to do you capture the .wim file?
    About the question: Can you use 2008 standard to deploy Windows 7 at all? The answer is: Yes, you can use the Windows Server 2008 to deploy Windows 7.
    You could create a capturer image in WDS, for more information, please take a look at the following article.
    http://social.technet.microsoft.com/wiki/contents/articles/11680.creating-a-capture-image-in-wds.aspx
    Additionally, you could use the sysprep to generalize the install image.
    https://technet.microsoft.com/en-us/windows/preparing-an-image-using-sysprep-and-imagex.aspx
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Upgrade Server 2008 Std to Ent

    I'm wondering what the process is for performing an in-place upgrade Windows Server 2008 (NOT R2) Standard to Enterprise.
    Can it be done by just changing product keys, or do I need to re-run setup from the Enterprise install media?

    Hi,
    Based on your description, I understand that you want to perform an In-place upgrade from Windows Server 2008
    Standard to Windows Server 2008 Enterprise. On current situation, please refer to following similar thread and check if can help you.
    upgrade
    from Server 2008 standard to server 2008 enterprise
    If any update, please feel free to let us know.
    Hope this helps.
    Best regards,
    Justin Gu

  • SQL server 2008 Std Edition support BD size & Instalation procedure

    Dear All,
    This is to inform you that, i have purchased Microsoft SQL server 2008 Standard edition, now i need to use this sql db for 2 different application, please guide me do i need to maintain separate server for SQL DB Server and create 2 instance are shall i
    install in same application server, ..?
    Regards, Kumar.V

    Dear All,
    This is to inform you that, i have purchased Microsoft SQL server 2008 Standard edition, now i need to use this sql db for 2 different application, please guide me do i need to maintain separate server for SQL DB Server and create 2 instance are shall i
    install in same application server, ..?
    You can install two instances on Single windows server as well as you can install two instances on two different windows server its totally no issue with any scenario.
    You need to decide yourself we upfront cannot give you any concrete advise a we dont know why and for what purpose you are installing
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • RDP Port not Listen in Windows Server 2008 Std With Sp2

    Hi all
    I have Windows 2008 Server Std with SP2 Domain Member Server..  From Last week On-wards , am not able to take remote desktop control .. But i can able to Ping my Server from network .. I check remote settings on that server.. It
    is enabled.. and also remote desktop service(Terminal service) was started successfully..  I checked my network firewall for port(3389) blocking.. But there is no much block in my network firewall.. i also disabled windows firewall in my server.. But
    still i couldn't able to take RDP.. I also checked my Domain GPO and Local GPO settings for RDP Block.. But there is no such settings enabled.  I did following Troubleshooting Steps, but still the problem persist
    1. Telnet serverip 3389
     Result : Could not open connection to the host, on port 3389: 
    2. netstat -n -a -o | find "3389" (i run this command in my RDP Problem server)
    Result : nothing displayed (3389 port not listed )
    3. i again & again restarted Terminal service and the server, but still problem exists
    4.i changed the RDP port no and restarted the service as well as the server , but still problem exist
    5. I checked all RDP related Registry settings , everything is perfect
    Please help me to solve this issue
    I need your valuable reply urgently
    Thanks in advance

    Hi Mohamed,
    You mention, that you the server is not listening to port 3389 when you run netstat. This is the reason why telnet and RDP connectivity fails in a first place. You also said that you changed the RDP port number. What was is before the change, and to what
    did you change it to?
    Please verify if the Terminal Service is listening to 3389 (0xd3d) with following command:
    reg query "HKLM\System\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp" /v PortNumber
    Output:
    PortNumber    REG_DWORD    0xd3d
    Try to enable the Operational log for TerminalServices-RemoteConnectionManager events in Event Viewer:
    Open Event Viewer
    Navigate to Applications and Service Logs\Microsoft\Windows\TerminalServices-RemoteConnectionManager
    Select the Operational log and chose Enable Log
    from the Action or context menu
    Restart Terminal Services service
    Then consult this event log and the System and Application logs for any related errors and warning. It might be helpful to post relevant event log entries here.
    Additional information and solutions about Terminal Server Listener events and errors can be found here:
    http://technet.microsoft.com/en-us/library/cc727385(v=ws.10).aspx
    Regards,
    Johann
    // Johann

  • Blue Screen, sudden crash server 2008 std! Please help!

    The server just turns blue and goes down.
    Problem signature:
      Problem Event Name: BlueScreen
      OS Version: 6.0.6002.2.2.0.272.7
      Locale ID: 1033
    Additional information about the problem:
      BCCode: 1000008e
      BCP1: C0000005
      BCP2: 00000026
      BCP3: B48B86DC
      BCP4: 00000000
      OS Version: 6_0_6002
      Service Pack: 2_0
      Product: 272_3
    Files that help describe the problem:
      C:\Windows\Minidump\Mini030114-02.dmp
      C:\Users\administrator.OLYMPIC\AppData\Local\Temp\WER-111244-0.sysdata.xml
      C:\Users\administrator.OLYMPIC\AppData\Local\Temp\WERF095.tmp.version.txt
    https://onedrive.live.com/redir?resid=C7285A4C349B4C6A%21111
    regards,

    Hi,
    here the results of your Minidump:
    STACK_COMMAND:  kb
    FOLLOWUP_IP:
    eamonm+12ea
    93f182ea ??              ???
    SYMBOL_STACK_INDEX:  5
    SYMBOL_NAME:  eamonm+12ea
    FOLLOWUP_NAME:  MachineOwner
    MODULE_NAME: eamonm
    IMAGE_NAME:  eamonm.sys
    DEBUG_FLR_IMAGE_TIMESTAMP:  4d006929
    FAILURE_BUCKET_ID:  0xc2_7_eamonm+12ea
    BUCKET_ID:  0xc2_7_eamonm+12ea
    Followup: MachineOwner
    0: kd> lmvm eamonm
    start    end        module name
    93f17000 93fbd000   eamonm   T (no symbols)          
        Loaded symbol image file: eamonm.sys
        Image path: \SystemRoot\system32\DRIVERS\eamonm.sys
        Image name: eamonm.sys
        Timestamp:        Thu Dec 09 06:29:13 2010 (4D006929)
        CheckSum:         00031750
        ImageSize:        000A6000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    The file eamonm.sys is part of the ESET Smart Security. Pleasy verify that your ESET antivirus is up to date and you are using a compatible Version.
    Hope that helps
    Regards
    Sebastian

  • "Access Control - Do Not Inherit" Grayed out when setting up a backup on Server 2008 R2 when trying to use remote NAS

    I see one response here:
    http://social.technet.microsoft.com/Forums/en-US/c99eead0-e2fc-4c83-8cb2-959d03512667/server-2008-r2-dc-backup-greys-out-do-not-inherit-option-for-file-share-backup
    But it makes no sense to me. Running that command doesn't do anything.
    How do I make the box stop graying out when setting up a backup with the GUI interface? This should be really simple I would think and for some reason the backup utility is graying out the "Do Not Inherit" option so I can backup to the NAS
    device that has access control enabled in order to backup to the NAS.
    Thanks in advance!

    Hi,
    From this article, it mentioned that it is by design that we cannot choose "do not inherit" in backup schedule when backup target is a remote shared folder.
    Checklist: Schedule Automatic Backups
    http://technet.microsoft.com/en-us/library/cc732540.aspx
    If you use a remote shared folder, make sure that the folder is available, that you have write access to the folder, and that you are a member of the Administrators group or Backup Operators group on the computer hosting the folder. Each time you create
    a backup, it will overwrite the older backups so that you will only have one backup at a time.
    The backup will inherit the access control list (ACL) permissions of the folder.
    For the account it required, as mentioned above, it should be "a member of Admin group or Backup Operators group, and it should have write permission on target folder".
    Also map a network folder as a drive will not help show the mapped drive letter in backup destination. It is still a remote shared folder.
    TechNet Subscriber Support in forum |If you have any feedback on our support, please contact [email protected]

  • CF9 installation on Windows Server 2008 R2 64 bit

    Our company is looking purchase CF9 standard edition and install it on a Windows Server 2008 Std. Edition R2 64bit.
    Does anyone forsee any problems as far as compatibility is concerned?

    Not in the slightest - I installed five just the other week
    All our virtual machines, running 2008 R2 x64. We went for Enterprise Edition, but I believe in CF9 they're both 64-bit anyway. These are the from the build notes I built up:
      Install extra roles:
        Application Server
        Web Server (IIS)
          Application Development
          IIS6 METABASE Compatibility
      Install extra Features:
        SMTP Service
    Other than that nothing else needs doing. It's worth noting (as a slight but irritating aside) that in 2008 R2 the SMTP service is set to Manual not Automatic, so you'll want to change that unless you want your emails to stop every time you reboot the box.
    But the actual install itself was far simpler than CF8 on 2008.
    O.

  • Windows server 2008 upgrade hangs at gathering files 0%

    Hii,
    While upgrading my Virtual Machine from Windows Server 2003 STD 32 Bit to Windows Server 2008 STD 32 Bit...it gets stuck at Gathering files 0%..
    I have tried my changing the ISO file and also copied the setup files to one of my local drive then to having the same issue...
    I have up graded almost 40 to 45 server but still didnt face such problem please suggest me any solution and i have also tried my googling the same but no luck...
    And for info its an VM server in ESXI 5.5

    Hi
    Might help:
    Open Windows Explorer on the system you are trying to upgrade AFTER a failed attempt
    There will be three new folders:
    $UPGRADE.~OS
    $WINDOWS.~BT
    $WINDOWS.~LS
    Go into the Security Properties and give "Everyone" Full Rights (on each folder)
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • HOW TO INSTALL ODI 11g / OWB 11g  IN WINDOWS SERVER 2008 R2 (64 BITS)

    Hi everybody,
    I have a serious problem.
    Last week we buy a new server with Windows Server 2008 Std. R2 x64, for a new project. I tried to install the RDBMS Oracle 11g R2 (x64) without problems, but when i try execute the "Design Center" contents in OWB, show me the error: 0xc0000018
    Then, I´m thinking in install Oracle Data Integrator to solution it, but i`ve read that neither can install on 64 bits system... This is true?
    Somebdoy knows how can I install OWB 11g / ODI 11g in a Windows 2008 Server 64 bits?
    Thanks & Regards!

    OWB 11G Will have been installed with the database, it now ships with 11G.
    Check you are on a supported platform for design centre using the certification matrix.
    Quick google search for you regards 0xc0000018 :
    Problem in Lunching OWB Design Center

  • Unable to execute embedded application windows azure in Windows Vista and Server 2008

    I'm having problems to install the backup application Azure.
    In Windows Vista and Server 2008 .
    I segudo instructions :
    http://support.microsoft.com/es-es/kb/2934202
    But I still can not install the agent.
    When I run it , it is decompressed and then a window with an error.
    Anyone else happens ?

    The message that Windows creates me exactly is:
    Unable to execute the embedded application to complete the installation.
    After being , checking this:
    Microsoft .NET Framework 4
    Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package MFC Security Update
    Windows PowerShell 3.0 (my machine is 2.0)
    Microsoft.NET Framework 4 Client Profile (installed)
    Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package (installed)
    The announcement of support Server 2008 64bit versions .
    https://msdn.microsoft.com/es-es/library/azure/jj573031.aspx#BKMK_testsrv
    I realize that my machine is 32bit Server 2008 Standard
    http://azure.microsoft.com/blog/2014/10/06/announcing-support-for-backup-of-windows-server-2008-with-azure-backup/
    It occurred to me descompri the MARSAgentInstaller package.
    Run the application, but being 32bit my system , I think the Agent application is 64bit Copies Azure .
    For this throws an error commenting same .

  • Is is possible to install X64 windows server 2008 R2 on Virtual machine 2007 Service pack1?

    I am trying to install window server 2008R2 X64 on virtual machine 2007 service pack 1. But unable to proceed. while refering various forum,
    It is listed that from service pack1 we can install windows 7 & window server 2008 std edition. But nowhere it listed that window server 2008R2 is supported or not.
    Can one let me know if it fisible to install window server 2008R2 X64 on virtual pc 2007  or any work around.
    Thanks,
    AK 

    I'd ask them over here.
    https://social.technet.microsoft.com/Forums/en-us/home?forum=virtualserver
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • Cannot close Serial port socket on Server 2008, Can on XP

    As per the subject - running the same code using the same hardware, but different OS (Server 2008 Std. NOT XP Pro)will not work!
    It's all very odd... The port opens fine but will not close using SerialPort.close(), thereby causing problems the next time the port is opened (PortInUseException).
    Has anyone here experienced this before? Any suggestions as to where the problem may lie?
    Edited by: wizzkidd on Jan 19, 2010 7:46 AM - More descriptive title

    I have a serial port monitor open on both machines; it shows that the connection is still open (on Server 2008), even after the following is run:
         public void closePort() {
              if (serialPort != null) {
                   serialPort.close();
                   Console.print("Closed port: "       + "(" + commPort + ")");
              else {
                   Console.print("Port is still open: " + "(" + commPort + ")");
         }However, on XP, the connection is closed properly.
    Upon failure to close the port, the code has already been run, however, no exception is thrown.
    Edited by: wizzkidd on Jan 19, 2010 7:56 AM

Maybe you are looking for