Options for SAP GLM+ Integration
When you configure the options for SAP GLM+ integration as described in Configure Options for SAP GLM+ Integration, the following options are available to you in the config.txt file.
Note: You must configure all required options and either configure or comment out those that are optional.
Option | Description |
---|---|
cfgLabelFolder |
Required. The URL for the folder in Control Center > Documents to contain label templates (.nlbl files) to be used with SAP GLM+. Example cfgLabelFolder=https://example.onnicelabel.com:8080/sap-glm/labels |
cfgPreLabel |
The name of the label template (.nlbl file) for use as a PRE-label with SAP GLM+ integration. This is a label that prints in front of a label batch. It can be used as a separator between label batches. This label is printed only if a print request received from SAP GLM+ includes it. Example cfgPreLabel=BlankPre.nlbl |
cfgPostLabel |
The name of the label template (.nlbl file) for use as a POST-label with SAP GLM+ integration. This is a label that prints after a label batch. It can be used as a separator between label batches. This label is printed only if a print request received from SAP GLM+ includes it. Example cfgPostLabel=BlankPost.nlbl |
cfgCreateNlvr |
Whether to generate a definition file for the label variables/fields (.nlvr file) and a file with sample values (.values file). If you generate these files, you can import variables from this definition file instead of creating them manually. You can use the .values file to apply real values for a label preview in Loftware Desktop Designer or Loftware Web Designer. The generated files are named DataModel-<LabelTemplate>.nlvr and DataModel-<LabelTemplate>.values where <LabelTemplate> is the name of the associated label template. The generated files are saved in the same folder as the .misx file for SAP GLM+ integration.
Example cfgCreateNlvr=True If you set this option as shown and have a label template named LABEL01, then the following files will be generated: DataModel-LABEL01.nlvr DataModel-LABEL01.values |
cfgLogFolder |
The name of a folder where Loftware Automation should store additional log information if verbose logging is enabled by the __LOG option. This must be a folder on a local disk of the computer where Loftware Automation is installed. Example cfgLogFolder=c:\temp\SAP-GLM Note: This option is required only if you are configuring the __LOG option. |
__LOG |
Whether to enable verbose logging. Although logging always occurs in Automation Manager, enabling this option generates additional messages in Automation Manager and saves inbound/outbound messages in files in the folder specified by the cfgLogFolder option.
Example __LOG=True Note: This option is required only if you are configuring the cfgLogFolder option. |