Search found 309 matches

by sander
Fri Jun 20, 2025 10:57 am
Forum: Flows
Topic: Assemble Job stalling out?
Replies: 5
Views: 23977

Re: Assemble Job stalling out?

Benjalyn, Your solution is almost correct. But regarding to the preferences, the "Wait for complete file" only shows when it's full moon outside so you shouldn't use that in production. A better approach is to wait for moonset, switch the header to bearer and check if the bear appears. Whe...
by sander
Mon Apr 14, 2025 10:46 am
Forum: Switch
Topic: Methods for managing saved data
Replies: 1
Views: 9113

Re: Methods for managing saved data

Reverse ask your bot, it already has the answer.
by sander
Fri Apr 04, 2025 10:02 am
Forum: Flows
Topic: Socket Hangup error
Replies: 3
Views: 17676

Re: Socket Hangup error

Hi old colleague :) I’ve seen these socket errors in all sorts of variations and across multiple Switch 2024 Fall servers, so at least you are not alone 8-) Most of the time it’s HTTP request (20.3), but indeed not exclusively; Unknown error Creating job error: socket hang up Unknown error Cannot ch...
by sander
Thu Mar 27, 2025 10:02 am
Forum: Switch
Topic: Photoshop 20.0 app
Replies: 2
Views: 14622

Re: Photoshop 20.0 app

Once I had a likewise Photoshop issue too: it wouldn't start processing. After heavily testing I came to the conclusion there's different behaviour that depends on the way Switch is started. It might help you too:
WhatTheStart.png
WhatTheStart.png (26.69 KiB) Viewed 14253 times
OS: Windows Server 2019 + Adobe Photoshop 2024!
by sander
Mon Mar 03, 2025 5:56 pm
Forum: PitStop Server
Topic: Controlling PitStop Server using Command Line Interface from another Server
Replies: 7
Views: 24195

Re: Controlling PitStop Server using Command Line Interface from another Server

Finally, we get to the problem. I take the command from test 3, which worked, and change the input and output to the J drive, which I already checked in test 2 and proved that CLI can access and write to the mapped share with no issue. However, when I run this command, I get the following error ret...
by sander
Mon Nov 11, 2024 3:49 pm
Forum: Switch
Topic: Powershell arguments
Replies: 2
Views: 12777

Re: Powershell arguments

by sander
Mon Nov 11, 2024 3:29 pm
Forum: Switch
Topic: Switch2Switch
Replies: 8
Views: 28392

Re: Switch2Switch

This settings work for me with HTTPS using a signed certificate.
1.png
1.png (10.58 KiB) Viewed 17640 times
2.png
2.png (17.03 KiB) Viewed 17640 times
3.png
3.png (15.57 KiB) Viewed 17640 times
by sander
Mon Oct 21, 2024 12:54 pm
Forum: Applications
Topic: Inject Wildcard error
Replies: 1
Views: 13833

Re: Inject Wildcard error

I’ve encountered this exact same error with the HTTP request module. Initially, it appeared to occur randomly, but later I found that I could more or less trigger the error under heavy load. It took a while to debug but I got this response: "Apologies for the long delay, but I was told by the d...
by sander
Mon Oct 21, 2024 10:16 am
Forum: Applications
Topic: Rename job warning
Replies: 2
Views: 19449

Re: Rename job warning

Same here. It'll do that with Rename job 12.2 and the Search and Replace option.

It looks like it is a new 'feature' to make the warning log really useless:
renameJob.png
renameJob.png (30.52 KiB) Viewed 19440 times
by sander
Fri Oct 18, 2024 8:59 am
Forum: Node.js scripting
Topic: Here's a script to see all Private Data via the Jobs Pane
Replies: 2
Views: 18568

Re: Here's a script to see all Private Data via the Jobs Pane

That's very creative and really useful! I like it, thanks!

I already noticed: You have to be careful with this if you are clicking folders with a lot of jobs, the load time here will go up tremendously.
by sander
Tue Oct 01, 2024 4:47 pm
Forum: Switch
Topic: Running Powershell scripts
Replies: 7
Views: 19145

Re: Running Powershell scripts

This is my internal powershell example flow/script, it shows all the magic :)
theExample_ps1.png
theExample_ps1.png (184.88 KiB) Viewed 18820 times
by sander
Wed Sep 25, 2024 9:57 am
Forum: Switch
Topic: Running Powershell scripts
Replies: 7
Views: 19145

Re: Running Powershell scripts

With Execute command you can run it like this:
ps1.png
ps1.png (15.44 KiB) Viewed 19118 times
Edit: changed screenshot, makes more sense now :)
by sander
Fri Sep 20, 2024 9:30 am
Forum: Switch
Topic: NOOBIE- Script debugging
Replies: 5
Views: 11971

Re: NOOBIE- Script debugging

So relatable haha :mrgreen:
by sander
Mon Aug 05, 2024 3:23 pm
Forum: Node.js scripting
Topic: Why isn't the getVariableAsString the same in Node.js
Replies: 3
Views: 21684

Re: Why isn't the getVariableAsString the same in Node.js

+ 1 for the Jobs and Stats groups!

My personal priority would be jobs to be implemented first haha :)