Search found 661 matches

by Scott Klement
Wed Aug 04, 2021 9:27 pm
Forum: YAJL-ILE
Topic: Reading Json Data using Data-INTO
Replies: 4
Views: 11169

Re: Reading Json Data using Data-INTO

The JSON has this structure: { data: { ..fields here... }, title: } But the RPG has this structure: data : { ..fields here... title: } So they do not match. Every time you see a { in JSON, you need to have a DCL-DS. Every time you see a }, you need to have an END-DS. I think you want your RPG to loo...
by Scott Klement
Wed Aug 04, 2021 9:19 pm
Forum: YAJL-ILE
Topic: Reading JSON Problem(s)
Replies: 13
Views: 23274

Re: Reading JSON Problem(s)

The names in the RPG have to match the names in the JSON.

The JSON has

Code: Select all

{
  status:
  message:
  interfaceName:
  batchClaimResponse: [
    ... more ...
}
But your RPG has:

Code: Select all

{ 
   status:  (matches)
   message:  (matches)
   interface: (does not match)
   claimResponse: (does not match)
by Scott Klement
Wed Aug 04, 2021 8:27 pm
Forum: FTPAPI
Topic: Does this support SFTP?
Replies: 9
Views: 28839

Re: Does this support SFTP?

By "SFTP", do you mean the FTP-like interface for SSH? If so, that isn't actually FTP, it's just SSH with commands that are similar to FTP. It works really well, though... I'm glad to answer questions about OpenSSH if that's what you're using. But, no, FTPAPI does not support it. There is ...
by Scott Klement
Wed Aug 04, 2021 8:24 pm
Forum: YAJL-ILE
Topic: Reading JSON Problem(s)
Replies: 13
Views: 23274

Re: Reading JSON Problem(s)

YAJLINTO is just a *PGM object that RPG is trying to call. Notice that in your %PARSER it says YAJL/YAJLINTO (uppercase with a library) -- but, in the error it says yajlinto (lowercase without a library) which makes me think you forgot to recompile the program after changing it, or perhaps you're hi...
by Scott Klement
Thu Jul 29, 2021 7:29 pm
Forum: General
Topic: Registration error using Chrome
Replies: 8
Views: 20354

Re: Registration error using Chrome

I was able to register using chrome, with no problems I don't think the problem is related to which browser you use, but rather, relates to which plugins you're running. Since you probably have a "main browser" where you do all your work, it stands to reason that this is where you have yo...
by Scott Klement
Thu Jul 29, 2021 7:25 pm
Forum: HSSFR4
Topic: Apache POI 3.6 - ClassPath error in XSSF mode
Replies: 2
Views: 19572

Re: Apache POI 3.6 - ClassPath error in XSSF mode

Hi Jason,

Everyone is new here, I just opened up these forums yesterday :-)

Can you tell us about the problem you're having? The subject line says you're having a CLASSPATH error. Can you post the full error message?

Thanks!
by Scott Klement
Wed Jul 28, 2021 10:06 pm
Forum: General
Topic: Registration error using Chrome
Replies: 8
Views: 20354

Re: Registration error using Chrome

I changed the message to look like this:
recaptcha_message.png
recaptcha_message.png (8.98 KiB) Viewed 20316 times
It links here:
https://www.scottklement.com/help/recaptcha_errors.html

Hopefully that will help anyone who has problems.
by Scott Klement
Wed Jul 28, 2021 7:16 pm
Forum: General
Topic: Registration error using Chrome
Replies: 8
Views: 20354

Re: Registration error using Chrome

It seems that some other people have had this problem as well, I found this discussion: https://www.phpbb.com/community/viewtopic.php?t=2538586 Apparently it means that the reCAPTCHA v3 validation failed. This can be caused by things like adblockers and popup blockers, etc. That might explain why us...
by Scott Klement
Wed Jul 28, 2021 5:48 pm
Forum: General
Topic: Registration error using Chrome
Replies: 8
Views: 20354

Re: Registration error using Chrome

Strange. I just tried it from Chrome, both using American and British English (I created two new users). It worked without problems for me. I wonder if it's sporadic? If anyone else has a similar problem, please let me know! With regards to the CAPTCHA, there is one -- but, it doesn't make you answe...
by Scott Klement
Wed Jul 28, 2021 3:06 am
Forum: General
Topic: How To Get E-mail Notifications of New Messages
Replies: 0
Views: 50955

How To Get E-mail Notifications of New Messages

Hello! A few people have asked me if its possible for the forum software to notify you when a new message is posted. The answer is YES! To do that, you must: Subscribe to each topic area that you'd like to receive notifications for. Use the User Control Panel to set up your forums account to send yo...