Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Jacco_De_Zwart
Creator
Creator

Connection not recognized in Management Console

Hi there,

I have a job that looks like this :

0695b00000WvqRaAAJ.png

when I deploy the job to de management console and configure a new task, I only can configure two connections.

The connections for DWH_manage and for DWH_TargetStaging are recognized, the connection for DataMart is not recognized. All three are in the context parameter list:

0695b00000WvqS4AAJ.png

Why is this ??

Thanks in advance,

Jacco

Labels (4)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Ah, I misunderstood. I thought you were saying you couldn't make the connection. I think that this is caused by your naming convention for the Datamart contexts. You have....

 

connection_DatamartDBUsername

 

...for example.

 

If you take a look at the documentation here (https://help.talend.com/r/en-US/Cloud/studio-user-guide-big-data-platform/naming-connection-parameters), you will see that it doesn't quite fit the required naming convention of....

 

connection_<application_name>_<parameter_name>

 

Give that a slight change and see what you get.

View solution in original post

4 Replies
Anonymous
Not applicable

Where is the job running? Are you using a RemoteEngine to run this? If so, does the machine that hosts the RemoteEngine have access to connect to the Datamart environment?

Jacco_De_Zwart
Creator
Creator
Author

@Richard Hall​ , yes the job is running using a RemoteEngine.

 

When configuring the task I'm able to configure the parameters :

0695b00000WvrUkAAJ.pngafter that I have to configure the connections. And there is one missing :

0695b00000WvrUzAAJ.pngThere should be something like Datamarts since the name of the connection parameters have the format connection_DataMartDB and so on.

 

So why isn't picked-up by the management console ?

 

Because when I configured an other task for the first time, all the connections needed in that task were recognized.

 

The connection for Datamart is not recognized, the way I see it.

 

Jacco

 

Anonymous
Not applicable

Ah, I misunderstood. I thought you were saying you couldn't make the connection. I think that this is caused by your naming convention for the Datamart contexts. You have....

 

connection_DatamartDBUsername

 

...for example.

 

If you take a look at the documentation here (https://help.talend.com/r/en-US/Cloud/studio-user-guide-big-data-platform/naming-connection-parameters), you will see that it doesn't quite fit the required naming convention of....

 

connection_<application_name>_<parameter_name>

 

Give that a slight change and see what you get.

Jacco_De_Zwart
Creator
Creator
Author

rhall,

 

Thanks for pointing me in the right direction !

Got it fixed and it's working.

 

Thanks