Search found 138 matches
- Tue Nov 11, 2025 12:47 pm
- Forum: Switch
- Topic: Switch 25.07 Update
- Replies: 3
- Views: 2023
Re: Switch 25.07 Update
Hello Robert, We have nearly 200 Switch users that performed the 25.07 upgrade. The experiences have been twofold. A lot of these users are working fine and are seeing great improvements in the stability, we've heard from several users and noticed during the beta cycle a great reduction in Socket h...
- Mon Oct 20, 2025 12:16 pm
- Forum: Flows
- Topic: Archive hierarchy moving files to wrong folder
- Replies: 4
- Views: 7435
Re: Archive hierarchy moving files to wrong folder
Sorry, I'm not sure I understand your workflow and problem. When you say: I have files coming in, where in the metadata, a link to the location is saved when creating the files by a user. 1. How is this achieved? How are the files "coming in" and in what metadata are the location path sto...
- Mon Jul 07, 2025 8:23 am
- Forum: Flows
- Topic: XML file in ISO 8859-13 format suddenly not working
- Replies: 2
- Views: 9747
Re: XML file in ISO 8859-13 format suddenly not working
The issue seemed to be in the computers that generated the XML files, not in the server. After changing their Administrative language settings, the XMLs started working correctly.
- Wed Jun 25, 2025 7:22 am
- Forum: Switch
- Topic: New illustrator version does not support Windows server
- Replies: 5
- Views: 8798
Re: New illustrator version does not support Windows server
Just for context, we generate all our PDFs ourselves, there is no external input from customers. We use Switch as a central PDF generation tool for all our designers.
- Mon Jun 02, 2025 10:02 am
- Forum: Flows
- Topic: XML file in ISO 8859-13 format suddenly not working
- Replies: 2
- Views: 9747
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: 5
- Views: 8798
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: 5
- Views: 8798
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: 16654
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: 22867
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: 4
- Views: 7435
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: 4
- Views: 7435
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: 18886
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: 18886
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: 17834
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: 17834
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...