Documentation for WEB Report System PSIM 1.0.1.

Previous page Setting up user access to Access Manager reports  Setting up the AUTO reports Next page

On the page:


Activating the Issued pass cards report

Attention!

The Issued pass cards report should be set up on the same computer on which this report will be operated.

After making any changes to the Web.config configuration file, it is necessary to restart the Cassini Service.

To activate the Issued pass cards report, do the following:

  1. Go to the <Axxon PSIM installation directory>\Modules\Wt2 path.
  2. Open the Web.config file for editing.
  3. Set the true value for the EnablePasskindReport key. The default value is false.
  4. Save the changes to the edited Web.config file.

Adding fields to the user database templates file

To ensure the correct operation of the Issued pass cards report, do the following:

  1. In the root directory of the Axxon PSIM installation C:\Program Files (x86)\Axxon PSIM\ create a text document with the dbi extension and a name beginning with the word "psim", for example, psim.reports.dbi. Otherwise, the file will not be recognized by the idb.exe utility.

    Note

    The following indicated below can be added to the psim.ext.dbi file, which is specially designed for custom tables and fields (see The ddi.exe utility for editing database templates and external settings files).

  2. Open this .dbi file in a text editor.

    Attention!

    Before you start entering data, make sure that the text encoding of Windows-1251 is selected. Otherwise, when adding additional fields to the database, the text will be recognized incorrectly.

  3. Copy the following code block into a .dbi file:

    [OBJ_PERSON]
    passkind, CHAR, 255 // Pass card type{C%Visitor single entry|Car single entry|Truck single entry|Temp. with photo|Temp. without photo|Temp. bicycle|Temp. car|Temp. truck up to 10 tons|Temp. truck above 10 tons|Temp. NSP|Perm. car|Perm. bicycle|Duplicate}
    
    [UPDATE_PERSON_LOG]
    passkind, CHAR, 255
  4. After all necessary additional fields are created, save the changes.

    Attention!

    After you save the .dbi file, it is necessary to update the main database. To do this, use the idb.exe utility (see The idb.exe utility for converting databases, selecting database templates and making backup copies of databases).

Editing a registry key

To ensure the correct operation of the Issued pass cards report, it is necessary to change the value of the LogingPersonChangesRequired key to 1 (for more details, see Registry keys reference guide, for more information about working with the registry, see Working with Windows OS registry).

  • No labels