Go to documentation repository
Previous page Next page
A parser for XML packages sent by the Axxon Next data sender object to Axxon Next Server is configured by the user on the side of Axxon Next Server. The information on the parser selection is given in 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 ot network disk, do the following:
- Go to the settings panel of the Axxon Next data sender object.
- Click the Save parser button.
In the opened standard dialog window select path for saving the parser file and specify its name.
Note.
As Intellect Server and Axxon Next Server usually locate on different computers, it's recommended to save parser on the network recource to which both servers can access. In this case it will be possible to select a parser name from the selected network folder when selecting a parser file on the Axxon Next Server.
- In case of successful saving of a parser the confirmation window will display. Click OK.
In the parser text for each event the separate displaying rule is specified. Study the sample 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.
Object, Date, Time and Event words do not depend on type of events or parameters and always specified in the same way in the automatically generated parser.
Important!
The number and names of parameters can differ depending on the Axxon Next data sender settings – see Selecting events to be sent to Axxon Next Server.
Note.