Fiery JDF server
-
- Newbie
- Posts: 19
- Joined: Fri May 03, 2024 8:30 pm
Fiery JDF server
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.
-
- Newbie
- Posts: 19
- Joined: Fri May 03, 2024 8:30 pm
Re: Fiery JDF server
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
Try [job.path]
-
- Newbie
- Posts: 19
- Joined: Fri May 03, 2024 8:30 pm
Re: Fiery JDF server
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
Then there might be a permission issue on the receiving end.
-
- Newbie
- Posts: 19
- Joined: Fri May 03, 2024 8:30 pm
Re: Fiery JDF server
I was using a PUT command and got errors. I switched over to using a POST command and now it goes through.