Endevor

  • 1.  Endevor Webhooks Logging

    Posted Jan 09, 2019 09:36 AM

    I'm getting a syntax error on this.  This relates to Endevor Webhooks logging.  When I have only the "ELEMENT LOGGING ON" statement specified all works fine.  I have this stored as a PARMLIB member.  Any ideas?  Thanks!     

     

    ELEMENT LOGGING ON
    TO PATH
    /AE51/Product/ENDEVOR/webhooks/elmlog
    FROM
    ENV ATESTT .
    PACKAGE LOGGING ON
    TO PATH
    /AE51/Product/ENDEVOR/webhooks/pkglog .



  • 2.  Re: Endevor Webhooks Logging

    Broadcom Employee
    Posted Jan 09, 2019 09:40 AM

    Phil,

    This works for me:

    * ELEMENT AND PACKAGE LOGGING
    *
    PAC LOG ON TO PATH
    "/u/users/nfs/Endevor/MFNE/pkg".
    ELE LOG ON TO PATH
    "/u/users/nfs/Endevor/MFNE/elm/"
    *FROM ENV RWRK
    * STA *
    * SYS *
    * SUB *
    *FROM ENV WRK
    * STA *
    * SYS *
    * SUB *
    *FROM ENV DEV
    * STA 2
    * SYS TTUNE*
    * SUB *
    FROM ENV QA
    STA 2
    SYS TTUNE*
    SUB *
    *FROM ENV PRD
    * STA 2
    * SYS TTUN*
    * SUB *
    .



  • 3.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 10:51 AM

    Thanks Bernie, I'll try using quotes:

     

    "/AE51/Product/ENDEVOR/webhooks/pkglog" .



  • 4.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 09:56 AM

    Looks ok, did you create the path "/AE51/Product/ENDEVOR/webhooks/pkglog"?



  • 5.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 10:35 AM

    Hi Ed, I did create the path.  Thanks, Phil



  • 6.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 10:47 AM

    Strange, my syntax is pretty much identical to yours and works ok. 



  • 7.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 10:52 AM

    let me check the syntax error report, i'll post it.



  • 8.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 10:55 AM

    Both Bernie and myself have package logging first in the member if you'd like to try that. Have you also come out of Endevor between changes to the parmlib? 



  • 9.  Re: Endevor Webhooks Logging

    Posted Jan 09, 2019 12:08 PM

    I'll try changing the order Ed, thanks!  I did get out of Endevor and back in after I changed the parm.  Here is the syntax error report:

     

    CA Endevor SCM Version 18.0.12 Copyright (C) 1986-2018 CA. All Rights Reserved. 01/07/19 05:30:49 PAGE 1

    DIAGNOSTICS OUTPUT LISTING

    5:30:49 B1EE011E E2E LOG MEMBER HAS ERRORS - DSN=R2SHWB.NDVPROD.PARMLIB MBR=WEBHOOK  



  • 10.  Re: Endevor Webhooks Logging

    Posted Jan 14, 2019 08:40 AM

    I put the package logging first and put the path names in quotes, that fixed it!  Thanks Bernie & Ed!