Search found 9 matches

by mgallipeau
Tue Apr 23, 2024 1:21 pm
Forum: RPG IV
Topic: MCH3601 unmonitored by HTTPAPIR4
Replies: 7
Views: 306

Re: MCH3601 unmonitored by HTTPAPIR4

Yeah, I have no idea But I didn't get the MCH3601 again.
by mgallipeau
Mon Apr 22, 2024 3:57 pm
Forum: RPG IV
Topic: MCH3601 unmonitored by HTTPAPIR4
Replies: 7
Views: 306

Re: MCH3601 unmonitored by HTTPAPIR4

Hey, everyone. We got it figured out and it looks like it wasn't on my end at all. Thank you for your responses.
by mgallipeau
Mon Apr 22, 2024 1:19 pm
Forum: RPG IV
Topic: MCH3601 unmonitored by HTTPAPIR4
Replies: 7
Views: 306

Re: MCH3601 unmonitored by HTTPAPIR4

Scott, the version in the log says Ver 1.45 released 2021-09-20. vhamberg, there really wasn't any other messages that came out on the job log before that MCH3601. jonboy49, the developer I'm working with on the other side said he tried copying my body and endpoint into Postman and ran it in his Dev...
by mgallipeau
Fri Apr 19, 2024 9:29 pm
Forum: RPG IV
Topic: MCH3601 unmonitored by HTTPAPIR4
Replies: 7
Views: 306

MCH3601 unmonitored by HTTPAPIR4

Would anyone be able to help me understand why I'm getting this error? I didn't really change the program. Just changed the url, bearer token, and tweaked the JSON, but it's valid. The program is blowing up on the following statement: rc = http_req( 'POST' : url : *omit : *omit : *omit : JSONsnd : '...
by mgallipeau
Sun Mar 27, 2022 1:26 am
Forum: YAJL-ILE
Topic: YAJL_OBJECT_FIND with no list to find
Replies: 9
Views: 9273

Re: YAJL_OBJECT_FIND with no list to find

Thanks again, Jon. Greatly appreciate your expertise. I'll definitely be checking out your page in the future. It looks like you've got some great stuff. Is there really a manual or is that a joke? I thought you were serious, but now I'm guessing that was meant to be funny. This is what I had been u...
by mgallipeau
Sat Mar 26, 2022 7:53 pm
Forum: YAJL-ILE
Topic: YAJL_OBJECT_FIND with no list to find
Replies: 9
Views: 9273

Re: YAJL_OBJECT_FIND with no list to find

Thank you for that. With your example, I was able to get it to work that way as well. Can you explain exactly what the num_ fields all do? How does having that before the inner data structure allow the program to function when one of the fields within that inner data structure are not there? Like yo...
by mgallipeau
Sat Mar 26, 2022 5:06 pm
Forum: YAJL-ILE
Topic: YAJL_OBJECT_FIND with no list to find
Replies: 9
Views: 9273

Re: YAJL_OBJECT_FIND with no list to find

I guess I don't really understand then. The documentation seemed to say the data structure had to exactly match and that was the trickiest part of the DATA-INTO. It also seemed to suggest the tree version, though it was trickier to learn and used more memory, was much easier to use, so I'm not sure ...
by mgallipeau
Fri Mar 25, 2022 10:56 pm
Forum: YAJL-ILE
Topic: YAJL_OBJECT_FIND with no list to find
Replies: 9
Views: 9273

Re: YAJL_OBJECT_FIND with no list to find

YES! Thank you! That is so obvious once you point that out. That did the trick. I couldn't get the DATA-INTO to work because they company sending the JSON document couldn't guarantee that the order of the items would come through consistently. What I copied into the initial post was just a snippet o...
by mgallipeau
Fri Mar 25, 2022 9:11 pm
Forum: YAJL-ILE
Topic: YAJL_OBJECT_FIND with no list to find
Replies: 9
Views: 9273

YAJL_OBJECT_FIND with no list to find

I'm completely new to YAJL and completely new to this forum, but I'm trying to use the YAJL tree and am having some issues. I initially tried the DATA-INTO, but discovered that I can't because the incoming data isn't in a consistent format. Here is a snippet of the JSON text: [ { "id": &qu...