Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Alex9
Partner - Contributor
Partner - Contributor

Error when using initRemote command with the commandLine tool

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

0695b00000HtZVHAA3.png

Same error with the URL:

  • https://tmc.eu.cloud.talend.com/studio_cloud_connection
  • https://tmc.eu.cloud.talend.com/inventory

 

Talend version: 7.3.1 

Thanks in advance for your help,

Alex

Labels (5)
3 Replies
Anonymous
Not applicable

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

Alex9
Partner - Contributor
Partner - Contributor
Author

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

Anonymous
Not applicable

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