Office 2007 saving documents over mapped network drive takes abnormally long

On a new Windows 8.1 Pro 64 bit computer, I have installed Office 2007. When I attempt to save documents to a mapped network drive on a peer network (saving to a Windows 8.1 Pro 64 bit computer), I have abnormally long save times.  However, when I attempt
to save documents to my computer, I have no issues.  I do not have any issues when opening the files over the mapped drive.
Turning off the third-party Bullguard Internet Security antivirus and firewall makes no difference.  Setting as an exception the excluded mapped drive folder makes no difference either.
I have disconnected the mapped drive and re-mapped the network drive, but this makes no difference.
I had no problem with the same software on a prior computer running the same Office 2007 version.  Another computer on the network has no issues either.
Please advise how to speed up the saved documents (Word, Excel).

Hi,
As the slow to save files issue, please try the suggestion below to modify the registry:
Important
This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the
registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry,
http://windows.microsoft.com/en-US/windows7/Back-up-the-registry
To start the Registry Editor, press Win + R, type "regedit.exe" in the blank box, press Enter. Then add the following registry key to the machine:
[Hkey_Current_User\Software\Microsoft\Office\12.0\Word\Options]
"DisableRobustifiedUNC"=Dword:00000001
[Hkey_Current_User\Software\Microsoft\Office\12.0\Excel\Options]
"DisableRobustifiedUNC"=Dword:00000001
I hope this can help.
Regards,
Melon Chen
TechNet Community Support

