• The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
Menu
  • The Four Hundred
  • Subscribe
  • Media Kit
  • Contributors
  • About Us
  • Contact
  • Where Infor Is Headed With Its ERPs For IBM i

    November 17, 2025 Alex Woodie

    As the largest provider of IBM i-based ERP systems that isn’t named Oracle or SAP, Infor wields a significant amount of influence over the midrange marketplace. Companies that run XA, LX, and System 21 rely on Infor to keep their ERP systems up-to-date and viable with changing business and technology requirements. To that end, Infor shared some of its roadmap items with the user community during the recent inPOWER 2025 event.

    More than 450 people attended the inPOWER 2025 conference, which took place in late September in Pewaukee, Wisconsin. The event was sponsored by the XA, LX, System 21, and …

    Read more
  • Eradani Uses AI For New EDI And API Service

    May 21, 2025 Alex Woodie

    Eradani this week rolled out a new service aimed at helping customers to accelerate their EDI and API integration projects. What’s unique about its new Managed API and EDI Integration Service offerings is that it uses a large language model (LLM) to essentially take the role of the experienced integration specialist.

    Eradani has been in the data integration business since Dan Magid founded the company in 2018. The Berkeley, California, company sells a tool called Eradani Connect that seeks to eliminate the complexity of data integration challenges involving the IBM i server, and to enable users to connect the IBM …

    Read more
  • IBM i PTF Guide, Volume 26, Number 41

    October 21, 2024 Doug Bidwell

    Don’t get hyper about HIPERs, but there are some issues you need to deal with if you have moved to IBM i 7.5. High Impact / Highly Pervasive (HIPER) Issue Potential undetected data loss can occur on LPARs using NPIV with certain Fibre Channel adapters. Potential undetected data loss can occur on LPARs using NPIV over Fibre Channel adapters with the following Feature Codes:  EN1E/EN1F, EN1G/EN1H, EN1J/EN1K, EN2L/EN2M, and EN2N/EN2P.

    You can read about this HIPER PTF at this link.

    Now, there are also two security vulnerabilities on this week’s To Do list.

    First, we have Security Bulletin: IBM …

    Read more
  • Eradani Taps GenAI for IBM i Integration Boost

    October 9, 2024 Alex Woodie

    Eradani introduced a new product last month that uses the power of generative AI to simplify the development of code for integration projects involving IBM i. The company says the new product, dubbed Eradani Assist, will allow customers to use natural language to tell the product to build specific application and data integrations, and the product will leverage one or more large language models (LLMs) to generate the integration code.

    Eradani calls its flagship product, Eradani Connect, an “integration hub” that manages communication into and out of the IBM i platform. The software supports application and data integration projects that …

    Read more
  • IBM Bolsters Data and App Integration with webMethods, StreamSets Acquisitions

    July 10, 2024 Alex Woodie

    IBM i shops are among the customers that could benefit from IBM’s completion of its acquisition of webMethods and StreamSets, which it announced last week.

    In mid-December, IBM announced an agreement had been reached with Software AG and Silver Lake, the private equity firm that owned a majority of Software AG, to acquire webMethods and StreamSets for €2.13 billion, or $2.32 billion per the conversation rate at the time.

    The two deals significantly bolster IBM offerings in the fields of data and application integration, which are areas of growing concern due to the rising popularity of artificial intelligence and the …

    Read more
  • Guru: Web Concepts For The RPG Developer, Part 2

    June 10, 2024 Chris Ringer

    Hello again! Part 1 of Web Concepts for the RPG Developer was an introduction on how to build components in an HTTP request and I hope you enjoyed it. Part 2 is just a continuation of that vast topic because there is so much to learn. I encourage you to click on the links in this article and explore on your own too.

    JSON

    A web API endpoint may require the data in the body of an HTTP POST request to be constructed as JSON (“jay sahn,” short for JavaScript Object Notation). JSON is formatted text (a string) containing key:value …

    Read more
  • Eradani Lays Waste to API Payload Restrictions

    November 15, 2023 Alex Woodie

    Eradani Connect customers who need to pass large amounts of data to IBM i via external API calls have often been stymied by a built-in restriction in IBM i that limits their payload to a mere 16MB. Those customers will be thrilled that Eradani has launched a new big data connector that smashes those payload restrictions to smithereens.

    Eradani Connect is a packaged application designed to simplify the creation and execution of API calls on IBM i. The software functions as a middleware layer that makes it easy for .NET, JavaScript, and Python developers to get access to the IBM …

    Read more
  • Guru: The Transition From Modern RPG IV To Modern SQL

    October 30, 2023 Bob Cozzi

    Seven or eight years ago I was working with a client who needed more contemporary reporting than provided by the legacy Query/400 product. Initially I looked at Db2 Web Query and realized the documentation was sparse and the tutorials for most things, even “getting started” were virtually non-existent. It was also about four times more expensive than I felt it was worth to a P05 or P10 client. I mentioned the documentation issue to the folks at IBM and they agreed. Some of it was eventually resolved, but not enough in my opinion to get the masses to replace Query/400 …

    Read more
  • What the Latest ALL400s Survey Tells Us About the IBM i Community

    October 18, 2023 Alex Woodie

    What is the most popular development tool in the IBM i community? What technology exists in nearly every shop? What BI tools are in use? And what activities are sitting in the IT backlog’s of IBM i shops? These are some of the questions that ALL400s answered with the latest edition of its IBM i community survey.

    You may have heard about ALL400s as the comprehensive list of IBM i customers around the world. John Rockwell, the Florida man behind ALL400s, does his best to keep the list as updated as possible.

    In addition to the list, Rockwell has put …

    Read more
  • Guru: Generating XML Using SQL – The Easy Way

    September 18, 2023 Bob Cozzi

    There are many verbose methods of generating XML. You can:

    • Write your own RPG code
    • Using a free or third-party API
    • Use SQL iQuery OUTPUT(*XML) option
    • Use the built-in SQL XML functions such as XMLELEMENT

    I’m sure there are others, but these seem to be the most popular.

    For years I had been using the XMLELEMENT approach; a rather verbose set of XML function built into Db2 for i SQL. In fact, SQL iQuery’s OUTPUT(*XML) is based on that feature. It simply regenerates your SQL statement using XMLELEMENT statements for each output column/field name.

    But if you’re using something IBM …

    Read more

Previous Articles

Content archive

  • The Four Hundred
  • Four Hundred Stuff
  • Four Hundred Guru

Recent Posts

  • 2025: An IBM i Year In Review
  • A Tale Of Two Server Markets
  • Guru: CRTSRVPGM Parameters That Can Save or Sink You
  • As I See It: What’s Past is Prologue
  • IBM i PTF Guide, Volume 27, Numbers 49 Through 52
  • Learning And Laughing With Scott Forstie And Tim Rowe
  • IBM’s CEO Says GenAI Is Great For Enterprise, But It Will Not Be AGI
  • Guru: A First Look at Bob, The IBM i Assistant That’s Closer Than You Think
  • Happy Holidays To All Of You From All Of Us
  • IBM i PTF Guide, Volume 27, Number 48

Subscribe

To get news from IT Jungle sent to your inbox every week, subscribe to our newsletter.

Pages

  • About Us
  • Contact
  • Contributors
  • Four Hundred Monitor
  • IBM i PTF Guide
  • Media Kit
  • Subscribe

Search

Copyright © 2025 IT Jungle