This can actually be found on ibm website :
http://www-01.ibm.com/support/docview.wss?uid=swg21625028
$ cd /app/ibm/InformationServer/Server/DSEngine/
$ . ./dsenv
$ export APT_CONFIG_FILE=/app/ibm/InformationServer/Server/Configurations/default.apt
$ $APT_ORCHHOME/bin/orchadmin dump -delim '|' sample_dataset.ds > sample_dataset.txt
In the above example the DSEngine location my vary depending on your installation path.
http://www-01.ibm.com/support/docview.wss?uid=swg21625028
$ cd /app/ibm/InformationServer/Server/DSEngine/
$ . ./dsenv
$ export APT_CONFIG_FILE=/app/ibm/InformationServer/Server/Configurations/default.apt
$ $APT_ORCHHOME/bin/orchadmin dump -delim '|' sample_dataset.ds > sample_dataset.txt
In the above example the DSEngine location my vary depending on your installation path.
Comments
Post a Comment