How many times have you gone to a clients site, and you ask a fairly simple question:
Me – “What version of OIM do you have installed and what version of connectors?”
Them – “The red one”
Me – *Face palm*
Determining what version of OIM installed is fairly straightforward. Just login to the OIM web console and click the About link at the top. You’ll see the version and the build number. Now if only figuring out which connector version was as easy. Is there a link to click somewhere? Nope. To guarantee that you have the right version number, you need to ssh to the box and go into the …/xellerate/ScheduleTask folder.
In there you’ll see all the Recon jar files for each connector installed. Explode these. Inside, you’ll need to open up the /META-INF/MANIFEST.MF file. Just use any text editor. It will show you all the gory details like this:
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.2
Created-By: 1.4.2_12-b03 (Sun Microsystems Inc.)
Version: 9.1.0
Main-Class: com.thortech.xl.um.schedule.hostAccess.testUMBulkRecon
Class-Path: . ../lib/xlAPI.jar ../lib/xlRemoteManager.jar
../lib/xlScheduler.jar
../ThirdParty/csv.jar ../lib/xlLogger.jar
../lib/xlUtils.jar ../ext/log4j
-1.2.8.jar
And in the middle there is your installed version number =)
.: Adam



