Search found 78 matches

by cwswitch
Tue Jul 31, 2018 10:25 pm
Forum: Flows
Topic: switch designer cannot start failed to retrieve switch server preferences
Replies: 8
Views: 8526

Re: switch designer cannot start failed to retrieve switch server preferences

Do you know what is crashing Designer? - is it a particular flow?

If you do get it open, go to Preferences and turn on Debugging. You'll then be able to see more from http://127.0.0.1:51088/ that may help you or Enfocus target the issue (edit the filter to show debugging messages)
by cwswitch
Fri Jul 27, 2018 12:27 am
Forum: Flows
Topic: switch designer cannot start failed to retrieve switch server preferences
Replies: 8
Views: 8526

Re: switch designer cannot start failed to retrieve switch server preferences

UPDATE Switch kept on crashing with one particular flow. The flow had run for months before with no issues. I had not made changes, I had only stopped and restarted it. Each time it started, Switch crashed and the preferences became corrupt. For anyone experiences this - the solution was simple in t...
by cwswitch
Wed Jul 25, 2018 1:00 am
Forum: Flows
Topic: switch designer cannot start failed to retrieve switch server preferences
Replies: 8
Views: 8526

Re: switch designer cannot start failed to retrieve switch server preferences

Enfocus support came to the rescue in the end. Here for anyone in the same boat... C:\Users\YOU\AppData\Roaming\Enfocus\Switch Server rename settings folder to old (You'll need to kill both Switch processes "Enfocus Switch" in task manager to allow for this rename) C:\Program Files (x86)\E...
by cwswitch
Sun Jul 22, 2018 11:15 pm
Forum: Flows
Topic: switch designer cannot start failed to retrieve switch server preferences
Replies: 8
Views: 8526

Re: switch designer cannot start failed to retrieve switch server preferences

Thanks. Since writing, i have been unable to launch designer at all. Always receiving the "server preferences" error. Before that I had been able to restart the server and the computer itself a few times to try to rule that out as a problem. It seems like i do have a nasty or corrupt file ...
by cwswitch
Fri Jul 20, 2018 2:49 am
Forum: Flows
Topic: switch designer cannot start failed to retrieve switch server preferences
Replies: 8
Views: 8526

switch designer cannot start failed to retrieve switch server preferences

Most of the time I get the message " switch designer cannot start failed to retrieve switch server preferences " I can see some flows are active and processing from the logs, but some critical flows are not active. Occasionally, Designer will start and I can see the working and non-working...
by cwswitch
Mon May 14, 2018 10:54 pm
Forum: Preflighting
Topic: Not allowing unknown Spots, except some
Replies: 6
Views: 11344

Re: Not allowing unknown Spots, except some

Wow! I'd like to buy you a beer


Out of interest, how did you know to look for "Shading Objects"?

I had been trying to search for "DeviceN", then add a NOT, but it had not worked.
by cwswitch
Mon May 14, 2018 6:20 am
Forum: PDF Creation
Topic: Duplicate Existing Pages to Create a New PDF
Replies: 3
Views: 9276

Re: Duplicate Existing Pages to Create a New PDF

@apietrocini Another option to throw into the mix - I use this method as the "40" can be read from XML so I can split jobs into the number of pages I know I need from the XML for that particular job. Pads are an example. The customer may provide several pages and need them repeating X numb...
by cwswitch
Mon May 14, 2018 2:31 am
Forum: Preflighting
Topic: Not allowing unknown Spots, except some
Replies: 6
Views: 11344

Re: Not allowing unknown Spots, except some

That's great and very easy to edit to my needs. - Thanks you very much!

One thing .. It flags "DeviceN" when present and I'd rather it didn't - example here
by cwswitch
Fri May 11, 2018 5:44 am
Forum: Preflighting
Topic: Not allowing unknown Spots, except some
Replies: 6
Views: 11344

Re: Not allowing unknown Spots, except some

Perhaps this phrases the question more clearly: All normal spot colours + some named spot colours I choose to have = pass Any named spot that is not in the Pantone library, and is not in my white list = fail E.g PANTONE 485 C + EyeCut = pass (because EyeCut is in my white list and I know what to do ...
by cwswitch
Fri May 11, 2018 1:28 am
Forum: Preflighting
Topic: Not allowing unknown Spots, except some
Replies: 6
Views: 11344

Not allowing unknown Spots, except some

Hi, I'd like to achieve this through preflight or an action: Jobs with spot colours = Pass Jobs with unknown colours [knife, cut, don't print, day glo pink, card goes here .... ] = Fail ALTHOUGH.. I'd like to fail every unknown colour a designer could put in their art - without having to form a list...
by cwswitch
Mon Feb 19, 2018 9:17 pm
Forum: PDF Creation
Topic: URL to PDF
Replies: 3
Views: 9990

Re: URL to PDF

Excellent thanks. This had popped up in searches yesterday but I had got distracted with other options - the most promising of which seemed like Chrome Headless. But yes, wkhtmltopdf seems to at least grab the page and make a PDF, which is excellent! Now for the username, password, and all the other...
by cwswitch
Sun Feb 18, 2018 11:48 pm
Forum: PDF Creation
Topic: URL to PDF
Replies: 3
Views: 9990

URL to PDF

Already I can get a job ticket/job bag as a webpage from our MIS. Printing the PDF to the required desktop printer is already solved. What I'm looking to do now is convert that webpage to a PDF so I can print it. I have seen numerous websites that offer this facility, but not the kind of thing I can...
by cwswitch
Mon Feb 05, 2018 10:39 pm
Forum: Applications
Topic: Open program (in my case Acrobat) always minimized
Replies: 3
Views: 7985

Open program (in my case Acrobat) always minimized

A couple of my flows launch Acrobat. If these flows are busy, then Acrobat can launch and close quite frequently. This can really get in my way.

I'm looking for a way to have it launch minimized, or out of the way without focus.
by cwswitch
Wed Jan 17, 2018 10:47 pm
Forum: Imposition
Topic: HP SmartStream Designer Imposition
Replies: 1
Views: 7134

Re: HP SmartStream Designer Imposition

I made machine hotfolders to handle the impos then had Switch prepare the file and drop it in to the relevant hotfolder.
by cwswitch
Wed Nov 29, 2017 11:05 pm
Forum: LEGACY scripting
Topic: Script fails with Failed to make directory
Replies: 3
Views: 5693

Re: Script fails with Failed to make directory

WooHooo

Thanks!

Incase anyone needs to know, you escape all backslashes, so

Code: Select all

\\foo\bar 
becomes

Code: Select all

\\\\foo\\bar