Search found 37 matches

by actionHero
Mon Nov 26, 2018 5:41 pm
Forum: LEGACY scripting
Topic: Webhook for HTTPS
Replies: 8
Views: 11575

Re: Webhook for HTTPS

Hello, No errors in Switch Messages. Yes I have the webhook setup in a flow. I'm using 'test/notify' as the URL. My put call form Postman is http://"myIP":8080/test/notify I get a 404 return... If I just enter, http://"myIP":8080 I get the messages from Enfocus PDF Review Module....
by actionHero
Mon Nov 26, 2018 5:41 pm
Forum: LEGACY scripting
Topic: Webhook for HTTPS
Replies: 8
Views: 11575

Re: Webhook for HTTPS

Hello, No errors in Switch Messages. Yes I have the webhook setup in a flow. I'm using 'test/notify' as the URL. My put call form Postman is http://"myIP":8080/test/notify I get a 404 return... If I just enter, http://"myIP":8080 I get the messages from Enfocus PDF Review Module....
by actionHero
Mon Nov 26, 2018 3:07 pm
Forum: LEGACY scripting
Topic: Webhook for HTTPS
Replies: 8
Views: 11575

Webhook for HTTPS

Has anyone been successful in configuring a Webhook in Switch? I can't even get the HTTP to work, I will eventually need the HTTPS. I've never generated a Certificate, Private Key or password before? I've setup my HTTP webhook, using Postman to send the requests... just getting a 404 error in return...
by actionHero
Thu Apr 19, 2018 3:16 pm
Forum: LEGACY scripting
Topic: XSLT help
Replies: 16
Views: 25984

Re: XSLT help

Thank you for the tips. I followed your suggestion and get the same result.

What version of Saxon are you using?
by actionHero
Wed Apr 18, 2018 7:11 pm
Forum: LEGACY scripting
Topic: XSLT help
Replies: 16
Views: 25984

Re: XSLT help

Here's the error I get in the configurator. Switch is passing an incorrect parameter to the configurator, "-xsltversion". Processing failed with the following error: Command line option -xsltversion is not recognized. Options available: -? -a -catalog -config -cr -diag -dtd -ea -expand -ex...
by actionHero
Wed Apr 18, 2018 12:54 am
Forum: LEGACY scripting
Topic: XSLT help
Replies: 16
Views: 25984

Re: XSLT help

I'm getting lost on how to make Switch move files to the next folder location. They are just going to the desktop.
by actionHero
Fri Oct 20, 2017 7:30 pm
Forum: LEGACY scripting
Topic: JDF/JMF Translator
Replies: 3
Views: 8752

JDF/JMF Translator

Hello, I can't find any one product to serve all my devices. I want to use Switch to take a JMF from MIS, translate to send the job data and file to the appropriate device. Then take the JMF when the press is done, translate for my MIS to update fields. I could have 10 different print devices but Sw...
by actionHero
Thu Jun 15, 2017 10:48 pm
Forum: LEGACY scripting
Topic: http request - post
Replies: 18
Views: 28517

Re: http request - post

Correct, that is waiting for it to finish. With Degub, I get this
Upload started
HTTP PUT request error: error during handshake[2]: 0x80090326
Upload finished
by actionHero
Thu Jun 15, 2017 10:36 pm
Forum: LEGACY scripting
Topic: http request - post
Replies: 18
Views: 28517

Re: http request - post

This is all that gets returned.

Request failed with the status code 0
Server response:
Upload finished
Upload started
by actionHero
Thu Jun 15, 2017 10:22 pm
Forum: LEGACY scripting
Topic: http request - post
Replies: 18
Views: 28517

Re: http request - post

The error I am getting is "HTTP GET request error: error during handshake[2]: 0x80090326" It's returning HTTP error code 0, which is not a valid error. Which leads me to believe that it's not authenticating. Lambda is authenticating based on the header "Authorization:allow". Post...
by actionHero
Thu Jun 15, 2017 9:31 pm
Forum: LEGACY scripting
Topic: http request - post
Replies: 18
Views: 28517

Re: http request - post

Hello, I'm trying to PUT to my AWS API Gateway. I have a Lambda Function that doesn't require the AWS Keys to perform the PUT. This works in Postman perfectly. In Switch I get "HTTP PUT request error: error during handshake[2]: 0x80090326" which is an error in authentication. Any Ideas? fu...
by actionHero
Thu May 25, 2017 5:23 pm
Forum: LEGACY scripting
Topic: Fails on Mac but works on Windows (thats hard for me to say)
Replies: 12
Views: 13773

Re: Fails on Mac but works on Windows (thats hard for me to say)

Thanks for the reply. Yes the traffic lights are setup to send data. I keep going back to the "s.copy" I don't think it's working. I can't pull a status from the variable.
by actionHero
Thu May 25, 2017 4:52 pm
Forum: LEGACY scripting
Topic: Fails on Mac but works on Windows (thats hard for me to say)
Replies: 12
Views: 13773

Re: Fails on Mac but works on Windows (thats hard for me to say)

I'm saying that when I try to get logs on "success" it's undefined on the Mac. var success = s.copy( arcjob, theDestPath); //copy from archive to temp folder s.log(2, "success " + success);// HERE=UNDEFINED s.log(2, "type of " + success); //HERE =UNDEFINED if(success ==...
by actionHero
Thu May 25, 2017 4:46 pm
Forum: LEGACY scripting
Topic: Fails on Mac but works on Windows (thats hard for me to say)
Replies: 12
Views: 13773

Re: Fails on Mac but works on Windows (thats hard for me to say)

The Mac is Switch 12, upgrading in near fututre. Windows is running 13.
by actionHero
Thu May 25, 2017 4:34 pm
Forum: LEGACY scripting
Topic: Fails on Mac but works on Windows (thats hard for me to say)
Replies: 12
Views: 13773

Re: Fails on Mac but works on Windows (thats hard for me to say)

Windows file path: source C:/Users/Enfocus.KY-SW1/AppData/Roaming/Enfocus/Switch Server/temp/9/ScriptElement/90/79/KY_223777.sitx arcjob C:\Switch\Arc1\KY_223\KY_223777.sitx Type of Success= number Mac file path: source /Users/admin/Library/Application Support/Enfocus/Switch Server/temp/65/ScriptEle...