using esb admin to export a file

Posted by marmul on 19-Apr-2011 10:39

Hi is there away to export a certain file from the sonicfs via the esbadmin tool to a certain folder?

Regards

Markus

All Replies

Posted by sfritz on 20-Apr-2011 00:24

Hello Markus,

Yes that is possible (export fs).

After connecting to the domain you can export the sonicfs file to a XAR archive or a file system hierachy.

The SOA Deployment Guide explains all the commands (soa_deploy.pdf) and is part of the product doc.

examples:

connect Domain1 localhost Administrator Administrator
export archive test.xar Exportproperties.xml
bye

OR

connect Domain1 localhost Administrator Administrator
export archive test.xar source.xar
bye

OR

connect Domain1 localhost Administrator Administrator
export fs c:\mytargetdirectory\ Exportproperties.xml
bye

The Exportproperties.xml describes what you want to export (e.g. a single sonicfs file, ESB components, etc).

If you specify a source.xar (e.g. created via the ESB export tool) then the Exportproperties file inside the source.xar is used to select the export artifacts.

Regards

Stefan

Posted by marmul on 28-Apr-2011 02:29

hi Stefan,

thanks a lot for your hint ... it works

regards

Markus

This thread is closed