Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Error - The type java.lang.Object cannot be resolved

I am getting the below error after a run. Source is a database, and load it to a excel file. Please help.

 

image.png

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

tLogRow is working fine. Error throws when i connect to genuine component.

View solution in original post

8 Replies
manodwhb
Champion II
Champion II

@samisyed80,can you able to load data from tOracleInput to tLogRow without error?

Anonymous
Not applicable
Author

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.

 

image.png

manodwhb
Champion II
Champion II

@samisyed80,since your sorce is MS SQL server right then you should use tMSSqlInput.

Anonymous
Not applicable
Author

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

 

image.png

manodwhb
Champion II
Champion II

@samisyed80,yes that is correct way.

Anonymous
Not applicable
Author

ok... do u know why this java.lang.Object error is coming?

 

Shettydatta
Contributor III
Contributor III

Why don't you just do a simple "select * from table" and check the output in tLogRow first.

Anonymous
Not applicable
Author

tLogRow is working fine. Error throws when i connect to genuine component.