Gen EDGE

 View Only

Gen New & Updated Knowledge Base Articles for February 2025

  • 1.  Gen New & Updated Knowledge Base Articles for February 2025

    Broadcom Employee
    Posted Mar 03, 2025 09:02 PM

    Here is the February list of New & Updated Gen Knowledge Base Articles (February 1 - 28, 2025, US EST).

    PLEASE NOTE:
    The full list of KB articles can be found on the Gen Product page:
    https://support.broadcom.com/group/ecx/productdetails?productName=Gen
    Scroll down to "Knowledge Base Articles" and use "Browse All". Change the default "Sort By Relevance" to "Sort By Created Date". Also at the bottom of the page, you can increase the default value of 10 for "Results per page".
    Another thing to note is there is now a "facet" name "Gen" which covers all 4 Gen product names: Gen, Gen - Host Encyclopedia, Gen - Run Time Distributed, Gen - Workstation Toolset.
    When the above article search results are initially displayed the Product is filtered on the facet Gen but only with the product name Gen i.e.


    Use X on the first "Gen" (facet name) to clear the Product filter and then from left-hand Product list select Gen (facet name):


    That results in the following new Product filter which shows all articles that contain any of the 4 Gen product names:


    The purpose of this article is to document how to enable automatic startup of the Oracle DB and Gen 8.6 Client Server Encyclopedia (CSE) iefmd on Linux at system restart. This document will cover creating the required Linux systemd services to enable....,Configuration 1. Enable automatic start flag for Oracle DB. Edit/create file /etc/oratab and add 1 line: ===== DBCSE:/opt/oracle/product/19c/dbhome_1:Y ===== 2. Create Oracle DB service named oracledb. a. Create file /usr/lib/systemd/system/oracledb.....
    Using the Gen 8.6 Web Service Wizard (WSW) have managed to generate the web service and let the WSW do the compile, assemble etc into a jar file. Where is the documentation, articles etc on the deploy of a successful generated WSW web service?,The Gen 8.6 Web Service Wizard (WSW) techdocs does have this section: Gen™ 8.6 > Developing > Designing > Using the Web Service Wizard > Deploy a Web Service That covers the manual deployment. It is not recommended to use the "Deploy after compile?" ....
    Attempt to perform a model copy on the Gen Host Encyclopedia (HE) failed. The IEF. LOGFILE from the failed copy shows: FROM ID 665145992 IS NOT FOUND IN OBJECT ID XREF TABLE ONLOC = A3PROC ....,Run an Encyclopedia Validate report using the TIEEVAL utility and upload it to Gen Support via a new support case created on the Broadcom Support Portal.
    Upgrading in place and receive return code 1020 from job CEJOB11. ERROR condition was raised Traceback of user routines: Compile Unit Entry Statement CU offset Entry offset Address TIEMSMD 123 +0000190C +0000190C 25FCFB94 1SQL statement follows:....,Run CEJOB10 and then rerun CEJOB11.
    During a Gen 8.6 PTF install an "Access is denied" message is displayed in the Command Prompt launched using "Run as administrator" This happens when installing WKS86200 or WKS86300 and it is not clear if the PTF installed or failed.,In order to assist in debugging the installation of Gen PTFs, both on Windows and Unix/Linux systems, the setup scripts have been enhanced to provide a debug log of the installation. This enhancement behaves similar to a silent installation, in that ....
    Checkout from Gen 8.6 Host Encyclopedia (HE) to Workstation Toolset fails with: Illegal overwrite of Encyclopedia association (o1 570:888, a 1235, 02 614:71648),The object types in the error relate to custom object types created under Window Design when Business System Custom video properties are created for Java Web Generation and assigned as the Video Properties of Window objects: Using the Toolset > Defau....
    Using copy of Gen 8.6 sample model with name samptest.ief. The %Gen86%\Gen\commcfg.properties file has this entry to use EJBRMI for the client/server connection: *=EJBRMI Y samptest Generated and built cooperative Window Manager W900 and Server Manag....,Using the original commcfg.properties file with client and server assembled in the same samptest.ear file the "List > Divisions" call was successful: Also after changing the commcfg.properties file to have this entry and using separate .ear files the....
    The Gen 8.6 CICS Multi Sockets Server Listener (TISRVMSL / TIML) is not working and shows error: TIML TASK=00000186 01/21/2025 21:30:16 LCA NOT FOUND FOR THIS TRANSACTION What does the error mean?,The IBM Sockets Interface keeps a list of listeners (special programs) that use the interface. Each listener has a record called LCA used for communications. When a TIML starts it locates and updates flags in LCA. If TIML does not find it's LCA it p....
    Planning to move Gen application developed for z/OS and COBOL / DB2 to Windows .NET / Oracle (C /Oracle for batch programs) One of the first questions is CHAR vs VARCHAR2 columns in Oracle and how Gen will generate code for them. Most of the model te....,To assist with a mass CHAR to VARCHAR2 conversion, there is a "To VARCHAR2" feature that enables quick conversion of all CHAR format attributes to VARCHAR2. See Edit in Data Structure List. Gen Engineering researched the impact on code generation. Th....
    The Gen runtimes and generated applications make use of a global data area to maintain state information and other data that is essential to the execution of the applications. The Gen developer sometimes wishes to access some of this global data for ....,Table of Contents Class Structure Inline Code Examples Caveats Class Structure The structure of the GlobData class and these other classes is described below. GlobData class Class Getter Method Description StateData getStateData() State information E....
    This is a hub article that collates the list of currently available Gen 8.6 Example and Example Model articles including use of CALL EXTERNAL, INLINE CODE etc.,Gen Example Model : CALL EXTERNAL statement Gen Example Model : INLINE CODE statement for Java Gen Example: Accessing GlobData from Gen Inline Code for Java Gen Example: Accessing GlobData from Gen Inline Code for C# Gen Example : Passphrase and Encr....
    The Gen runtimes and generated applications make use of a global data area to maintain state information and other data that is essential to the execution of the applications. The Gen developer sometimes wishes to access some of this global data for....,Table of Contents Class Structure Inline Code Examples Caveats Class Structure The structure of the GlobData class and these other classes is described below. GlobData class Class Getter Method Description StateData GetStateData() State information E....
    Is it possible to implement J2EE security roles for a Gen 8.6 EJB/EJB Web Service deployed in WebSphere 9.0.5? For deployed Gen EJBs the expected Detail Properties option "Security role to user/group mapping" is not visible/missing, so do Gen EJBs no....,Gen Engineering confirms that there is currently no official support for adding security role information into the ejb-jar.xml descriptor file. The only options would be: Modify the XML descriptor file ejb-jar.xml file within the EAR file to add the ....
    In a Gen EJB/EJB Web Service the Assemble step includes builds the .ear file which contains one or more SERVER_MANAGER.jar files. Inside each SERVER_MANAGER.jar in the META-INF folder there is a file ejb-jar.xml. By default it contains an empty assem....,This can only be achieved via a customization. Gen Support developed the following solution. NOTE: This solution assumes 1 Procedure Step (PStep) per SERVER MANAGER. The provided solution is based on the fact that the ejb-jar.xml file is first create....
    Using the Gen 8.6 CICS Multi Sockets Server Listener (TISRVMSL / TIML) under CICS Multiregion operation (MRO): Should TIML listener be running in CICS TOR (terminal-owning region) or can it also run in AOR (application-owning region)? Should EZACONFI....,It is best for the TIML listener to run in the same CICS region as the Gen server applications that use that TIML. But that may not always be possible because the CICS transaction volume may require the use of multiple CICS regions. In such cases the....
    This article describes how to run a Gen C/DB2 Window Packaged (GUI) application using Windows logon authentication to DB2 instead of the default method which prompts for DB2 login credentials stored in the iefgdic.ini file (see Testing and Running Ap....,Table of Contents Backup the default STUBDB2N.SQC file and make changes Rebuild STUBDB2N.OBJ using STUBDB2N.MAK Rebuild and test application Backup the default STUBDB2N.SQC file and make changes Remove calls to function GDIC and remove line: int ret;....
    Getting an error when attempting to build a GUI windows client using Visual Studio 2015: *** Error: RC.EXE not found in the PATH. *** Contents of the .OUT file are below. === CA Gen Build Tool Compose Copyright (c) 2016 CA. All rights res....,There are 2 possible resolutions, the first being the most prevalent. 1. Visual Studio 2015, 2017 and 2019 (VS2015, VS2017 and VS2019) need the Windows SDK to be installed in order to have the Resource Compiler rc.exe installed and available. The S....
    This technical paper is developed to assist in the manual deployment of Gen 8.6 GUI client applications (32-bit) on Windows. In addition, it also documents the deployment requirements for COM Proxy applications (32-bit and 64-bit).,Follow the instructions in the latest "Gen 8.6 GUI Client and COM Proxy Deployment.docx" attached below.


    ------------------------------
    Lynn Williams
    Senior Principal Support Engineer
    Broadcom Software
    Australia
    ------------------------------