hi all
until today in our Web Server config, we have insert thsese directives:
ScriptAliasMatch ^/rest/(.*) /QSYS.LIB/MYLIB.LIB/$1.PGM
<Directory /QSYS.LIB/MYLIB.LIB/>
Order allow,deny
Allow from all
SetEnv QIBM_CGI_LIBRARY_LIST "QTEMP;TESTLIB;MYLIB"
</Directory>
doing some test/debug, we have ...
Search found 16 matches
- Thu Feb 19, 2026 11:46 am
- Forum: HTTPAPI
- Topic: HTTP Server config library list
- Replies: 1
- Views: 13691
- Sun Feb 08, 2026 1:25 pm
- Forum: JDBCR4
- Topic: Can I join tables from different databases?
- Replies: 1
- Views: 48363
Can I join tables from different databases?
Hi all
i would need to execute SQL statement (in RPGLE program) that join a IBM i Table with a MySql table that is stored in a external data base (windows server) ...
in your opinion is it possbile ??
Thanks in advance
i would need to execute SQL statement (in RPGLE program) that join a IBM i Table with a MySql table that is stored in a external data base (windows server) ...
in your opinion is it possbile ??
Thanks in advance
- Fri Jan 16, 2026 6:28 pm
- Forum: HTTPAPI
- Topic: Configure Basic Authentication on HTTP SERVER
- Replies: 0
- Views: 39212
Configure Basic Authentication on HTTP SERVER
I have configured an http SERVER and deployed a web service for test; it
works fine.
Now i would like to learn and test how use "Basic Authentication"; can some
one suggest some links how to do that, i found this documet
https://www.itjungle.com/2024/08/12/guru-creating-a-web-service-with-basic-a ...
works fine.
Now i would like to learn and test how use "Basic Authentication"; can some
one suggest some links how to do that, i found this documet
https://www.itjungle.com/2024/08/12/guru-creating-a-web-service-with-basic-a ...
- Thu Jan 15, 2026 9:45 pm
- Forum: YAJL-ILE
- Topic: Invoke WebSrvice with Soap or Postman
- Replies: 1
- Views: 87465
Re: Invoke WebSrvice with Soap or Postman
Hi
solved .. the Json was wrong
in postman i tried with this Json and now it works
Thanks
Gio
solved .. the Json was wrong
in postman i tried with this Json and now it works
Thanks
Gio
- Thu Jan 15, 2026 6:38 pm
- Forum: YAJL-ILE
- Topic: Invoke WebSrvice with Soap or Postman
- Replies: 1
- Views: 87465
Invoke WebSrvice with Soap or Postman
Hi all
i'm try to play with example at page 178 of https://www.scottklement.com/presentations/REST%20APIs%20and%20RPG.pdf;
i configured HTTP Server
i have created a simple progam the try to read a JSON Input Message
dcl-s loaded ind inz(*off);
// dcl-ds cust qualified template;
dcl-ds cust ...
i'm try to play with example at page 178 of https://www.scottklement.com/presentations/REST%20APIs%20and%20RPG.pdf;
i configured HTTP Server
i have created a simple progam the try to read a JSON Input Message
dcl-s loaded ind inz(*off);
// dcl-ds cust qualified template;
dcl-ds cust ...
- Thu Jun 06, 2024 5:44 pm
- Forum: RPG IV
- Topic: Remove from a string some characters
- Replies: 1
- Views: 98525
Remove from a string some characters
Hi all
I'm looking for a way to remove from a string some characters : Ex.
String = "A.b-,c%d'" i would be get "Abcd"
Thanks in advance
Gio
I'm looking for a way to remove from a string some characters : Ex.
String = "A.b-,c%d'" i would be get "Abcd"
Thanks in advance
Gio
- Thu Mar 07, 2024 5:19 pm
- Forum: General
- Topic: Configuration Kyocera MA 3005 (color)
- Replies: 1
- Views: 16893
Configuration Kyocera MA 3005 (color)
Hi all
I need to configure Kyocera MA 3005 IBM to print with Colored overlay ;
below the configuration that with Blank and withe Overlay works; instead with Colored overlay i receive CPF3397 and the writer ends
Can some help to configure so that also with Colored overlay it works?
Thanks in ...
I need to configure Kyocera MA 3005 IBM to print with Colored overlay ;
below the configuration that with Blank and withe Overlay works; instead with Colored overlay i receive CPF3397 and the writer ends
Can some help to configure so that also with Colored overlay it works?
Thanks in ...
- Wed Jun 07, 2023 4:37 pm
- Forum: General
- Topic: Help with SFTP : error “Host key verification failed”
- Replies: 4
- Views: 24590
Re: Help with SFTP : error “Host key verification failed”
Hi Scott
below a new log ..
i don't understand why i find :
debug1: identity file /home/USER/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
when if i run wrklnk '/home/user' i see this:
Immagine.png
$
sftp -vvv myuser@sftp.SFTPSRV.it
OpenSSH_6.9p1, OpenSSL 1.0.2n 7 Dec ...
below a new log ..
i don't understand why i find :
debug1: identity file /home/USER/.ssh/id_rsa type 1
debug1: key_load_public: No such file or directory
when if i run wrklnk '/home/user' i see this:
Immagine.png
$
sftp -vvv myuser@sftp.SFTPSRV.it
OpenSSH_6.9p1, OpenSSL 1.0.2n 7 Dec ...
- Wed Jun 07, 2023 1:43 pm
- Forum: General
- Topic: Help with SFTP : error “Host key verification failed”
- Replies: 4
- Views: 24590
Re: Help with SFTP : error “Host key verification failed”
Hi all
I have taken a step forward … running “ ssh myuser@sftp.SFTPSRV.COM”, i was able to create the file known_hosts with the information relative to sftp.SFTPSRV.COM; after that if i try to run “sftp myuser@sftp.SFTPSRV.COM” i receive :
Permission denied, please try again.
Permission denied ...
I have taken a step forward … running “ ssh myuser@sftp.SFTPSRV.COM”, i was able to create the file known_hosts with the information relative to sftp.SFTPSRV.COM; after that if i try to run “sftp myuser@sftp.SFTPSRV.COM” i receive :
Permission denied, please try again.
Permission denied ...
- Tue Jun 06, 2023 7:34 pm
- Forum: General
- Topic: Help with SFTP : error “Host key verification failed”
- Replies: 4
- Views: 24590
Help with SFTP : error “Host key verification failed”
Hi All
I’m try to connect via SFTP to a supplier’s server , but I receive the error “Host key verification failed” ;
The supplier told me that “..doing connection tests with your user , the problem described does not occur, there are no keys activated on the server side ..”
I tryed also to run ...
I’m try to connect via SFTP to a supplier’s server , but I receive the error “Host key verification failed” ;
The supplier told me that “..doing connection tests with your user , the problem described does not occur, there are no keys activated on the server side ..”
I tryed also to run ...