Search found 645 matches

by gabrielp
Mon Sep 15, 2014 3:41 pm
Forum: Flows
Topic: Forum buggy
Replies: 7
Views: 7463

Forum buggy

This cookie issue is really annoying. I'm constantly logging in and out so I can reply to stuff.



Also, clicking half of the YAF links on top (members, etc...) produces an error.
by gabrielp
Mon Sep 15, 2014 3:36 pm
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

ArielRauch wrote: the url at the end: 1. should it be http, https or without? 2. Am I right that generally it is on port 8080: http://hppro1-sm1:8080/dpp/jmf/dfe Should be with "http". Per my notes here ( http://jdf.dominick.p.elu.so/manager_usage.php ), it should be "http://[DFE IP]:...
by gabrielp
Mon Sep 15, 2014 3:21 pm
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

ArielRauch wrote: I will try later but I do not know the syntax - can you perhaps send me a shorter request only for testing purposes. curl -X POST -d '<?xml version="1.0" encoding="UTF-8"?><JMF xmlns="http://www.CIP4.org/JDFSchema_1_1" xmlns:xsi="http://www.w3.org...
by gabrielp
Mon Sep 15, 2014 3:09 pm
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

ArielRauch wrote: I downloaded curl.exe command line utility for windows. I let your script create a batch command file with the content of your script and I run it from the command line to avoid problems on the way. It could be that there are differences in the syntax but I checked and the -d optio...
by gabrielp
Mon Sep 15, 2014 3:05 pm
Forum: Flows
Topic: call a (sub) flow and read back result
Replies: 9
Views: 6331

call a (sub) flow and read back result

I wish there was a better/easier way to use flows as functions so you could call out to them within Switch. I know you can assemble and compress them, then uncompress them and pass them into shared hotfolders but it could be much more elegant.
by gabrielp
Mon Sep 15, 2014 3:03 pm
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

ArielRauch wrote: Hi Gabriel, I downloaded curl for windows and adapted the shell script. When running the batch file I receive a syntax error. (unexpected Hmm... are you sure the batch file is giving you the error and not Switch Scripter? Could you copy the fields that are logged when Debug Level i...
by gabrielp
Fri Sep 12, 2014 9:31 pm
Forum: LEGACY scripting
Topic: Frustrating bug
Replies: 3
Views: 4048

Frustrating bug

dkelly wrote: If you are using Switch 12 you have to restart Switch Server to get it pickup script changes. Another problem we have discovered in Switch 12 is importing a flow with scripts will use an existing potentially older script if it's in the same location as the system you exported flow from...
by gabrielp
Fri Sep 12, 2014 5:23 pm
Forum: LEGACY scripting
Topic: Frustrating bug
Replies: 3
Views: 4048

Frustrating bug

I renamed a property value and now Switch is saying: "Requested property value is not defined: 'PrivateDataValue1'; trying to use default value" I renamed PrivateDataValue1 to Value1 and nowhere in my code does it reference PrivateDataValue1. It runs fine in SwitchScripter but errors out i...
by gabrielp
Fri Sep 12, 2014 3:16 pm
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

ArielRauch wrote: I assume you have access to bash as your switch is installed on a mac. Mine is installed on Windows:( I have Switch running on a mac but I do my development on Windows. It is a huge pain in the butt... If you successfully execute a PHP in command line on Windows, I'd really love to...
by gabrielp
Fri Sep 12, 2014 2:09 am
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

Here is a basic example I just whipped up which allows two JMF calls (status and fullStatus): https://github.com/dominickp/SwitchJMF It basically just creates a simple JMF message, then puts that into a bash script which is built to use cURL. cURL POSTs the data to your print device and the response...
by gabrielp
Thu Sep 11, 2014 5:54 am
Forum: Flows
Topic: email
Replies: 4
Views: 5600

email

It definitely goes away when you use an external file with the type set to HTML.
by gabrielp
Thu Sep 11, 2014 5:51 am
Forum: Applications
Topic: Hp indigo dfe - getting feedback
Replies: 45
Views: 251455

Hp indigo dfe - getting feedback

ArielRauch wrote: Hi, Has anyone prepared a solution for getting feedback from the production pro server (dfe) regarding whether a job was successfully printed or not? Thanks Ariel You can use JMF for that. HP has a pretty robust spec. I wrote a basic library in PHP that you can use to query your DF...
by gabrielp
Thu Sep 11, 2014 5:45 am
Forum: LEGACY scripting
Topic: IF statement within an external email file
Replies: 1
Views: 2198

IF statement within an external email file

Hi guys, I have an email with an external HTML file I'm using in a Switch flow. I'd like to say, IF comments is not blank, then include this block. Can this be done? All I can think of is routing to another email configurator if the comments is equal to "" and then send all others to the o...
by gabrielp
Wed Sep 10, 2014 5:08 pm
Forum: Flows
Topic: submit point - default value
Replies: 7
Views: 5163

submit point - default value

ArielRauch wrote: Gabriel: BTW, I forgot to tell that I tried it and does not work neither:) Haha it totally should work. Once something flows into a checkpoint it should keep any metadata/private data with the job and you should be able to use those values in the "Enter metadata" metadata...
by gabrielp
Wed Sep 10, 2014 4:05 pm
Forum: Flows
Topic: submit point - default value
Replies: 7
Views: 5163

submit point - default value

You could probably initialize the file in Switch with a more basic submit point and then have check point which would do what you want.