Search found 357 matches

by magnussandstrom
Wed Jan 24, 2024 10:42 am
Forum: Flows
Topic: Currupted files when using FTP receive
Replies: 1
Views: 887

Currupted files when using FTP receive

Hi, since friday we have had issues that files that coming in to switch with FTP receive sometimes gets damaged. At first I thought it was on our customers side, but today I noticed the same issue in another flow and another FTP server. Any suggestions what could be causing this problem? I will my W...
by magnussandstrom
Mon Jan 22, 2024 2:47 pm
Forum: Flows
Topic: Check if PDF is damaged
Replies: 8
Views: 1296

Re: Check if PDF is damaged

Thanks Freddy!
by magnussandstrom
Mon Jan 22, 2024 12:54 pm
Forum: Flows
Topic: Check if PDF is damaged
Replies: 8
Views: 1296

Re: Check if PDF is damaged

Thanks, what settings are you using in Switch Preferences > Error handling > Abort processes after (minutes) ?
by magnussandstrom
Mon Jan 22, 2024 12:38 pm
Forum: Flows
Topic: Check if PDF is damaged
Replies: 8
Views: 1296

Re: Check if PDF i damaged

Interesting, could you give me a screenshot of your Fastlane settings?
by magnussandstrom
Mon Jan 22, 2024 12:24 pm
Forum: Flows
Topic: Check if PDF is damaged
Replies: 8
Views: 1296

Check if PDF is damaged

Hi, one of our customers recently started having trouble with generating their PDF files, and some files are corrupt. The files is going to a fully automated order flow in our Switch. But when a damaged PDF arrives the files get stucked in the Pitstop Server process and wont release until you manual...
by magnussandstrom
Thu Jan 18, 2024 9:00 pm
Forum: Flows
Topic: Archive submitted file into another directory
Replies: 4
Views: 1099

Re: Archive submitted file into another directory

I've made a small flow that will do what you want using Scan hierarchy app from the Folder apps bundle. You just need change the path in Scan hierarchy and Archive hierarcy.

Happy Switching!

Send_file_to_job-folder.zip
(19.43 KiB) Downloaded 231 times
by magnussandstrom
Wed Jan 17, 2024 8:54 am
Forum: Flows
Topic: Is there a way to force Switch to process files?
Replies: 1
Views: 753

Re: Is there a way to force Switch to process files?

Try the app Job Sorter and Spacer, it's in the Folder Apps bundle. It might solve it for you.
by magnussandstrom
Mon Jan 15, 2024 6:46 pm
Forum: Flows
Topic: Job Board - Share with User Groups
Replies: 1
Views: 59665

Re: Job Board - Share with User Groups

Yes, you can do that from Switch Portal (log in as an admin), click on Manage Boards to enter this menu:
job_boards.png
job_boards.png (50.67 KiB) Viewed 52621 times
by magnussandstrom
Tue Jan 09, 2024 2:29 pm
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 71550

Re: Job assembler acting different in same flow

Strange, I have not stumble on this issue and I use Assemble job in similar way as you descripa in several flows. I have noticed some strange behavour during testing when you stop or hold flow connections when using Assemble job, so now I always delete any jobs still in the flows when restarting a f...
by magnussandstrom
Tue Jan 09, 2024 2:24 pm
Forum: PitStop Pro
Topic: Sharing PitStop Action Lists
Replies: 4
Views: 74767

Re: Sharing PitStop Action Lists

Community Action Lists could be really useful. Not a fan of inventing the wheel over and over again.. :)
by magnussandstrom
Thu Dec 21, 2023 1:14 pm
Forum: Flows
Topic: Job assembler acting different in same flow
Replies: 3
Views: 71550

Re: Job assembler acting different in same flow

PdFUser5000 wrote: Thu Dec 21, 2023 11:20 am Metadata says 9
Have you double checked that the metadata in all the incoming files says 9?
by magnussandstrom
Thu Dec 21, 2023 10:21 am
Forum: Switch
Topic: Switch Portal Job Boards (Some jobs don't show on board)
Replies: 0
Views: 58248

Switch Portal Job Boards (Some jobs don't show on board)

I'm trying to get the hang of the Job Boards in the Switch Portal. But I don't understand why some jobs doesn't show on the board as expected. Am I missing any variables that decide if a job will show or not? This is my job board column setting: job_board_setting.png This is my job that I expect to ...
by magnussandstrom
Tue Dec 19, 2023 3:04 pm
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 48218

Re: HTTP request (Body as form-data including a file)

Me and Freddy solved this one (obviously I cannot read):

Request type: POST

Attached file: [Job.Path]
Use MIME encoding: Yes
File variable: file

Parameters: prompt=my prompt text
Headers: x-api-key:1234abcd

Thanks Freddy!
by magnussandstrom
Mon Dec 18, 2023 12:34 pm
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 48218

Re: HTTP request (Body as form-data including a file)

I cannot get it to work with HTTP request. I think the issue is that I cannot input the Key for the file (as I can with Postman):

I get {"error":"The request body is not valid. One of the files in the multipart form is not expected"}
by magnussandstrom
Mon Dec 18, 2023 10:34 am
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 48218

Re: HTTP request (Body as form-data including a file)

I also need the form-data key (file) before the file, not only [Job.Path].