EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  calling rpg from egl weird message

    Posted Sat April 21, 2018 03:11 PM

    i have a new test iseries im using for egl testing. when i take an existing project that works on our production box and run it i get the following error. Keep in mind this exact code works on my production box.

    Also, i have a small egl program that just does sql, no rpg calls, and it works fine.

    i cant seem to find any information about this type of error. Im thinking im missing something on the iseries.

    ===============================================================================
    Function: login_validate_user_password
    EGL0150E An error occurred calling the CW000195 program. Error: EGL0089E An class com.ibm.as400.access.ErrorCompletingRequestException AS400Toolbox execution error occurred while calling the CW000195 program on the IBMISERIES system. Error: An error occurred on the system.
    EGL0002I The error occurred in servicepgm processing the login_validate_user_password function.
    EGL0002I The error occurred in servicepgm processing the login_validate_user_password function.

    nick_tn


  • 2.  Re: calling rpg from egl weird message

    Posted Tue April 24, 2018 11:31 AM

    When we call a RPG serviceprogram the two things we do first is:

                ServiceLib.setTCPIPLocation and     sysLib.setRemoteUser .  Do you use these functions too?

     

    Greetings, Jeroen Dielemans
    amITs

    Jerrycan


  • 3.  Re: calling rpg from egl weird message

    Posted Tue April 24, 2018 01:27 PM

    it ended up being a security issue. since it was a test box, i just change security level to 20 (password only) and it worked.

     

    I didnt take the time to figure out what authorities are needed on the iseries. maybe someday :)

    nick_tn