19.13. Report sharing

Up to V10 reports have been saved in the user directory [$CADENAS_USER/Reports] (of PARTdataManager or PARTapplicationServer) which possibly could be deleted for any reason.

That's why as of V11 reports are saved in the shared directory which can be set under $CADENAS_SETUP/partsol.cfg -> block [PARTindex].[90]

There are two keys:

  • SharedIndexDir for the AppServer

    Default is $CADENAS_DATA/shared

  • SharedIndexDir(AppClient)for the AppServer Clients if a remote AppServer is used, which means that the index is used via AppServer (whenever the "Catalogs" option is used [Catalog browsing, search and database with AppServer / Catalog browsing and search with AppServer]).

Otherwise:

  • Reports and Analyses are created on the AppServer, thus are accessible for all.

    [Note]Note

    Document scan and PARTconnection will access the shared directory via file system (not via AppServer), so Clients have to have the required rights to access this path.

  • It can be set whether reports should be visible only for the creator or for all.

    $CADENAS_USER/reports.cfg

    [Common]
    ReportsVisibleForAllUsers=1

    Value range:

    • 1: Visible for all (default)

    • 0: Visible only for creator

[Note]Note

Already existing reports are not found anymore.

So please move them into the correct directory.




[90] #65515