Search found 37 matches

by borisCM
Thu Mar 11, 2021 3:26 pm
Forum: Node.js scripting
Topic: switchScriptTool --pack
Replies: 6
Views: 6862

Re: switchScriptTool --pack

switch is not accepting my packed script folders. anyone else had this problem?
am i doing something wrong?

SwitchScriptTool.exe --pack .
creates a .sscript file in the chosen folder, but switch does not accept it.

using switch 2020 fall
by borisCM
Sat Feb 27, 2021 12:05 pm
Forum: Node.js scripting
Topic: Loop through array!
Replies: 3
Views: 4409

Re: Loop through array!

this a simple working example async function jobArrived(s: Switch, flowElement: FlowElement, job: Job) { let numberOfJobs:number = 5 let jobPath:string = await job.get(AccessLevel.ReadOnly); for (let jobs:number = 1; jobs <= numberOfJobs; jobs++){ let childJob:Job = await job.createChild(jobPath); a...
by borisCM
Sat Feb 27, 2021 11:47 am
Forum: Node.js scripting
Topic: Loop through array!
Replies: 3
Views: 4409

Re: Loop through array!

Hi, i have not tested it but i think like this it should work: inside the loop you will need to make child jobs Job.createChild(path: string): Promise<Job> and than also in the loop you will need to set the private data for each child jobs Job.setPrivateData(tag: string, value: string): Promise<void...
by borisCM
Mon Nov 09, 2020 10:13 am
Forum: Applications
Topic: mail send not working anymore since update to 2020 spring
Replies: 1
Views: 4527

Re: mail send not working anymore since update to 2020 spring

i've also created a support ticket

ENF-00163311
by borisCM
Mon Nov 09, 2020 9:52 am
Forum: Applications
Topic: mail send not working anymore since update to 2020 spring
Replies: 1
Views: 4527

mail send not working anymore since update to 2020 spring

Hi, i'm getting smtp errors since the update to switch 2020 spring, anyone else had this problem? we are working with a microsoft exchange mail server. before the update i did not had this issue. Failed to connect to mail server; error message: Password authentication: SMTP protocol error. 535 5.7.3...
by borisCM
Thu Jan 16, 2020 1:39 pm
Forum: Switch
Topic: ftp receive switch fall error
Replies: 4
Views: 5837

Re: ftp receive switch fall error

it is fixed.
it was partially caused by our bulletproof ftp software
by borisCM
Thu Jan 09, 2020 6:30 pm
Forum: Switch
Topic: ftp receive switch fall error
Replies: 4
Views: 5837

Re: ftp receive switch fall error

thanks for the respons. but i'm affraid that didn't work.
they gave me a temporary work arround using the cmd line tool duck.
by borisCM
Tue Jan 07, 2020 4:23 pm
Forum: Switch
Topic: ftp receive switch fall error
Replies: 4
Views: 5837

Re: ftp receive switch fall error

fyi the switch helpdesk was able to reproduce the issue and is trying to fix it.
by borisCM
Mon Jan 06, 2020 3:19 pm
Forum: Switch
Topic: ftp receive switch fall error
Replies: 4
Views: 5837

ftp receive switch fall error

hi i just updated my switch 2019spring to the fall edition and now the ftp receive is not working anymore and it gives downloading errors.
anyone else had that issue?
by borisCM
Wed Oct 09, 2019 3:08 pm
Forum: LEGACY scripting
Topic: search in in subfolders
Replies: 3
Views: 5658

Re: search in in subfolders

Hi,

i fixit it without scripting by the forfiles cmd line tool.
by borisCM
Wed Sep 11, 2019 3:34 pm
Forum: PitStop Server
Topic: check if mediabox = trimbox
Replies: 4
Views: 6566

Re: check if mediabox = trimbox

bumped into some anoying issues, but i think i found a solution. correct me if i'm wrong but 'Check for differences in Page Boxes' doesn't work because the value's you fill in have to match exactly, bigger then the value is also not okay?? don't understand why that is but. anyway after some trial an...
by borisCM
Wed Sep 11, 2019 2:06 pm
Forum: Flows
Topic: Paused HTTP GET (error)
Replies: 6
Views: 7701

Re: Paused HTTP GET (error)

could you share a bad url? so i can do some tests?

kind regards
Boris
by borisCM
Wed Sep 11, 2019 1:44 pm
Forum: PitStop Server
Topic: check if mediabox = trimbox
Replies: 4
Views: 6566

Re: check if mediabox = trimbox

Hi thanks for that!

kind regards
Boris
by borisCM
Tue Sep 10, 2019 1:55 pm
Forum: PitStop Server
Topic: check if mediabox = trimbox
Replies: 4
Views: 6566

check if mediabox = trimbox

Hi all, does any one else have an issue with the page boxes functionalities in pitstop? you can't even check if the trimbox is defined? :cry: the only option is to check the page box layout but who cares about a crop and bleed box?? i only need to know if the trimbox is there and if it smaller or eq...
by borisCM
Fri May 31, 2019 2:42 pm
Forum: LEGACY scripting
Topic: search in in subfolders
Replies: 3
Views: 5658

Re: search in in subfolders

thanks for the response

but is doesn't check the subfolders.
and that is the functionality i'm looking for