Configuration of the files out of connection & synchronization

OK, at work, we set each user to use offline files and synchronize with a log off for My Documents to the user. I am wanting to make sure that it is the right way to implement. The following example shows how offline files are set up now:

1. on the user's computer, I go to my Computer\Tools\Folder Options and I have enable offline files and put them to sync with a log off. Now we have My Documents of each user, who sits on their desk, developed for a backup server on the network-example: the name of \\backupserver\users\users.

2. I right click on My Documents of the user, who sits on their desk pointed out in their folder on the backup server, and then select make available offline. Once the synchronization through then it shows sync blue arrows.
Does make sense? Or should I do this another way?

Hello

If you use Windows Server in the network it is better for the public on the TechNet site. Please post your question in the below link: http://social.technet.microsoft.com/Forums/en-us/winserverfiles/threads

Tags: Windows

Similar Questions

  • You are looking for a way to set permissions of files on a folder so that users can view and copy the files out, but may not change the original file in the folder.

    You are looking for a way to set permissions of files on a folder so that users can view and copy the files out, but may not change the original file in the folder.  They will have to copy the files in the folder to make changes and then copy a review of back in.  Locally and on the network

    Hello

    1. In Windows Explorer, right-click the file or folder you want to work with.
    2. In the context menu, select properties and then in the Properties dialog box, click the Security tab.

    3. In the name list box, select the user, contact, computer, or group to which you want to display permissions. If the permissions are grayed out, this means that the permissions are inherited from a parent object.

    https://msdn.Microsoft.com/en-us/library/bb727008.aspx?f=255&MSPPError=-2147217396

  • Error message from the computer - SHWICONXP9106 - Load Configuration of the file has failed

    I got my Windows 7-64 bit system, which is now 13 months old, lock upwards and closed twice in a week.  I get a strange error message that says "SHWICONXP9106 - load Configuration File Failed".  It seems that this is a card I ever use.  It is a work computer that I rarely do anything whether online with.  He did re - starts and begins to funny click on my Tower.  It takes in telling the system to start windows normally and after stopping power, twice, I can get it to restart very well.  can someone let me know if I need to get a new hard drive again?  This system is only 13 months old?

    If you do not, you might want to see if it can be disabled at startup:

    1. Press simultaneously on key Windows + R .

    2. type MSConfig in the box, and then click OK.

    3. Select the Startup tab.

    4. find SHWICONXP9106 (if its there) & uncheck the box against it. Click OK.

    5 reboot & see what happens.

    All the answers and suggestions are provided by an enthusiastic amateur and are therefore no explicit or implicit guarantee. Basically, you use my suggestions at your own risk.

  • Configuration of the invalid OSB: factory connections is Non - XA and "XA-Required.

    Dear Experts,

    Receive the following error message on the Oracle Service Bus on an ongoing basis: "invalid configuration: connection factory is Non - XA and"XA-Required"property is true.» My scenario is the following:

    Trying to activate a session in Oracle Service Bus, the session I've marked the field "XA required is" in the "change a Proxy Service-> advanced settings" section in my proxy service works as a recovery tool on the JMS Protocol in queue. I scored "XA Connection Factory Enabled" on my connection factory.

    After many attempts I have not found the right configuration. What should I study?


    Kind regards
    Mike

    Edited by: 26 Mike.Di / / gen-2011 9.16

    Edited by: 26 Mike.Di / / gen-2011 10.18

    I scored "XA Connection Factory Enabled" on my connection factory.

    You have rebooted servers after you enable XA on your factory connections? If not, then do it.

    Kind regards
    Anuj

  • How can I configure the files to transfer similar files?

    I want to forward e-mail messages to the main folder to separate shippers same records.

    Some e-mail providers have a sort for incoming messages option.
    Check with your provider. Look for the 'tree' that lists all of your files.
    Right click on the main trunk, coming from all the files out of. Select create the new folder.

  • IPs much-needed to the SCANNING resolution using the file hosts in Oracle11g CARS

    Dear Expert

    By Ref.
    Configure FCAC with TAF Oracle11g r2 instead of use the SCAN
    Re: Configure FCAC with TAF Oracle11g r2 instead of use the SCAN

    How address IPs will be required in two-node RAC deployment to resolve the SCAN feature by using the file/etc/hosts.

    We want to use the TAF feature for Oracle 11 g r2 RAC database access, so I'm providing the default configuration of the file tnsnames.ora and listener.ora

    Please confirm that all the necessary changes to the use of the TAF.

    find the tnsnames.ora RAC node-1 content
    [oracle@aaarac1 ~] $ cat /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    AAADB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = rac-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = aaadb)
    )
    )

    find the content of the listener.ora RAC node-1

    [oracle@aaarac1 ~] $ cat /u01/app/11.2.0/grid/network/admin/listener.ora
    LISTENER = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))
    # line added by Agent
    LISTENER_SCAN1 = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER_SCAN1)))
    # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1 = ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON # line added by Agent


    find the tnsnames.ora RAC node-2 content
    [oracle@aaarac2 ~] $ cat /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    tnsnames.ora # Network Configuration file: /u01/app/oracle/product/11.2.0/db_1/network/admin/tnsnames.ora
    # Generated by Oracle configuration tools.

    AAADB =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = rac-scan)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = aaadb)
    )
    )

    find the content of the listener.ora RAC node-2
    [oracle@aaarac2 ~] $ cat /u01/app/11.2.0/grid/network/admin/listener.ora
    LISTENER = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER)))
    # line added by Agent
    LISTENER_SCAN1 = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = IPC) (KEY = LISTENER_SCAN1)))
    # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER_SCAN1 = ON # line added by Agent
    ENABLE_GLOBAL_DYNAMIC_ENDPOINT_LISTENER = ON # line added by Agent


    Concerning
    Hitesh Gondalia

    Published by: hitgon on August 10, 2011 06:38

    hitgon wrote:
    Please find details of Production site of our
    DB: Oracle11g R2 RAC 11.2.0.1.0
    OS: Redhat Linux5.3 64-bit

    Acute, we will use only an ip scan in the file/etc/hosts in node 1 of the FCAC and not to use any DNS.

    Hello

    If you use the host file then you can only have 1 address SCAN

    We want the user client application TAF and FAN VIP connection string.

    JDBC: thin: @(DESCRIPTION = (ENABLE = BROKEN)
    (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(Host = 10.106.1.251)
    (Port = 1521)) (ADRESSE = (PROTOCOL = TCP) (Host = 10.106.1.252)(Port = 1521)))
    (FAILOVER = ON) (LOAD_BALANCE = on) (CONNECT_DATA = (SERVICE_NAME = aaadb)
    (FAILOVER_MODE = (TYPE = SELECT) (METHOD = BASIC)))

    Please suggest...

    Seems OK for the adjustment of TAF

    See you soon

  • AnyConnect triggers warning to the file Hosts on Avira

    The company that I work uses Anyconnect to provide VPN services.

    I wonder why Anyconnect 3.0.10055 triggers a warning from access to the Hosts file on Avira antivirus on my Windows 7 64 Bit PC?  I tried to disable the protection of Avira and then connection and not detected any changes made to the file.  AnyConnect connects very well even when Avira blocks access.  Anyconnect opens it for writing, but do not write?

    On a separate note, why Anyconnect use 6 ip addresses?  Should what document I read?

    Thank you

    Bruce

    Hi Bruce

    as far as I understand, AC has indeed changed the hosts file, but only for a very short time when establishing the connection.

    To be more precise, after doing a DNS lookup of the head (AAS or router) it will rename the hosts file and create a new one that contains the result of the DNS lookup. This is to ensure that the following names searches return the same ip address. When the connection is established, the original hosts file is restored.

    Now, it's only important in scenarios where the DNS load balancing is used, then, where the DNS name, you connect to potentially resolves in 2 or more different ip addresses. This could cause a problem if at different stages of the procedure of connection, we use different ip addresses, that's why we store the first ip address in the hosts file.

    So if you do not use the VPN load balancing then you should not see any problem if the hosts file is not editable.

    Are what 6 addresses you referring?

    HTH

    Herbert

  • Open the file without walking record

    friends

    as I do whenever I open a file sincerely on the same record, which fills you with information whenever you open

    Tricampeon_1981 wrote:

    Excuse my little information that was rising, and the problem was solved with utlfile only had to open the file out of the loop

    Mark this thread as a RESPONSE

  • all my components are grey in multisim11. Path to my configuration in the global preferences file is also grayed out, can not change the standard cfg

    all my components are grey in multisim11. Path to my configuration in the global preferences file is also grayed out, can not change the standard cfg

    Hi Escapermark,

    Take a look at these articles to the knowledge base, one should set the gray on the problem:

    http://digital.NI.com/public.nsf/allkb/609A763289E6E81D8625739F0052151F

    http://digital.NI.com/public.nsf/allkb/2719D00E36A4D53A8625721300685B3F

    http://digital.NI.com/public.nsf/allkb/B3D720348D55D0C5862575BA00560908?OpenDocument

  • the files off-grayed out connection and Red Cross

    The files offline of Windows 7 users are not available offline. As soon as the user logs off the network, some files and folders appear greyed out with a cross on them.  Offline files is defined in group policy, offline files is enabled on clients, desktop experience is enabled on the servers. This seems to be the only way to re-enable access to these files after you have reconnected to the network.  I have reset the cache.  Any ideas?

    The problem has proved to be a problem of sharing permissions.  Sharing folder redirected to "domain users" should be given "Traverse folder/execute file" and «List of folder/reed» permissions given  Without this set of files and offline files synchronization cannot negotiate the path to the redirected folder.

  • + Configuration LR to work out of the Photo files on external drive from the beginning very +.

    Hello!

    I have LR is trying to see how the workflow.

    I'm working on a project, I need to select the final images to use in the project of as a value of a year of photos.

    My main interest is using LR at the moment.

    I have all my files on an external drive.

    + First step is to import and then adding them to a catalog on my internal drive.

    + I select 'building intelligent insights' so I can work in offline mode

    Then from there, the process of selection and Keywords, etc..

    Does this sound right?

    ~ If I have other projects, I would create a separate in my computer for each project catalog?

    ~ would be metadata that I added in LR only incorporated on the files I use LR?

    I want to say is,

    If I was to go in my external drive from the desktop and place an image,

    What is metadata?

    Thank you!

    Sounds good.

    I suggest working with a single catalog only.

    LR does not change the imported originals - non-destructive workflow.

    You can write changes to a sidecar XMP file: basics of metadata and the actions in Lightroom

  • Stop synchronization of windows with the file is no longer available

    How to prevent synchronization of windows trying to sync with a folder that no longer exists? I'm working on a windows XP computer that had a network folder shared on our old domain controller. It was created to "work offline". This former DC has since died, but the XP machine is still trying to synchronize with him whenever he disconnects or connects.

    I tried to delete all the files temporary/offline, I tried windows Explorer and go to tools > Synchronize and then unchecking the file that does not exist. I tried to go to the configuration of the synchronization and UN-checking the folder to synchronize when connected to the LAN. Nothing seems to prevent synchronization attempt. There are also other folders that exist that I want to keep the synchronization with, so I don't want to completely disable synchronization. Does anyone know how to make so that he can stop sync with just this file?

    Hello

    You can try the troubleshooting steps provided in the link below in case you haven't tried them already.

    How to use offline files in Windows XP
    http://support.Microsoft.com/kb/307853

    For more assistance, you can publish the isuse on the link below.

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • I get the error 'no reliable connection '. I tried to delete the file cert8.db as said, but it did not work and my time is correct.

    I get the error message "Untrusted connection" for a site I visit every day with the only option being "get out me of here!" I use Firefox version 39.0 and have Windows 8.1. I found a thread indicating how to solve this problem by removing the file cert8.db. I have used this method before and it worked then but it didn't this time. Tried to look elsewhere for help, but what I saw spoke of the time / date being off. However mine are correct sentence. Any help would be much appreciated.

    https://support.Mozilla.org/en-us/KB/server-not-found-connection-problem

    https://support.Mozilla.org/en-us/KB/Firefox-cant-load-websites-other-browsers-can

    https://support.Mozilla.org/en-us/KB/secure-connection-failed-error-message

    https://support.Mozilla.org/en-us/KB/connection-untrusted-error-message

    http://KB.mozillazine.org/Error_loading_websites

    This connection is Untrusted is sometimes caused because the
    the computer system clock is wrong. Check the time / date / time settings of the area.

  • How can I configure my Internet XP connection so that it will automatically connect to my WiFi (wireless) without asking me the password whenever I connect?

    How can I configure my Internet XP connection so that it will automatically connect to my WiFi (wireless) without asking me the password whenever I connect?

    original title: automatic Wifi connection

    Hello

    By default, Windows XP attempts to connect to networks without wires in the following order:

    1. Available networks that are in the list of network preferred (by order of registration)
    2. Preferred networks in the list proposed (by order of registration)
    3. Other networks according to selected advanced settings

    Check out these articles and check if that helps:

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/wireless_networking_overview.mspx?mfr=true

    To connect to an available wireless network

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/wlan_client_connect.mspx?mfr=true

    To set up automatic wireless network configuration

    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/wlan_client_configure.mspx?mfr=true

     

    5 steps: how to set up your network wireless home

    http://www.Microsoft.com/athome/organization/wirelesssetup.aspx

  • You want to connect a laptop to my desktop Win XP Professional. I can do it with a phone cable? I don't want email on the remote computer, I just want to do graphics on but to access the files on the desktop.

    I need to know exactly what cords I need to connect two computers? I don't want to send on the laptop. It will be my office of graphic work needs to access the files on the desktop.

    Hello

    You can try to do this with a standard network configuration.

    For more information, see the links:

    Description of the Windows XP Network Setup Wizard

    http://support.Microsoft.com/kb/308522

    Install a wired network card

    http://Windows.Microsoft.com/en-us/Windows-XP/help/networking/install-wired-network-adapter

    Hope this information is useful.

Maybe you are looking for

  • Satellite M60-176: cannot install the graphics driver

    Greetings,I'm trying to reinstall the original driver from Toshiba siteon a satellite M60-176 disabled ATI X 700 256 MB dedicated version is: Driver VGA (ATI M24C/M26P) V8.121.050322a - 021880C Driver VGA (ATI M24C/M26P) The error message occurs when

  • Laptop computer in a loop

    Hi, my 1st post on the site. I can't get connected because I must have inadvertently stop while the system was configures updates yesterday.Laptop starts then screen shows "configuration updated step 3 of 3-0% complete", and then after 30 seconds pas

  • Satellite U400 - recovery disk is maybe corrupted

    Hi all I have my Satellite U400, I created the recovery DVDs and I used two or three times to restore my system. But now, I've tried but always failed during installation, I think that some of the restore files are corrupted and cannot be coppied to

  • Airport Express as an Extender has stopped working

    How to debug an express Airport which ceased to operate as an Extender?

  • Problems saving a DAQ task, in Labview and besides running

    I'm trying to use DAQmx Save Task.vi in LabView to save a generation of simple signal task, so I can open it later / elsewhere. However, the problem I have is when I try to open the task in MAX. The task is presented in MAX, but when I try to run the