Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am getting the below error after a run. Source is a database, and load it to a excel file. Please help.
tLogRow is working fine. Error throws when i connect to genuine component.
@samisyed80,can you able to load data from tOracleInput to tLogRow without error?
Thanks Manohar for replying back. My source is MS SQL server, can i use tOracleInput for MS SQL?
Yes, i have used tLogRow. Still its throwing an exception.
@samisyed80,since your sorce is MS SQL server right then you should use tMSSqlInput.
please check the below image, the table is already in place in metadata. I want to pull the data from there. Correct me if i am wrong. Thanks
@samisyed80,yes that is correct way.
ok... do u know why this java.lang.Object error is coming?
Why don't you just do a simple "select * from table" and check the output in tLogRow first.
tLogRow is working fine. Error throws when i connect to genuine component.