Search found 16 matches

by jjacobs207
Mon Apr 29, 2024 8:28 pm
Forum: HTTPAPI
Topic: Identifying CommSSL_Read timeout in RPGLE
Replies: 1
Views: 85

Identifying CommSSL_Read timeout in RPGLE

Identifying CommSSL_Read timeout in RPGLE I've read previous posts and understand the meaning of the error; however, it's a difficult error to replicate at will. I've modified HTTPAPI to return the HTTP Response Status Code from RPGLE HTTPCMDR4. POST example: rc = http_url_post_raw2(...) peRspStsCde...
by jjacobs207
Wed Apr 03, 2024 1:35 pm
Forum: HTTPAPI
Topic: (GSKit) Access to the key database is not allowed (ssl_error 6003)
Replies: 3
Views: 508

Re: (GSKit) Access to the key database is not allowed (ssl_error 6003)

Scott, thank you once again, and I understood what you said. We are not holding the access to nuclear missile silos! :lol: Here's the specific situation, and perhaps based on that you can give me your opinion on best solution: (My take on what little I know and am learning about the certificate stor...
by jjacobs207
Tue Apr 02, 2024 11:07 pm
Forum: HTTPAPI
Topic: (GSKit) Access to the key database is not allowed (ssl_error 6003)
Replies: 3
Views: 508

(GSKit) Access to the key database is not allowed (ssl_error 6003)

(GSKit) Access to the key database is not allowed (ssl_error 6003) I've looked at other forum entries on this topic, and I have read the README accompanying HTTPAPI. However, I still have a specific issue I would like assistance with that's not making sense to me, unless there's more to it than the ...
by jjacobs207
Fri Mar 08, 2024 7:31 pm
Forum: HSSFR4
Topic: Where can I find SK's Articles formerly on System iNetwork?
Replies: 3
Views: 1082

Re: Where can I find SK's Articles formerly on System iNetwork?

I'm going to try searching archive.org for systeminetwork and specify a search type of "Search archived web sites". Maybe I'll get lucky! ;)
by jjacobs207
Fri Mar 08, 2024 2:36 am
Forum: HSSFR4
Topic: Where can I find SK's Articles formerly on System iNetwork?
Replies: 3
Views: 1082

Where can I find SK's Articles formerly on System iNetwork?

Where can I find SK's Articles formerly on System iNetwork? (I've attached a picture of the articles to which I'm referring.) Right now, this question pertains to HSSFR4, but if the articles exist someplace for HTTPAPI, JDBCR4, etc., I'd love to have access to those as well. I know Scott refers to a...
by jjacobs207
Fri Feb 16, 2024 3:54 pm
Forum: JDBCR4
Topic: QRNXUTIL _QRNI_getJNIEnv Pointer not set for location referenced
Replies: 5
Views: 3084

Re: QRNXUTIL _QRNI_getJNIEnv Pointer not set for location referenced

I understand. I might as well change the job's CCSID to 37 to avoid any potential problems.

Thanks, Scott, for your prompt reply.
by jjacobs207
Thu Feb 15, 2024 10:15 pm
Forum: JDBCR4
Topic: QRNXUTIL _QRNI_getJNIEnv Pointer not set for location referenced
Replies: 5
Views: 3084

Re: QRNXUTIL _QRNI_getJNIEnv Pointer not set for location referenced

Scott, Yes, that command-line option is coming from our QIBM_RPG_JAVA_PROPERTIES environment variable. I thought I saw on the internet that unrecognized command-line options would be ignored, so I wasn't concerned about the message. Here's our ENVVAR: '-Djava.version=1.8; -Djava.compiler=NONE; -Djav...
by jjacobs207
Thu Feb 15, 2024 2:48 am
Forum: HTTPAPI
Topic: Customize command to optionally accept strings for DOWNLOAD and UPLOAD
Replies: 8
Views: 8240

Re: Customize command to optionally accept strings for DOWNLOAD and UPLOAD

Scott, I wanted to let you know where I got with modifying the CMD/CPP to fit what I think is most useful for the project I'm working on. I created a new command HTTPAPIC with CPP HTTPCMDR4C, so I could leave your original command as is. HTTPAPIC must be run from an interactive or batch program/modu...
by jjacobs207
Wed Feb 14, 2024 7:12 pm
Forum: JDBCR4
Topic: QRNXUTIL _QRNI_getJNIEnv Pointer not set for location referenced
Replies: 5
Views: 3084

QRNXUTIL _QRNI_getJNIEnv Pointer not set for location referenced

I apologize if this is a newbie question. I've programmed Java on Windows and IBM Unix, but this is my first attempt on the iSeries. I would appreciate any assistance with the following error. Situation: iSeries v7r2m0 RPGLE program using JDBCR4, for now just trying to access local DB2 database tabl...
by jjacobs207
Sat Sep 30, 2023 10:43 pm
Forum: Other ScottKlement.com Tools
Topic: Base64 UTF-8 Decode in RPGLE almost successful
Replies: 3
Views: 7312

Re: Base64 UTF-8 Decode in RPGLE almost successful

Thanks for the explanation, Scott!