This is a Unicenter Asset Management Table.The SNAPMAIN and SNAPMEMO tables are used internally by the Admin Console to cache the large software inventory display. This is used when the Admin Console processes software inventory (counting applications used and installed on the Computers). Processing software inventory from a group of Units can be a very lengthy operation, so the Admin Console stores the last processed inventory match here. This snapshot is later used to compare with a newly created snapshot and differences can be shown.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| snapmain | varchar(80) | not null | Application Pointer (Internal) |
| object_uuid | byte(16) | not null | Object Uuid. Foreign key to either ca_discovered_hardware or ca_discovered_user depending on object_type (1=ca_discovered_hardware,2=ca_discovered_user) |
| snappart | integer | not null | Part Number for Application |
| snapmemo | nvarchar(15000) | with null | Contents |
| object_type | integer | with null | Object Type. 1=ca_discovered_hardware,2=ca_discovered_user |
| object_domain_uuid | byte(16) | with null | Object domain uuid. Foreign Key to ca_n_tier. Used for replication purposes. |
Product Name: Unicenter Desktop and Server Management
Table Type: Table