Hi is there away to export a certain file from the sonicfs via the esbadmin tool to a certain folder?
Regards
Markus
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
hi Stefan,
thanks a lot for your hint ... it works
regards
Markus