Problem:
The table CM_NIMBUS_PACKAGE is supposed to hold information about the packages deployed to the robots but it appears to be empty or does not exist.
DX UIM - Any Version
discovery_server 8.40 or higher
To enable the population of this table, please follow the steps below:
This will cause discovery_server to create and populate this table, and keep it up-to-date as new packages are deployed.
Discovery_server config example
<setup>
log_async = true
device_correlation_history_delete_older_than_time = 14d
loglevel = 1
device_correlation_history_deletion_interval_minutes = 720
expire_time = 30d
<migration>
display_name_alias_migrated = true
network_interface_masters_migrated_to_nis = true
</migration>
<nis>
enable_cm_nimbus_package = true
</nis>
</setup>
It can take anywhere from 1 to 24 hours for the table to initially populate depending on the size of your DX UIM environment.