How to check the Total Configured IO Counts in Application Server

Good day AVEVA SP & OMI community,

Please could you share some of your tried and trusted methods to obtain the total number of configured IO in Application Server, apart from using the View License Information feature.

Thank you in advance!

Parents
  • Another method that can be utilized is running a store-procedure within your Galaxy DB.

    1. Open Microsoft SQL Server Management Studio, navigate to your Galaxy DB - mine is configured as presales but this unique to your systems and browse to Programmability --> Stored Procedures 

    2. Browse to the following dbo.internal_get_io_point_count and right-click and select "Execute Stored Procedure"

    3. This screen will pop-up, Select OK

    4. A query will populate, select Execute 

    5. Results will appear below

Reply
  • Another method that can be utilized is running a store-procedure within your Galaxy DB.

    1. Open Microsoft SQL Server Management Studio, navigate to your Galaxy DB - mine is configured as presales but this unique to your systems and browse to Programmability --> Stored Procedures 

    2. Browse to the following dbo.internal_get_io_point_count and right-click and select "Execute Stored Procedure"

    3. This screen will pop-up, Select OK

    4. A query will populate, select Execute 

    5. Results will appear below

Children