Search found 11 matches

by gio.cot
Thu Jun 06, 2024 5:44 pm
Forum: RPG IV
Topic: Remove from a string some characters
Replies: 1
Views: 23960

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
by gio.cot
Thu Mar 07, 2024 5:19 pm
Forum: General
Topic: Configuration Kyocera MA 3005 (color)
Replies: 1
Views: 13387

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 advance ...
by gio.cot
Wed Jun 07, 2023 4:37 pm
Forum: General
Topic: Help with SFTP : error “Host key verification failed”
Replies: 4
Views: 18412

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 2017 de...
by gio.cot
Wed Jun 07, 2023 1:43 pm
Forum: General
Topic: Help with SFTP : error “Host key verification failed”
Replies: 4
Views: 18412

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, plea...
by gio.cot
Tue Jun 06, 2023 7:34 pm
Forum: General
Topic: Help with SFTP : error “Host key verification failed”
Replies: 4
Views: 18412

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 “ssh-...
by gio.cot
Fri Aug 12, 2022 10:24 pm
Forum: General
Topic: Using IBM i SMTP Client to relay email to GMail
Replies: 9
Views: 34206

Re: Using IBM i SMTP Client to relay email to GMail

Scott and jonboy many thanks unfortunatly i don't know PHP .. so it is hard for me follow the jonboy example; i tried to search for Nodemailer and i found Scott document at https://www.scottklement.com/presentations/World%20of%20NodeJS%20on%20IBM%20i.pdf. question for Scott: if i follow your example...
by gio.cot
Thu Aug 11, 2022 5:55 pm
Forum: General
Topic: Using IBM i SMTP Client to relay email to GMail
Replies: 9
Views: 34206

Re: Using IBM i SMTP Client to relay email to GMail

Hi Scott
i mean this :
Scott Klement wrote: Wed Aug 10, 2022 9:23 pm Do you mean that Google is letting you use one of their servers as an outgoing SMTP server?
Thanks in advance
by gio.cot
Wed Aug 10, 2022 8:30 pm
Forum: General
Topic: Using IBM i SMTP Client to relay email to GMail
Replies: 9
Views: 34206

Using IBM i SMTP Client to relay email to GMail

Hi all we have an IBM i that run V7r1, and we would need to using to as SMTP Client to relay mail to Gmail; is there any way to do that with open source program ? i found some discussion in the web, but i'm not been able to understand if with V7R1 is possible to do that or not. any suggestion or com...
by gio.cot
Fri Jun 10, 2022 9:17 pm
Forum: YAJL-ILE
Topic: parse error: premature EOF
Replies: 6
Views: 14638

Re: parse error: premature EOF

Hi jonboy49

Attached the json file that we receive as response, invoking a courier web service
let me know if you need more information.
Thanks in advance
Gio
by gio.cot
Fri Jun 10, 2022 7:51 am
Forum: YAJL-ILE
Topic: parse error: premature EOF
Replies: 6
Views: 14638

Re: parse error: premature EOF

Hi jonboy49

i tried also with this :
docNode = yajl_buf_load_tree(%addr(json:*data) :%len(json):errMsg );
but i have the same problem
Thanks