Customer Portal

Error with new CloverETL 2.0 release

Comments 2

  • Avatar
    oldforum
    0
    Comment actions Permalink
    That's OK !

    I'm sorry I didn't see that in the documentation.
    Now it works great and I have to say that this plugin system is a good idea.

    Thanks.
  • Avatar
    oldforum
    0
    Comment actions Permalink
    Hello !

    It looks like the engine is not instantiating DBConnection object. I suppose you have defined one but probably using the old (1.x) syntax.
    With the 2.0 version, JDBC connection must be defined following way:

    <Connection type=”JDBC” ..../> instead of
    <DBConnection ..../>

    This and other changes between 1.x and 2.x are described in document
    "Necessary changes from CloverETL ver. 1.x to 2.x" which is located in docs/ subdir of CloverETL zip pacakge (both binary and source).

    If this does not solve your problem, send us your graph definition file.

    David.

Please sign in to leave a comment.