XI 3.1: how to tell version number on server?

If you have access to Query Builder you could run the following

select si_name, si_metrics from ci_systemobjects where si_server_kind = 'aps'

You will see a couple lines with version numbers, such as 12.4.0.966 for 3.1 SP4.

If that doesn’t work write a utlility using the SDK to get the same information. You could do it with VBA in Excel or .NET or Java, all depends on your knowledge.

You can take your version number and look here for the information.
https://bobj-board.org/t/149027


jwhite9 :us: (BOB member since 2006-07-28)