EDI Integrator V9 - Online Help
Available for:
EDI Integrator V9
Questions / Feedback?

GISBReceiver Configuration

The component accepts one or more of the following configuration settings. Configuration settings are similar in functionality to properties, but they are rarely used. In order to avoid "polluting" the property namespace of the component, access to these internal properties is provided through the Config method.

GISBReceiver Configuration Settings

LogLevel:   Specifies the level of detail that is logged.

This setting is only applicable if PGPProviderType is set to Internal (1). This setting controls the level of detail that is logged through the Status event. Possible values are:

0 (None)No events are logged.
1 (Info - default)Informational events are logged.
2 (Verbose)Detailed data is logged.
3 (Debug)Debug data is logged.

TimeCFormat:   The format of the Time-C data element.

Setting this configuration option allows you to control the format of the Time-C data element in the gisb-acknowledgement-receipt.

Default: yyyyMMddhhmmss

TimeCQualifier:   The UTC off-set of the server.

If the Time-C-Qualifier data element is to be sent in the gisb-acknowledgement-receipt then its value should be set here.

PGPProviderType:   Which PGP implementation to use.

This setting specifies which PGP provider is used. Possible values are:

0 (External - default) An external provider such as GnuPG.
1 (Internal) The component's own implementation.

By default the component will rely on an external provider such as GnuPG which is accessed through the interface dll specified by PGPProvider.

When this property is set to 1 (Internal) all cryptographic operations will be performed by the component directly using an internal implementation. In this case PGPProvider is not used. When set to 1 (Internal) only the following parameters are applicable when calling SetPGPParam:

  • homedir
  • passphrase
  • userid
  • recipient-userid

LogFilename:   The base name of the log file.

If set, this will be used as for the filename of the log file.

Note that only the base name should be specified as the component will append the appropriate file extension.

Base Configuration Settings

GUIAvailable:   Tells the component whether or not a message loop is available for processing events.

In a GUI-based application, long-running blocking operations may cause the application to stop responding to input until the operation returns. The component will attempt to discover whether or not the application has a message loop and, if one is discovered, it will process events in that message loop during any such blocking operation.

In some non-GUI applications an invalid message loop may be discovered that will result in errant behavior. In these cases, setting GuiAvailable to false will ensure that the component does not attempt to process external events.

UseBackgroundThread:   Whether threads created by the component are background threads.

If set to True, when the component creates a thread the thread's IsBackground property will be explicitly set to True. By default this setting is False.

UseManagedSecurityAPI:   Tells the component whether or not to use the system security libraries or a managed implementation.

By default the component will use the system security libraries to perform cryptographic functions. This means calls to unmanaged code will be made. In certain environments this is not desirable. To use a completely managed security implementation set this setting to True. Setting this to True tells the component to use the internal managed implementation instead of using the system's security API.

Note that when this value is set the product's system dll is no longer required as a reference, as all unmanaged code is stored in this file.

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 9.0.6635.0