Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a new Database connection in Talend Cloud Pipeline Designer. When clicking the check connection, it is showing the error as
For all the connections it is showing the same error. Kindly give some solutions to solve this. Its urgent.
Thanks in advance.
Hello @Sanjaytha,
Thanks for using Talend Pipeline Designer.
I assume you set up a Remote Engine for Pipelines. If this is not the case, please let me know.
Where did you deploy your Remote Engine for Pipelines ? Did you restart the machine where your Remote Engine for Pipelines is running ?
In fact this error can happen when the Remote Engine containers are restarted automatically when the machine restarts. It is better to restart the Remote Engine for Pipelines with the script associated (the one you used to start it the first time).
To solve your issue, can you stop your Remote Engine for Pipelines and restart it with the provided script ?
./pipeline-remote-engine.sh stopif you are on a Unix system (use the bat if on Windows)
./pipeline-remote-engine.sh startif you are on a Unix system (use the bat if on Windows)
Hello @Sanjaytha,
Thanks for using Talend Pipeline Designer.
I assume you set up a Remote Engine for Pipelines. If this is not the case, please let me know.
Where did you deploy your Remote Engine for Pipelines ? Did you restart the machine where your Remote Engine for Pipelines is running ?
In fact this error can happen when the Remote Engine containers are restarted automatically when the machine restarts. It is better to restart the Remote Engine for Pipelines with the script associated (the one you used to start it the first time).
To solve your issue, can you stop your Remote Engine for Pipelines and restart it with the provided script ?
./pipeline-remote-engine.sh stopif you are on a Unix system (use the bat if on Windows)
./pipeline-remote-engine.sh startif you are on a Unix system (use the bat if on Windows)
I am running Remote engine for Pipeline in a Linux Remote Desktop machine.
I have stopped the service and started again. Now its working.
Thank you.