Search found 410 matches

by magnussandstrom
Fri Jul 05, 2024 1:45 pm
Forum: Flows
Topic: High CPU spikes
Replies: 3
Views: 604

Re: High CPU spikes

Could you see any warnings or errors in Switch messages when this happens? Could it be related to this issue (see link below)?

viewtopic.php?t=4929&hilit=emfile
by magnussandstrom
Fri Jul 05, 2024 1:41 pm
Forum: Flows
Topic: How to create a dummy file without moving the original file from the incoming folder
Replies: 8
Views: 532

Re: How to create a dummy file without moving the original file from the incoming folder

The issue with using the actual GMG hotfolder is that Switch doesn't know when the file arrives and disapears, you will have to poll for the files with a certain time interval and somehow not log the same file twice, etc etc. Have you looked into ColorProof GO? It's the GMG ColorProof web-interface,...
by magnussandstrom
Fri Jul 05, 2024 11:37 am
Forum: Flows
Topic: How to create a dummy file without moving the original file from the incoming folder
Replies: 8
Views: 532

Re: How to create a dummy file without moving the original file from the incoming folder

In that case I would suggest you to de-route the file to Switch before putting it into the GMG hotfolder: 1. Set the original GMG input folder as your Switch flow input folder 2. Process in Switch 3. Send to new GMG hotfolder You also already have a log-file in GMG colorproof that you can use in var...
by magnussandstrom
Fri Jul 05, 2024 10:09 am
Forum: Flows
Topic: How to create a dummy file without moving the original file from the incoming folder
Replies: 8
Views: 532

Re: How to create a dummy file without moving the original file from the incoming folder

'Delete after injection' could be translated to 'Remove the file from original folder after injection'. If you set this to No the file traveling down your flow is only a copy and the original file is kept in place. The Folder apps bundle could also be interesting for you depending on what you are tr...
by magnussandstrom
Fri Jul 05, 2024 8:36 am
Forum: Flows
Topic: How to create a dummy file without moving the original file from the incoming folder
Replies: 8
Views: 532

Re: How to create a dummy file without moving the original file from the incoming folder

With the app Inject Wildcard you can choose to keep the original file at it's place. And maybe the app Scan hierarcy could be beneficial for your flow.
by magnussandstrom
Wed Jul 03, 2024 3:22 pm
Forum: Appstore
Topic: Failed to connect to the Enfocus Appstore
Replies: 6
Views: 836

Re: Failed to connect to the Enfocus Appstore

Yes, resolved now.
by magnussandstrom
Wed Jul 03, 2024 2:15 pm
Forum: Appstore
Topic: Failed to connect to the Enfocus Appstore
Replies: 6
Views: 836

Re: Failed to connect to the Enfocus Appstore

I have created a support case: ENF-00212032
by magnussandstrom
Wed Jul 03, 2024 2:09 pm
Forum: Appstore
Topic: Failed to connect to the Enfocus Appstore
Replies: 6
Views: 836

Re: Failed to connect to the Enfocus Appstore

Thanks Jimmy!
by magnussandstrom
Wed Jul 03, 2024 1:43 pm
Forum: Appstore
Topic: Failed to connect to the Enfocus Appstore
Replies: 6
Views: 836

Failed to connect to the Enfocus Appstore

Anyone else having this issue when trying to connect to the Appstore?

In messages: Failed to connect to the Enfocus Appstore: Service Unavailable
by magnussandstrom
Wed Jul 03, 2024 12:47 pm
Forum: Flows
Topic: How to send output file or folder to a specific location
Replies: 4
Views: 346

Re: How to send output file or folder to a specific location

If Set hierarchy and Archive hierarchy doesn't work for your use case, you can do this instead: Using Run Command . The URL could be any variable that you like. This have also the benefit that the output path doesn't have to be online for you to save and run the flow. Command (for easy copy/paste): ...
by magnussandstrom
Tue Jul 02, 2024 2:25 pm
Forum: Flows
Topic: Wait 10 minutes and search for the input name of the PDF in the output
Replies: 4
Views: 311

Re: Wait 10 minutes and search for the input name of the PDF in the output

I'm also using Inject Wildcard for cases like this. Here is a simple flow that edit to fit your purpose.

Link to flow: https://tinyurl.com/bd5mewph

wait_flow.png
wait_flow.png (45.31 KiB) Viewed 287 times
by magnussandstrom
Mon Jul 01, 2024 3:45 pm
Forum: PitStop Pro
Topic: I cannot get 'Convert fill to stroke' to work
Replies: 3
Views: 340

I cannot get 'Convert fill to stroke' to work

Hi, I cannot get the new feature 'Convert fill to stroke' to work on this file. I would like to convert the magenta die-line to a stroke, but nothing happens when I use the new feature 'Convert fill to stroke' in the Pitstop inspector. Maybe I'm doing something wrong? Can somebody try it? https://fr...
by magnussandstrom
Fri Jun 28, 2024 1:10 pm
Forum: Flows
Topic: Change flow parameters directly in flow XML?
Replies: 14
Views: 1805

Re: Change flow parameters directly in flow XML?

+1 for the Christmas Gift. Global data at Switch server level would be a great tool!
by magnussandstrom
Thu Jun 27, 2024 4:15 pm
Forum: Flows
Topic: What would be the ideal way to input jobs through Switch's API?
Replies: 8
Views: 666

Re: What would be the ideal way to input jobs through Switch's API?

I guess it would fit, but I actually don't have that much experience with programming, APIs and whatnot for the time being. Working hard on learning that all. In my understanding using the API would be more secure, since It requires an actual switch account and encrypted token, right? Or webhooks a...
by magnussandstrom
Thu Jun 27, 2024 3:53 pm
Forum: Flows
Topic: What would be the ideal way to input jobs through Switch's API?
Replies: 8
Views: 666

Re: What would be the ideal way to input jobs through Switch's API?

Soul Forge wrote: Thu Jun 27, 2024 3:44 pm Using the Submit Point API is the only way to submit jobs to switch via API?
You can setup a Webhook endpoint in Switch and send the json to the webhook to create the job. But maybe that doesn't fit your specific purpose?