Page 1 of 1
submitting job to batch using HTTPAPI
Posted: Mon Apr 10, 2023 12:04 pm
by erinklanderman
When calling my program interactively which uses HTTPAPI to connect to a URL with an XML request and receives an XML response it is working perfectly, but when the program is submitted to batch it fails. The library list is set correctly. I am getting an error that HTTPAPIR4 does not exist. Do I need to do something different to be able to submit to batch?
Re: submitting job to batch using HTTPAPI
Posted: Mon Apr 10, 2023 8:55 pm
by jonboy49
Is HTTPAPI in the library list for the batch process? If I remember correctly that was the problem that I experienced in the past.
Re: submitting job to batch using HTTPAPI
Posted: Mon Apr 10, 2023 9:31 pm
by Scott Klement
No, there's nothing special -- it just locates the object in the library list (or hard-coded library if you set it up that way) just like any other disk object. No magic here!