Index: vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml =================================================================== diff -u -r31262 -r31266 --- vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 31262) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchStarter/StartBatch/Test.cls.xml (.../Test.cls.xml) (revision 31266) @@ -79,7 +79,7 @@ ]]> - + %String -;Nieuw;Auto;Manueel;Gecontroleerd;Gestart;BezigMetStarten +;Nieuw;Auto;Manueel;Gecontroleerd;Gestart;BezigMetStarten;StartenGefaald @@ -49,6 +49,13 @@ + + +1 +APPS.Halux.common.enu.BatchStatus + + Index: vhTestFiles/IntegratieTests/Webservices.WSDLControle/Test/WS.Halux.Planning.BatchService.txt =================================================================== diff -u -r31263 -r31266 --- vhTestFiles/IntegratieTests/Webservices.WSDLControle/Test/WS.Halux.Planning.BatchService.txt (.../WS.Halux.Planning.BatchService.txt) (revision 31263) +++ vhTestFiles/IntegratieTests/Webservices.WSDLControle/Test/WS.Halux.Planning.BatchService.txt (.../WS.Halux.Planning.BatchService.txt) (revision 31266) @@ -262,6 +262,7 @@ + Index: APPS/Halux/Planning/impl/BatchStarter.cls.xml =================================================================== diff -u -r31262 -r31266 --- APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 31262) +++ APPS/Halux/Planning/impl/BatchStarter.cls.xml (.../BatchStarter.cls.xml) (revision 31266) @@ -59,7 +59,7 @@ catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() If Exception.IsMajor() { - do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).Gecontroleerd()) + do Batch.ZetStatus(##class(APPS.Halux.common.enu.BatchStatus).StartenGefaald()) do ..BatchSequentieVerwijderaar.VerwijderBatchSequentie(Batch) } do ##class(TECH.ExceptionHandler).Throw(Exception)