#sponsored TechChannel Solutions Directory spotlight: @freschesolution is a leading provider of application #modernization and management solutions that enable digital transformation for companies that rely on #IBMi. Learn More:

#sponsored TechChannel Solutions Directory spotlight: @freschesolution is a leading provider of application #modernization and management solutions that enable digital transformation for companies that rely on #IBMi. Learn More: techchannel.com/company/Fresch…

– TechChannel SMB (@SMBTechChannel)08:00 – May 20, 2022

12 – How to Customize Chameleon Logon Screen

How the Chameleon Web Development Framework is used to modernize the IBM i, RPG community.

This channel helps IBM i developers to become more proficient in creating browser apps, by presenting step by step instructional videos on how best to use an IBM i Web Development Framework.

We are all about replacing the traditional display files (DSPF) with HTML pages. The Chameleon Framework is a freeware and is available under the standard MIT license, and was built on IBM i for IBM i developers. It provides a comprehensive development environment where RPGLe professionals will be able to create browser apps in matter of minutes.

If you are interested in browser development on IBM I using RPGLe or CPPLe, click on that subscribe button and leave your suggestions in the comments.

* FREE * – Framework to Create Browser Apps on IBM i
Chameleon Web Development Framework for IBM i
http://www.hexache.com/

About
Two Guys, Mike Augel and Joseph Park with top level credentials and decades of IBM i experiences. Mike has global expertise in providing business solutions and Joseph brings forth an in-depth development expertise from the lowest bowels of the IBM i to various modern languages on multiple platforms.

IBM i Modernization, i Series Web Development, AS400 Transformation, RPG Development, IBM I Web Innovation, Web Framework Advancement, AS400 Rejuvenation, IBM I Revolution, I Series Renovation, RPGLe Renewal, DSPF Makeover

Contact
Michael Augel [email protected]
Joseph Park [email protected]

IBM-provided Repositories ODBC Linux Driver Repositories

Today, we’re pushing out something that I’ve been wanting for a long time. We
now have RPM and DEB repositories for Linux available directly from IBM for the
IBM i Access Client Solutions application package, which includes the IBM i
Access ODBC driver. This also includes the latest version of the IBM i Access
ODBC driver, which was released today.

While we have been pushing the IBM i Access ODBC driver as the “One True Way” to
access the database from open source for some time, the biggest hindrance has
been getting it installed. Previously, it was only available from the byzantine
labyrinth that is IBM ESS or from the MRS download site (conventiently
bookmarkable to https://ibm.biz/ibmi-odbc-download). Both of these require
manual steps to log in, agree to the license, download the zip, then extract the
zip and install the package. But Linux distributions have these fancy things
called package managers that can point to remote repositories of packages and
easily extend the distribution’s package list with third-party software. Heck,
even Microsoft provides Linux repositories nowadays, so it’s high time that
IBM does similarly.

With this change, it will be much easier for end users to install the driver on
Linux. It also makes it easier for automation to install the driver as well,
whether that’s Ansible system deployment scripts or Dockerfiles for building
ODBC-based Linux container apps. In addition, it makes updating the driver much
easier too, since the process uses the same upgrade procedure as the rest of the
system packages.

Installing the Repository

The repositories are located under
https://public.dhe.ibm.com/software/ibmi/products/odbc/.

Red Hat-based Distribution Setup

curl https://public.dhe.ibm.com/software/ibmi/products/odbc/rpms/ibmi-acs.repo | sudo tee /etc/yum.repos.d/ibmi-acs.repo

SUSE-based Distribution Setup

curl https://public.dhe.ibm.com/software/ibmi/products/odbc/rpms/ibmi-acs.repo | sudo tee /etc/zypp/repos.d/ibmi-acs.repo

Debian-based and Ubuntu-based Distribution Setup

curl https://public.dhe.ibm.com/software/ibmi/products/odbc/debs/dists/1.1.0/ibmi-acs-1.1.0.list | sudo tee /etc/apt/sources.list.d/ibmi-acs-1.1.0.list

Installing the ODBC driver

Red Hat-based Distribution Installation

sudo dnf install –refresh ibm-iaccess

SUSE-based Distribution Installation

sudo zypper refresh
sudo zypper install ibm-iaccess

Debian-based and Ubuntu-based Distribution Installation

sudo apt update
sudo apt install ibm-iaccess
Verified by MonsterInsights