Initializing help system before first use

repositoryStatus

Structure containing information about the status of the repository

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
binaryDataQuotaMB int element 1/1 Current maximum size of the blobs in the database, in megabytes (rounded up). New executions that would take the binaryDataSizeMB value above this will be rejected by the component. The binary data quota is usually fixed at 1024 and can only be raised by FICO IT.
binaryDataSizeMB int element 1/1 Current size of the blobs in the database, in megabytes (rounded up)
componentEnv string element 0/1 DMP lifecycle environment of this component instance ("design", "staging" or "production")
componentID string element 0/1 ID of the component
databaseSizeMB int element 1/1 Current size of the database on the server, in megabytes (rounded up). Will be 0 if this information is not available. This is the amount of space reserved by the database, not the size of the actual data, and thus may not automatically decrease if executions are deleted.
numExecutions int element 1/1 Number of executions currently in the repository
numExecutionsCompleted int element 1/1 Number of executions currently in the repository that are completed
numExecutionsInProgress int element 1/1 Number of executions currently in the repository that are in progress
numExecutionsQueued int element 1/1 Number of executions currently in the repository that are waiting to start
numGears int element 1/1 Number of gears assigned to this component instance
xpressVersion string element 0/1 Version of Xpress being used by this component instance

Example

<r----->
  <componentID>...</componentID>
  <componentEnv>...</componentEnv>
  <xpressVersion>...</xpressVersion>
  <numGears>...</numGears>
  <numExecutions>...</numExecutions>
  <numExecutionsQueued>...</numExecutionsQueued>
  <numExecutionsInProgress>...</numExecutionsInProgress>
  <numExecutionsCompleted>...</numExecutionsCompleted>
  <binaryDataSizeMB>...</binaryDataSizeMB>
  <binaryDataQuotaMB>...</binaryDataQuotaMB>
  <databaseSizeMB>...</databaseSizeMB>
</r----->