Question

mongodb error connection string .job error during schedule run.

  • 12 June 2023
  • 1 reply
  • 11 views

Userlevel 2

how to can i fix  this error why thoes error came again and again during scheduled job.

MONGODB_09 - Unknown host: 'Failed looking up TXT record for host ssdev.us8prjv.mongodb.net' Please verify your connection string. RAW ERROR: com.mongodb.MongoConfigurationException: Failed looking up TXT record for host ssdev.us8prjv.mongodb.net com.mongodb.spi.dns.DnsException: DNS error

error 2:

Error trying to START '0075e35c-43f3-4427-a25d-e4ad88b899cd:streamsets3.com - Job for Submission_MAN_SSUAT ' pipeline job. Error: JOBRUNNER_03 Current state was expected to be INACTIVE but was ACTIVE
 

 


1 reply

Userlevel 4
Badge

@lakshmi_narayanan_t 

 

If your pipeline works fine when you are in draft mode and not when you are running as job then the most common issue is that your job is not picking up the correct data collectors. You might have multiple data collectors for a single label and may be some of the data collectors have access to your database and some dont. So make sure you use specific labels.

Reply