Search found 11 matches
- Thu Mar 03, 2016 2:31 pm
- Forum: Scripting
- Topic: Trying to create a 6 second delay VBScript
- Replies: 7
- Views: 3494
Re: Trying to create a 6 second delay VBScript
We have 10 jobs coming in all of the same time. I thought the hold configurator would hold all jobs for a period of time then pass it on to the next folder. So if all 10 jobs came in at the same time then they would be passed through to the next folder at the same time. I need to create a 10 second...
- Thu Mar 03, 2016 10:33 am
- Forum: Scripting
- Topic: Trying to create a 6 second delay VBScript
- Replies: 7
- Views: 3494
Re: Trying to create a 6 second delay VBScript
We have 10 jobs coming in all of the same time. I thought the hold configurator would hold all jobs for a period of time then pass it on to the next folder. So if all 10 jobs came in at the same time then they would be passed through to the next folder at the same time. I need to create a 10 second ...
- Wed Mar 02, 2016 4:14 pm
- Forum: Scripting
- Topic: Trying to create a 6 second delay VBScript
- Replies: 7
- Views: 3494
Re: Trying to create a 6 second delay VBScript
I tried that and nothing.. for VBS you don't need the () but thanks anyway
- Wed Mar 02, 2016 12:13 pm
- Forum: Scripting
- Topic: Trying to create a 6 second delay VBScript
- Replies: 7
- Views: 3494
Trying to create a 6 second delay VBScript
Hi I'm trying to create a 6 second delay (in VBScript) before moving a job into the next folder. My Code: Function jobArrived(s, job) job.log 2, "sleeping for 6 seconds..." WScript.Sleep 6000 job.log 2, "6 seconds up" job.sendToSingle(job.getPath()) End Function I have no idea wh...
- Wed Feb 10, 2016 6:18 pm
- Forum: Flows
- Topic: Metadata variable and the After filter
- Replies: 2
- Views: 1374
Re: Metadata variable and the After filter
Hi
Thanks for the info, the only difference between our two posts is that i am having an issue with a back slash and not a forward slash as illustrated in your screenshot. Do you think it could be the back slash that causes the problem?
Many Thanks Dave
Thanks for the info, the only difference between our two posts is that i am having an issue with a back slash and not a forward slash as illustrated in your screenshot. Do you think it could be the back slash that causes the problem?
Many Thanks Dave
- Mon Feb 08, 2016 5:00 pm
- Forum: Flows
- Topic: Metadata variable and the After filter
- Replies: 2
- Views: 1374
Metadata variable and the After filter
Hi I don't know if anybody can help but in a metadata variable i need to isolate a file name from its path location. For example C:\Jobs\FileLoctaion\A4_Poster.pdf- i need to isolate the pdf file name. Currently the way i am trying to do this is to use the 'After' filter where i enter '\FileLoctaion...
- Thu Jan 28, 2016 7:22 pm
- Forum: Flows
- Topic: HP Digital Front End JDF Control Configurator
- Replies: 8
- Views: 2878
Re: HP Digital Front End JDF Control Configurator
Thank you all for your help i have now sorted this.
- Thu Jan 28, 2016 4:17 pm
- Forum: Flows
- Topic: HP Digital Front End JDF Control Configurator
- Replies: 8
- Views: 2878
Re: HP Digital Front End JDF Control Configurator
ah yes it is. Do you know if there is a work around for a mime package?
- Thu Jan 28, 2016 4:02 pm
- Forum: Flows
- Topic: HP Digital Front End JDF Control Configurator
- Replies: 8
- Views: 2878
Re: HP Digital Front End JDF Control Configurator
Hi Both I don't know if you can help but i now get the following message at the new script. 28/01/2016 14:49:27,Error,SwitchScript0,ECP Impo,SwitchScript0,005N8,DO-ECP-00046204 - ECP Fancy A Nibble Flyer - High Wycombe.pdf.mjm,Invalid XML document: C:/Users/david/AppData/Roaming/Enfocus/Switch Serve...
- Thu Jan 28, 2016 2:44 pm
- Forum: Flows
- Topic: HP Digital Front End JDF Control Configurator
- Replies: 8
- Views: 2878
Re: HP Digital Front End JDF Control Configurator
Hi Sander
Thank you i will give this a go.
Many Thanks
Dave
Thank you i will give this a go.
Many Thanks
Dave
- Thu Jan 28, 2016 1:44 pm
- Forum: Flows
- Topic: HP Digital Front End JDF Control Configurator
- Replies: 8
- Views: 2878
HP Digital Front End JDF Control Configurator
I am having a problem whereby when I extract the template name for the 'imposition template' field from my metadata using the single line text with variable defined. I get the following error. Dynamic property 'impositionTemplate' has invalid value 'A4_2up_2pp_YPS' When I enter the value 'A4_2up_2pp...