Monday, May 18, 2015

Problem with ODI installation - setup.exe crashes during install

I was attempting to install an Oracle Data Integrator to a windows machine. Like many newbies, I've encountered the error where setup.exe just crashes..


The reason is the double quotes and the spaces in the parameters after -jreLoc 


"setup.exe -jreloc  C:\Program Files\Java\JDK1.7.0_11"


For it to work try the ff. command:


setup.exe -jreloc  C:\Progra~1\Java\JDK1.7.0_11


Good luck!



No comments:

WHAT LESSONS HAVE I LEARNED?

Today, I bumped into this entry in my PSDP written nine (9) years ago...  WHAT LESSONS HAVE I LEARNED? Being poor is not an excuse to succee...