Search found 1640 matches

by emcodem
Sat May 11, 2024 10:48 pm
Forum: Usage, tips and tricks
Topic: Watchfolder not working
Replies: 12
Views: 168

Re: Watchfolder not working

8-) Chatting out of the box, it always felt very strange for me that Microsoft does not support mapped drive letters that are fixed for all users while Linux supports this. Well on the other hand Linux does not support direct UNC access in a similar way than windows does, e.g. access to network reso...
by emcodem
Fri May 10, 2024 10:26 pm
Forum: Usage, tips and tricks
Topic: Watchfolder not working
Replies: 12
Views: 168

Re: Watchfolder not working

You need to realize that S:\ only exists for the "currently logged in user session". Background services always have their own "windows session", which means even if you use the same credentials for the service as you use for logging in to windows, the service will NEVER see any ...
by emcodem
Mon May 06, 2024 3:42 pm
Forum: Usage, tips and tricks
Topic: set order in which folders are processed
Replies: 11
Views: 227

Re: set order in which folders are processed

FFAStrans does actively pause jobs? i know we discussed that internally but i doubt that this was implemented, at least i have not tested that ever :D One other way for @Lugi is to just use 2 watchfolders, one with high and one with low priority. In this case, you will end up with 4 running jobs but...
by emcodem
Tue Apr 23, 2024 10:17 am
Forum: Usage, tips and tricks
Topic: Webinterface
Replies: 340
Views: 283721

Re: Webinterface

Thanks a lot for letting me know @knk i'll take a close look before the next release...
by emcodem
Thu Apr 18, 2024 9:56 pm
Forum: Bug reporting
Topic: FFAStrans 1.4.0.1, Monitor growing file issue
Replies: 15
Views: 735

Re: FFAStrans 1.4.0.1, Monitor growing file issue

there is processors/db/configs/ffastrans.json where you could set the entry "extra_log" to "true", if you then manage to reproduce the issue and tell us which filename is not picked up correctly AND send us the logs from processors/db/cache/def_log, we might get a clue about what...
by emcodem
Thu Apr 18, 2024 9:39 pm
Forum: Bug reporting
Topic: FFAStrans 1.4.0.1, Monitor growing file issue
Replies: 15
Views: 735

Re: FFAStrans 1.4.0.1, Monitor growing file issue

Hi @artjuice Yeah i fear we have a pretty fundamental change in the code for watchfolders that could cause unexpected behaviour. Will talk with steinar and work out strategies how to debug such cases. The fundamental change i talk about is for optimizing performance, large watchfolders would take li...
by emcodem
Thu Apr 11, 2024 7:25 am
Forum: Bug reporting
Topic: FFASTrans 1.4.0.96 not importing workflows exported from 1.3.7
Replies: 3
Views: 215

Re: FFASTrans 1.4.0.96 not importing workflows exported from 1.3.7

Hi gazmeist, welcome to the Forum and thank you for using FFAStrans! Ok so usually we upgrade a system using this procedure: https://ffastrans.com/wiki/doku.php?id=gui:upgrade_procedure So basically you just backup the existing ffastrans folder and extract the new files into the existing folders. Ho...
by emcodem
Tue Apr 09, 2024 12:43 pm
Forum: Usage, tips and tricks
Topic: How to get job status/result from SOURCE via REST API
Replies: 1
Views: 104

Re: How to get job status/result from SOURCE via REST API

Hi veks, no you need a jobid to ask job status because source file name and similar is not something "unique". What you can do is to get a list of running jobs: http://localhost:65445/api/v2/jobs/ ...and of course filter the stuff in your code by the condition of your choice. Let me know i...
by emcodem
Tue Apr 09, 2024 12:33 pm
Forum: Usage, tips and tricks
Topic: Copy files from storage to server with checks?
Replies: 8
Views: 518

Re: Copy files from storage to server with checks?

Thanks for the flowers:D
stuvmark wrote: Tue Apr 09, 2024 10:23 am ...to understand why stuff happens, as one of the processors deliver to two others. But that's just for my curiosity.
At the bottom of this page there are some words about error handling:
https://ffastrans.com/wiki/doku.php?id= ... &s[]=error