Search found 21 matches

by victor Lukenga
Thu Apr 07, 2016 9:20 am
Forum: Applications
Topic: Files stuck in flows_SOLVED
Replies: 3
Views: 2614

Re: Files stuck in flows_SOLVED

I ve recently moved my switch solution on a mac system I have no longer issues with that for the moment :)
by victor Lukenga
Wed Apr 06, 2016 10:09 am
Forum: Scripting
Topic: alert Popup in Switch client
Replies: 5
Views: 3648

Re: alert Popup in Switch client

Hi Loic

true !! switch client makes me mad sometimes especially when i'm busy on other stuffs

the display alerts is only fired up on switch designer, right ?
by victor Lukenga
Wed Apr 06, 2016 8:55 am
Forum: Scripting
Topic: alert Popup in Switch client
Replies: 5
Views: 3648

Re: alert Popup in Switch client

It would great if switch client had more tweaking possibilities ( even if it's already very powerful) I mean small enhancements like bigger thumbnails or display alerts :) Yes, I do the same thing (display metadata field in 'read only')the email solution can be a good way to notify operators but i t...
by victor Lukenga
Tue Apr 05, 2016 3:39 pm
Forum: Scripting
Topic: alert Popup in Switch client
Replies: 5
Views: 3648

alert Popup in Switch client

hi!

As my title said, is it possible to display an alert within Javascript

I wanted to alert my operators when something is not conform to the order. any clue?
by victor Lukenga
Tue Apr 05, 2016 3:32 pm
Forum: Scripting
Topic: XML From Scratch : SOLVED
Replies: 3
Views: 2277

Re: XML From Scratch // SOLVED

Hello First thanks for your help I manage write a script wich work pretty well based on your help and a script I saw to creat a txt file var dataset = job.getDataset("dataset"); var mymetatadata = dataset.evalToString(/xpath.../); var my2ndmetatadata = dataset.evalToString(/xpath.../); var...
by victor Lukenga
Tue Apr 05, 2016 3:19 pm
Forum: Scripting
Topic: RegExp _ SOLVED
Replies: 4
Views: 2813

Re: RegExp _ SOLVED

your software is pretty cool !

I like to use this site http://regexr.com/ it's very helpful to build and test your regex
by victor Lukenga
Thu Mar 24, 2016 9:43 am
Forum: Scripting
Topic: XML From Scratch : SOLVED
Replies: 3
Views: 2277

XML From Scratch : SOLVED

Hello ! I tried, without success to create an XML from scratch : the Idea is to take an existing dataset, revome unwanted nodes and write new ones based on previous events. here is the production XML: <?xml version="1.0" encoding="ISO-8859-1"?> <order> <productnumber>29733</produ...
by victor Lukenga
Wed Mar 23, 2016 12:40 pm
Forum: Flows
Topic: PitStop Server Takes ages to process files _SOLVED
Replies: 3
Views: 1993

Re: PitStop Server Takes ages to process files :MAD:

Hi Bens Thank you to answer. I think that I figure this out this night : I've set Concurrent processes to 4 in switch ( vs 9 in PSS) now instead seeing job per job I can see 4 lines wich are processed in same time for that 2mb file (rasterized) I also figure out why it takes 605 seconds to process :...
by victor Lukenga
Wed Mar 23, 2016 1:48 am
Forum: Flows
Topic: PitStop Server Takes ages to process files _SOLVED
Replies: 3
Views: 1993

PitStop Server Takes ages to process files _SOLVED

Hi everyone! http://img15.hostingpics.net/pics/277683Capture.png I've got a problem : files are taking long time to process in PSS I don't know why : most of these files are between 2 and 10 mb :evil: :evil: more over all other jobs are stuck any idea ? I have 1 conccurent processor I running switch...
by victor Lukenga
Thu Mar 17, 2016 9:22 am
Forum: Applications
Topic: Files stuck in flows_SOLVED
Replies: 3
Views: 2614

Files stuck in flows_SOLVED

Hi ! I've encountered several problems with some of my flows : Files stuck in flows in auto-managed folders :/ no error is returned I don't have any idea about how to fix this or ""push manually" files to the next step or set a timeout : do you guys already have this type of issue and...
by victor Lukenga
Tue Mar 01, 2016 11:49 am
Forum: Scripting
Topic: RegExp _ SOLVED
Replies: 4
Views: 2813

Re: RegExp

Thank you Loic

I don't know why I didn't think about that ! I feel silly :)

Thank You so much
by victor Lukenga
Mon Feb 29, 2016 4:24 pm
Forum: Scripting
Topic: RegExp _ SOLVED
Replies: 4
Views: 2813

RegExp _ SOLVED

Hi !

I Experiment with RegExp i want to Extract a Hyphen without go in scripting

(0, 0, 314.81677, 114.81682) mm

I want to Extract two element

In the "search" field I typed ([0-9]+.[0-9]) and I get 314.8

but how to extract 114.8 ?

Can you help me ?
by victor Lukenga
Mon Feb 22, 2016 3:23 pm
Forum: Scripting
Topic: Injecting files using a Script_SOLVED
Replies: 14
Views: 9636

Re: /!\ Injecting files using a Scripting

Hi Sander,

Thanks a lot for your help! it works like a charm it was exaclty what I needed!! wonderful forum !! ;) :mrgreen: :mrgreen: :mrgreen: .


thank you again !
by victor Lukenga
Fri Feb 19, 2016 7:04 pm
Forum: Scripting
Topic: Injecting files using a Script_SOLVED
Replies: 14
Views: 9636

Re: /!\ Injecting files using a Scripting

that's great

Ill give a try this week end I will also give you a feedback

Once Again Thank you for your help !
by victor Lukenga
Fri Feb 19, 2016 2:13 pm
Forum: Scripting
Topic: Injecting files using a Script_SOLVED
Replies: 14
Views: 9636

Re: /!\ Injecting files using a Scripting

thank you for your answer :)

I tried to play with Saxon but honestly I don't have experience in XSLT so I didn't understand how to setup Saxon.