Solution ID: prim30135 |
How to tell which version and service pack of the Integration API is installed? |
Status: Reviewed |
Version(s): 3.5.1, 4.0, 4.1, 5.0, 6.0 |
Problem: | How to tell which version and service pack of the Integration API is installed? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Problem: | How to tell which version of the Integration API I am currently using? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Fix: | To check which version and service pack of the API is installed, either: – without logging into the API, check the Modified Date of either the intgserver.jar file (for Local Mode) or intgclient.jar file (for Remote mode) – once logged into the API, call getFullVersion() from VersionInfo: System.out.println(VersionInfo.getFullVersion()); The Modified Date and/or Full Version correspond to the API version & Service Pack as follows:
|