Search found 5 matches

by San_jays
Tue Mar 18, 2025 5:10 pm
Forum: RPG IV
Topic: BASE64 Decode and Blanks
Replies: 2
Views: 23996

Re: BASE64 Decode and Blanks

Thanks @jonboy49. It worked, I was just testing a POC, and I will be -redesigning it!
by San_jays
Mon Mar 17, 2025 7:44 pm
Forum: RPG IV
Topic: BASE64 Decode and Blanks
Replies: 2
Views: 23996

BASE64 Decode and Blanks

Hello,

I am running into an issue with BASE64_DECODE, it is adding leading blanks before the first line. The string 'JVBERi0xLjQKMyAwIG9iago8PC9UeXBlIC9QYQ==' when decoded and written to the IFS directory add 3 extra spaces before the first line.

Any advice here would be great. As the string ...
by San_jays
Tue Dec 17, 2024 4:12 pm
Forum: General
Topic: SSH connection using External Public Key
Replies: 1
Views: 16506

SSH connection using External Public Key

Hi Community,

Thanks for all the information being shared here.

I was provided with a Public key by vendor to set up my IBMi environment to use their SFTP.

-----BEGIN PUBLIC KEY-----
MIIBIjANBgkqhktestingiG9w0BAQEFAAOCAQ8AMIIQWER8TESTin327R92YRO ...
by San_jays
Mon Jul 29, 2024 3:19 pm
Forum: General
Topic: Digital Scale interface to IBMi
Replies: 2
Views: 22092

Re: Digital Scale interface to IBMi

Hi Scott,

Thank you for taking sometime and responding.

The Scale does have TCP connection and it can be enabled with the CP device (That you refer to, from your past working experience) .

So I believe, the best approach is to have an open TCP connection to send() and receive() from the digital ...
by San_jays
Fri Jul 26, 2024 5:24 pm
Forum: General
Topic: Digital Scale interface to IBMi
Replies: 2
Views: 22092

Digital Scale interface to IBMi

Hi Everyone,

This is a general discussion on how to integrate Digital scale with IBMi. The Scale can connect to PC using serial Connection (RS232) or USBA. Is there a way that the Scale can communicate to As400 automatically when its triggered ?

The scale reads and returns the value if \x05(ASCII ...