Search found 10 matches
- Wed Nov 16, 2022 11:43 am
- Forum: Flows
- Topic: Output folder destination path with variables
- Replies: 2
- Views: 2425
Re: Output folder destination path with variables
Thank you Laurent for this answer. I knew that the solution was with the "Hierachy" (as we had discussed when we met recently) but I could not put it in place. It's clearer now and it works. Thanks
- Mon Nov 14, 2022 4:23 pm
- Forum: Flows
- Topic: Output folder destination path with variables
- Replies: 2
- Views: 2425
Output folder destination path with variables
Hello,
I can't find a post that fits my need on the forum. I need to send jobs to different folders. I would like to be able to specify the destination path of these folders with variables. How do I do this?
Thanks
FX
I can't find a post that fits my need on the forum. I need to send jobs to different folders. I would like to be able to specify the destination path of these folders with variables. How do I do this?
Thanks
FX
- Thu Jun 14, 2018 10:53 am
- Forum: Flows
- Topic: FTP tool stop scrutinizing the folder unexpectedly
- Replies: 2
- Views: 3799
Re: FTP tool stop scrutinizing the folder unexpectedly
Switch server is installed on a Mac OS Virtual Machine. So that is not helpful for my problem.
I have reported the ftp issue to Enfocus Support in the same time as my post.
I have reported the ftp issue to Enfocus Support in the same time as my post.
- Thu Jun 14, 2018 8:47 am
- Forum: Flows
- Topic: FTP tool stop scrutinizing the folder unexpectedly
- Replies: 2
- Views: 3799
FTP tool stop scrutinizing the folder unexpectedly
Hello, We have a flow with a FTP receive for searching file in an application serveur. It works normaly, FTP tool checking the FTP directory for new jobs. But sometime the FTP tool not detect file in the serveur. We relaunch the flow so that it works again. There is a setting allowing to relaunch th...
- Tue Nov 03, 2015 8:39 am
- Forum: Applications
- Topic: Web Proxy setting
- Replies: 1
- Views: 5281
Re: Web Proxy setting
Hi,
I found the solution, we cannot run these moduls with a proxy, the port 80 has to be opened and not to leak out by a firewall.
FX
I found the solution, we cannot run these moduls with a proxy, the port 80 has to be opened and not to leak out by a firewall.
FX
- Wed Oct 14, 2015 11:14 am
- Forum: Applications
- Topic: Web Proxy setting
- Replies: 1
- Views: 5281
Web Proxy setting
Hi, I want to use the Enfocus Pack Manager but when I select the Web Packs, I have the message "Une erreur s'est produite lors de l'obtention des packs à partir du site Web d'Enfocus". I think there is a problem of proxy server but I don't find setting of web proxy. The setting of proxy in...
- Wed Aug 27, 2014 5:40 pm
- Forum: Flows
- Topic: Use of Execute command tool
- Replies: 7
- Views: 11290
Use of Execute command tool
OK, thank you for that clarification.
- Wed Aug 27, 2014 4:29 pm
- Forum: Flows
- Topic: Use of Execute command tool
- Replies: 7
- Views: 11290
Use of Execute command tool
Thank you, it works perfectly.
Just a question for the next time. The variable ${1} and ${2} are substituted by %1 and %2. Is it the order of appearance in the argument that causes this or that is the number 1 and 2 in the variables?
Thank
FX
Just a question for the next time. The variable ${1} and ${2} are substituted by %1 and %2. Is it the order of appearance in the argument that causes this or that is the number 1 and 2 in the variables?
Thank
FX
- Tue Aug 26, 2014 5:40 pm
- Forum: Flows
- Topic: Use of Execute command tool
- Replies: 7
- Views: 11290
Use of Execute command tool
Thank you for your reply. I called "sed" directly and changed Argument New setting : Command : sed Argument : "s/&/&/g" %1 >> %2 Sortie : File at path Nothing happens. I tried to change the settings of output but the only result obtained was creating an empty folder .....
- Mon Aug 25, 2014 6:34 pm
- Forum: Flows
- Topic: Use of Execute command tool
- Replies: 7
- Views: 11290
Use of Execute command tool
Hi, Sorry for my English, I'll try to be understandable. I try to use the tool "Execute command" in order to edit text in xml file. I must substitute "&" with "&" (Sometimes I have this character in a comment field and the XML Pickup tool does not recognize t...