Owner manual

Appendix A
64
CAST ([DB_DeviceInfoEx].[OSName] AS VARCHAR) + ' - ' + \
CAST ([DB_DeviceInfoEx].[OSDescription] AS VARCHAR) + ' - ' + \
CAST ([DB_DeviceInfo].[Description] AS VARCHAR) + ' - ' + \
CAST ([DB_DeviceInfo].[Location] AS VARCHAR) + ' - ' + \
CAST ([DB_DeviceInfo].[Contact] AS VARCHAR) AS [IM_NAME2], \
'Rack' AS [IM_CATEGORY]
CONDITION=[devices].[DeviceKey] = [DB_DeviceInfo].[DeviceKey] AND \
[devices].[DeviceKey] = [DB_DeviceInfoEx].[DeviceKey] AND \
[DB_DeviceInfo].[DeviceKey] = [DB_DeviceInfoEx].[DeviceKey] AND \
[deviceProtocolInfo].[DeviceKey] = [devices].[DeviceKey] AND \
[deviceProtocolInfo].[DeviceKey] = [DB_DeviceInfo].[DeviceKey] AND \
[deviceProtocolInfo].[DeviceKey] = [DB_DeviceInfoEx].[DeviceKey] AND \
[devices].[ProductTypeStr]='Rack'
LOADTABLE=FALSE
ORDERBY=[devices].[Name] ASC
[IM_ENCLOSURE]
SOURCE=[DB_DeviceInfo], [DB_DeviceInfoEx], [devices], [deviceProtocolInfo]
ATT=[devices_Name], \
[devices_ProductTypeStr], \
[devices_FullDNSName], \
[devices_OverallStatus], \
[devices_MxGUID], \
[DB_DeviceInfo_Location], \
[DB_DeviceInfo_Description], \
[DB_DeviceInfo_Contact], \
[DB_DeviceInfoEx_SerialNumber], \
[DB_DeviceInfoEx_AssetTag], \
[DB_DeviceInfoEx_TotalMemory], \
[DB_DeviceInfoEx_ROMVersion], \
[DB_DeviceInfoEx_OSName], \
[DB_DeviceInfoEx_OSType], \
[DB_DeviceInfoEx_OSVersion], \
[DB_DeviceInfoEx_OSVendor], \
[DB_DeviceInfoEx_OSDescription], \
[deviceProtocolInfo_PrimaryAddress], \