Search found 365 matches

by LasseThid
Fri Mar 01, 2019 2:20 pm
Forum: Applications
Topic: Switch 18 u3 on Windows 10 (1809)
Replies: 3
Views: 9276

Switch 18 u3 on Windows 10 (1809)

Anyone out there running Switch 18 u3 on Windows 10 (1809)? We're in the progress of migrating from Mac OS X to Windows 10, but the program is becoming unresponsive every 5 to 10 seconds on the windows machine. Don't know if it's due to running on a virtual machine or if it's a compatibility issue. ...
by LasseThid
Thu Feb 28, 2019 4:45 pm
Forum: Flows
Topic: Network paths (Switch on Windows)
Replies: 4
Views: 11378

Re: Network paths (Switch on Windows)

Thanks for the information! :lol:
by LasseThid
Thu Feb 28, 2019 3:58 pm
Forum: Flows
Topic: Network paths (Switch on Windows)
Replies: 4
Views: 11378

Network paths (Switch on Windows)

If you want to point to a folder on a different server than the Switchserver do you have to use Inline value and enter the path as //ip-adress/share/folder? I mapped all servers as network drives and chose X:/folder, but Switch doesn't seem to like that... :lol:
by LasseThid
Mon Feb 25, 2019 1:55 pm
Forum: Flows
Topic: XML Pickup does not pick up on random jobs...
Replies: 8
Views: 13529

Re: XML Pickup does not pick up on random jobs...

OK, good to know... I've always added a Job dismantler in my flows thinking they are needed in these cases...
by LasseThid
Mon Feb 25, 2019 12:23 pm
Forum: Flows
Topic: XML Pickup does not pick up on random jobs...
Replies: 8
Views: 13529

Re: XML Pickup does not pick up on random jobs...

I think you need to put a Job dismantler between the 7z_unpacked folder and the All unpacked folder as the unpacked jobs are folders not pdf files and the XML pickup is looking for a pdf and a matching xml file.
by LasseThid
Mon Feb 25, 2019 12:16 pm
Forum: LEGACY scripting
Topic: JavaScript-getting original PDF info/path
Replies: 2
Views: 5741

Re: JavaScript-getting original PDF info/path

If you're trying to find out which folder the pdf was originally in before it was moved to the Main Folder, I doubt you will be able to find that info in Switch. Hopefully I'm wrong, but it would surprise me if you can find it.
by LasseThid
Sun Feb 24, 2019 8:11 am
Forum: Switch
Topic: Complete condition on a Time of Day
Replies: 1
Views: 4822

Re: Complete condition on a Time of Day

You could place a Hold job in front of the assemble job with a release condition set to 14:00 pm, but that would hold all files until 14:00 pm, which means you would have to have another check in front of the hold that will release completed jobs a different route... Something like this: Skärmavbild...
by LasseThid
Wed Feb 20, 2019 12:57 pm
Forum: Flows
Topic: Use a "database" without using the database module
Replies: 2
Views: 3430

Re: Use a "database" without using the database module

LOL freddyp!!!

One of these days I may actually remember to check the Appstore before posting.... :lol: :lol: :lol:
by LasseThid
Mon Feb 18, 2019 7:44 pm
Forum: Flows
Topic: Use a "database" without using the database module
Replies: 2
Views: 3430

Use a "database" without using the database module

Is it possible to somehow create a "database" containing the names of the printers, which stocks are available for each printer and which profile to use for each stock on that printer in a document like a text file, xml file or whatever and then have Switch read that document and return th...
by LasseThid
Mon Feb 11, 2019 12:07 pm
Forum: Preflighting
Topic: Reporting Low Res Image's
Replies: 4
Views: 12941

Re: Reporting Low Res Image's

Apparently you can create a custom preflight report, but I don't know if that will let you sort the information in the way you would like.

https://www.enfocus.com/manuals/Extra/C ... mplate.pdf
by LasseThid
Thu Feb 07, 2019 4:07 pm
Forum: Flows
Topic: Add fixed length numerical value as Private Data or suffix
Replies: 6
Views: 9802

Re: Add fixed length numerical value as Private Data or suffix

Thanks Arthur. Since I would need three different Rename job anyways I might as well stay with the ones I set up. In order to get Merge PDF to place the pdf's in the correct order I decided to change the file names to be only order number followed by position. The file names are irrelevant anyway. N...
by LasseThid
Thu Feb 07, 2019 1:33 pm
Forum: Flows
Topic: Add fixed length numerical value as Private Data or suffix
Replies: 6
Views: 9802

Re: Add fixed length numerical value as Private Data or suffix

It's the last number that is the suffix. I'd like the file name to be P123456_1_flying-elephant-100x70-001.pdf As I'm having problems getting the files merged in the correct order it may be that I have to have the file name with the position number after the ourder number instead, i.e. P123456_001_f...
by LasseThid
Thu Feb 07, 2019 12:23 pm
Forum: Flows
Topic: Add fixed length numerical value as Private Data or suffix
Replies: 6
Views: 9802

Re: Add fixed length numerical value as Private Data or suffix

Thanks Arthur. Will that work with a file name looking like this? P123456_1_flying-elephant-100x70-1.pdf I solved it by using three different Rename job and branching them higher than 99, lower than 100 AND higher than 9 and lower then 10 and then adding no, one or two zeros before the position numb...
by LasseThid
Thu Feb 07, 2019 10:00 am
Forum: Flows
Topic: Add fixed length numerical value as Private Data or suffix
Replies: 6
Views: 9802

Add fixed length numerical value as Private Data or suffix

I have a flow where I need to pick up files from an archive and assemble them in the order they are in the csv file provided by the customer. I get the position from the name of the xml created by CSV2XML and add that to the file name by adding it as a suffix to the file name. However, when I do the...
by LasseThid
Wed Feb 06, 2019 5:18 pm
Forum: Flows
Topic: Number of records in a csv file
Replies: 2
Views: 3236

Re: Number of records in a csv file

LOL....

Thanks Freddy!