Content Connections Settings - Brainware for Transcripts - 24.1 - 24.1 - Ready - Brainware - external - Brainware/Brainware-for-Transcripts/24.1/Brainware-for-Transcripts-User-Guide/Manage-Brainware-for-Transcripts-Settings/Global-Settings/Content-Connections-Settings - 2024-10-28

Brainware for Transcripts User Guide

Platform
Brainware
Product
Brainware for Transcripts
Release
24.1
License

This section contains the connection settings to Perceptive Content through Perceptive Connect Runtime or by writing external messages. This is a global table that works independently of the client or profile. To configure the Content Connections Settings, complete the following steps in Solution Configuration Manager.

  1. On the Configure Project page, in the Project list, select the BFT project to be used.
  2. In the Settings drop down list, select Global Settings.
  3. In the Global Settings list, click Content Connections Settings.
    For information on specific fields, refer to the following table.
Parameter Description
Write External Messages This is the flag to indicate whether the document's status is updated in Perceptive Content's external message table.
SQL Connection Group This is the SQL connection group specifying the external message database connection string as set in the SQL section. If no connection group is specified, the system uses group 01.
Note: This field is displayed only if you select Write External Messages.
Use PCR Integration This is the flag to indicate whether the solution connects to Perceptive Connect Runtime (PCR). The integration to PCR takes two forms.
  • The system updates PCR with the document status as it is routed through the BFT process.

  • The system sends an XML result file to PCR through a web service call during document export.

The XML web service export for a transcript is carried out using the structure defined in the Export Settings. The standard XML output activation file is not needed for this to occur. For non-transcript documents, the system uses the XML file header configured in the Export Settings, but the default XML body is. <%Classname>%Classname<%Classname> where %Classname is the document classname, which can be configured to be the base class name or the child class name.The structure of the XML document for any document class can be changed using a script placed in UserExitPCRExport. If a status update to PCR fails, an error is written into the Runtime Server instance log file, but the processing continues. If the XML export fails, the export fails and the document is sent to the Verifier with a state of 750. In the event of a failed web service call, the system tries two more times automatically.

PCR Update Procedure Populated with the name of the PCR update procedure. The default value is rs/capture/update/.
Note: This field is displayed only if you select Write External Messages.
PCR Export Procedure Populated with the name of the PCR export procedure. The default value is rs/capture/export/.
Note: This field is displayed only if you select Write External Messages.
PCR Output Key This is where the document URN component of the PCR XML URL is configured. If left blank, the key is set to the image filename (minus the file extension). If just a component of the filename is required, then this value is populated with URN. If using URN, then the URN component of the filename must be mapped correctly in the IMP section.
Note: This field is displayed only if you select Write External Messages.
PCR Server Populated with the name of the PCR server.
Use Base Class Name Set the value to YES if the document's parent classname is passed in the PCR export XML. Use this setting when the URL must be set to the base class name (Transcripts), rather than a specific child class name, for example, University X. If set to NO, the specific child class name is used. The flag controls the default body of the PCR XML text for documents belonging to a base class except Transcripts.The body of the XML for such documents defaults to: <%Classname>%Classname<%Classname> where %Classname is the document class. If the parameter is set to YES, then the document class is set to the base class. If set to NO, the document class is set to the specific child class. The XML document can be changed using a script placed in UserExitPCRExport.
Note: This field is displayed only if you select Write External Messages.
External Message Schema Populated with the name of the schema of tables for external messages. This schema name is needed when Write External Messages is selected and BFT attempts to connect to the database for external messages. A default value "dbo" for SQL and INOW for Oracle is added for this column.
Note: This field is displayed only if you select Write External Messages.