Search found 14 matches

by bert_vr
Fri Jan 20, 2012 12:02 pm
Forum: Flows
Topic: Login on mailserver fails
Replies: 4
Views: 8063

Login on mailserver fails

Joerg Schober wrote: HI Bert, yes, i try to connect to a exchange server. According your words, this won't work with switch - very sad. The sending of mail via this server works. Please add it to the feature list of version 11. Kind regards, Jörg Jörg, What you CAN do is create a virtual POP3 in you...
by bert_vr
Thu Jan 19, 2012 5:41 pm
Forum: Flows
Topic: Login on mailserver fails
Replies: 4
Views: 8063

Login on mailserver fails

Jörg, Are you trying to connect to Gmail? Then use your Gmail username, which most likely is your email address. If you're trying to do an AD authentication, then you're probably connecting to a exchange mailserver or similar, as far as I know this won't work with Switch. If none of the above, could...
by bert_vr
Tue Jan 17, 2012 10:28 pm
Forum: Flows
Topic: Submit hierarchy without change of modification date?
Replies: 3
Views: 7071

Submit hierarchy without change of modification date?

Thomas, I find it somewhat strange that using auto-managed folders has a different result. The reason could be because Switch is adding a unique prefix to every file when submitting it into the flow. If that shouldnt change the mod date, then you better check this with enfocus support. Bert
by bert_vr
Wed Jan 11, 2012 9:04 am
Forum: Flows
Topic: submitting files with connector
Replies: 5
Views: 9078

submitting files with connector

DotGain, There are several reasons why I asked, because linking PitStop Connectors with Switch gives you more option in order to identify from which Connector the file is coming from. But I should also have asked which flavor of Switch you have at your disposal. So I'll give me two cents on both FTP...
by bert_vr
Tue Jan 10, 2012 1:14 pm
Forum: Flows
Topic: submitting files with connector
Replies: 5
Views: 9078

submitting files with connector

DotGain,



Is there a specific reason why you are using FTP instead of the direct SOAP connection from PitStop Connect to Switch?



cheers,

Bert
by bert_vr
Sun Jan 08, 2012 2:29 pm
Forum: Flows
Topic: Sorting files based on external (non job) text- or XML-file
Replies: 1
Views: 4697

Sorting files based on external (non job) text- or XML-file

Martyn, I see a few possibilities: 1. If you make it an xml file you could use an Inject Job element on the incoming job in other to copy the xml into the flow. After that you can use an xml pickup inorder to make sure the xml is tagged on the actual job. Once it has become a dataset, you can select...
by bert_vr
Wed Jan 04, 2012 9:02 am
Forum: Flows
Topic: FInding what is MISSING in a sequential series
Replies: 4
Views: 8523

FInding what is MISSING in a sequential series

CGXTex, This will not be possible with the out-of-the box features of Switch. What you would need is a script expression (PowerSwitch only) that will scan the range e.g. 1-16, find the ones missing and route them to e.g. Acrobat that will allow you to add 2 empty pages for those that are missing. yo...
by bert_vr
Thu Dec 15, 2011 7:42 am
Forum: Flows
Topic: SwitchClient : returning steps of the flow
Replies: 4
Views: 8013

SwitchClient : returning steps of the flow

PremediaRossel wrote: Hello, I have a PitStop based Flow in PowerSwitch. How can I return information about the position of the job in the flow (pe : like "Input", "PitStop", "Dispatching"). Could I use metadata (readable in the list view in SwitchClient) and how to do ...
by bert_vr
Thu Dec 15, 2011 7:37 am
Forum: Flows
Topic: SwitchClient : Previewing jobs
Replies: 1
Views: 4684

SwitchClient : Previewing jobs

PremediaRossel wrote: Hello, I have a PitStop based Flow in PowerSwitch. With the SwitchClient I have the possibility of previewing the PDF's when they are rejected (with a "submit point"). But is it a way to have the possibility of previewing jobs when the flow is "Terminated" (...
by bert_vr
Wed Dec 14, 2011 8:52 am
Forum: Preflighting
Topic: detecting spot color
Replies: 10
Views: 21004

detecting spot color

I know this is a bit late notice...



If I remember correctly the action 'Select/check spot color' has changed in PitStop 10 update 3 exactly to check if the document doesn't contain a spot color.



bert
by bert_vr
Tue Dec 13, 2011 9:13 am
Forum: Flows
Topic: Put 2 files (same filename / different filename extension) together in a zip file
Replies: 3
Views: 7178

Put 2 files (same filename / different filename extension) together in a zip file

bert_vr wrote: [quote=michaelatwork]Hi everybody, i need some help. This is the situation. Input folder (e.g.): 123.pdf 123.png 456.pdf 456.png (etc.) Now i want 123.pdf/123.png and 456.pdf/456.png, etc. in a zip file. That is the wanted output: 123.zip (contains 123.pdf and 123.png) 456.zip (etc.) ...
by bert_vr
Tue Dec 13, 2011 9:12 am
Forum: Flows
Topic: Put 2 files (same filename / different filename extension) together in a zip file
Replies: 3
Views: 7178

Put 2 files (same filename / different filename extension) together in a zip file

michaelatwork wrote: Hi everybody, i need some help. This is the situation. Input folder (e.g.): 123.pdf 123.png 456.pdf 456.png (etc.) Now i want 123.pdf/123.png and 456.pdf/456.png, etc. in a zip file. That is the wanted output: 123.zip (contains 123.pdf and 123.png) 456.zip (etc.) We use the powe...
by bert_vr
Mon Dec 12, 2011 10:06 pm
Forum: Flows
Topic: Update XMP - change PDF-title fails
Replies: 1
Views: 14903

Update XMP - change PDF-title fails

Joerg Schober wrote: Hi, trying to change the title of a PDF with Update XMP. It fails with the error message: Invalid syntax of xmp path 'dc:title/*[@xml:lang='x-default']' With other metadata (author, keywords) it works fine. Any ideas? Kind regards, Jörg Hi Joerg, Switch can't write to private na...
by bert_vr
Mon Dec 12, 2011 9:09 pm
Forum: Flows
Topic: Renaming Files in FullSwitch
Replies: 2
Views: 6071

Renaming Files in FullSwitch

JohnPCS wrote: How can I trim a filename in FullSwitch? Let's say I want to remove everything before and including an underscore character. I played with attaching [Job.Name:After=_] to the JobState of a folder specifically created for staging the file renames, but that doesn't actually rename the f...