This weekend, I was trying to install Oracles UCM on Windows Server 2008 linking into MSSQL08 database running IIS7. Without much success, but its still early days and I have a week left of holiday to try and suss it out!
Readon if your interested to see what I tried to do..
The first hurdle was getting the installation launcher.exe to run on Server 08 as the launcher does not recognise the operating system; this was soon fixed with Jason Stortz of coreContentOnly suggestion to set it’s “compatibility” mode to 2003 Server.
Hurdle 2… At the moment the JTDS JDBC driver does not support MSSQL08
I did try it just encase..
So I headed to Microsofts downloads site and downloaded their JDBC driver 2.0 which does support MSSQL08 after many attempts to let the launcher connect with the driver with different configurations I gave up and decided to manually configure and install the database, I`m happy to say the SQL2005 and SQL2008 scripts (<ucm>/database/mssql/(yes I have no idea why they didn`t name this folder mssql2005??)) were compatible and allowed me to install all the tables. The next step was to try and configure the jdbc connection string and get the UCM talking to the database. So opened <ucm>/bin/intradoc.cfg and added JAVA_CLASSPATH_defaultjdbc=$SHAREDDIR/classes/msjdbc.jar - this needs to be added if you manually setup your DB connection and point to your jdbc connector. The last thing to do was to open the UCMs system properties app go into Database tab and add the jdbc connection string and driver name and finally open up the weblayout editor app and regenerate the portal.htm file.
Thats as far as I have got unfortunatly I`m still not having much luck with the JDBC driver.. But am investigating further… sigh..

4 Responses for "Blog:: Oracle UCM 10gR3 & Microsoft 2008 (Vista)"
Any luck on 2008 SQL Server yet?
I read a little about instructions on getting UCM to run on iis7, but nothing that worked so far, anything on that?
I had no luck with 2008 I just couldn`t get the JTDS or Microsoft drivers talking to the MSSQL08 server? So I downgraded to MSSQL05 and manually configured IIS7 I believe I have it setup on one of my VMs..
If your having a problem I could check out my settings on that vm?
Hi John -
I am trying to install Oracle UCM on Vista Edition, however I came to know that its not a compatible OS. However in your blog you said you changed the compatibility from 2008 to 2003. Can you please let me know how did you achieve that ?
Thanks
It was quite some time ago since I did this but try this..
Right click on the launcher and select properties there should be a drop down list to change its compatibility.
Voila that should do the trick when you run the launcher
J.
Leave a reply