Customer Portal

Issue with DBConnection class while using AnalyseDB class

Comments 2

  • Avatar
    avackova
    0
    Comment actions Permalink
    Hello,
    problem is that CloverETL engine is not initialized. I'll add initialization to the next version. If you use AnalyzeDB class in your java program you can add

    EngineInitializer.initEngine(null, null, null);

    before calling the main method.
    Fixed version is available in SVN and will be in nearest patch.
  • Avatar
    maxani
    0
    Comment actions Permalink
    OK thanks. It's works.

    Waiting for patch release ...

Please sign in to leave a comment.