Job continues after the “Deliveries: Folder” processor ended with an error:
FFAStrans v1.4.0.7 & webinterface 1.4.0.89
Logs:
Workflow:
Or error codes like this not a sufficient error? Command executor processor after folder is set to execute on successJob continues after the “Deliveries: Folder” processor ended with an error
Re: Job continues after the “Deliveries: Folder” processor ended with an error
Hi DCCentR,
I'm afraid this is one looks like a dreaded concurrency issue with the way we use file system as db in a farming environment. I would like you to make sure these registry parameters are set on each host and server hold the FFAStrans installation:
I investigated into these things years ago and they seem to be helping these kind of issues. In theory, they might also help with the stuck monitor files...and all db concurrency in general. If these values miss in you registry just add them. They are well documented online:
https://learn.microsoft.com/en-us/windo ... le-server/
-steinar
I'm afraid this is one looks like a dreaded concurrency issue with the way we use file system as db in a farming environment. I would like you to make sure these registry parameters are set on each host and server hold the FFAStrans installation:
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters]
"DirectoryCacheLifetime"=dword:00000000
"FileNotFoundCacheLifetime"=dword:00000000
"FileInfoCacheLifetime"=dword:00000000
https://learn.microsoft.com/en-us/windo ... le-server/
-steinar
Re: Job continues after the “Deliveries: Folder” processor ended with an error
that webint dark skin looks just awesome, i play with the thought about making it default or even dump support for light skin in near future
emcodem, wrapping since 2009 you got the rhyme?
Re: Job continues after the “Deliveries: Folder” processor ended with an error
@emcodem
-steinar
No you don't!i play with the thought about making it default or even dump support for light skin in near future
-steinar
Re: Job continues after the “Deliveries: Folder” processor ended with an error
Thanks, I added those registry keys, I just need to find a moment to reboot the servers.admin wrote: ↑Wed Nov 27, 2024 6:32 pm Hi DCCentR,
I'm afraid this is one looks like a dreaded concurrency issue with the way we use file system as db in a farming environment. I would like you to make sure these registry parameters are set on each host and server hold the FFAStrans installation:
I investigated into these things years ago and they seem to be helping these kind of issues. In theory, they might also help with the stuck monitor files...and all db concurrency in general. If these values miss in you registry just add them. They are well documented online:Code: Select all
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "DirectoryCacheLifetime"=dword:00000000 "FileNotFoundCacheLifetime"=dword:00000000 "FileInfoCacheLifetime"=dword:00000000
https://learn.microsoft.com/en-us/windo ... le-server/
-steinar
I'm not quite clear, do you mean this is meant to be the solution for my “Got error code 6” error or is it meant to solve the execution of subsequent processors when getting an error in the previous one?
Yeah, it's cool Have you thought about turning on “Row Colors” by default? When I didn't see the highlighted red error lines I was a little confused
Re: Job continues after the “Deliveries: Folder” processor ended with an error
We have row colors?
That one is an ever going topic, one year its default, the other it is not working at all, next year it is default off
I think it makes sense to turn row colors on by default, just as the dark mode should be on by default, but who am i to decide that
emcodem, wrapping since 2009 you got the rhyme?
Re: Job continues after the “Deliveries: Folder” processor ended with an error
No, it's about making sure all i/o to the db folder is without any caching. This should will help concurrency issues. Other side effect of changing these registries can probably vary from system to system, and it might help other "strange" issues...but that's not the main reason. Turning of cache is normally never bad...as caching is after all cheatingI'm not quite clear, do you mean this is meant to be the solution for my “Got error code 6” error or is it meant to solve the execution of subsequent processors when getting an error in the previous one?
-steinar
Re: Job continues after the “Deliveries: Folder” processor ended with an error
Row colors are now default on again
emcodem, wrapping since 2009 you got the rhyme?