To Add Programs and BMS Maps to a Data Store using seedeploy

To add a program, BMS map or any other binary file to a data store database from the command line:
  1. Open an Enterprise Developer command prompt.
  2. Use the seedeploy command.

    The following commands will create the data store named BINARIES and then add ACCT00.dll to the ESDEMO/PROGRAMS folder within it:
    seedeploy data create sql://localhost/sqlexpress/BINARIES
    seedeploy data add acct00.dll sql://localhost/sqlexpress/BINARIES/acct00.dll?folder=ESDEMO/PROGRAMS;type=blob
    The following command will add ACCTSET.mod to the ESDEMO/MAPS folder of the BINARIES datastore using the following command:
    seedeploy data add acctset.mod sql://localhost/sqlexpress/BINARIES/acctset.mod?folder=ESDEMO/MODS;type=blob