Search found 6 matches
lgging
Thanks for the solution. Works like a charm.
lgging
Thank you for your insight. I thought it wasn't possible but didn't think of the extra txt file. Well, I gave it a try function schrijfTXT(tekst){ var a = new File($outfolder+"_error.txt"); a.open('w'); a.writeln(tekst); a.close(); $outfiles.push(a); } The txt is created and filled with co...
lgging
Hi, I was creating a script for Indesign and I was wondering how you could log some things to the message pane in Powerswitch. Logging errors is done like: catch(theError) { $error = theError.description; } Many scripting mistakes does go to the catch method but it only states: %1. That is not a lot...
- Mon Oct 10, 2011 3:27 pm
- Forum: Applications
- Topic: 2 x Powerswitch servers in tandem?
- Replies: 6
- Views: 5992
2 x Powerswitch servers in tandem?
Thanks for the replies. It seems it is not possible in the way I intended. However, file balancing (load balancing) is possible, but not with the suggested flow. We use 'Limagito' (.com for you curious people) as our heavy duty file manager and it does file/load balancing the right way. So eventuall...
- Mon Sep 26, 2011 10:57 am
- Forum: Applications
- Topic: 2 x Powerswitch servers in tandem?
- Replies: 6
- Views: 5992
2 x Powerswitch servers in tandem?
Hi, we have 2 seperate Powerswitch 10.1 servers with a lot of flows. 1 servers is actually the backup of the other. Currently, to optimise things, both servers run one half of the flows. But I was thinking that it would be nicer to have both servers run all flows to reduce workload. That would mean ...
- Thu Apr 28, 2011 12:04 pm
- Forum: Applications
- Topic: Corrects system requirements
- Replies: 1
- Views: 3245
Corrects system requirements
Hello, On the Enfocus website I can not find correct system requirements for the latest builds of Powerswitch (9.3) and Pitstop Server (10.1), or rather incomplete info. Maybe my understanding is not sufficient. For the future release of Powerswitch 10 there isn't any info. Pitstop Server 10.1: Micr...