Login  Register

Re: adclonectx.pl failed

Posted by ErmanArslansOracleBlog on Mar 21, 2018; 8:32am
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/adclonectx-pl-failed-tp5431p5442.html

These variables are dependent on the current working directory where you execute the adclonectx.pl.
So there should be a jlib directory there..
In that directory; adclonectx.pl is searching for certain jar file, for ex: ojdbc5.jar or ojdbc14.jar or jdbc14.jar , etc..
So if it finds one of them, it sets the JDBCCLASSES.
If it can't find any one then, your JDBCCLASSRS will be null.

Likewise, for XMLPARSERV2 , that jlib directory is searched.. It is searched for xmlparserv2-904.zip or xmlparserv2.jar etc.. So if it can't find any of these kinds of files, your XMLPARSERV2 will be null...

So check your filesystem accordingly.

jlib should be located in the parent directory of adclonectx.pl. |current_working_direcotry\/../jlib/..

so you jlib may be missing. or it may be lacking some files.. compare it with your source db..
Also ensure that, you are executing the adclonectx.pl from where it resides.