User f05f6b8c05
24-06-2014 09:14:33
Hi,
I performed a misstep in a Jchem cartridge installation and wanted to know what I should do to correct/reverse it.
On server X, we have 2 installs (A and B) of Jchem cartridge that are different versions, and each install is for a different Oracle SID.
Install of A has been ok, and I am trying to install B.
I wanted to run following commands:
cd /jchem_install_B/cartridge
loadjava -grant JCC_BASIC_ROLE -user jchem/xxxx@SIDB jcart.jar
but instead, I accidentally ran:
cd /jchem_install_A/cartridge
loadjava -grant JCC_BASIC_ROLE -user jchem/xxxx@SIDB jcart.jar
I discover this error when I try to make jchem indexes in SIDB (Oracle/Jchem complains about version error).
To undo my mistake, I ran these commands:
cd /jchem_install_B/cartridge
loadjava -grant JCC_BASIC_ROLE -user jchem/xxxx@SIDB jcart.jar
cd /jchem_install_A/cartridge
loadjava -grant JCC_BASIC_ROLE -user jchem/xxxx@SIDA jcart.jar
SIDB now makes indexes OK, but I wanted to check if I should expect any problems from my error or from my fix of the problem? Should I do anything else to reverse my mistake?
Thank you,
Andrew