Quick Start Guide
Purpose: get your first edi configuration running.
This is done by installing plugin
my_first_plugin; this plugin provides a working configuration.When run, this configuration will read and write example edi messages (provided in the plugin) from your system.
In this configuration incoming EDIFACT ORDERS are translated to a fixed file format.
Install plugin ``my_first_plugin``
- Assumed is:
You’ve installed bots, see Installation
You’ve managed to get bots-monitor running, see get bots running.
Now download the plugin
my_first_plugin(ZIP file) from the Bots Plugins package registry.Install the plugin using the menu
bots-monitor->SysTasks->Plugins->Read Plugin. Complete instructions for installing a plugin are here.You should see a message similar to
Plugin "my_first_plugin.zip" is read successful.
Activate the route
Go to the routes screen:
bots-monitor->Configuration->Routes.Note that route
myfirstrouteis not active now (indicated by red icon).Select the tick-box in front of the route
myfirstroute.Select action
activate/de-activate.Click on the ‘Go’ button on the right of the selected action.
Note that route
myfirstrouteis active now (indicated by green icon).
Run the translation
Run the translation:
bots-monitor->Run->Run (Only New).You will get notified that the
bots-engineis started.Bots-engine is the part of bots that does the translations and communications; it runs in the background. Bots-engine will be finished in approximately one second.
View the results
Now let’s view the results of the translation:
First look at the results of the run:
bots-monitor->All runs->Reports (per run). Each run of bots is represented by a line; the last run is on top. The green icon should indicate that the run was successful.View the incoming files via
bots-monitor->Incoming->Last Incoming. You should see 3 files. Click on the incoming file name (InFilecolumn) to see its contents.View the outgoing files in
OutFilecolumn (the results of the translation) go to orbots-monitor->Outgoing->Last outgoing. Again: click on the file name to see its contents.Note: this configuration reads the incoming files but does not delete them. So you can run it over and over again.