Quantcast
Channel: Primavera Online Interaction » Layout
Viewing all articles
Browse latest Browse all 209

prim30135:How to tell which version and service packof the Integration API is installed?

$
0
0
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:




























































































































APIVersion


Intgserver.jar \ Intgclient.jar Modified Date


VersionInfo.getFullVersion()


3.5.1


11/04/03


3.5.1.0


3.5.1 SP 1


03/23/04


3.5.1.2


3.5.1 SP 2


04/09/04


3.5.1.2


3.5.1 SP 3


06/02/04


3.5.1.3


3.5.1 SP 4


07/16/04


3.5.1.4


3.5.1 SP 5


10/18/04


3.5.1.5


3.5.1 SP 6


11/01/04


3.5.1.6


3.5.1 SP 7


12/02/04


3.5.1.7


3.5.1 SP 8


02/17/05


3.5.1.8


4.0


02/17/04


4.0.0.0


4.1


06/11/04


4.1.0.0


4.1 SP 1


10/06/04


4.1.0.1


4.1 SP 2


03/31/05


4.1.0.2


4.1 SP 3 


08/17/05


4.1.0.3


4.1 SP 4


09/20/05


4.1.0.4


4.1 SP 5


08/29/06


4.1.0.5


5.0


07/20/05


5.0.0.0


5.0 SP 1


09/14/05


5.0.0.1


5.0 SP 2


03/01/06


5.0.0.2


5.0 SP 3


08/31/06


5.0.0.3


5.0 SP 4


11/27/06


5.0.0.4


5.0 SP 5


07/23/07


5.0.0.5


5.0 SP 6


11/26/07


5.0.0.6


5.0 SP 7


03/10/08


5.0.0.7


6.0


06/22/07


6.0.0.0


6.0 SP1


09/13/07


6.0.0.1


6.1


11/21/07


6.1.0.0


6.1 SP 1


02/06/08


6.1.0.1


6.1 SP 2


04/16/08


6.1.0.2

 

Viewing all articles
Browse latest Browse all 209

Trending Articles