Concepts > Tasks - robinfeng/beashelp GitHub Wiki
Navigation: Concepts: Tasks No contents entries on this page Contents Tasks are for example daily calculation of the Order Recommendation Report, various check lists, interface queries, etc.
beas offers several options for this:
The beas-service provides a task scheduler, which can execute beas script directly. This is mainly used for tasks that must be performed very often, for example, to query a port. Advantage: quick and easy to set up.
Via Windows task scheduler - beas can be started as a task: Use this to carry out elaborate, memory-intensive calculations such as MRP, pre-calculation, etc.
Furthermore, there is the
- beas-common-interface = fast query a database table for two-way real-time communication
- WEB interface = for web applications or web-service
General: For large data sets, intensive calculations should be performed via Windows Task Scheduler. Using the beas service, it should be started once daily.
Use Windows- task scheduler A task is normally created in the Windows Task Scheduler (see the standard Windows Description) There the call of beas.exe including the parameters is stored. Important: Arguments must be fully specified. Starting at: Make sure to specify the directory in which the program is located
The task to be performed can be done in two ways
- Using the beas built-in task scheduler and entering the task specifying number
- Direct specification of the command to be executed
Examples: Compute order recommendation No 1: beas.exe mrp=1 user= pw= db=
Script No. 5, stored in beas-server administration - planned activities, is called now: beas.exe task=5 user= pw= db=
see beas-Call up-parameters planned activities