Integrated authentication during runing rungraph?

I am using one graph A to call other graph g1~g10. Inside graph A, it just read a csv file which contains the name of g1~g10 and pass the names to a rungraph node.
The database is MS SQLServer and I am using integrated authentication.
It works well in eclipse.

But in command, it works good when the first graph g1 is called and database connection has no any problem. But after g1 finished, g2 is called and I always get an error “Failed to load the sqljdbc_auth.dll.” it said “This driver is not configured for integrated authentication.”

Could somebody help me? Thanks in advance.

Hello,
I’ve reported the problem to our bug tracking system (see http://bug.cloveretl.org/view.php?id=4411). As a workaround set sameInstance attribute to false on RunGraph component.