Search found 54 matches

by billy.olvestad
Tue Feb 22, 2022 11:46 am
Forum: Node.js scripting
Topic: SOAP call with node.js
Replies: 8
Views: 6203

SOAP call with node.js

Is there any examples of how to do a SOAP call with node.js in Switch?
I can't find any information about how you do this with node.js, only the old SOAP class for the old scripting environment.
I am completely new to node.js, but thought I should start learning with this specific task.
by billy.olvestad
Thu Feb 03, 2022 11:47 am
Forum: Flows
Topic: Download files from Microsoft sharepoint
Replies: 6
Views: 5072

Re: Download files from Microsoft sharepoint

Thanks, I will have a look at that.
by billy.olvestad
Wed Feb 02, 2022 4:14 pm
Forum: Flows
Topic: Download files from Microsoft sharepoint
Replies: 6
Views: 5072

Re: Download files from Microsoft sharepoint

Addition to the question. After these files have been indexed in a database, we want switch to be able to download just one of the files when an order for that particular print comes in, so we will also have to be able to download just one of the files from the sharepoint folder.
by billy.olvestad
Wed Feb 02, 2022 1:58 pm
Forum: Flows
Topic: Download files from Microsoft sharepoint
Replies: 6
Views: 5072

Download files from Microsoft sharepoint

I need to get Switch to download files from a folder on a Microsoft Sharepoint site on regular intervals. I looked in the appstore, and there are no apps for downloading from sharepoint it seems. Does anyone know of a method to do this in Switch? Edit: I should add that the customer doesn't want to ...
by billy.olvestad
Fri Nov 19, 2021 9:33 am
Forum: Flows
Topic: New to Switch - Question about orphan files
Replies: 9
Views: 4455

Re: New to Switch - Question about orphan files

The "XML pickup" flow element doesn't support an error connection as far as I know. I have solved similar issues before by letting the job go to problem jobs, and then adding a folder after problem jobs, and a recycle bin after that. Skärmavbild 2021-11-19 kl. 09.24.32.png On the connectio...
by billy.olvestad
Wed Jun 10, 2020 8:52 am
Forum: Flows
Topic: HTTP Request Not Reliable
Replies: 11
Views: 16939

Re: HTTP Request Not Reliable

Yes, it was disabled for us as well. That seems to be the standard setting.
by billy.olvestad
Tue Jun 09, 2020 8:22 am
Forum: Flows
Topic: HTTP Request Not Reliable
Replies: 11
Views: 16939

Re: HTTP Request Not Reliable

We had the same problem.
In our case I set "Switch Preferences > Error handling > Retry failed external processes after (minutes)" to 10 minutes. After that it has run flawlessly for a year. Try that if you don't already have the retry active.
by billy.olvestad
Mon May 11, 2020 4:51 pm
Forum: Switch
Topic: 7-Zip arguments for Unzipping a zip file using Execute Command
Replies: 9
Views: 26844

Re: 7-Zip arguments for Unzipping a zip file using Execute Command

macphenom wrote: Mon May 11, 2020 4:41 pm Its unfortunate it can't negotiate through the auto managed folders. Thank you for your input.
What do you mean?
Are you required to use auto managed folders?
by billy.olvestad
Mon May 11, 2020 4:27 pm
Forum: Switch
Topic: 7-Zip arguments for Unzipping a zip file using Execute Command
Replies: 9
Views: 26844

Re: 7-Zip arguments for Unzipping a zip file using Execute Command

Execute command is tricky. In some cases it works without the quotes and in some with them. The Output options in the properties are important too. You could also try %3 to output to folder. Unfortunately I have tried those options and its still a no go. I was hoping someone out there uses 7-Zip in...
by billy.olvestad
Mon May 11, 2020 10:26 am
Forum: Flows
Topic: Assemble.Jobs coming from different flows at vastly different times
Replies: 6
Views: 6617

Re: Assemble.Jobs coming from different flows at vastly different times

EDIT: Nevermind, I found a tutorial on YouTube that may be explaining what I need into subfolders... <snip> Then at the end, when it's time to archive the job, I would use that private data variable to "set hierarchy path", under "path segment 1". Then after that I would use &qu...
by billy.olvestad
Fri May 08, 2020 9:56 am
Forum: Flows
Topic: Assemble.Jobs coming from different flows at vastly different times
Replies: 6
Views: 6617

Re: Assemble.Jobs coming from different flows at vastly different times

The prior operator of our system created a flow that uses the Assemble job command to archive processed files. This is cool and I understand how it functions pretty well. If 6 jobs come in at relatively the same time with the prefix B123456_, and these are all combined and put into folder B123456 i...
by billy.olvestad
Wed Apr 22, 2020 8:44 am
Forum: Switch
Topic: PDF Review Module
Replies: 13
Views: 56593

Re: PDF Review Module

Thanks for the help with the inject that seems to work but now I've created a new problem which still causes me to send 2 emails. Once I put variables in my html to email it gives me the information about the report not the file that was preflighted. Is there a way around that? These are the variab...
by billy.olvestad
Wed Apr 15, 2020 12:19 pm
Forum: Switch
Topic: PDF Review Module
Replies: 13
Views: 56593

Re: PDF Review Module

We had the same problem. I solved it by creating a repository-folder that I save the pitstop report to, and then, right before the mail configurator that sends out the link to the review, i added an "inject job" configurator that swaps the pdf-file in the flow to the report instead, and t...
by billy.olvestad
Wed Apr 15, 2020 11:52 am
Forum: Switch
Topic: PDF Review Module
Replies: 13
Views: 56593

Re: PDF Review Module

I must be missing something cause I am trying to email a report out along with the link to proof the file via PDF Review Module but I can't get the report to send all I keep receiving is the actual file. I can send from pitstop server app in switch and get the report but now from PDF Review Module ...
by billy.olvestad
Wed Feb 19, 2020 5:03 pm
Forum: Flows
Topic: Trigger e-mail message only once. Can you do that?
Replies: 2
Views: 3378

Re: Trigger e-mail message only once. Can you do that?

Is there any way of identifying the files as belonging to the same job, like for instance some sort of job number in the file name or something? In that case it should be possible to only send mail the first time, and if more files with the same job number comes in, no mail will be sent. That could ...