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!
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!
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
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
Hi Edward,
This doesn't work if your references are set using scripting instead of hard-coded and or using AutoBinding for your references.
Your result is the same count that can be found under the AppServer License information in the Back Stage of the IDE. See below example:
Good points Lauran!