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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] mongodb compatibility with talend

Hi All,
I m using talend 5.6.1 version and mongodb of 3.0 version
while trying to access t_mongodboutput.
 I m getting error viz., " failed to authenticate <user>@<databasename> with MONGODB-CR mechanism : Authentication failed MONGODB-CR credentials missing in user file".
this error occurs at mongodb side. Is there any way to change the authentication mechanism in talend side
please help me resolve this issue.
and also I m able to login to mongodb with mongo.exe.
P.S my project works well when I try to connect to mongodb of version 2.6.
Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

6 Replies
Anonymous
Not applicable
Author

Hi,
This error is because you have entered the wrong credentials.
Instead of providing the authentication just create a connection using server,port and database name.
Use the same connection in the output also. Make sure that the provided details should be work properly to connect to the mongodb.
Anonymous
Not applicable
Author

Hi Bahnu,
Thanks for your reply.
I have tried to connect without authentication details still I m getting the same error 0683p000009MPcz.png.
can you help me with anyother option to fix it.
Anonymous
Not applicable
Author

hi,
did you see this example :
https://help.talend.com/pages/viewpage.action?pageId=37850494#andy-20120913-bigdata-tmongodboutput-C...
do you try 'required authentification' option.
regards
laurent
Anonymous
Not applicable
Author

Hi,
Have a look at the below link, hope it can be useful.
http://stackoverflow.com/questions/29006887/mongodb-cr-authentication-failed
Anonymous
Not applicable
Author

Hi Bhanuchandar,
This thread helped me.
Thank you so much for your timely help 0683p000009MACn.png 0683p000009MACJ.png.
Anonymous
Not applicable
Author

Hi All,
I m using talend Big data 6.1 version and mongodb of 3.0 version
while i am using tmongoinput,
 I m getting error viz, "tMongoDBInput_1 - The query does not contain any reference an index.  ", but all records are displayed successfully

whenever i gave reference id inside the querry , it doesnt give any error,but records  are not displayed,please help me.