Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Please refer to component reference about tContextLoad with related scenario.
Best regards
Sabrina
Hi
From the error message, i am sure there must be something wrong in the DB parameters settings, it seems some value are null or empty. Print the value of context variables on the console to see if the context variables are loaded correctly. For example:
tFileList--iterete--tFileInputDelimited--main--tContextLoad--oncomponentok--tJava--oncomponentok--tmssqlInput---main--tLogRow
on tJava: print the value of context variable,
System.out.println(context.host);
...
Shong
Hi,
Out of context, did you set your mssql DB connection successfully in a usual DB connection? Is your DB in local or server?
Best regards
Sabrina