DFS server Copy create on another location

Hi,
we have a DFS server on one location and we need to copy all the file and folders from the DFS server to another server on other location. Same DFS root need to be configured on the new server on other locationSite
Site A  - DFS1 server Create a same copy of server site B - DFS1 server enable replication. Both should be onlive on production 
Couple of query
Can I copy the files manuall and Configure the DFS or just enable the DFS replication after installing new server on other location/
thanks.

Hi,
I suggest you enable the DFS replication after installing new server on other location. When you configure DFS replication between the two server, all the file and folders on the old server will be replicated automatically. Please note you need to set the old
server as primary server when configure DFS replication.
For more detailed information, please refer to the article below:
Create a Replication Group
http://technet.microsoft.com/en-us/library/cc725893.aspx
You could also copy the files manually then configure the DFS on the new server, but it is not as simple as DFS replication. 
Regards,
Mandy
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • How can I use JAVA to copya file from a location to another location?

    Hello all,
    I am planning to design a web page (let say an HTML has a form that post fields to a jsp page) that allow me to select a file and then copy it to another location like what we see in email attachement.
    Is the any related java class that i can use for this matter or ready JavaBean?
    Thanks in advance
    Yahya

    jspSmartUpload
    look for package named com.jspsmart.upload.
    Very easy to use to pull a file from a person's pc up to where the form is posted to. You will need to setup your form to type to be multi-part form. Use an input type of file to generate the file browse button.

  • Script to take every 5th file from a folder and copy it to another folder

    How can I tell applescript to take every 5th file of a folder of say 2000 files and copy them to another location? I want to copy the 5th, 10, 15th, 20th files and so on of 2000 files so I will have only 400 files.
    I guess I want to make a list of all the files and then coerce that to the first and then increments of five but how do I do that?
    Thanks.
    Pedro

    Hi Pedro,
    The following script should do what you are asking for:
    *set theSourceFolder to choose folder with prompt "Select the source folder."*
    *set theTargetFolder to choose folder with prompt "Select the target folder."*
    *tell application "Finder"*
    *set theFiles to files of theSourceFolder*
    *repeat with k from 5 to (count theFiles) by 5*
    *move item k of theFiles to folder theTargetFolder*
    *end repeat*
    *end tell*
    Message was edited by: Pierre L.

  • This web site must be created on a server that is running Microsoft Sharepoint Foundation. Please choose another Location

    Hi all, I installed microsoft sharepoint designer 2010. It was working perfectly up until yesterday when I create a new site, it gave me an error that said " This web site must be created on a server that is running Microsoft Sharepoint Foundation.
    Please choose another Location " Now I can't create any sharepoint site and it freaks me out. I tried repairing, unistalling and reinstalling but still i get the same message. 

    You have to have SharePoint 2010, either SharePoint Foundation 2010 or SharePoint Server 2010, installed somewhere in order to be able to create SharePoint sites with SharePoint Designer 2010. SharePoint Designer 2010 is a client-side product, which is usually
    installed on end user machines and then used to connect to a server-side edition of SharePoint 2010 (either of the two I mentioned above) to modify the SharePoint sites hosted on that server-side product.
    It is possible to install SharePoint Foundation 2010 on a client operating system (Windows 7), but it is much more likely that a production environment will involve installing SharePoint Foundation 2010 or SharePoint Server 2010 on a server operating system
    (Windows Server 2008 or Windows Server 2008 R2) on a central server that can be accessed by multiple users.
    If you are looking to do testing, you can either install Foundation on Windows 7, or use a virtualization product such as Hyper-V, VMware Workstation, Virtual Box, to name a few, to build a virtual server hosting SharePoint.
    You aren't going to be able to create SharePoint sites with SPD until you have SharePoint Foundation 2010 or SharePoint Server 2010 somewhere for it to connect to, sorry.
    John
    MCTS: WSS v3, MOSS 2007, and SCOM 2007
    MCITP: Enterprise Project Management with Project Server 2007
    Now Available on Amazon - The SharePoint 2010 Disaster Recovery Guide. Also available -
    The SharePoint 2007 Disaster Recovery Guide.
    My blog: My Central Admin.

  • Needed to copy the share from one server to share in another server

    Hi ,
    Needed to copy the data from one share named as xyz in the server 1 to the another share abc in another server 2.
    Share xyz data should be copied to the share abc which has already different data in it .We need to copy all the data from the share xyz to the share abc  without deleting any existing data in the destination share.
    I know that /MIR option will replace the destination same as source
    Can anybody help us in the Robocopy command & switches for this activity?
    Any help is greatly appreciated!
    Thanks & Regards S.Swaminathan Live & let others live!!!

    Hi Mandy,
    Thanks for your reply.
    I have done many robocopy for the share movements from the one server joined in a domain to another server joined in the same domain.In that instances, the destination server will not be having any share of the old server name and just I robocopy the share
    from the old server to the new server after creating a new share .The usual command is as follows:
    "\\server1\oldshare" \\server2\newshare" *.* *.* *.* /ZB /E /COPY:DATO /XJ /R:0 /W:0 /TEE /dcopy:T /NP /log:c:\robocopy.txt
    And after the copy , during the cutover of the standalone DFS pointing to the new share , the domain users in the corresponding access groups (name of the groups based on the old server name) of Full,Modify,Read will be appropriately copied to the respective
    new  groups (name of the groups based on the new server name) of the new share and the access is ensured by the users.
    But in this case , the destination server is already having a share with existing data in it and to be added with the old share data
    My question is shall I use the same command as before by copying all the data to the newly created subfolder inside the existiing destination share through the following command
    "\\server1\oldshare" \\server2\newshare\new sub-folder" *.* *.* *.* /ZB /E /COPY:DATO /XJ /R:0 /W:0 /TEE /dcopy:T /NP /log:c:\robocopy.txt
    You have already mentioned /E without purge options will do.
    Just asking one more time for the safer side
    Thanks & Regards S.Swaminathan Live & let others live!!!

  • How to copy a database to another location in sqlserver 2008 express edition

    Hi,
    Please help for to copy a database to another location in sqlserver 2008 express edition
    With many thanks
    Pol
    polachan

    if you are using SQL Server 2008 express edition
    you are NOT able to use Copy database wizard so the only option you have is to try as mentioned above 
    a) Backup /Restore
    Create a new DB to where you want the copy should go and
    Make a Full Backup with .BAK of your original database and Restore the backup on other system and Right click on the the new DB you created and Restore by navigate to your .BAK and make sure MDF and LDF file match the new.
    http://msdn.microsoft.com/en-us/library/ms190436.aspx
    b) Detach/Attach
    Detach the database and copy the database files to other system; and attach these database files.
    I hope this is more informative for you and Good-luck
    Please remember to click “Mark as Answer” on the post that has answered your question as it is very relevant to other community members dealing with same problem in seeking the right answer

  • Copy File from One Location to Another Location through xcopy or any

    Hi,
    I Need to copy one file from one location to another location. That file need to save in C:\Windows\System32 folder
    I need to create one .bat file and i want apply that bat as a startup script through GPO.
    I tried through XCopy if i test in machine that is working. If i tried in other machine that is not working. becoz of some Credential issue
    I tried in the script by netuse command after that my script itself not working.
    SET username=XYZ\Administrator
    SET password=abcd
    @ECHO OFF
    cmd "cd C:\"
    net use "\\10.50.5.68\c$\Windows\System32" %password% /user:domain\%username%
    :copy
    Xcopy /S /I /E D:\DLL \\10.50.5.68\c$\Windows\System32 
    Regards, Hari Prasad.D

    You cannot do that in a startup script.  You do not need to do that in a startup script.
    To add files to the system use GP Preferences.
    On Window 7 and later only the Trussted Installer is allowed to add files. (That means only Microsoft.)
    No programs or users should ever alter files in the system area.
    ¯\_(ツ)_/¯

  • Administrators unable to write to a text file created by another Administrator on Windows Server 2008.

    Why are Administrators unable to write to a text file created by another Administrator on Windows Server 2008?
     --- The Administrators already have full control so how do I fix this? ---
    Example:  On a Windows Server 2008 (SP1): user A (who belongs to the Administrators group) logs in and creates a directory C:\foo and creates a file readme.txt in the foo directory.  User B (also a member of the Administrators group) logs in and opens C:\foo\readme.txt in notepad. User B types something and tries to save the file. User B cannot save the file…an option to save as some other file name is presented. The security permissions of C:\foo\readme.txt show that Administrators have full control.  
    Work around 1: Explicitly add user B to have full control over the foo directory. The problem is that all the all other Administrators still need to be added (current and future).
    Work around 2: Change the Users security permission to be full control on the foo directory. (this seems dangerous!)
    It is interesting to not that this same procedure is not a problem in Windows Vista. (Any insight about the difference?)
    Sincerely,
    Ian 

    so there is no way to change this without literally shutting down the UAC?
    I have files that  I need to modify all the time, and it is very annoying to have to save as to my desktop modify and then copy and paste the file again.
    I would also rather not give myself permissions to the entire C:\ Drive even specified Folders or documents, etc......
    You can change these settings without bringing down the UAC
    <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; mso-ascii-font-family:Calibri; mso-fareast-font-family:Calibri; mso-hansi-font-family:Calibri;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
    1.    Click Start, type gpedit.msc and press Enter.
    2.    Expand Computer Configuration -> Windows Settings -> Security Settings -> Local Policies -> Security Options.
    <!-- /* Font Definitions */ @font-face {font-family:"Cambria Math"; panose-1:2 4 5 3 5 4 6 3 2 4; mso-font-charset:0; mso-generic-font-family:roman; mso-font-pitch:variable; mso-font-signature:-1610611985 1107304683 0 0 159 0;} @font-face {font-family:Calibri; panose-1:2 15 5 2 2 2 4 3 2 4; mso-font-charset:0; mso-generic-font-family:swiss; mso-font-pitch:variable; mso-font-signature:-1610611985 1073750139 0 0 159 0;} /* Style Definitions */ p.MsoNormal, li.MsoNormal, div.MsoNormal {mso-style-unhide:no; mso-style-qformat:yes; mso-style-parent:""; margin-top:0in; margin-right:0in; margin-bottom:10.0pt; margin-left:0in; line-height:115%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-fareast-font-family:Calibri; mso-bidi-font-family:"Times New Roman";} .MsoChpDefault {mso-style-type:export-only; mso-default-props:yes; font-size:10.0pt; mso-ansi-font-size:10.0pt; mso-bidi-font-size:10.0pt; mso-ascii-font-family:Calibri; mso-fareast-font-family:Calibri; mso-hansi-font-family:Calibri;} @page Section1 {size:8.5in 11.0in; margin:1.0in 1.0in 1.0in 1.0in; mso-header-margin:.5in; mso-footer-margin:.5in; mso-paper-source:0;} div.Section1 {page:Section1;} -->
    3.    Double-click “User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode” on the right pane.
    a.    Choose “Elevate without prompting” and click OK.
    b.    Double-Click “User Account Control: Admin Approval Mode for the Built-in Administrator account”, Click Enable, Apply and then OK
    c.     Double-Click “User Account Control: Run all users, including administrators, as standard users”,Click Enable, Apply and then OK
    Then reboot the Server. You should now have the ability to modify any document, etc....

  • Can not save dashboard after copying to another location

    Hi All,
    I am moving a dashboard to another location and trying to make some changes but when I click on save button nothing happens, "Saving" text appears, page busy gif appears, thats all. I've waited long enough but no change. This occurs only on one page of the dashboard. The original dashboard page works fine but the copied one is not saving.
    Sometimes I get the error;
    There was a problem retrieving the response data:Unknown (12030)
    Ay idea would help. Thanks.
    Ganim

    hi,
    Use catalog manager to copy from one location to other location
    and check in preserve the old item name while copying from one location to other.
    Regards,
    VG
    http://mkashu.blogspot.com

  • How to copy file to another server from database using FTP in oracle

    How to copy file to another server from database using FTP in oracle.
    Please do the needfaul.

    Billy  Verreynne  wrote:
    BluShadow wrote:
    Not to mention that some FTP servers can return more than one return message per operation whereas others may return one message for the same operation.I had the problem using the LIST command to determine if a file exists on the server. Cannot be determined via the FTP server's return code. Which means parsing and checking the text response from the server to the command. And this vary from server to server.
    But the basics were quite easy to code. The entire package is 500 lines, includes comments and blank lines for formatting, and supports the basic FTP client command set. Not really a complex piece of software to write - but I found that many developers seem to think that writing network socket software is complex. Not really the case...Mine's a big larger, but incorporates functionality similar to what Chris provided in his, such as being able to use SQL to query a remote file using pipelined functions, or functionality to write the results of a query directly to a remove file.
    :)

  • How do i create a specific location in a document, that my sales personal will be able to paste in a price offer made in another app (they are using acrobat reader) ?

    how do i create a specific location in a document, that my sales personal will be able to paste in a price offer made in another app (they are using acrobat reader) ?

    Hi gadi b,
    It sounds like you may want to create a form field in your PDF file, which your sales personnel can paste text into. You can use either Acrobat or Adobe FormsCentral to create PDF forms. For instructions, see FormsCentral Help | Create a form or Acrobat Help | Forms.
    Best,
    Sara

  • OpenScript: 1.     How to move the scripts from one location to another location. in OpenScript; Copy, paste or Import, export

    How to move the scripts from one location to another location. Copy, paste or Import, export

    Both way you can do.. Difference is - if you copy paste to another folder script dependencies will not move with the same( ie Assets added), whereas if you export and import the script all dependencies will be correlated automatically

  • Unknown Error When Collecting Files to Copy to a New Location

    Going crazy!! I'm trying to shift over and start working on a different computer but although I created my project on an external hard drive so that this move would be easy, I realised too late that my Auto-save folders were saving to the computer's Documents folder. I copied these onto the external hard drive but it still doesn't work when I open Premiere. Instead of five sequences in my project, opening it on my new computer, there only appears to be one sequence and all my bins are not the latest updated state in which they appear on my old computer.
    I decided to go to the Project Manager and Collect the Files to Copy to a New Location, making sure the Project destination is on my external hard drive, however three times the copying process has stopped due to an Unknown Error. Does anyone know what this error could be?
    I only have possession of the old computer for another 24 hours so if I can't find a solution I will have to lose four solid months of work.
    Thank you in advance!!

    Hi Kylie,
    Which version of Premiere Pro are you using? Can we get more details about this case? FAQ: What information should I provide when asking a question on this forum?
    Thanks,
    Kevin

  • DFS server / SIte and Services

    Hi Guys,
    A knowledge question about DFS server Windows 2008 R2.
    I have four data center on each Europe location, and I will install DFS server also on the location to attach the data on the nearly site location. My domain level is Windows 2008.
    Example:
    Site A: 192.168.1.x
    Site B: 192.178.1.x
    Site C: 192.188.1.x
    Site D: 192.198.1.x
    I have already setup a DFS server on Site A and its working, with example IP number: 192.168.1.100, now I will setup a new DFS server for Site B, C and D. with using Full mesh replication.
    When I setup a new server on site B example with IP number: 192.178.1.100 and ready to use. But if the user logon from Site B, the user have to use DFS server from site B and not from Site A site. (to get his data from server site A) If the DFS server from
    site B is down the user will get his Data from Site A. She have always use Site B, how can I build this way on each location.
    I heard that I have to crate a Site for this option and other information what I get is use costs options. ( and do I need a domain controller on each site)
    Can somebody advice how to build and the best practice DFS server on multiple locations with one or more DFS server on location.
    Kind regards,
    Hakan
    Good luck everyone.

    Hi Hakan,
    Actually it is not a DFS related question - It is AD related.
    As you said you need to create sites for your different subnets and setup site link cost. Detailed steps please refer to:
    Create a site
    http://technet.microsoft.com/en-us/library/cc728152(v=ws.10).aspx
    Configure site link cost
    http://technet.microsoft.com/en-us/library/cc784142(v=ws.10).aspx
    By Default DFS will provide an in-site target to clients. If no in-site target is available, it will provide an out-site target according to site link cost. 
    If you have any feedback on our support, please send to [email protected]

  • Cannot save PPro CS4 project created on another PC

    Another editor told me to delete the pref files but I'm double checking first.
    I brought across several projects created with CS3 and CS4 on another PC.  All open and eventually load after I find all the media (the projects are > 250 gig.  The one I need (always the way, ain't it) will open but not even any of the auto-saved versions will Save.  I left it overnight and nada.  I click cancel and PPro crashes.  What is the solution?
    SuperMicro server Motherboard
    2 quad xeons
    16 gig RAM
    Windows 7 Ultimate 64
    AVID RTR 320x /UL4D  SCSI RAID for media
    Quadro FX 3800 video card
    All suggestions are welcomed with gratitude.
    Peter B

    Out of desperation I resurrected a machine that can mount the Matrox RTX2 and will try to open the wretched project with the machine it originated on.  When the project tries to load on the Super Micro server box it warns all sorts of what appear to be Matrox plugins and effects are missing so maybe that is the key.  I've never seen that little red dot with the X on it before nor the yellow caution sign that precedes it while the media is loading.  From now on all projects on the SuperMicro unit will start their lives as AJA format so we can use the $6,000 Braodcast HD monitor I bought in 2008 but haven't actually used for HD other than checking footage from the PDW700 via HD/SDI.
    Hope I can open the project because I suspect there will be serious consequences if I do not.
    cheers,
    Peter Burn
    Date: Sat, 24 Apr 2010 19:24:41 -0600
    From: [email protected]
    To: [email protected]
    Subject: Cannot save PPro CS4 project created on another PC
    I can only give you the location for PrPro 2.0 on XP-Pro. Sure that there are some changes, but maybe this will get you started: C:\Documents & Settings\[Username]\Application Data\Adobe\Premiere Pro\2.0 and the file is "Adobe Premiere Pro Prefs" w/o an extension. If one "trashes the Prefs," then the Adobe program will just rebuild them with the defaults. There is also a keystroke combo, to use when launching the program. Unfortunately, almost all Adobe programs are different. I think that PrPro is hold down Shift, launch program (while holding down Shift), until it launches fully. For PS it is ShiftCtrlAlt and one gets a dialog screen, asking if one wishes to delete the Preferences - IIRC, PrPro does not have such a dialog.
    For the manual trashing of the Prefs, just rename the Prefs file (should be named in a very similar fashion in CS4 and Win7), to say Old-prefs, for backup. Launch CS4, and the Prefs will be re-written.
    Good luck,
    Hunt
    >

Maybe you are looking for