Friday, May 16, 2008

OIM Supported Version

When you are installing OIM, sometimes you might have a different version of software that OIM does not support (for eg. Java supported version issue). So, just to bypass the warning, here I present you with a trick. Go to your OIM installation folder files and navigate to installServer\Xellerate folder. You will find one file called xlSupportedVersion.properties. Easy enough - Just open it and edit the file and save it with your version number. No more warnings will appear ever again.

Here is how the file looks like:
==================================
xlSupportedVersion.properties
==================================
jbossversion=4.0.3SP1
jdkversion=1.4.2_12
weblogicversion=8.1 SP6
websphereversion=5.1.1.12
oc4jversion=10.1.3.1.0

You may modify this file to look as follows: (notice I changed the jdk version)

==================================
xlSupportedVersion.properties
==================================
jbossversion=4.0.3SP1
jdkversion=1.4.2_13
weblogicversion=8.1 SP6
websphereversion=5.1.1.12
oc4jversion=10.1.3.1.0

No comments: