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: 
vs_5597
Contributor II
Contributor II

Multiple Error after import job to TOS 7.0.1

Hi,

 

I am using TOS 7.0.1 and i have a job created using a lower version from TDI 6.4.1.

 

Imported a job from zip file , after that try to run the job but there are multiple errors occurs as below:

 

row24Struct cannot be resolved to a type

 

Multiple markers at this line
- Syntax error, insert "}" to complete Statement
- Syntax error, insert "else Statement" to complete IfStatement
- Syntax error, insert "Finally" to complete TryStatement
- Syntax error, insert "}" to complete Block
- Syntax error, insert "else Statement" to complete
BlockStatements
- Syntax error, insert ")" to complete Expression
- Syntax error, insert "}" to complete ClassBody
- Syntax error, insert ";" to complete
LocalVariableDeclarationStatement
- Syntax error, insert "}" to complete MethodBody

 

 

Syntax error on token "}", { expected after this token.

 

Error appears right after imported the job.

 

0683p000009M0av.png

Labels (2)
1 Reply
dgreenx
Creator
Creator

Since everything past tWriteJSONField_1 is broken and your first error lists row24 as a problem, there must be an issue in tWriteJSONField_1. I would click on the Code tab and look at that first error to see if something obvious pops up. If you have set up a new environment for 7.0.1 and you did not import your database or other connections in, you may have a connection issue or something like that. Or maybe the tWriteJSONField component is not the same anymore. Just guessing, of course. Good Luck.