Setup a Workspace
Last updated
Last updated
To use Boomi Console we need a Workspace directory where all the data is stored. I recommend using the BoomiConsole directory where you have installed the binaries and create a new directory called workspace.
By default, Windows uses a PowerShell Terminal (PS). There are a couple of reasons to not using it, and we work with a Windows Console (CMD):
PS ...\BoomiConsole\workspace>
cmd
In the Console Window we initialize the workspace by copying the workspace template (from the bin folder).
xcopy %BC_DIR%\Templates\Workspace\*.* . /e /y /q /i
Verify everything is working by running BC
from a command-line, and you should see a list of available commands.
.. Documents\BoomiConsole\workspace> bc
11 Commands available:
=======================================
Verb Description
---------------------------------------
ACCOUNT INFO AtomSphere API - Account Info
....
However, before you can do anything meaningful with Boomi Console you must
%UserProfile%\Documents\BoomiConsole\bin