15
Wed, May
6 New Articles

Integrating E-RPG with Windows IIS

RPG
Typography
  • Smaller Small Medium Big Bigger
  • Default Helvetica Segoe Georgia Times

One of the more popular technologies in the OS/400 marketplace is commonly referred to as e-RPG, with which you use OS/400 HTTP APIs in an RPG program so that the program can accept standard browser-client input from an HTTP server and return formatted HTML output (including OS/400 data) to a browser client. E-RPG techniques can turn a common RPG IV program into a CGI program that is invoked from an OS/400- based Web site.

E-RPG allows OS/400 programmers to use their native coding skills to integrate business system program logic with their Web sites. The traditional way of using e-RPG involves using your OS/400 V4R3 (or above) machine as both an HTTP server and a CGI server, for delivering RPG output to Web browser clients. Clients pull up an HTML form from an OS/400-based HTTP server instance, fill out the form, and then submit the results to their RPG program through a CGI GET or POST request. The program processes the input against OS/400 data and returns a formatted HTML response to the Web client through the OS/400 HTTP server instance.

This technique is great, but it assumes that you’re using your AS/400 as both your primary Web server (for HTML files and forms) and your CGI server (for RPG programs). The e-RPG technology is always presented as a complete solution that totally resides on your AS/400.

But Is This Reality?

The problem is that many companies want to use e-RPG techniques, but they have no intention of using their AS/400s to deliver standard HTML data to browser clients, for two reasons:
• They already have an HTML Web server in place.
• They don’t want to migrate to the HTTP Server for AS/400 or use two different Web servers for basic Web serving.

What these shops want to do is to combine their current Windows-based HTML Web serving environment with the e-RPG technique for integrating OS/400 data with their Web pages. And, since around 20 to 25 percent of all Web sites are running on a Windows Internet Information Server (IIS) platform, the question arises: Can you use e-RPG techniques to interact with your Windows-based Web site?

Yes, you can. Your OS/400 system can function as a CGI-only server, and your e- RPG programs can be called from a Windows IIS server. It’s easy and quick.


Here’s my road map for setting up an OS/400 CGI-only server that can deliver RPG programs to a Windows IIS server:

1. Set up a new HTTP Server for AS/400 instance on the port of your choice. Don’t set up any “welcome” pages, so that anyone trying to call this instance directly will get an error message. Don’t designate any HTML directories for this instance inside OS/400. Be aware, however, that your AS/400 will still have to be Internet-addressable, so this technique doesn’t sidestep the security issues of putting your AS/400 on the Internet.

2. Set up your e-RPG structure on your AS/400, complete with a separate library for storing your e-RPG programs. Set your directory and file authorities accordingly.

3. In your HTTP server request routing directives, add only the following directives:

