Search found 6 matches

by gracehsu
Tue Sep 12, 2023 3:21 pm
Forum: General
Topic: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?
Replies: 6
Views: 10041

Re: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?

huh; probably a stupid question; is there a way to set it up so that each of these vHosts creates a different job? For example, right I have a bunch of jobs called E2EP, can i have each vhost spawn a separate job using its own job description & library list? Work with Active Jobs K70067CX 09/12/...
by gracehsu
Tue Aug 15, 2023 12:53 pm
Forum: RPG IV
Topic: CSV restored from BLOB cannot be read by program
Replies: 2
Views: 8096

Re: CSV restored from BLOB cannot be read by program

Thanks for the response. I was hoping I missed something. Alas, this process needed to be a BLOB as we store PDF's, graphical images like JPG, GIF, and etc in it. I've added a field to store the OG CCSID & added chgAtr to the de-archive program.
by gracehsu
Wed Aug 09, 2023 12:56 pm
Forum: RPG IV
Topic: CSV restored from BLOB cannot be read by program
Replies: 2
Views: 8096

CSV restored from BLOB cannot be read by program

I think the problem is that the CSV was CCSID 37 when it went in, but when it got restored it's CCSID 65535. At the moment I've got the program changing the CCSID back to 37 when it's a got a CSV or TXT extension... at this point I'm contemplating capturing the CCSID as it goes in so that I know wha...
by gracehsu
Tue Jul 18, 2023 7:58 pm
Forum: General
Topic: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?
Replies: 6
Views: 10041

Re: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?

A follow up question; would the location directive also work if the domain is entirely different? For example, if we have the two clients foo and otherfoo, but also client Bar that wants the website to be seen at www.bar.com, can I do this: SetEnv QIBM_CGI_LIBRARY_LIST "QTEMP;DEMO;PROGRAMLIBS&q...
by gracehsu
Tue Jul 18, 2023 7:01 pm
Forum: General
Topic: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?
Replies: 6
Views: 10041

Re: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?

Thank You! omg; I wasn't even CLOSE to the solution.
by gracehsu
Fri Jul 07, 2023 6:42 pm
Forum: General
Topic: how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?
Replies: 6
Views: 10041

how to dynamically set QIBM_CGI_LIBRARY_LIST in APACHE?

Hello; My client has their system set up so that each of THEIR clients have their own data library list. I was hoping to make it so that the URL tells our system how to figure out the correct library list? I saw that you can re-set environmental variable, like QIBM_CGI_LIBRARY_LIST. So I'm hoping to...