BatchProcessType Table

BatchProcessType is a static table storing the types of batch processes

Table 1. Database columns for BatchProcessType table

Database Column

Details

BatchProcessTypeID

Type: integer. Key. Generated ID

A unique identifier for each BatchProcessType. Possible values and the corresponding default strings are:

  • 1 = License reconcile
  • 2 = PO line import
  • 3 = Enterprise group import
  • 4 = User assignment import
  • 5 = Inventory import
  • 6 = Active directory import
  • 7 = Entitlement recommendations recalculation
  • 8 = SAP user recommendations export
  • 9 = Business adapter import
  • 10 = Generate business adapter config
  • 15 = ServiceNow export
  • 16 = FNMEA enterprise groups export
  • 17 = IBM Passport Advantage import
  • 18 = Data Warehouse access rights update
  • 19 = Update license consumption of IBM PVU licenses
  • 20 = Data Warehouse export
  • 21 = Import SAP inventories
  • 22 = Import SAP package license
  • 23 = Inventory import and license reconcile
  • 24 = Recognition data import
  • 25 = Inventory manager compliance import
  • 26 = Compliance import readers only
  • 27 = Compliance import writers only
  • 28 = Recognition data download
  • 29 = Recognition data cleanup
  • 30 = IM Data maintenance
  • 31 = SAP user and activity information import
  • 32 = Inventory import spreadsheet and license reconcile
  • 33 = FNMP Data maintenance
  • 34 = FNMP software usage history update
  • 35 = Delete activity log history
  • 36 = Baseline import processing
  • 37 = Sync FNMS tenants with Cognos
  • 38 = IM Tenant Data maintenance
  • 30 = Data Warehouse partial export
  • 31 = SAP user and activity information import
  • 32 = Inventory import spreadsheet
  • 33 = FNMP Data maintenance
  • 34 = FlexNet Manager Platform software usage history update
  • 35 = Activity log history delete
  • 36 = Baseline import processing
  • 37 = Sync FNMS tenants with Cognos
  • 38 = IM Tenant Data maintenance
  • 39 = FlexNet Manager Suite dashboard update
  • 40 = FlexNet Manager Suite Precalc update
  • 41 = Generate scoped Oracle LMS archive for logged in operator
  • 42 = Tenant deletion
  • 43 = SAP license position calculation
  • 44 = CSA Billing Export
  • 45 = Flexera SaaS Manager Import
TypeName

Type: text (max 256 characters). Key

The unique name of the batch process type.

ResourceName

Type: text (max 256 characters)

The unique name of the localizable resource string representing a batch process type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the type resource string has no translation.

StarvedAt

Type: integer. Nullable

The age, in minutes, after which a task of this type will be given priority over other tasks to avoid starvation.

Timeout

Type: integer. Nullable

The age, in minutes, after which a task of this type will be regarded as failed if its processor becomes unresponsive.

BatchProcessTypeLimitID

Type: integer. Nullable

An optional reference to a limit that will restrict the number of items of this type that can execute at the same time.