Similar Messages

  • Deserializing obj on network drive take a long time -- any ideas to improve

    Good morning!
    Deserializing objects from a network drive is taking way too long, much slower than deserializing the same object files stored on the local hard drive of the development PC. How I can reduce the time??
    The size of the serialized objects is small (72K and 17K).
    The PC access network drives quickly enough (word processing, text editing, etc). The PC JVM is 1.5.0_09 and the OS is Windows XP.
    Here is the background.
    I had the idea to create objects and serialized them on my server (an AS400) and let client applications deserialize them.
    Now that I have it running I find that deserializing the objects off the server take way too long! Does anyone have any ideas how to improve this.
    If I copy the serialized objects off the server onto the local hard drive of the development PC and access them from the local hard drive the speed is fine.
    To my mind that eliminates the potential for incompatibility between the JVM which serialized the objects and the JVM which descerialized the object. That is, the deserialize fast on the local drive, slow over the network.
    Used both UNC and mapped drive to access the server and I can't see any performance difference. That is
    filename = "//server/java/ftpaudit/SerializedObject.ser"
    and
    filename = "J:/ftpaudit/SerializedObject.ser"
    where J: is mapped to //server/java
    This is the code which deserialize the objects.
    try {
         File file = new File(filename);
         FileInputStream f = new FileInputStream(file);
         ObjectInputStream ois = new ObjectInputStream(f);
         Object returnObj = ois.readObject();
         ois.close();
         f.close();
         return returnObj;
    } catch (InvalidClassException ice) {
         ....Thank you for your time and help.
    BillB

    Could the file be locked on the server?I don't believe it is. It eventually (minutes loads). The delay is consistent. I haven't put the logging to see what part of the deserialize method is chewing up the time yet.
    Putting in code to copy the file from the server to the local hard drive then deserializing performs much, much faster (milliseconds, almost as fast as deserializing directly from the local drive).
    I modified this from another post to this forum
    try {
            FileChannel srcChannel = new FileInputStream(file).getChannel();
            FileChannel dstChannel = new FileOutputStream(dir+file).getChannel();
            dstChannel.transferFrom(srcChannel, 0, srcChannel.size());
            srcChannel.close();
            dstChannel.close();
        } catch (IOException e) {
            e.printStackTrace();
        }I was wondering if there was a more efficient way to deserialize an object than the one in my original post. Or if there were hidden aspects to consider such as buffer size.
    Here's an alternative approach: since the server side
    is written in Java (I'm assuming, since you say that
    it writes a file containing serialized data), why not
    create an RMI interface for retrieving the
    information? The current approach, of opening a file
    over the network, is very fragile -- what happens in
    the network mount point or share name changes?Thank you. Good suggestion.

  • File save to networked drive takes a long time

    I have been putting up with a real slowness with saving files in DW CS4. The save of a file is to a local network drive (H: drive).  I can use other apps like a text editor and saving a file to the same drive is pretty near instant.  But when I save a .cfm file in DW to the same drive it will often take 30 sec to up to 5 minutes...all of which is unacceptible for me.  It's not every file either that is taking the same delay in time to save.  It doesn't seem related to file length either.  I have a file just now that is 47 lines of CF code, I saved it and it took about 3 or 4 minutes.
    What is going on?  Is this DW doing some funcky syntax checking or web standards checking or is it our network issue?  If this is a configuration issue I'd sure like to know how to fix this. It's extremely annoying as I forget my train of thought by the time the file has saved.
    All suggestions welcomed!

    Well I probably should have checked around here some more. Just talked to someone in our IT dept. and they believe (unproven theory) that it is likely our network configuration and design. However if you have a few things to try to eliminate any other possibilities I'd like to hear them.

  • Search for files over a mapped network drive

    Hi,
    At the moment I'm using a simple listFiles with a FileFilter to do a search over a mapped network drive. But the performance is not very good.
    The number of folders and files that need to be searched is rather high, resulting in long waiting times (+5min).
    Is there a way to improve this type of searches?
    Thanks in advance,
    Dave

    Hard to say without seeing details. Try to narrow down where it happens.
    One nasty bug in Windows (let's assume you are using it) is that stat'ing all files in a directory is much faster than stat'ing them individually. In other words, if you do something like
        String names[] = directory.list();
        for (name in names) {
            File f = new File(name);
            if (f.isDirectory()) ...
        }that's way slower than:
        File files[] = directory.listFiles();
        for (f in files) {
            if (f.isDirectory()) ...
        }See if you do "new File()" for all files, e.g. in your filter. It will kill your performance. To demonstrate: open a big directory in standard Windows file explorer. Select all files. Right-click & select Properties. Go for lunch while Windows thinks about it. Compare with performance of clicking Properties for the directory instead of a collection of all the files.

  • Office Docs won't open from network drive

    I can’t open any office  documents from a mapped network drive. I can however go to file explorer and go straight the server directory (\\servername\share) and open any document. As a workaround, I created a shortcut on the desktop that points to
    the share to allow the user to continue working.
    I have checked permission and added the path in Trust Center. I know it’s not the computer because I have logged in with other users and everything works fine. I have also logged into other computer with the user that is having the problem and again everything
    works. I'm convinced it some setting I'm missing within the user profile on the computer.
    The computer is running Windows 8 with Office 365 and is current on updates for both.
    Any help is appreciated.
    Sal

    Hi,
    Did you get any error message when you try to open an Office document from a mapped network drive?
    Meanwhile, here are some troubleshooting steps you can try:
    1. Temporarily turn off your firewall/antivirus program to check the result.
    2. Try to disconnect the network drive and then reconnect it with the "Reconnect at logon" check box unticked.
    3. You can have a look at the following KB article and check if it applies:
    http://support.microsoft.com/kb/313937/en-us
    Regards,
    Steve Fan
    TechNet Community Support

  • Enable Recycle Bin on mapped network drives

    A few years ago I discovered how redirected user profile folders in Windows get Recycle Bin protection, even when the folders are redirected to a network location. This was a huge find for me, and I used this feature to add Recycle Bin coverage to some of
    my mapped network drives. I shared this information on another forum here:
    http://forums.mydigitallife.info/threads/16974-Tip-Network-Recycle-bin
    Today I figured out a better way to achieve the same goal that doesn't rely on user profile folder redirection, and am sharing that information for other users to try out. You might want to take a look at these forum topics for additional information:
    http://technet.microsoft.com/en-us/library/cc787939(v=ws.10).aspx
    http://blogs.technet.com/b/askds/archive/2012/07/16/managing-the-recycle-bin-with-redirected-folders-with-vista-or-windows-7.aspx
    http://msdn.microsoft.com/en-us/library/bb882665.aspx
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/10bfcfb9-14f3-434e-9ffa-0289b8b32e01/folder-redirection-recycle-bin
    The standard disclaimer applies - this might break stuff. I've only tested in Windows 8, and my testing is limited. Try this at your own risk.
    This is what I've learned (or think I've learned - I might be wrong):
    Windows Vista and later store the configuration settings for the Recycle Bin for redirected user profile folders in this registry key: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder
    Under this key are separate keys for each redirected folder that is protected by the Recycle Bin. The keys contain the configuration information for each protected folder, and are named to match the GUIDs for "Known Folders." A list of the Known
    Folder to GUID mappings is available in one of the links above.
    The registry also contains a list of "known folders" at this location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions
    So, I reasoned that if I could create my own custom "known folder," I could add that to the list of folders that were protected by the Recycle Bin and protect any mapped network drive I wanted. So I looked at the list of existing "known folders"
    and created a key that was similar to the Documents key. I then fiddled with the values in the key until I narrowed it down to the minimum number needed to make the recycle bin work.
    This .reg file will protect a mapped X: drive with a ~50GB recycle bin. You should modify the file to fit your needs:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\{9147E464-33A6-48E2-A3C9-361EFD417DEF}]
    "RelativePath"="X:\\"
    "Category"=dword:00000004
    "Name"="XDrive"
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\{9147E464-33A6-48E2-A3C9-361EFD417DEF}]
    "MaxCapacity"=dword:0000c7eb
    "NukeOnDelete"=dword:00000000
    A few things of note:
    The GUID in the above .reg file {9147E464-33A6-48E2-A3C9-361EFD417DEF} came from this PowerShell command: "{"+[guid]::NewGUID().ToString().ToUpper()+"}"
    Each "known folder"/Recycle Bin combination requires a unique GUID. If you don't want to use PowerShell to generate a GUID, you can use an online GUID generator.
    I don't know what the "Category" value does, but the key I copied had it set to 4, and that works, so I didn't test any other values.
    The "Name" value is required, but is not the name that will be shown if you right-click on the Recycle Bin and select properties. (At least not in my environment.) In my environment, the name that is shown is the name of the network drive.
    Making this change adds a "Location" tab to the properties page of your mapped network drives. I suspect this could be removed by changing the "Category" value, but didn't bother to find out.
    I only tested with mapped network drives. I suspect this would work with UNC paths as well, but I didn't bother testing.
    I hope you're as excited to find this as I was to figure it out. Let me know if this works for you. I now plan to deploy the registry keys with Group Policy Preferences and will update this forum post with any information I discover.
    Best regards
    --Russel
    Update: I am now using Group Policy Preferences to deploy the needed registry keys, and all my mapped network drives are now protected by the recycle bin.
    Update 2: I have tested now with UNC paths, and this works fine. I still use mapped network drives, but if your environment requires UNC paths instead, you can use them. Note however that if you have a mapped network drive that points to a UNC path, and
    you protect the UNC path with a registry change, if a user deletes a file from the mapped network drive that points to that UNC path, the file will be permanently deleted. See below for more details.

    FANTASTIC work Russel !
    This is extremely helpful.
    I've turned your work into a Bat Script that will automatically make the reg file.
    It creates a unique guid each time it is run, so no worries on overlaps.
    Just copy and paste the following into notepad
    and save it as "Network Recycling Bin - auto make registry file.bat"
    echo off
    REM ========== MAIN FUNCTION  ========================
    Call :CreateREGfile
    PAUSE
    goto :eof
    REM ========== SUB FUNCTIONS  ========================
    :CreateREGfile
    set /p RelativePath=Enter
    current mapped path of drive (e.g. X:\FileShare\D_Drive):
    REM replace \ with \\ (for reg value its a requirement)
    Set RelativePath=%RelativePath:\=\\% 
    set /p MaxBinSize_Dec=Enter
    max size (in mb) (eg 11gb=11000):
    call :toHex
    %MaxBinSize_Dec% MaxBinSize_Hex
    Set outputREG="Network
    Recycling Bin - %RelativePath:~0,1% Drive (%MaxBinSize_Dec%mb).reg"
    call :MakeGUID_VBS NewGUID
    REM echo My new GUID : %NewGUID%
    echo Windows Registry Editor Version 5.00
    >
    %outputREG%
    echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FolderDescriptions\%NewGUID%]
    >>
    %outputREG%
    echo "RelativePath"="%RelativePath%"
    >>
    %outputREG%
    echo "Category"=dword:00000004
    >>
    %outputREG%
    echo "Name"="NetworkDrive2RecyclingBin_%NewGUID:~1,5%"
    >>
    %outputREG%
    REM The "Name" value is required, but is not the name that will be shown if you right-click on the Recycle Bin and select properties. That will be autoset to the network drive name.
    echo.>>
    %outputREG%
    echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket\KnownFolder\%NewGUID%] 
    >>
    %outputREG%
    echo "MaxCapacity"=dword:%MaxBinSize_Hex%
    >>
    %outputREG%
    echo "NukeOnDelete"=dword:00000000
    >>
    %outputREG%
    goto :eof
    :MakeGUID_VBS
    echo set obj
    = CreateObject("Scriptlet.TypeLib")
    > TEMP_generateGUID.vbs
    echo WScript.Echo obj.GUID
    >> TEMP_generateGUID.vbs
    FOR /F "usebackq tokens=*"
    %%rin (`CSCRIPT "TEMP_generateGUID.vbs"`)DO
    SET RESULT=%%r
    set
    %1=%RESULT%
    del TEMP_generateGUID.vbs
    goto :eof
    :toDec
    :: todec hex dec -- convert a hexadecimal number to decimal
    ::             -- hex [in]      - hexadecimal number to convert
    ::             -- dec [out,opt] - variable to store the converted decimal number in
    SETLOCAL
    set /a dec=0x%~1
    ( ENDLOCAL & REM RETURN VALUES
        IF "%~2"
    NEQ "" (SET %~2=%dec%)ELSE
    ECHO.%dec%
    EXIT /b
    :toHex
    :: eg  call :toHex dec hex -- convert a decimal number to hexadecimal, i.e. -20 to FFFFFFEC or 26 to 0000001A
    ::             -- dec [in]      - decimal number to convert
    ::             -- hex [out,opt] - variable to store the converted hexadecimal number in
    ::Thanks to 'dbenham' dostips forum users who inspired to improve this function
    :$created 20091203 :$changed 20110330 :$categories Arithmetic,Encoding
    :$source http://www.dostips.com
    SETLOCAL ENABLEDELAYEDEXPANSION
    set /a dec=%~1
    set "hex="
    set "map=0123456789ABCDEF"
    for /L
    %%Nin (1,1,8)do
        set /a "d=dec&15,dec>>=4"
        for
    %%Din (!d!)do
    set "hex=!map:~%%D,1!!hex!"
    rem !!!! REMOVE LEADING ZEROS by activating the next line, e.g. will return 1A instead of 0000001A
    rem for /f "tokens=* delims=0" %%A in ("%hex%") do set "hex=%%A"&if not defined hex set "hex=0"
    ( ENDLOCAL & REM RETURN VALUES
        IF "%~2"
    NEQ "" (SET %~2=%hex%)ELSE
    ECHO.%hex%
    EXIT /b
    :eof

  • How can I get a Powershell script which maps network drives to execute at logon to any workstation in my domain

    I want to map network drives for each user when they logon to any workstation in the network.  I have created and tested the PS1 script which works fine where the drives attach and used persistent parameter.  I have updated the Windows 7 Professional
    64-bit workstation to the latest PS 4.0 code.  I have created the GPO and believe everything is assigned properly.  I made changes to allow execution of local and remote signed scripts.  I have forced the changes on a workstation using GPUPDATE
    /force, but the drives do not connect.  The GPRESULT is as follows which shows the policies are in place as shown below.  
    What am I missing to get the script to execute? 
    RSOP data for MRC\mikeg on MIDRUBD03 : Logging Mode
    OS Configuration:            Member Workstation
    OS Version:                  6.1.7601
    Site Name:                   N/A
    Roaming Profile:             N/A
    Local Profile:               C:\Users\mikeg.MRC
    Connected over a slow link?: No
    USER SETTINGS
        CN=My Name,CN=Users,DC=mrc,DC=net
        Last time Group Policy was applied: 7/21/2014 at 8:22:05 AM
        Group Policy was applied from:      MIDSRVR01.mrc.net
        Group Policy slow link threshold:   500 kbps
        Domain Name:                        MRC
        Domain Type:                        Windows 2000
        Applied Group Policy Objects
            StartingUp
        The following GPOs were not applied because they were filtered out
            Default Domain Policy
                Filtering:  Not Applied (Empty)
            Local Group Policy
                Filtering:  Not Applied (Empty)
        The user is a part of the following security groups
            Domain Admins
            Everyone
            BUILTIN\Administrators
            BUILTIN\Users
            NT AUTHORITY\INTERACTIVE
            CONSOLE LOGON
            NT AUTHORITY\Authenticated Users
            This Organization
            LOCAL
            MRCAdmins
            Domain Users
            Enterprise Admins
            Schema Admins
            AS400_Permanent_Users
            Denied RODC Password Replication Group
            DnsAdmins
            High Mandatory Level
        The user has the following security privileges
        Resultant Set Of Policies for User
            Software Installations
                N/A
            Logon Scripts
                GPO: StartingUp
                    Name:         C:\Windows\SYSVOL\sysvol\mrc.net\Policies\{47773A6D-1115-4A3D-BB74-F672B315A430}\User\Scr
    pts\Logon\MapDriveScript.ps1
                    Parameters:
                    LastExecuted: This script has not yet been executed.
            Logoff Scripts
            Public Key Policies
                N/A
            Administrative Templates
                GPO: StartingUp
                    KeyName:     Software\Policies\Microsoft\Windows\PowerShell\EnableScripts
                    Value:       1, 0, 0, 0
                    State:       Enabled
                GPO: StartingUp
                    KeyName:     Software\Policies\Microsoft\Windows\PowerShell\ExecutionPolicy
                    Value:       82, 0, 101, 0, 109, 0, 111, 0, 116, 0, 101, 0, 83, 0, 105, 0, 103, 0, 110, 0, 101, 0, 100,
    0, 0, 0
                    State:       Enabled
            Folder Redirection
                N/A
            Internet Explorer Browser User Interface
                N/A
            Internet Explorer Connection
                N/A
            Internet Explorer URLs
                N/A
            Internet Explorer Security
                N/A
            Internet Explorer Programs
                N/A

    >                  Name:
    > C:\Windows\SYSVOL\sysvol\mrc.net\Policies\{47773A6D-1115-4A3D-BB74-F672B315A430}\User\Scr
    > pts\Logon\MapDriveScript.ps1
    >                  Parameters:
    First: Only one of all current answers points in the right direction.
    You picked the local sysvol path on the DC which does not exist on
    clients, of course...
    The Path to the script MUST be an UNC path starting like
    \\mrc.net\sysvol\mrc.net\Policies\...
    Second: You CANNOT execute PS1 directly (unless you change the .ps1 file
    extension configuration). The "Name" MUST be "powershell.exe", and the
    script itself goes into "Parameters".
    Martin
    Mal ein
    GUTES Buch über GPOs lesen?
    NO THEY ARE NOT EVIL, if you know what you are doing:
    Good or bad GPOs?
    And if IT bothers me - coke bottle design refreshment :))

  • Windows explorer keeps computing items after accessing a mapped network drive

    Our organization has decided to upgrade to windows 7 but we are running into a problem with windows explorer green progress bar hanging after accessing a mapped network drive. When you try to go back to computer or access the control panel after going
    3 or more folders deep into the mapped drive, windows explorer just keeps searching.
    When you expand the arrow in the address bar it states that it is computing items and never stops.
    The only way around this is to right click on libraries and select reset back to defaults and everything is back to normal.
    We are deploying this image of windows 7 to over a 1000 computers and we cannot have this problem lingering, does anyone have a solution to resolve this issue. This does not happen in Windows XP.
    We have tried to turn off windows search and remote differential compression and this does work but the problem is that you lose all search capabilities in windows. So windows search needs to be enabled. We also tried to adjust the MTU, change GP settings,
    and nothing seems to work except to turn windows search off or reset libraries back to default.
    We also did some research online and there are so many people experiencing the same problem, with no resolution expect they have to go back to Windows XP. That is not an option for us.
    Please help us we would really greatly appreciate it.

    Hi,
    The issue could be related to searching and indexing feature in Windows 7. I suggest rebuilding the indexing files.
    Click Start -> Type
    indexing options in the search box -> Advanced -> Index Settings tab-> Rebuild buttion.
    For more information, you can refer to:
    http://windows.microsoft.com/en-us/windows7/Change-advanced-indexing-options
    If the issue persists, you can perform the following troubleshooting steps.
    1. Go to update your network adapter drivers and BIOS from manufacture's site manually.
    2. If any router is involved, please update the firmware.
    3. Perform a System File Checker.
    http://support.microsoft.com/kb/929833
    Best Regards,
    Niki
    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.

  • Xmlparser.parse fails with ORA-20100 when reading from mapped network drive

    Hi
    I have a problem with the xmlparser when parsing an xml document from a mapped network drive. If I read the xml document from a local drive, then there is no problem.
    I haven't been able to find any documentation specifying this. Is there any way to parse a file from a mapped network drive???
    To clarify, I have created an example procedure, that parses an XML doc from disc, notice that the G: drive is a mapped drive:
    CREATE OR REPLACE procedure test_xmlparser is
    p xmlparser.Parser;
    dir varchar2(100) := 'G:\Vejdirektoratet\root\xsl';
    errfile VARCHAR2(32) := 'error.log';
    begin
    p := xmlparser.newParser;
    -- set parser properties
    xmlparser.setValidationMode(p, FALSE);
    xmlparser.setErrorLog(p, dir || '\' || errfile);
    xmlparser.setPreserveWhiteSpace(p, FALSE);
    -- parse xml file
    xmlparser.parse(p, dir || '\' || 'HelloWorld.xml');
    xmlparser.FREEPARSER(p);
    end;
    The file HelloWorld.xml contains the following:
    <?xml version = '1.0'?>
    <message>
    <text>Hello World</text>
    </message>
    When running this in SQL*Plus I get the following error:
    ORA-20100: Error occurred while parsing: Invalid argument
    ORA-06512: at "SYS.XMLPARSER", line 22
    ORA-06512: at "SYS.XMLPARSER", line 69
    ORA-06512: at "VD.TEST_XMLPARSER", line 14
    ORA-06512: at line 1
    Changing the value of the variable dir to 'C:\' makes it all work.

    Hi again
    I need to ask a last, hopefully ;-), question on upgrading the JDK to 1.3.1:
    As far as I understand, this is how I do it:
    1) Install JDK 1.3.1 on DB server
    2) tell Oracle DB, to use that JDK.
    Is this the correct way? And how is step 2 done?
    Looked on metalink, google etc., but could only find this for 9iAS (not the DB) and Oracle Applications 11i.
    thanks, Sxren

  • Mapped network drive appears empty for all users on one computer

    We have several network drives mapped via a batch file at log in.  On one particular Windows 7 computer one of these drives maps but appears empty.  Manually mapping to the drive and assigning a different drive letter makes no difference but manually
    mapping by entering the IP address allows viewing and accessing the contents.  
    The malfunctioning network drive is also using Hosted BranchCache.  The following settings are set in local group policy:
    (\Network\BranchCache)
    Turn on BrancheCache - Enabled
    Set BranchCache Hosted Cache Mode - Enabled - <servername>
    Configure BranchCache for network files - Enabled - 0
    The servers involved are running Windows Server 2012.
    I am at a loss here and will appreciate any suggestions. 
    ~JuniorG33k "Why is this thus? What is the reason for this thusness?"

    With Offline Files disabled the contents of the mapped drive are visible and accessible.  Unfortunately, Offline Files must be enabled for BranchCache to work.  
    Looking in the Event Viewer at “Applications and Services Logs\Microsoft\Windows\OfflineFiles\Operational” I can see that the mapped network drive transitioned to slow link during high latency but has never transitioned back. 
    ~JuniorG33k "Why is this thus? What is the reason for this thusness?"

  • Location is not available to mapped network drive in Windows 8 using Synology NAS

    Original Thread:
    http://answers.microsoft.com/en-us/windows/forum/windows8_1-files/location-is-not-available-to-mapped-network-drive/ca7eac5c-0e3d-494b-b488-e245978e4db9
    I have recently upgraded to Windows 8.1 standard edition. I have come across a problem when using the option for mapped network drives. Under Windows 7 I would normally map a network drive (Synology NAS) and I could access all files, copy and paste, install
    apps, and link media, all from within the mapped network drive. However, under Windows 8.1 I have come across a couple of problems.
    1. When I try to copy a file from my "Mapped Network Drive" to the C:\Drive (OS Boot Drive), I get the following error,
    "E:\ is unavailable. If the location is on this PC, make sure the device or drive is connected or the disc is inserted, and then try again. if the location is on a network, make sure you're connected to the network or internet, and then try again. If the
    location still can't be found, it might have been moved or deleted."
    However, if I copy a file from the "NETWORK/Network Location" the file copies just fine with no problems. And, If I also copy a file from a "Added Network Location" the file also copies just fine with no problems. And, if I copy a file from
    my "Mapped Network Drive" to my D:\Drive (non OS Drive), the file copies just fine with no problems.
    2. When I try to install apps from my "Mapped Network Drive" they will sometimes install and sometimes not (I am also choosing the option to run the programs as Administrator). Again if I try to install using either the "NETWORK/Network Location"
    or an "Added Network Location" the apps install just fine with no problems.
    3. When I link media (music or videos) from my "Mapped Network Drive" they will work but once I reboot they no longer work as if they have lost the file path or link of the original source location.
    4. When I use FireFox (browser) and I set my default download dir to my "Mapped Network Drive" it will work once originally set it but after I reboot, it no longer works. However, again if I set the default download dir to either the "NETWORK/Network
    Location" or an "Added Network Location" the default download dir works fine even after reboot.
    While I am able to access my network drive using any of the three options, "Mapped Network Drive", "NETWORK/Network Location", and "Added Network Location" but only "NETWORK/Network Location", and "Added Network
    Location"appear to be reliable. Tbh I would prefer to be able to use my "Mapped Network Drive" in Windows 8 as I have been able to under Windows 7.
    More info:
    I currently have UAC set to "Never Notify".
    I also have Windows 8.1 installed on three different systems and all of them give me the same exact problems. One of the systems is a completely clean install with no 3rd party apps installed.
    Just so its clear I am able to access the "Mapped Network Drive" but unfortunately this method of access appears to be unreliable in Windows 8 but in Windows 7 it works flawlessly.
    If I map a network drive from another pc running windows 7 or 8, I can access and use the mapped drive with no problems. This problem appears to be related to the Synology NAS devices and I have researched the Synology forums but only found one thread about
    the problem, here:
    http://forum.synology.com/enu/viewtopic.php?f=49&t=76687
    I have searched several forums and attempted to pick the brains of my local computer shops for any incite on this problem but I have been unable to find a solution/fix.
    Any help resolving this is greatly appreciated.

    Hi,
    Based on your description, we can temporarily disable the firewall to see whether the issue persists.
    For this issue seems related to the Synology NAS devices, in order to get professional help regarding the product, we can contact the vendor support to see whether the issue
    can be fixed.
    Best regards,
    Frank Shen

  • Map Network drive in Windows 8.1

    Hi Guys,
    I was suffering a weird problem about mapping network drive in Windows 8.1.
    I ran the command "net use ...." to map a network drive and the command was running successfully. Then I used the "net use" command to check the status for the network drive mapped before, it showed good. But when I opened "my computer",
    I couldn't see the network drive mapped before in the explorer.

    Hi,
    After you created the mapped network drive with "net use", are you able to find the mapped driver letter information in the registry HKCU\Network?
    Please also try to map the network drive via GUI tool under Explorer "Map network drive" option, check the result.
    for net use command, please make sure that you've set the correct parameters
    https://technet.microsoft.com/en-us/library/gg651155.aspx
    Yolanda Zhu
    TechNet Community Support

  • Windows Server R2 stop working. Cannot map network drive with my Win 7 client.

    Hi to everyone.
    I had a problem for quite some time time and even i tried to solved it till now unfortunately seems unreachable.
    I have a 2008 R2 server which is used as SQL 2005 server. My application program shared from the server. My win 7 client  use a map network drive to access my share folder from my windows server. Suddenly my clients lost my connection. Since then i
    cannot connect to the folder and i got the message
    Windows cannot access \\Server\Storage
    Check the spelling of the name. Otherwise there might be a problem with your network. To try to identify and resolve network problems, click Diagnose.
    Details: Error code: 0x80070035 The network path was not found.
    I check out my share permissions, all seems ok. I also check out firewall, services, TCP/IP, share folders, really almost everything but still nothing.
    Does anyone have any idea how to resolve the problem.

    Yes what seems to happened is due to virus infections.
    This problem started 2 weeks a go. First i had network connection error with my client. Them my application had respond errors. Finally i lost my network drive.
    I realize that the problem was due to virus. My old antivirus program doesn't s scan any threats so i uninstalled it, and i installed Panta antivirus and i clean up my server and my clients from virus. I am sure that both are clean from virus. My antivirus
    program runs every day with no traces of infections.
    Since then i cannot see my share folders on my server side and i cannot map network drive.
    One thing that i want to avoid is re-installation of windows server 2008 R2.
    Can anyone help about this
    Thanks

  • "Mapping Network Drive" equivalent in OSX?

    Help! What am I doing wrong?
    I'm trying to connect to a photocard reader that is built-in to my HP Photosmart 2710 (wireless) printer. My Macbook Pro happily found the printer and set itself up perfectly to print to the HP and show me the ink levels and so on. I was impressed. However trying to connect to the photocard reader is really trying my patience.
    On my Windows XP PC I use "Map Network Drive" and specify "\\192.168.0.2\memory_card" and I'm able to read (and write) to the photo card in the reader.
    On my Macbook, if I use "Go>Connect to Server" and then specify "192.168.0.2\memory_card" I get an error message saying that "afp://192.168.0.2\memory_card" is not available. (same happens if I use a "/" before "memory_card", and if I put "\\" or "//" before "192" too).
    Any suggestions anyone? Thanks in advance.
    Neil

    If your windows pc maps to the printers memory card then it must be using the windows samba sharing protocol.
    So on your mac use the following server address in the connect to server window
    smb://192.168.0.2

  • Mapping network drives after logging in to VPN

    We are having a problem where remote users login to their laptop with cached domain credentials using SSL VPN (the users are onsite but take their laptops home). Problem is they login to the VPN and their mapped drives don't work and they need to delete and remap their drives everytime they log in (we have to use FQDN to remap, example would be Jsmith1.anycompany.com). Any suggestions

    Hi, you can enable Start Before Logon (SBL) for AnyConnect client.With SBL enabled, the user sees the AnyConnect GUI logon dialog before the Windows logon dialog
    box appears. This establishes the VPN connection first. Available only for Windows platforms, Start Before Logon lets the administrator control the use of login scripts, password caching, mapping network drives to local drives, and more. You can use the SBL feature to activate the VPN as part of the logon sequence. SBL is disabled by default.
    1. Create user profile, then edit attribute, for example,settiing myprofile.xml file to true:
    <?xml version="1.0" encoding="UTF-8" ?>
    true
    To disable SBL, set the same value to false.
    You must also specify on the security appliance that you want to allow SBL. Take a look AnyConnect User manual,see the description in the section Enabling Modules for Additional AnyConnect Features(ASDM) or Enabling Modulesfor Additional AnyConnect Features (CLI) for a description of how to do this.
    Pls rate if it helps.

