Search found 134 matches
- Mon Jun 02, 2025 10:02 am
- Forum: Flows
- Topic: XML file in ISO 8859-13 format suddenly not working
- Replies: 1
- Views: 2534
XML file in ISO 8859-13 format suddenly not working
I have a flow, where the input is an XML file that is picked up by switch. <?xml version="1.0" encoding="ISO-8859-13"?> <!-- created with JavaScript MetaXMLsave --> <orderinfo> <customerID></customerID> <customerPath></customerPath> <orderID></orderID> <model> <modelNo></modelNo>...
- Tue May 27, 2025 6:58 am
- Forum: Switch
- Topic: New illustrator version does not support Windows server
- Replies: 4
- Views: 3367
Re: New illustrator version does not support Windows server
We mainly use it for printing PDFs and runnning a few other custom scriptsmagnussandstrom wrote: ↑Mon May 26, 2025 7:33 pm I don't have an answer to your question, but out of curiosity — what kind of tasks do you typically use Illustrator together with Switch for?
- Mon May 26, 2025 12:40 pm
- Forum: Switch
- Topic: New illustrator version does not support Windows server
- Replies: 4
- Views: 3367
New illustrator version does not support Windows server
From version 29.0, Adobe illustrator does not support any version of windows server anymore. What is the recommended solution here? Information from adobe homepage: Operating system Windows 11 v23H2, v22H2, and v21H2, Windows 10 v22H2 and v21H2 Note: Not supported on Windows 10 versions 1507, 1511, ...
- Mon Oct 21, 2024 11:58 am
- Forum: Applications
- Topic: Inject Wildcard error
- Replies: 1
- Views: 13716
Inject Wildcard error
The following error occurs randomly, few times a day. Could this be connected to the job being saved by the user at the same time switch tries to copy it? Creating job error: Cannot upload job, provided path does not exist Error: Creating job error: Cannot upload job, provided path does not exist at...
- Mon Oct 21, 2024 8:59 am
- Forum: Applications
- Topic: Rename job warning
- Replies: 2
- Views: 19157
Rename job warning
I am getting the following warning for each file that goes through the rename job element:
my settings are the following:
- Thu Sep 19, 2024 8:36 am
- Forum: Flows
- Topic: Archive hierarchy moving files to wrong folder
- Replies: 3
- Views: 6338
Re: Archive hierarchy moving files to wrong folder
3. I tried changing the Job.Hierachy metadata with string replace to fix the address, but it does nothing there. I tried both, dataset and private data options with (\;tb-fp02\;switch)=T: but nothing changed. In this scenario I would add Job.Hierarchy to a Private Data tag than use the app Private ...
- Tue Sep 17, 2024 2:30 pm
- Forum: Flows
- Topic: Archive hierarchy moving files to wrong folder
- Replies: 3
- Views: 6338
Archive hierarchy moving files to wrong folder
I have files coming in, where in the metadata, a link to the location is saved when creating the files by a user. Sometimes the user is using an unc path, and other times they are using a regular file path, e.g.: \\tb-fp02\switch\DO Sample T:\DO Sample I have been using a custom nodejs script to mov...
- Mon Sep 02, 2024 3:05 pm
- Forum: Flows
- Topic: Replace string in hyperlink, new Outlook error
- Replies: 5
- Views: 13149
Re: Replace string in hyperlink, new Outlook error
Have you tried this app? https://www.enfocus.com/en/appstore/product/uri-handler Tried, but had no success, it just displayed the encoded URI as regular text, even though it was inside html tags. Although a solution I found was to use UNC paths in the link. Outlook still displays the link with enco...
- Fri Aug 30, 2024 11:10 am
- Forum: Flows
- Topic: Replace string in hyperlink, new Outlook error
- Replies: 5
- Views: 13149
Re: Replace string in hyperlink, new Outlook error
  is an HTML construct. A space in a URL is encoded as %20, so if you use that in String replace it should work. I am running into some difficulties with this. I am not sure if String Replace does change the spaces or not. When i run the file through String Replace with Private data mode, n...
- Thu Aug 29, 2024 12:57 pm
- Forum: Node.js scripting
- Topic: Unknown error chmod, stat
- Replies: 2
- Views: 15224
Re: Unknown error chmod, stat
hello, is there a specific reason why you want a script to copy the files to a network drive? Copying files (duplicate) is pretty basic using Switch without a script... Not really. I was a beginner in Switch when I started this flow and since the archive hierarchy description sounded not so safe to...
- Tue Aug 27, 2024 7:10 am
- Forum: Node.js scripting
- Topic: Unknown error chmod, stat
- Replies: 2
- Views: 15224
Unknown error chmod, stat
I have a custom nodejs script, that moves files from switch to a local network drive. For a few times i have been getting the following errors: UNKNOWN: unknown error, chmod 'filename.pdf' UNKNOWN: unknown error, stat 'network drive location' In the last error, it doesn't give me a file name, but on...
- Mon Aug 19, 2024 10:28 am
- Forum: Applications
- Topic: Most stable Illustrator version for Switch
- Replies: 1
- Views: 13959
Most stable Illustrator version for Switch
We are planning to update our illustrator version to something newer. Currenty we are running 24.2.1, which is really old, but it almost never crashes or causes any issues. The constant issue with illustrator is that all of the versions have some kind of bugs that crash the program, making work with...
- Mon Apr 22, 2024 8:14 am
- Forum: Flows
- Topic: Rush job not working
- Replies: 3
- Views: 6225
Re: Rush job not working
There is another aspect: the flow starts with Receive from Switch. The Send to Switch and Receive from Switch apps are still written in legacy code and therefore they cannot transfer the Rush setting. I have never tried using rush jobs with the Subflow and/or Flow Links apps, but these are written ...
- Thu Apr 18, 2024 12:53 pm
- Forum: Flows
- Topic: Rush job not working
- Replies: 3
- Views: 6225
Rush job not working
When multiple files are waiting for processing, giving one job the Rush job status does not raise it to the front of the list and still keeps processing jobs in the same queue as they were. See picture for reference. I add rush job to a job in the folder marked 1, so that it would be the first one t...
- Wed Jan 03, 2024 7:17 am
- Forum: Flows
- Topic: Job assembler acting different in same flow
- Replies: 3
- Views: 82345
Re: Job assembler acting different in same flow
Yes, the metadata is created in one xml file, that is then attached to all the files created by the job.magnussandstrom wrote: ↑Thu Dec 21, 2023 1:14 pmHave you double checked that the metadata in all the incoming files says 9?