I would like to know the exact version number installed on the server since I believe it may not match the Deski client which I have installed and we are getting regular unhandled exceptions in the clients. The Deski clients show 12.4.0.966, which is XI 3.1 SP4.
Someone in IT has reported that they saw “12.3.0:601”, somewhere on the installation. Would this definitely indicate that the server has not been brought up to SP4? (To me that looks like SP3.) Subsequent to telling me that he sees “12.3.0:601” he says that SAP says seeing that version number on the product is not incompatible with the server having been patched to SP4.
Helpfully in XI R2 one could see exact version numbers in the CMC. I’m not sure how it’s an improvement to remove that feature…
My question
I would rather see with my own eyes what the version number is on the server. Is there any way of doing this without logging into the server itself? Also, is “12.3.0:601” visible anywhere on the server after applying SP4?
In CMC I see preferences rather than “settings”, as Mark suggests, and none of them offer version number information.
I’ve been rolling out an XI R3.1 deployment and lost track of what patching I’d done to a server. The only place I could find the version number was under Setting in the dropdown menu in the CMC, and once I’d patched to Service Pack 4, the product version is: 12.4.0.966.
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.