tssh component - "Syntax error on token "++", + expected" - Line 585
Hello,
I'm getting an error trying to use the tssh component. When launching the job I get the following error
Error Line: 585
Detail Message: Syntax error on token "++", + expected
When checking the code at line 585, I actually see that there are two "++" but cannot modify it as it's not any variable and it's coming from the code itself
The use case is basic and was made for testing: connect to a UNIX host to run a simple "echo Talend Studio"
You are not able to modify it in code viewer directly in talend studio.
Have you tried to click the "red pointer" on the right border to get the mistake when you open your job and looks at the code? For your use case, it is probably a string parameters in a field without quote.