Page 1 of 1
Fiery JDF server
Posted: Mon Jul 08, 2024 10:13 pm
by KingSwitcher
How can I submit JDFs to my Fiery JDF server? I know the URL but I'm unsure what flow element or configurator to use.
Re: Fiery JDF server
Posted: Mon Jul 08, 2024 11:16 pm
by jan_suhr
Http request
Re: Fiery JDF server
Posted: Tue Jul 09, 2024 3:52 pm
by KingSwitcher
Trying HTTP request and PUT method but I keep getting this error: "Dynamic property 'theAttachedFile' has invalid value '96541_0001.jdf'"
Re: Fiery JDF server
Posted: Tue Jul 09, 2024 3:59 pm
by jan_suhr
Try [job.path]
Re: Fiery JDF server
Posted: Tue Jul 09, 2024 5:13 pm
by KingSwitcher
Using [job.path] and now I get the following error: "The HTTP request tool failed to connect to the server or the connection was interrupted"
Re: Fiery JDF server
Posted: Tue Jul 09, 2024 5:33 pm
by jan_suhr
Then there might be a permission issue on the receiving end.
Re: Fiery JDF server
Posted: Tue Jul 09, 2024 8:20 pm
by KingSwitcher
I was using a PUT command and got errors. I switched over to using a POST command and now it goes through.