Login  Register

Re: adclonectx.pl failed

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

That error is coming from the following check:

if ( $ADCONFIG eq "" or $XMLPARSERV2 eq ""
    or $JDBCCLASSES eq "") {
    print "Please ensure that Classpath is set properly\n";
    die "\n";
  }
  else {
  }

So, one of the following is empty and that's why you are getting error:

ADCONFIG
XMLPARSERV2
JDBCCLASSES