Search found 12 matches

by dk_jad
Mon Nov 26, 2018 12:29 pm
Forum: Flows
Topic: Detect forgotten jobs
Replies: 2
Views: 3737

Re: Detect forgotten jobs

Yeah, but then the user will have to resubmit the job, right? I will try to loop it through a connection that sends it back into the checkpoint to see if that works, but then I will introduce an extra option for the user in the checkpoint so it's not the optimal solution.
by dk_jad
Fri Nov 23, 2018 11:56 am
Forum: Flows
Topic: Detect forgotten jobs
Replies: 2
Views: 3737

Detect forgotten jobs

Hi, i've tried to figure out a way to detect if a job submitted by submit point and then gets caught in a checkpoint and left there for more than, lets say, 30 minutes and send an email to the user. Anybody did this before? The email thing is simple, but I can't see a simple way to detect how long t...
by dk_jad
Thu Nov 01, 2018 9:54 am
Forum: Flows
Topic: Checkpoint issues
Replies: 9
Views: 8945

Re: Checkpoint issues

Ok, got a bit wiser now. If the job is treated in parallel later on in the flow, an extra instance will appear in the checkpoint. So if I connect the Mail send to be after the Archive Hierarchy it works as intended.
by dk_jad
Wed Oct 31, 2018 11:13 am
Forum: Flows
Topic: Checkpoint issues
Replies: 9
Views: 8945

Re: Checkpoint issues

Put holds on connections and check, if there isn't anywhere where you get two files to checkpoint only because a file goes to two different directions. EDIT: Report is enough for user to view it, no need for data. Ok, good idea. regarding report, user has option to forward pdf to print even with wa...
by dk_jad
Wed Oct 31, 2018 11:04 am
Forum: Flows
Topic: Checkpoint issues
Replies: 9
Views: 8945

Re: Checkpoint issues

It looks like you are sending both the report and job through the same outgoing connection. That's why you get both files to the Check point. I get you, but it only happens 1 in 50 times, but i will try to disable it. I assumed the data with log was needed for the user to view the report in the che...
by dk_jad
Wed Oct 31, 2018 10:17 am
Forum: Flows
Topic: Checkpoint issues
Replies: 9
Views: 8945

Re: Checkpoint issues

Sure!
Skærmbillede 2018-10-31 kl. 09.51.22.jpg
Skærmbillede 2018-10-31 kl. 09.51.22.jpg (108.55 KiB) Viewed 8936 times
by dk_jad
Wed Oct 31, 2018 9:58 am
Forum: Flows
Topic: Checkpoint issues
Replies: 9
Views: 8945

Checkpoint issues

Hi, I've recently implemented a preflight flow where designers upload via submit point, job is preflighted and in case of warning/failures it is sent to a checkpoint. However, i get a lot of reports of jobs appearing duplicated, ie user submits 4 files at once(there is an ungroup job step in the flo...
by dk_jad
Tue Oct 30, 2018 3:15 pm
Forum: PitStop Server
Topic: preflighting within a dieline
Replies: 5
Views: 8034

Re: preflighting within a dieline

Thank you, i actually stumbled across that restriction today looking for something else, but i appreciate the input - i will definitely take a look at it, as it's something we print a lot.
by dk_jad
Fri Oct 12, 2018 9:22 am
Forum: PitStop Server
Topic: preflighting within a dieline
Replies: 5
Views: 8034

preflighting within a dieline

Hi, I'm trying to wrap my head around creating a preflight that doesn't utilize the trimbox, but rather a specific spotcolored line. I'm guessing it can be done with restrictions, but is it possible to check for bleed relative to that line? In preflight setup i can only enter distance relative to tr...
by dk_jad
Mon Oct 08, 2018 4:22 pm
Forum: Flows
Topic: pdf review trial server issues
Replies: 0
Views: 4010

pdf review trial server issues

Hi folks, i get this: Could not contact url 'https://trial-pdfreview.enfocus.com/' every time i try to pass a job. What to do?
by dk_jad
Tue Jul 24, 2018 12:31 pm
Forum: LEGACY scripting
Topic: Merge CSV files in a folder
Replies: 4
Views: 10006

Re: Merge CSV files in a folder

the command prompt approach is really simple and efficient, but only if you dont have headers in each csv file. AFAIK there is a command to strip the first line of a file, but i can't remember it. But if you have a file with only the headers, you could combine the csv's without header first, and the...
by dk_jad
Thu Jun 14, 2018 3:45 pm
Forum: Flows
Topic: Use XML file for lookup
Replies: 0
Views: 4678

Use XML file for lookup

Hi, i'm building a flow were pdf's are submitted from a submit point and jobnumber + other meta is entered. I have an XML output from our economy system with all our job numbers and some basic client info, it's exported every 10 minutes for another third party system anyway. I can't find a way to do...