DBTransporterCMD /Options Parameter

Hi.  Any additional information about the /options for the DBTransporterCMD tool?  The docs only provide one example "/Options=ObjectFilter=Keepsettings" which isn't very illuminating :)  Is there any other information anywhere about what you can specify please?

  • As written in the documentation, the /options parameter allows you to set special options for importing synchronization projects.


    On the ObjectFilter you can specify a pipe-separated list of tables that are ignored during import.

    The ObjectFilter KeepSettings is just an alias for DPRSystemVariable|DPRSystemVariableSet|DPRProjectionStartInfo

    This makes it possible to protect any other tables from being overwritten.

    Example: The import should not overwrite the SystemConnections either.

    To achieve that, instead of this parameter:

    /Options="ObjectFilter=KeepSettings"

    use this one:

    /Options="ObjectFilter=DPRSystemVariable|DPRSystemVariableSet|DPRProjectionStartInfo|DPRSystemConnection"