Plex 2E

  • 1.  Not connect to AS400 and send the error message CPF3C3C.

    Posted Aug 25, 2014 05:56 PM

    Install plex 6.0 on a as400 with OS v6.1, when I want to generate and compile the AS400 does not connect and send the error message CPF3C3C, anyone know how to fix it, I think that with the v6.1 PTF but not which.

     

    I would appreciate your help.

     

     

    Marcelo Naso



  • 2.  Re: Not connect to AS400 and send the error message CPF3C3C.

    Posted Aug 26, 2014 03:53 AM

     

    Hello Marcelo,

    Since you are mentioning OS V6R1, you should first check whether you are using the correct dispatcher version. You do not mention on which IBM I OS the application was running correctly prior to installing it on your V6R1 system but starting with IBM I V5R3, a second dispatcher version was made available because an API used by Plex had been changed to include an additional parameter. There are two versions of this PGM in the Plex600 library. The steps are described on the Plex Getting started manual, just search for V5R3.

     

    Perhaps this can already solve your problem.

    Best regards

     

    Anette-Nicole Jahn

     

    NIIT Germany

     

     

     

     

     



  • 3.  Re: Not connect to AS400 and send the error message CPF3C3C.

    Posted Aug 29, 2014 05:55 PM

    Anette

    Thanks for responding.

    If possible what you say, but what happens is that this plex r6.0 installed on as400 and no version R6.1 or R7.0 version, and also have not found a Getting Started Plex r6.0 for who can help me.

     

     

    Marcelo Naso

     

     

    Santiago - Chile



  • 4.  Re: Not connect to AS400 and send the error message CPF3C3C.

    Posted Sep 01, 2014 03:52 AM

    Hello Marcelo,

     

    I do no longer use Plex 6.0 but I remember that CA once changed the directory structure where the manuals are located.  Anyway, you can find the Getting Started manual or on the Plex CD on the Doc directory, or on your Plex installation directory. There too, you should find the Getting Started manual on the Doc subdirectory. Search for V5R3.  In Plex 6.0, it could also be possible that you can find hints concerning the dispatcher versions directly on the Plex online help taking the Contents tab. You should see a  Getting started chapter, open it and then take the What’s new section.

     

    Best regards

    Anette-Nicole



  • 5.  Re: Not connect to AS400 and send the error message CPF3C3C.
    Best Answer

    Posted Sep 11, 2014 10:44 AM

    Hi all, I've been bothering with plex 6.0 and I've managed to solve the problem of compilation with the as400 v6r0 so, what I did was rename files that are in the folder plex600:

     

    RNMOBJ OBJ (PLEX600 / YOBSYTCP) OBJTYPE (* PGM) NEWOBJ (XOBSYTCP)

    RNMOBJ OBJ (PLEX600 / YOBSYTCP_R) OBJTYPE (* PGM) NEWOBJ (XOBSYTCP_R)

    RNMOBJ OBJ (PLEX600 / YOBSYTCPDP) OBJTYPE (* PGM) NEWOBJ (XOBSYTCPDP)

    RNMOBJ OBJ (PLEX600 / VOBSYTCP) OBJTYPE (* PGM) NEWOBJ (YOBSYTCP)

    RNMOBJ OBJ (PLEX600 / VOBSYTCP_R) OBJTYPE (* PGM) NEWOBJ (YOBSYTCP_R)

    RNMOBJ OBJ (PLEX600 / VOBSYTCPDP) OBJTYPE (* PGM) NEWOBJ (YOBSYTCPDP)

     

    with this you can send to compile the as400.

     

    Thanks