Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
tguiton
Contributor II
Contributor II

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"

Does anyone experience a similar issue ?

Thanks!

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

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.

Best regards

Sabrina