Created On:  18 November 2010

Problem:

I would like to export Enterprise Server regions in batch mode. How do I proceed?

Resolution:

The feature is only available in Studio Enterprise Edition 6.0 Wrap Pack 1 and later releases.

Use the following mfds command to export Enterprise Server region(s):.

MFDS command line "-x" option allows export of the currently active MFDS process
repository to a specified path.

Syntax: mfds -x [repository type] [repository address] [server name]
         

        where [repository type]
           1 = file:///
        where [server name]
           * = export all servers
        where
           D = (default) do not delete or overwrite any existing repository
               contents at specified location
           O = delete and overwrite any existing repository contents at
               specified location
           S = export server and security manager configuration
        where and are the MFDS credentials required if
           administration access is restricted

e.g. "mfds -X 1 c:\\myrepository *"
      "mfds -x 1 c:\\myrepository * S"
      "mfds -X 1 c:\\myrepository * O"
      "mfds /x 1 c:\\myrepository * SO"
      "mfds /X 1 c:\\myrepository ESDEMO"
      "mfds /X 1 c:\\myrepository ESDEMO D myid mypwd"