by Dushyant Masta » Apr 29th, '10, 08:27
Hi,
No , you can not configure the items from a domain to be exported using SDB Commander as there is no such command available to do so. But you can edit the exportconfig.xml file manually to configure such thing. and then run the SDB Commander to export domain.
For eg. . you can edit the following xml file accordingly
<?xml version="1.0" encoding="UTF-8"?>
<root>
<Exportprofile>
<ExportDomains>
<ExportDomain>MyDomain</ExportDomain>
</ExportDomains>
<Region>US-West (Northern California)</Region>
<Exportpath>C:\Users\Admin\Desktop</Exportpath>
<Single>False</Single>
<Multiple>True</Multiple>
<ItemsPerXML>150</ItemsPerXML>
</Exportprofile>
</root>
Regards,
Dushyant Masta