質問

Im using talend open studio to ETL in Mssql , But im getting the following Error

Exception in component tMSSqlInput_1
java.lang.NullPointerException
    at org.talend.designer.components.util.mssql.MSSqlGenerateTimestampUtil.getDate(MSSqlGenerateTimestampUtil.java:68)
    at test.dw_0_1.dw.tMSSqlInput_1Process(dw.java:8501)
    at test.dw_0_1.dw.runJobInTOS(dw.java:10759)
    at test.dw_0_1.dw.main(dw.java:10633)

But im not mapping any "timestamp" filed

What went wrong and how can i solve this

Can any one help me

役に立ちましたか?

解決

Here is a few tips that may solve your problem.

  1. Check if you connection is working properly
  2. Identify which column is causing the problem
  3. Look out for any Date field and make sure it is checked is as nullable
  4. You may need to set a date format in the Date pattern (press control + space in the Date Patter column) enter image description here
ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top