Issue
When was a device added to ION Enterprise 6.0, Struxureware Power Monitoring (SPM) 7.x, or Power Monitoring Expert (PME) 7.x and 8.x
Product
ION Enterprise 6.0
StruxureWare Power Monitoring
Power Monitoring Expert
Environment
SQL Server management Studio
Cause
User wants to know when a device was added to ION Enterprise 6.0 or SPM 7.0
Resolution
*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.*
1. Open SQL Server Management Studio and connect to the ION instance. (Make sure the user connecting to the instance can read tables in ION_network Database)
2. Start a new query against the ION_Network database
3. Execute the following command
Select Name, dateAdd from SRC_Source
Order by Name
A list of devices and the date the device was added to the system will display.
Note: This query will not work with PME 7.2 and later
When was a device added to ION Enterprise 6.0, Struxureware Power Monitoring (SPM) 7.x, or Power Monitoring Expert (PME) 7.x and 8.x
Product
ION Enterprise 6.0
StruxureWare Power Monitoring
Power Monitoring Expert
Environment
SQL Server management Studio
Cause
User wants to know when a device was added to ION Enterprise 6.0 or SPM 7.0
Resolution
*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.*
1. Open SQL Server Management Studio and connect to the ION instance. (Make sure the user connecting to the instance can read tables in ION_network Database)
2. Start a new query against the ION_Network database
3. Execute the following command
Select Name, dateAdd from SRC_Source
Order by Name
A list of devices and the date the device was added to the system will display.
Note: This query will not work with PME 7.2 and later