Erroneous use of loadjava

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

ChemAxon 61b4fee994

24-06-2014 10:01:41

Hi,


I think you won't experience any problems, but of course we haven't tried it before. In the last couple of years we have a command-line installer (install.bat and install.sh), which makes loadjava calls unnecerssary, so if you upgrade to a relatively new version, you won't experience these kind of problems.


Regards,


Tamas

User f05f6b8c05

24-06-2014 11:28:15

Ok .. thanks for the quick response .. my fingers will be crossed .. smile.