Exec /cgibin/* /QSYS.LIB/CGILIB.LIB/*.PGM
%%EBCDIC/MIXED%%
Fail /*

Cgibin is equal to the URL directory that will be sent from your HTML Form Action clause, and CGILIB is equal to the OS/400 e-RPG program library. The Exec directive translates your user’s incoming request to the proper location of your OS/400 RPG program and executes it. The %%EBCDIC/MIXED%% clause in the Exec directive handles EBCDIC-ASCII conversion issues between browsers and your HTTP server instance. The Fail directive tells your HTTP server instance to reject any request that isn’t intended to execute an RPG program.

4. Instead of using your AS/400 to deliver the HTML form that calls the RPG program in the form’s action clause, post your HTML form files and links to your Windows IIS server and modify the action clause in any form tag to call the IP address or domain name of your AS/400 CGI server, along with your cgibin directory name. Here’s an example of what your new form tag could look like:

action=http://ip_address/cgibin/cgiprog>

Once you have your HTML forms set up and your RPG programs written, you can use this technique to return output to a Windows IIS server, where it can be combined with other Windows processing solutions, to enhance your Web pages even more. If you’re calling the RPG program using the CGI GET method and parameters, change the URL to direct the HTTP request to the IP address or domain name of your OS/400 system. For existing IIS servers, this is a great way to take advantage of the power of RPG.

So, when you’re programming using e-RPG techniques, you can easily use this modification to integrate your RPG solutions with Windows IIS and extend this exciting new paradigm to other environments. E-RPG techniques aren’t just for OS/400-based Web servers. They can be integrated with Windows IIS, too.


BLOG COMMENTS POWERED BY DISQUS

LATEST COMMENTS

Support MC Press Online

$0.00 Raised:
$

Book Reviews

Resource Center

  • SB Profound WC 5536 Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application. You can find Part 1 here. In Part 2 of our free Node.js Webinar Series, Brian May teaches you the different tooling options available for writing code, debugging, and using Git for version control. Brian will briefly discuss the different tools available, and demonstrate his preferred setup for Node development on IBM i or any platform. Attend this webinar to learn:

  • SB Profound WP 5539More than ever, there is a demand for IT to deliver innovation. Your IBM i has been an essential part of your business operations for years. However, your organization may struggle to maintain the current system and implement new projects. The thousands of customers we've worked with and surveyed state that expectations regarding the digital footprint and vision of the company are not aligned with the current IT environment.

  • SB HelpSystems ROBOT Generic IBM announced the E1080 servers using the latest Power10 processor in September 2021. The most powerful processor from IBM to date, Power10 is designed to handle the demands of doing business in today’s high-tech atmosphere, including running cloud applications, supporting big data, and managing AI workloads. But what does Power10 mean for your data center? In this recorded webinar, IBMers Dan Sundt and Dylan Boday join IBM Power Champion Tom Huntington for a discussion on why Power10 technology is the right strategic investment if you run IBM i, AIX, or Linux. In this action-packed hour, Tom will share trends from the IBM i and AIX user communities while Dan and Dylan dive into the tech specs for key hardware, including:

  • Magic MarkTRY the one package that solves all your document design and printing challenges on all your platforms. Produce bar code labels, electronic forms, ad hoc reports, and RFID tags – without programming! MarkMagic is the only document design and print solution that combines report writing, WYSIWYG label and forms design, and conditional printing in one integrated product. Make sure your data survives when catastrophe hits. Request your trial now!  Request Now.

  • SB HelpSystems ROBOT GenericForms of ransomware has been around for over 30 years, and with more and more organizations suffering attacks each year, it continues to endure. What has made ransomware such a durable threat and what is the best way to combat it? In order to prevent ransomware, organizations must first understand how it works.

  • SB HelpSystems ROBOT GenericIT security is a top priority for businesses around the world, but most IBM i pros don’t know where to begin—and most cybersecurity experts don’t know IBM i. In this session, Robin Tatam explores the business impact of lax IBM i security, the top vulnerabilities putting IBM i at risk, and the steps you can take to protect your organization. If you’re looking to avoid unexpected downtime or corrupted data, you don’t want to miss this session.

  • SB HelpSystems ROBOT GenericCan you trust all of your users all of the time? A typical end user receives 16 malicious emails each month, but only 17 percent of these phishing campaigns are reported to IT. Once an attack is underway, most organizations won’t discover the breach until six months later. A staggering amount of damage can occur in that time. Despite these risks, 93 percent of organizations are leaving their IBM i systems vulnerable to cybercrime. In this on-demand webinar, IBM i security experts Robin Tatam and Sandi Moore will reveal:

  • FORTRA Disaster protection is vital to every business. Yet, it often consists of patched together procedures that are prone to error. From automatic backups to data encryption to media management, Robot automates the routine (yet often complex) tasks of iSeries backup and recovery, saving you time and money and making the process safer and more reliable. Automate your backups with the Robot Backup and Recovery Solution. Key features include:

  • FORTRAManaging messages on your IBM i can be more than a full-time job if you have to do it manually. Messages need a response and resources must be monitored—often over multiple systems and across platforms. How can you be sure you won’t miss important system events? Automate your message center with the Robot Message Management Solution. Key features include:

  • FORTRAThe thought of printing, distributing, and storing iSeries reports manually may reduce you to tears. Paper and labor costs associated with report generation can spiral out of control. Mountains of paper threaten to swamp your files. Robot automates report bursting, distribution, bundling, and archiving, and offers secure, selective online report viewing. Manage your reports with the Robot Report Management Solution. Key features include:

  • FORTRAFor over 30 years, Robot has been a leader in systems management for IBM i. With batch job creation and scheduling at its core, the Robot Job Scheduling Solution reduces the opportunity for human error and helps you maintain service levels, automating even the biggest, most complex runbooks. Manage your job schedule with the Robot Job Scheduling Solution. Key features include:

  • LANSA Business users want new applications now. Market and regulatory pressures require faster application updates and delivery into production. Your IBM i developers may be approaching retirement, and you see no sure way to fill their positions with experienced developers. In addition, you may be caught between maintaining your existing applications and the uncertainty of moving to something new.

  • LANSAWhen it comes to creating your business applications, there are hundreds of coding platforms and programming languages to choose from. These options range from very complex traditional programming languages to Low-Code platforms where sometimes no traditional coding experience is needed. Download our whitepaper, The Power of Writing Code in a Low-Code Solution, and:

  • LANSASupply Chain is becoming increasingly complex and unpredictable. From raw materials for manufacturing to food supply chains, the journey from source to production to delivery to consumers is marred with inefficiencies, manual processes, shortages, recalls, counterfeits, and scandals. In this webinar, we discuss how:

  • The MC Resource Centers bring you the widest selection of white papers, trial software, and on-demand webcasts for you to choose from. >> Review the list of White Papers, Trial Software or On-Demand Webcast at the MC Press Resource Center. >> Add the items to yru Cart and complet he checkout process and submit

  • Profound Logic Have you been wondering about Node.js? Our free Node.js Webinar Series takes you from total beginner to creating a fully-functional IBM i Node.js business application.

  • SB Profound WC 5536Join us for this hour-long webcast that will explore:

  • Fortra IT managers hoping to find new IBM i talent are discovering that the pool of experienced RPG programmers and operators or administrators with intimate knowledge of the operating system and the applications that run on it is small. This begs the question: How will you manage the platform that supports such a big part of your business? This guide offers strategies and software suggestions to help you plan IT staffing and resources and smooth the transition after your AS/400 talent retires. Read on to learn: