Oracle E-Business Suite Virtual Appliance 2.2.7 Configuring on Windows host
oracle e-business suite 12.2 virtual appliance on Windows host
after downloading required zip files we need to run assemble.sh script to prepare the final virtual box image (ova)
on Linux environment its easy to follow the read me and run assemble.sh script. Unfortunately this time i was windows for testing.
To our rescue we have cygwin on windows !!!
Install cygwin and make sure you are installing unzip as well with cygwin
run assemble.sh
if its complaining about checksum jst check newly generated checksum file and oracle provided checksum file.
In my case i found that
666ec13b1bcd9c4517ab2b9ce2dfae1b *V974693-01_1of2.zip
a * was prefixed to the file name which was actually causing the error , i manually verified all checksum values from md5sumwhenshipped.txt to sitemd5sum.txt and found all values were same but a "*" was added to sitemd5sum.txt file
I replaced the * with space and saved the file
commented the part in the assemble.sh file where it deletes existing sitemd5sum file and populates sitemd5sum into sitemd5sum.txt
and ran the assemble.sh this combined all the part files into a single ova file
at the end also you will get error for checksum for the final file
finalmd5sumwhenshipped.txt
finalsitemd5sum.txt
here also issue was same it was having a * prefix in the finalsitemd5sum.file
you can ignore this error if you have manually verified both values and start importing it into a virtualbox
follow the steps in deployment guide completely before trying to access it from login page
after downloading required zip files we need to run assemble.sh script to prepare the final virtual box image (ova)
on Linux environment its easy to follow the read me and run assemble.sh script. Unfortunately this time i was windows for testing.
To our rescue we have cygwin on windows !!!
Install cygwin and make sure you are installing unzip as well with cygwin
run assemble.sh
if its complaining about checksum jst check newly generated checksum file and oracle provided checksum file.
md5sum did not match
In my case i found that
666ec13b1bcd9c4517ab2b9ce2dfae1b *V974693-01_1of2.zip
a * was prefixed to the file name which was actually causing the error , i manually verified all checksum values from md5sumwhenshipped.txt to sitemd5sum.txt and found all values were same but a "*" was added to sitemd5sum.txt file
I replaced the * with space and saved the file
commented the part in the assemble.sh file where it deletes existing sitemd5sum file and populates sitemd5sum into sitemd5sum.txt
and ran the assemble.sh this combined all the part files into a single ova file
at the end also you will get error for checksum for the final file
finalmd5sumwhenshipped.txt
finalsitemd5sum.txt
here also issue was same it was having a * prefix in the finalsitemd5sum.file
2096e20c20051d4835b94051b5217dcf *Oracle-E-Business-Suite-12.2.7_VISION_INSTALL.ova
you can ignore this error if you have manually verified both values and start importing it into a virtualbox
follow the steps in deployment guide completely before trying to access it from login page
Comments
Post a Comment