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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
YunusEmre
Partner - Contributor II
Partner - Contributor II

tMongoDBInput not showing

Hi,

I've installed all components from feature manager however it is not showing when i search in palette.

Dou you have any idea?

thanks

YunusEmre_0-1741607875039.png

YunusEmre_1-1741607911198.png

 

 

 

Labels (1)
1 Solution

Accepted Solutions
quentin-vigne
Partner - Creator II
Partner - Creator II

Hello @YunusEmre 

 

I tried the same as you did, but I don't have the tMongoDB components. After a quick search, I found out that they are not available in Talend Data Integration.

According to help.qlik.com :

The component in this framework is available in all Talend products with Big Data and in Talend Data... 

 

You will probably need to use a JDBC connector. Use the JAR URL along with the JDBC connection string, which should look like this:

jdbc:mongodb:Server=MyServer;Port=27017;Database=test;User=test;Password=Password;

 

Then, use the tJDBCInput component to connect to your database.

Goodluck

 

- Quentin

View solution in original post

1 Reply
quentin-vigne
Partner - Creator II
Partner - Creator II

Hello @YunusEmre 

 

I tried the same as you did, but I don't have the tMongoDB components. After a quick search, I found out that they are not available in Talend Data Integration.

According to help.qlik.com :

The component in this framework is available in all Talend products with Big Data and in Talend Data... 

 

You will probably need to use a JDBC connector. Use the JAR URL along with the JDBC connection string, which should look like this:

jdbc:mongodb:Server=MyServer;Port=27017;Database=test;User=test;Password=Password;

 

Then, use the tJDBCInput component to connect to your database.

Goodluck

 

- Quentin