Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyones,
I came to all of you because on a flow based on a CRON, meaning I launch several constructed job in ".sh", I got this error :
Batch entry 0 UPDATE "schqv"."ligneticket" SET "idproduit" = 1422447,"numerodeligne" = 2,"prixunitaireht" = 5.79,"quantite" = 1.0,"uniteprincipale" = 'U',"montanttotalht" = 5.79,"montanttotalttc" = 6.95,"tauxtva" = 20.0 WHERE "idticket" = 75178371 AND "idligneticket" = 208957201 was aborted. Call getNextException to see the cause.
Thing is, the differents jobs these ".sh" are based on are not accessible.
I got this project because we have to move these flows to a database to an other. To be honest I start to be afraid the error I have is because in the jobs with this error, we had some tMap with an update on the old database.
Do you have an idea of how change directly a constructed job in ".sh" please ?
I have an int, maybe change directly in the .jar , that i turn into a .zip to open then modified the .class files.
Do you see other solution than this one ?
Thank you in advance,
Best regards
Alexis