Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A parser for XML packages sent by the NEXT 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:

  1. Go to the settings panel of the NEXT object.
    Image Added
  2. Click the Save parser button.
  3. In the opened standard dialog window select path for saving the parser file and specify its name.

    Info
    titleNote.

    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.

  4. In case of successful saving of a parser the confirmation window will display. Click OK.
    Image Added

In the parser text for each event the separate displaying rule is specified. Study the sample below:

[1001]
Объект: < ObjectName >
Дата: <TransactionDate>
Время: <TransactionTime>
Событие: < EventName >

[2000]

Object: <ObjectName>

Date: <TransactionDate>

Time: <TransactionTime>

Event: <EventName>

ID: <param0>

Access level: <param1>

[FUNCTIONNAME]

...

<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]
Объект: < ObjectName >
Дата: <TransactionDate>
Время: <TransactionTime>
Событие: < 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
titleImportant!
The number and names of parameters can differ depending on the NEXT settings – see Selecting events to be sent to Axxon Next Server.

...