It can be seen as success, because it just runs the workflow, goes to run the script and continues with next node, or just finishes with success.
Can you check PM too?
Tnx!
Search found 84 matches
- Thu Dec 19, 2024 11:18 am
- Forum: Bug reporting
- Topic: :!: Multiple parallel python script RUN instances :!:
- Replies: 6
- Views: 7137
- Thu Dec 19, 2024 9:40 am
- Forum: Bug reporting
- Topic: :!: Multiple parallel python script RUN instances :!:
- Replies: 6
- Views: 7137
Re: :!: Multiple parallel python script RUN instances :!:
OK Please give me the simple workflow and script so we test with the same stuff. I've done tests on 3 other nodes (limiting workflow only to one of them, one by one), and on them there's no such a problem. Difference is that main working node/manager is running as a service under the domain Windows...
- Wed Dec 18, 2024 7:43 am
- Forum: Bug reporting
- Topic: :!: Multiple parallel python script RUN instances :!:
- Replies: 6
- Views: 7137
Re: :!: Multiple parallel python script RUN instances :!:
Hey veks, no idea, need bad log and or workflow... I've tried it in much simpler workflow too. I'm testing this on FFAStrans v1.3.1 on a Windows server. Normal workflow, local watchfolder, gets some txt file to just trigger the job. After that it goes a command executor that runs some python script...
- Tue Dec 17, 2024 12:45 pm
- Forum: Bug reporting
- Topic: :!: Multiple parallel python script RUN instances :!:
- Replies: 6
- Views: 7137
:!: Multiple parallel python script RUN instances :!:
Hi, I'm having a workflow where after FFAStrans finds a new file in watchfolder it runs a script. Everything is working, until 3 parallel instances running. Because the script is transfering a file using SSHFS, it takes some time. And when fourth file/job starts it just skips the script, doesn't eve...
- Mon Apr 08, 2024 1:05 pm
- Forum: Usage, tips and tricks
- Topic: How to get job status/result from SOURCE via REST API
- Replies: 1
- Views: 5780
How to get job status/result from SOURCE via REST API
Hi,
I need to make a REST API call using SOURCE file name, but I can't find that option. Only by job-id.
Also, is it possible to get via REST API a time and percentage of when will some job-id or source/filename be finished?
Any way to do it?
Thanks!
I need to make a REST API call using SOURCE file name, but I can't find that option. Only by job-id.
Also, is it possible to get via REST API a time and percentage of when will some job-id or source/filename be finished?
Any way to do it?
Thanks!
- Thu Aug 31, 2023 1:15 pm
- Forum: Bug reporting
- Topic: Remote CMD executor
- Replies: 1
- Views: 8479
Remote CMD executor
Hi all! Sadly, I've only found about this plugin on official FFAStrans youtube channel that emcodem released 4 months ago. But I can't find anything else related to it and I think there should be a lot more talked about it. Because right now we have a scenario where we would like to have transcoding...
- Tue Jul 18, 2023 7:28 am
- Forum: Feature requests
- Topic: WebDAV support
- Replies: 6
- Views: 22144
Re: WebDAV support
But for example, SSHFS-Win-Manager maps it as a drive/local disk.
But then only for FFAStrans I get access denied.
But then only for FFAStrans I get access denied.
- Wed Jul 12, 2023 7:37 am
- Forum: Feature requests
- Topic: WebDAV support
- Replies: 6
- Views: 22144
Re: WebDAV support
Hi all! we've moved from SSHFS to WebDAV because of mounting purpose. But it seems we have similar problem. WebDAV is mounted on Windows server 2016 as Q: drive. But we always get the same error "The system cannot find the path specified" when trying to deliver a file via "FOLDER"...
- Wed Jul 05, 2023 9:59 am
- Forum: Bug reporting
- Topic: SSHFS mount on Wnidows - access is denied
- Replies: 4
- Views: 8602
Re: SSHFS mount on Wnidows - access is denied
afaik SSHFS is just a virtual disk mounted on Windows that accesses a remote SFTP. Are you sure you're running FFAStrans with the same user on which you're mounting this fake disk? Also, if it actually is an SFTP the one you're trying to deliver the files to, please let me know and I'll send you so...
- Tue Jul 04, 2023 1:45 pm
- Forum: Bug reporting
- Topic: SSHFS mount on Wnidows - access is denied
- Replies: 4
- Views: 8602
SSHFS mount on Wnidows - access is denied
Hi all! I'm trying to deliver via FFAStrans node an encoded video file using SSHFS. I've tried two types of deliveries: 1. Q:\ mapped SSHFS remote drive 2. full UNC path \\sshfs\user@ipaddress\OPERATER\VOD via both deliveries I get an "error code 5, access denied" When I try to manually co...