Index: AXimpl/MessageInProcessor.cls.xml =================================================================== diff -u -r51016 -r51750 --- AXimpl/MessageInProcessor.cls.xml (.../MessageInProcessor.cls.xml) (revision 51016) +++ AXimpl/MessageInProcessor.cls.xml (.../MessageInProcessor.cls.xml) (revision 51750) @@ -69,7 +69,10 @@ Else Quit #dim Path As %String = ##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_IF_IN_RequestPath") - #dim FileIterator As TECH.Iterator = ..FileApi.GetFileList(Path, "*.xml") + + ;om problemen bij maas updates te voorkomen, de eerste 20 bestanden opvragen + ;en niet alleen het eerste want nodig om een volgend bestand te kunnen verwerken bij retry exceptions + #dim FileIterator As TECH.Iterator = ..FileApi.GetFileList(Path, "*.xml",,,20) ; Do ##class(TECH.Context.RuntimeContext).Instance().ZetApplicatie("AxIncomingFileBasedRequests") Do ##class(TECH.Context.RuntimeContext).Instance().ZetSessieID("AX.MessageInProcessor_"_$job)