Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I got an error while using the initRemote command within the commandline tool.
I tried this command in order to initialize the remote repository::
initRemote https://tmc.eu.cloud.talend.com -ul "xxx@xxx" -up "xxx"
And got this error:
java.lang.IllegalStateException: Unable to access to url : https://tmc.eu.cloud.talend.com
Same error with the URL:
Talend version: 7.3.1
Thanks in advance for your help,
Alex
Hello,
Talend offers you the possibility to publish a Service, a Route or a data service Job into an Artifact repository via the CommandLine.
Did you pair any Remote Engine/Cloud Engine in TMC?
Are your V7.3.1 studio able to connect and publish a job to Talend Cloud?
Best regards
Sabrina
Hello @Xiaodi Shi ,
Yes a Remote engine is paired.
And I'm able to publish a job to Talend Cloud from V7.3.1 studio
Hello,
It seems that only below commands are supported with cloud:
publishAction actionName publish action into cloud |
| workspace (deprecated) |
| -v (--version) version action publishing version |
| -u (--username) username cloud user login name |
| -p (--password) password cloud user password |
| -r (--url) url inventory service URL |
| -i (--image) publish action with |
| screenshot |
| -na (--not_accelerate) don't accelerate the publish |
| -w (--workspace) workspace target workspace |
| listCloudWorkspaces list all available workspaces |
| for user (and action) |
| (deprecated) |
| -u (--username) username cloud user login name |
| -p (--password) password cloud user password |
| -r (--url) url inventory service URL |
| -n (--name) name action name
You will find the list of commands in the below document:
https://help.talend.com/r/en-US/8.0/studio-user-guide/cmdl-api
Unfortunately, Commandline is not supported to connect to TMC using initRemote or any other commands.
The only way to connect to TMC would be through studio or CI builder.
Best regards
Sabrina