Search found 122 matches

by PdFUser5000
Mon Sep 28, 2020 2:16 pm
Forum: Flows
Topic: Using multiple checkpoints via email in flows
Replies: 2
Views: 3285

Using multiple checkpoints via email in flows

When using multiple checkpoint via email elements, I sometimes get this error from another checkpoint via email element, to which i have not sent data at that moment: Failed to receive message; error message: x0033 NO Some of the requested messages no longer exist. Does this occur because I use the ...
by PdFUser5000
Wed Sep 09, 2020 7:55 am
Forum: Flows
Topic: variable builder random characters
Replies: 2
Views: 3362

variable builder random characters

My templates always end with two characters which are not available in metadata. They differ from order to order.

Is it possible to insert this into the variable builder? eg [Job.NameProper]--[two random characters]
by PdFUser5000
Tue Aug 25, 2020 8:41 am
Forum: Applications
Topic: Checkpoint via email error
Replies: 0
Views: 8377

Checkpoint via email error

Hi when receiving messages, on some jobs i get the following warning: Failed to receive message; error message: x0035 NO The specified message set is invalid. After a second or third email check the job goes through without this error. Some jobs don't output this error at all. Why? I am using the sa...
by PdFUser5000
Mon Aug 17, 2020 11:28 am
Forum: Flows
Topic: Flow definition is corrupt: several flow objects have the same internal ID
Replies: 3
Views: 29096

Flow definition is corrupt: several flow objects have the same internal ID

After making some modifications to my flow, i get the following error through the console: Flow definition is corrupt: several flow objects have the same internal ID

What does it mean and how can i find the ID-s to fix the problem?
by PdFUser5000
Mon Aug 17, 2020 7:57 am
Forum: Appstore
Topic: Beta testers requested for new "Flow Links" app
Replies: 14
Views: 29366

Re: Beta testers requested for new "Flow Links" app

Sample flows not available in appstore, although the documentation says they are available?
by PdFUser5000
Fri Aug 14, 2020 7:49 am
Forum: Applications
Topic: Portals give warnings
Replies: 2
Views: 4883

Portals give warnings

Everytime something moves through portals, console logs the following warnings. The amount of files moved does not affect the amount of warnings. Is this something i should be worried about? The portals work as intented. Or should i consider using an alternative app for this? Portals scope is Program.
by PdFUser5000
Mon Aug 10, 2020 11:31 am
Forum: LEGACY scripting
Topic: Illustrator script error sometimes not defined
Replies: 3
Views: 4684

Re: Illustrator script error sometimes not defined

Granted, the documentation does not specify it specifically, but it seems logical that the content of $error has to be a string: $error = "error"; and on the next line it has to be $doc instead of doc. $status = "error"; should be correct then? not $error = "error"; ,b...
by PdFUser5000
Mon Aug 10, 2020 7:37 am
Forum: LEGACY scripting
Topic: Illustrator script error sometimes not defined
Replies: 3
Views: 4684

Illustrator script error sometimes not defined

This is my error reporting code. Sometimes i get the error: Adobe Illustrator: Error 2: error is undefined. Line: 270 -> $status = error; I can get pass this by temporary adding var error into catch (e). But after awhile when i delete it the script starts working correctly again. Why is this happeni...
by PdFUser5000
Fri Aug 07, 2020 11:22 am
Forum: PitStop Server
Topic: Preflight to check if specific spot color exists
Replies: 2
Views: 5815

Re: Preflight to check if specific spot color exists

Is it possible to do this with 2 groups of spot colors, so that i could sort them by used colors later in switch?
by PdFUser5000
Thu Jul 02, 2020 10:04 am
Forum: Switch
Topic: Stopping flows/Force Quit not working
Replies: 2
Views: 4180

Re: Stopping flows/Force Quit not working

Firstly: when you are using the Adobe configurators in Switch on Windows, then Switch will only be able to connect to them when Switch starts them. When you start the Adobe applications manually, then Switch won't be able to connect and the task will keep on running endlessly. When the issue happen...
by PdFUser5000
Wed Jul 01, 2020 10:36 am
Forum: Switch
Topic: Stopping flows/Force Quit not working
Replies: 2
Views: 4180

Stopping flows/Force Quit not working

Sometimes when trying to stop flows i get the following error: Some jobs are being processed in the flow 'My flow'; the flow will be stopped as soon as they completed After this the flow just freezes. When i try to stop the server, i get the Force Quit option, but it does not work. When i click Forc...
by PdFUser5000
Fri Jun 26, 2020 2:19 pm
Forum: Flows
Topic: Updating file triggers flow
Replies: 2
Views: 4174

Re: Updating file triggers flow

I think you should make your Illustrator input as a Submit Hierarchy. As you mention, set "Ignore updates: No" and "Leave originals in place: Yes". This way you will only get a copy of an Illustrator file each time there is an update or a new file. Use the copy of the AI file to...
by PdFUser5000
Thu Jun 25, 2020 7:48 am
Forum: Imposition
Topic: Tilia Phoenix HTTP Error
Replies: 2
Views: 9477

Tilia Phoenix HTTP Error

When using Phoenix with Switch, i get the following error:

HTTP GET request error: HTTP protocol error

Nothing is broken, but i get this every time a nesting operation starts. Is this a server side problem?
by PdFUser5000
Mon Jun 22, 2020 10:59 am
Forum: Flows
Topic: Updating file triggers flow
Replies: 2
Views: 4174

Updating file triggers flow

Hello I am not sure if this is even possible, but i thought i'd still ask. I have illustrator files that are linked to Photoshop files. I need the flow to trigger when the illustrator files are updated. The flow updates all links in photoshop and exports jpgs via script. I am having trouble with tri...
by PdFUser5000
Thu Jun 18, 2020 1:04 pm
Forum: PitStop Server
Topic: Split PDF layers
Replies: 5
Views: 6647

Re: Split PDF layers

Do you want to merge them so each layer becomes a individual page, or overlay them so they are combined to make one page? The overlay pdf action in PitStop 2020 might be useful if the latter. Each PDF consists of X amount of pages(always the same). They have to be combined to one single pdf with th...