Go to documentation repository
A parser for the XML packages sent by the Data Bridge object to the Axxon Next Server is selected by the user on the side of the Axxon Next Server. The information on the parser selection is given in the Axxon Next documentation—see AxxonSoft documentation repository.
Parser is a text file. It can be created manually or generated automatically.
To save the automatically generated parser in the local or network disk, do the following:
- Go to the settings panel of the Data Bridge object.
- Click the Save parser button (1).
In the standard Windows dialog box that opens, select the path for saving the parser file and specify its name.
Note
As the Intellect Server and the Axxon Next Server usually locate on different computers, it's recommended to save the parser on the network resource to which both servers can access. In this case it will be possible to select a parser from the network folder on the Axxon Next Server.
- In case the parser was successfully saved, the confirmation window will be displayed. Click the OK button.
In the parser text for each event, a separate rule for display is specified. An example of the contents of this file is shown below:
[1001]
Object: < ObjectName >
Date: <TransactionDate>
Time: <TransactionTime>
Event: < EventName >
<Text 1, specified in the Parameters table>: <Parameter 1 specified in the Parameters table>
<Text 2, specified in the Parameters table>: <Parameter 2 specified in the Parameters table>
[1002]
Object: < ObjectName >
Date: <TransactionDate>
Time: <TransactionTime>
Event: < EventName >
<Text 3, specified in the Parameters table>: <Parameter 3 specified in the Parameters table>
<Text 4, specified in the Parameters table>: <Parameter 4 specified in the Parameters table>
[FUNCTIONNAME]
1001=Intellect event <Event name, e.g. ACCESS_IN>
1002=Intellect event <Event name, e.g. ACCESS_DENIED>
Note
The Object, Date, Time and Event words do not depend on the type of events and parameters and are always specified in the same way in the automatically generated parser.
Attention!
The number and names of the parameters can differ depending on the Data Bridge object settings—see Selecting events to be sent to the Axxon Next Server.
Note