Search found 79 matches

by mkayyyy
Wed Apr 17, 2024 11:59 am
Forum: Flows
Topic: EMFILE: too many open files ..main.js
Replies: 24
Views: 1069

Re: EMFILE: too many open files ..main.js

JimmyHartington wrote: Wed Apr 17, 2024 9:23 am
magnussandstrom wrote: Wed Apr 17, 2024 9:19 am Or Enfocus could provide a free Switch dev-license for beta testers. To test beta apps on a production system is not fun and very time consuming for us users.
Agreed. This could solve it as well.
This X10000
by mkayyyy
Thu Apr 11, 2024 12:55 pm
Forum: Node.js scripting
Topic: Module Import For Script Expressions
Replies: 1
Views: 353

Re: Module Import For Script Expressions

IIRC the imports only relate to built in modules, external modules aren't currently supported in Script expressions.
by mkayyyy
Wed Apr 10, 2024 1:06 pm
Forum: Flows
Topic: Send infos to webhook Switch
Replies: 4
Views: 233

Re: Send infos to webhook Switch

schmitzdp wrote: Wed Apr 10, 2024 8:38 am Thanks for the clarification :oops:
No worries! Is your Postman request now working?
by mkayyyy
Tue Apr 09, 2024 6:36 pm
Forum: Flows
Topic: Send infos to webhook Switch
Replies: 4
Views: 233

Re: Send infos to webhook Switch

Hello, I'm trying to send information to the 'Webhook' application at the 2 addresses below, but I'm getting the following messages and nothing is arriving in my flow's folder. https://i.postimg.cc/14GsMfk9/webhook-switch.png With legacy webhooks : http://[MyIP]:51080/scripting/notify https://i.pos...
by mkayyyy
Mon Mar 25, 2024 6:48 pm
Forum: Flows
Topic: SPLIT XML
Replies: 1
Views: 155

Re: SPLIT XML

I've done similar XSLT Transforms using the Saxonica Saxon app and XSLT 2.0. Based on your example XML your XSL stylesheet would look like this: <?xml version="1.0" encoding="UTF-8"?> <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform&quo...
by mkayyyy
Wed Mar 20, 2024 9:48 pm
Forum: Node.js scripting
Topic: Invalid private data item?
Replies: 1
Views: 147

Re: Invalid private data item?

Have you some some example code you can share?
by mkayyyy
Mon Feb 26, 2024 2:09 pm
Forum: PitStop Pro
Topic: Acrobat Update 2023.008.20533
Replies: 16
Views: 1082

Re: Acrobat Update 2023.008.20533

JimmyHartington wrote: Mon Feb 26, 2024 1:04 pm
Egon wrote: Mon Feb 26, 2024 12:26 pm when will Enfocus release a stand alone PDF editor so we can throw Acrobat Pro from our workstations?
Do you mean Pitstop Extreme :D
https://www.youtube.com/watch?v=lSiCt0RLWXY
:o Never knew this existed. +1 on bringing back PitStop Extreme
by mkayyyy
Mon Nov 13, 2023 12:40 pm
Forum: Flows
Topic: Switch2Switch or Flow Links?
Replies: 3
Views: 8113

Re: Switch2Switch or Flow Links?

afaik, Switch2Switch uses the Remote Processing API and Flow Links now uses the SendToChannel/SubscribeToChannel scripting methods introduced in Switch 2022 Fall. If you're transferring jobs between flows on the same server it's more beneficial to use Flow Links with it now utilizing the SendToChann...
by mkayyyy
Thu Oct 26, 2023 4:12 pm
Forum: Griffin
Topic: 100 page limit?
Replies: 4
Views: 21569

Re: 100 page limit?

Sounds like a similar restriction to Phoenix's base set up which restricts to 50 / 100 products per project: https://docs.tilialabs.com/phoenix/user ... ducts-plus
by mkayyyy
Fri Aug 18, 2023 1:35 pm
Forum: Node.js scripting
Topic: Using automation to update Scripts within Switch
Replies: 3
Views: 5575

Re: Using automation to update Scripts within Switch

There isn't really a perfect CI/CD pipleline for Switch Scripts that I've found as of yet. What we currently use is the same as what was outlined on this thread and works pretty well for us at the moment: viewtopic.php?p=12389#p12389
by mkayyyy
Fri Jul 14, 2023 12:29 pm
Forum: PitStop Pro
Topic: Are Form XObjects an issue for you?
Replies: 7
Views: 20197

Re: Are Form XObjects an issue for you?

Definitely something we ran into issues with when updating from 2022 update 1 to 2023 relating to the Add bleed action.

I raised it as an issue on the help desk and provided some example files, if you need me to send them over again let me know.
by mkayyyy
Fri Jul 14, 2023 12:18 pm
Forum: Forum Guidelines / Forum Feature requests / Forum Bug reports?
Topic: Discourse
Replies: 7
Views: 19165

Re: Discourse

+1 vote from me
by mkayyyy
Wed Jun 07, 2023 11:33 am
Forum: Flows
Topic: Webhook not being received in Switch
Replies: 8
Views: 6692

Re: Webhook not being received in Switch

Ah you'll also need to change the Path flow element property on the Webhook element just to be "/test" rather than "/scripting/test"
by mkayyyy
Wed Jun 07, 2023 11:03 am
Forum: Flows
Topic: Webhook not being received in Switch
Replies: 8
Views: 6692

Re: Webhook not being received in Switch

I hope it is okay I use this post for another Webhook question. I am just trying to get the hang of webhooks and will make a test locally on the server. But I can not get the webhook to receive any data. Maybe I have misinterpreted how it should work. I have setup a webhook configurator. Set the pa...
by mkayyyy
Fri Jun 02, 2023 12:01 pm
Forum: Node.js scripting
Topic: Private Data not being set
Replies: 5
Views: 6078

Re: Private Data not being set

Ah that makes sense, I remember running into issues with UTF8 BOM whilst writing a script a few years ago. Although I can't remember now how exactly I resolved it haha