Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.