Skip to main content
Question

mongodb error connection string .job error during schedule run.

  • June 12, 2023
  • 1 reply
  • 25 views

lakshmi_narayanan_t
Discovered Fame

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

saleempothiwala
Headliner
Forum|alt.badge.img

@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