我正在尝试通过Talend Big Data Open Studio将数据从Azure SQL DB加载到SQL DW。我总共需要加载25个表,大约15个表加载正常,另外10个表失败,错误信息低于此。我不清楚这意味着什么? (错误详情+下面给出的错误的快照)
我尝试重新创建失败的相同表格,并在娱乐后继续失败。我错过了什么吗?
Exception in component tMSSqlInput_3
java.sql.SQLException: Invalid state, the Connection object is closed.
at net.sourceforge.jtds.jdbc.TdsCore.checkOpen(TdsCore.java:481)
at net.sourceforge.jtds.jdbc.TdsCore.clearResponseQueue(TdsCore.java:767)
at net.sourceforge.jtds.jdbc.JtdsStatement.reset(JtdsStatement.java:722)
at net.sourceforge.jtds.jdbc.JtdsStatement.close(JtdsStatement.java:966)
at
从源到Target的简单的一对一加载,不涉及转换。
我尝试通过Powershell加载相同的数据,这很好。