Search found 645 matches

by gabrielp
Thu Oct 19, 2017 8:26 pm
Forum: Flows
Topic: Process force quit
Replies: 2
Views: 4436

Re: Process force quit

Restart the switch server and it will bring up a task manager to shut it down. I don't know of another way :?
by gabrielp
Tue Oct 17, 2017 4:23 pm
Forum: Flows
Topic: Capture page count in multiple PDF files
Replies: 6
Views: 9183

Re: Capture page count in multiple PDF files

You can use this script to pull out multiple rows as an XML dataset. Then you can look for a script/app or build one which converts XML to CSV.
by gabrielp
Thu Oct 12, 2017 6:43 pm
Forum: Flows
Topic: Capture page count in multiple PDF files
Replies: 6
Views: 9183

Re: Capture page count in multiple PDF files

I don't have any off hand. The trickiest part of using this script is configuring an ODBC connection. If you have specific questions, you may find some help here: https://gitter.im/open-automation/Lobby
by gabrielp
Mon Oct 09, 2017 8:27 pm
Forum: LEGACY scripting
Topic: Switch.Calculcation
Replies: 3
Views: 7035

Re: Switch.Calculcation

by gabrielp
Thu Oct 05, 2017 6:05 pm
Forum: LEGACY scripting
Topic: HTTP authentification issue
Replies: 7
Views: 8765

Re: HTTP authentification issue

It depends on their authentication scheme. Sometimes, on success of authentication, it would provide an access token on the response that you could use on further requests. Switch probably can't save and reference cookies.
by gabrielp
Thu Aug 31, 2017 11:52 pm
Forum: LEGACY scripting
Topic: switch-inject-lite
Replies: 19
Views: 26672

Re: switch-inject-lite

Zoranj wrote:Dynamic property 'JobPath' has invalid value
Try this version of the script: https://github.com/open-automation/swit ... -validator

Someone at Enfocus is working on an appstore fix for this.
by gabrielp
Thu Aug 31, 2017 3:29 pm
Forum: LEGACY scripting
Topic: Sending Emails: Define Sender
Replies: 5
Views: 7939

Re: Sending Emails: Define Sender

AWS CLI requires an AWS account to use. You should install AWS CLI and then run

Code: Select all

aws configure
to link your AWS account.
by gabrielp
Wed Aug 30, 2017 9:27 pm
Forum: Flows
Topic: Any idea on how to create...?
Replies: 4
Views: 5815

Re: Any idea on how to create...?

Sounds like this is exactly what CSV Lookup was designed for: https://www.enfocus.com/en/appstore/product/csv-lookup
by gabrielp
Wed Aug 16, 2017 3:24 pm
Forum: Flows
Topic: How do you handle Illegal Characters?
Replies: 6
Views: 7885

Re: How do you handle Illegal Characters?

I guess Gabriel is saying to pull the file path into a Private Data key, clean it, then call the Inject with the clean path - but I'm at loss to how. I would probably aim to figure out how the files are getting there in the first place, then have Switch do that, cleaning the file names before I arc...
by gabrielp
Tue Aug 15, 2017 6:11 pm
Forum: LEGACY scripting
Topic: switch-inject-lite
Replies: 19
Views: 26672

Re: switch-inject-lite

Hi Got an issue with Inject Lite showing an error Error in line 101 of script : Error. Trying to access undefined member '1' I have the same setup on another PC with no issue. Screenshot 2017-08-15 16.01.21.png Any ideas please Thanks Malcolm Could you turn on debug logging and post the log output ...
by gabrielp
Fri Aug 11, 2017 2:36 am
Forum: Flows
Topic: How do you handle Illegal Characters?
Replies: 6
Views: 7885

Re: How do you handle Illegal Characters?

Here is a script that scrubs them from private data variables: https://github.com/open-automation/swit ... e-scrubber
by gabrielp
Tue Aug 08, 2017 3:25 pm
Forum: Applications
Topic: Read PDF contents to rename file
Replies: 4
Views: 9042

Re: Read PDF contents to rename file

PDFSpy can do that and it has an integration for Switch. It's a paid software you can buy from Apago. Not sure how its done with Pitstop.
by gabrielp
Mon Aug 07, 2017 6:19 pm
Forum: Flows
Topic: email notification flow
Replies: 5
Views: 6684

Re: email notification flow

Yeah, you can assemble on "arbitrary files" for a certain time period, then send the images as attachments as a zip. I'm not sure what happens if you send a folder as an email attachment.
by gabrielp
Fri Aug 04, 2017 5:02 pm
Forum: Applications
Topic: problem inject lite
Replies: 4
Views: 9210

Re: problem inject lite

Please try this version of the script: https://github.com/open-automation/swit ... -validator
by gabrielp
Tue Aug 01, 2017 4:28 pm
Forum: Flows
Topic: Remove prefix on Execute command
Replies: 5
Views: 6234

Re: Remove prefix on Execute command

What operating system? The app communicates with the installed AWS CLI. Once AWS CLI is installed, run aws configure to configure your account credentials within the CLI. More on that here: https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html The only configuration within t...