Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a job that gets N connectionStrings and opens a connection for each one, then get some data from them and create a Json file.
My problem comes when I have two connectionStrings. If I don't have any problem with them works perfectly, but if the first connection fails, the job stops, and I need that the second connection does this job even if the first one fails.
I attach a pic of my project.
The javaFlex code is:
At the begin:
try {
In the end:
} catch (Exception ex) {
System.out.println(ex.getLocalizedMessage());
}
Hi,
as I know - you can not disable job dying when a database connection error
but you can manage this situation by run subjob: