Previous Topic: compare method—Compare MDB Objects in Source and Target MDBsNext Topic: unregman method—Unregister a DSM Manager


view method—View Properties of an Exported MDB Object

The view method prints the properties of an exported MDB object (contained in an XML file) on the console. It reads the properties from the XML file and prints them on the console. The property names that the export method has generated need not necessarily match the property names in DSM Explorer.

This command has the following format:

mdbac.bat -view -file file_name
File_name

Specifies the name of a single file, the properties which you want to view.

Example: View Properties of an Exported MDB Object

This example command reads the properties from the BoQueryDef__Asset is a Virtual Machine - VMWare__(0).xml file and prints them to the console:

mdbac.bat -view -file C:\TEMP\work\BoQueryDef__Asset is a Virtual Machine - VMWare__(0).xml