Maybe you are looking for

  • Where can I get an old OSX Leopard 10.5

    hi there, i got an old Mac min - late2005 - g4. now i like to reinstall the system but i haven't got the original installation dvd. and by that i would like to install leopard 10.5 where can i get an installation system for that mac mini? I tryed som

  • Converting spool request into multiple pdf formated documents

    Hi Guys,              I am designing a report with several pages of output and running it in background. Is there a possibility to convert each page into an separate pdf format document ? If I use ALV report as output, if its more than page, do I fac

  • Want tech. specification

    i have one abap program boss want its Technical Specification can any give me any sample Spec. and also if it is possible give me my spect. i am sending code Plz give me spect as soon as possible.                   CODE Report           YMPCR_LD1DAIL

  • How to add custom start options in VS package

    I need to add custom start options in VS package. Example: Instead of showing "start", need to provide options like "Start in Firefox", "Start in Chrome" and handle their events on our own. Any references would be helpful Thanks in advance

  • Audition CS6 doesn't seem to recognize that I have a 5.1 system while mapping channels. Any ideas?

    Hi there everyone. I'm trying to mix in 5.1 surround sound. I started a project and set it to 5.1, and I can edit everything just fine. The problem is that I can't monitor my results, because Audition doesn't seem to recognize that I have a 5.1 syste