This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
bw:bizweaver [2019/10/14 14:32] runger [Building a Workflow] |
bw:bizweaver [2022/01/26 11:49] (current) akoehler [Bizweaver Tips] |
||
|---|---|---|---|
| Line 4: | Line 4: | ||
| The Bizweaver application is set of tools used to automate data acquisition, | The Bizweaver application is set of tools used to automate data acquisition, | ||
| + | <WRAP round tip 70%> | ||
| + | For helpful videos on Bizweaver please check the [[https:// | ||
| + | </ | ||
| ====== Audience ====== | ====== Audience ====== | ||
| - | This Wiki section is intended for developers of Bizweaver workflows. | + | This Wiki section is intended for system administrators and developers of Bizweaver workflows. |
| ======Environment and Installation & Upgrade Information====== | ======Environment and Installation & Upgrade Information====== | ||
| - | * [[Bizweaver Environment Requirements|Bizweaver Environment Requirements]] | ||
| - | * [[Installation and Upgrade Instructions]] | ||
| - | ======End User Help====== | + | Information regarding Bizweaver environment requirements, |
| - | * [[User Help and Tips|User Help and Tips]] | + | |
| + | | ||
| + | * **[[Installation | ||
| ====== Bizweaver Application Overview ====== | ====== Bizweaver Application Overview ====== | ||
| An overview of the Bizweaver application can be found **// | An overview of the Bizweaver application can be found **// | ||
| + | |||
| + | ====== Key Configuration Functions ====== | ||
| + | |||
| + | * **// | ||
| + | * **// | ||
| ====== Building a Workflow ====== | ====== Building a Workflow ====== | ||
| Line 25: | Line 33: | ||
| Details for building a workflow are found **// | Details for building a workflow are found **// | ||
| - | Discussions of the various tools used to build a workflow are found **// | + | ===== Workflow Tools ===== |
| - | ====== Executing | + | Follow the below link to find a detailed list of all the tools that are used with in Bizweaver. |
| - | Details for executing | + | Discussions of the various tools used to build a workflow are found **//[[bw:workflow_tools|here]]//** |
| + | ===== Executing a Workflow ===== | ||
| - | ====== | + | Follow the below link to read further on Executing a Workflow. |
| - | “Variables” are data values that are held in memory during the execution of a workflow. There are two types of variables in Bizweaver: **User Variables** and **Step Variables**. | + | Details for executing |
| - | + | ||
| - | **User Variables** are defined by the user. These values can be defined in the Variables tool or they can be created using the **// | + | |
| - | + | ||
| - | **Step Variables** are special references created by the Bizweaver application. Most Bizweaver workflow tools create these variables as the step is executed. An example of this would be a reference to an output column from a SQL Command: Reader step. | + | |
| - | + | ||
| - | Bizweaver variables are available to other workflow steps that follow the step where they are created. | + | |
| - | + | ||
| - | More information is found on the **//[[bw:using_variables|Using Variables]]// | + | |
| - | + | ||
| - | ====== Bizweaver Activity Logging ====== | + | |
| - | + | ||
| - | As noted earlier in this document, actions from the Test Run tool are logged in text files. However, when a schedule executes a workflow, or using the “Run now” option, step information is logged to the SQL database used by Bizweaver. | + | |
| - | + | ||
| - | Transaction logging data is found in the table **VGO_SYNC_PROC_LOG**. An entry is made for each workflow step that is executed. In addition to workflow and step information, | + | |
| - | + | ||
| - | The log table can be accessed via SQL Management Studio or from a report in Versago. Following is a SQL Select statement to access this information. | + | |
| - | + | ||
| - | <code sql> | + | |
| - | select | + | |
| - | + | ||
| - | t0.JobID, t0.TaskID, t1.TaskName, | + | |
| - | + | ||
| - | from vgo_sync_proc_log t0 | + | |
| - | + | ||
| - | inner join VGO_SYNC_TASKS t1 on t0.TaskID = t1.TaskID | + | |
| - | </ | + | |
| - | The log information for a specific workflow can also be accessed using the “View Job Log” function described in the “Icon Bar” section of this document. | + | |
| - | + | ||
| - | + | ||
| - | + | ||
| - | =====General Information===== | + | |
| - | * [[Global Connections]] | + | |
| - | * [[Error Handling]] | + | |
| - | * [[Using Variables]] | + | |
| - | + | ||
| - | =====Tools===== | + | |
| - | + | ||
| - | * [[SQL Command Tool]] | + | |
| - | * [[Looping Tool]] | + | |
| - | * [[File Operations Tool]] | + | |
| - | * [[File Reader Tool]] | + | |
| - | * [[File Writer Tool]] | + | |
| - | * [[Decision Tool]] | + | |
| - | * [[Email Tool]] | + | |
| - | * [[VBScript Tool]] | + | |
| - | * [[Crystal Reports Tool]] | + | |
| - | * [[Pause Tool]] | + | |
| - | * [[Web Service Tool]] | + | |
| - | * [[DataBuilder Tool]] | + | |
| - | * [[ExchangeConnector Tool]] | + | |
| - | * [[External Application Execution Tool]] | + | |
| - | + | ||
| - | * [[SAP Business One Integration for SQL Server Databases]] | + | |
| - | * [[SAP Business One Integration for HANA Databases]] | + | |
| - | + | ||
| - | =====Additional Technical Information===== | + | |
| - | + | ||
| - | * [[Call Bizweaver Web Service from SQL Server]] | + | |
| - | + | ||
| - | * [[Import Export Tool|Import/ | + | |
| - | * [[Moving from Test to Production]] | + | |
| - | + | ||
| - | * [[FTP and Bizweaver]] | + | |
| - | * [[HANA SQL Tips]] | + | ===== Renaming Bizweaver Databases ===== |
| - | * [[SQL Server Tips]] | + | |
| + | Follow the below link to read further on renaming Bizweaver databases | ||
| + | Details for renaming Bizweaver databases are found **// | ||
| + | ===== Bizweaver Tips ===== | ||
| + | Follow the below link to read further on Bizweaver tips | ||
| + | Details for Bizweaver tips **// | ||
| + | ===== Bizweaver Template ===== | ||
| + | Follow the below link to read further on the Versago Bizweaver Template | ||
| + | Details for the Versago Bizweaver Template **// | ||