Go to documentation repository
Page History
A parser for the XML packages sent by the NEXT Data Bridge object to the Axxon Next Server is configured 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.
Info title 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>
Info | ||
---|---|---|
| ||
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. |
Note | ||
---|---|---|
|
[2000]
Object: <ObjectName>
Date: <TransactionDate>
Time: <TransactionTime>
Event: <EventName>
ID: <param0>
Access level: <param1>
[FUNCTIONNAME]
2000=Intellect event
Note | ||
---|---|---|
| ||
The number and names of the parameters can differ depending on the NEXTData Bridge object settings – |
Info | ||
---|---|---|
| ||
Additional information on how to create parsers for the titles received from POS terminals is available in the POS SDK documentation – —see the latest version of the POS Intellect documentation in AxxonSoft documentation repository. |