Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

<ul> <li> Bytes <br>

  • Bytes
    2,147,483,647
<li> KB <br>
  • KB
    2,097,151
<li> MB <br>
  • MB
    2,047
</ul>

The default value for this option is 1536 MB.
This option sets the value for the max_log_size configuration option.

<ul> <li> Bytes <br>

  • Bytes
    2,147,483,647
<li> KB <br>
  • KB
    2,097,151
<li> MB <br>
  • MB
    2,047
</ul>This

This default value for this option is 1536 MB.
This option sets the value for the max_spool_size configuration option.
 
Spool Translation Table
The translation table specifies the Spool List Translation Table (.stt) file to use for spool list formatting.
The default Spool List Translation Table file, default, contains translations for the standard SAP formatting controls into appropriate display and control characters. Translation Table files are located in the nls subdirectory of the installation directory. The value must specify a file located in the nls directory without its stt extension.
This option sets the value for the translation table configuration option.
 
Spool list codepage
Specifies the codepage Universal Connector uses to transfer spool lists from the SAP system.
There is no default value for this option.
This option sets the value for the spool_codepage configuration option.

Field

Description

Print Application Log

When this option is checked, Universal Connector will return a job's application log to stderr.
This option is checked by default.
This option sets the value for the print_applog configuration option.

Print job log Options

Print job log
When this option is checked, Universal Connector will send a job's job log to standard out.
This option is checked by default.
This option sets the value for the print_joblog configuration option.
 
Maximum job log size
Specifies the maximum size for job logs. Universal Connector will not transfer any job logs that exceed this size. Maximum allowable values are:

Html bobswift

Print spool list options

Print Spool List
When this option is checked, the spool list will be sent to standard output.
This option is checked by default.
This option sets the value for the print_spoollist configuration option.
 
Maximum spool list size
Specifies the maximum size for spool lists. Universal Connector will not transfer any spool lists that exceed this size. Maximum allowable values are:

Html bobswift

...

Field

Description

Event Generation options

Generate activity monitoring events
When this option is selected, the Universal Connector will generate events that monitor product activity.
This option is selected by default.
 
Persistent event list
Specifies which events are to be generated and processed as persistent events. A persistent event is saved in a Universal Enterprise Controller (UEC) event database for long-term storage.
Enter a list and/or range of numeric event types, separated by a comma. To exclude an event or range of events, precede the entry with an upper- or lower-case 'X'. Use an asterisk ( * ) to specify all event types.
For example:html-bobswift<ul> <li>

  • x*
<br>

  • Do
  • not
  • generate
  • any
  • events
  • (this
  • is
  • the
  • default)
<li> * <br> Generate all event types <li> 100 <br> Generate all event types except 100 <li>
  • *
    Generate all event types
  • 100
    Generate all event types except 100
  • 100,200-205
<br>

  • Generate
  • event
  • type
  • 100
  • and
  • 200
  • through
  • 205
<li>100
  • 100,200-205,x202
<br>

  • Generate
  • event
  • types
  • 100
  • and
  • 200
  • thru
  • 205,
  • excluding
  • event
  • type
  • 202
</ul>

Entries are processed from left to right, and the list is order dependent. For example, an entry of x*,100 prevents generation of all event types except 100, while an entry of 100,x* prevents generation of all event types (the right-most entry takes precedence).

...