Endevor

 View Only
  • 1.  CIUU900E

    Posted 22 days ago

    Hope someone can point me in the right direction.  Recently someone else made some changes to our system so that it requires filling in whether an element has AI in it or not.  I don't know what they've done, but now that I'm trying to edit things in quick edit, it won't let me do that.  The first problem is when I tried to edit an element through QE and I got a 'User Exit Aborted Req' . Not sure what that means??  I don't know what exist they are talking about, but I assume it's a before action or something like that.  The second problem is when I tried to Edit a long-named element in QE and I got a *C!UU900E' message and 'Approval Required' at the top.  We use RACF, but I'm at a loss as to how the "Approval Request' is relevant, you can't attach and approver group to an element, and I checked the Env/sys, etc.  I assume this is also somehow part of an exit,  I also am not sure why these 2 issues got different message when I was trying to edit something in QE in both instances.  If anyone can shed any light on this, I'd really appreciate it.



    ------------------------------
    Felicity
    ------------------------------


  • 2.  RE: CIUU900E

    Broadcom Employee
    Posted 22 days ago
    Hi Felicity,

    1st issue sounds like exit2. You can verify exit2 (or whichever exit) by
    adding an extra DD statement to a batch action (any action, like a generate
    on a copybook). On the submit panel, look for the "include additional jcl"
    option. Set it to 'Y', press Enter, and add the following line:
    //EN$TRXIT DD SYSOUT=*
    Hit F3 and submit. The batch job output will have a new EN$TRXIT DD, from
    there it will tell you which exits are active. You'll still need to go
    hunt for the exit source but at least you'll have a name to search for.

    2nd issue sounds like you're trying to edit from a stage where package
    approvals are required. i.e. you're not allowed to edit in PROD if package
    approvers are associated with PROD. Try again setting the Environment to
    test / dev (whatever it's called at your site). You'll need to set 'build
    using map' to 'Y' to do the edit from test / dev.



    *Dave Harding *
    Client Services Consultant • Mainframe Software Division
    Broadcom Software
    Mobile 317-403-1740 | dave.harding@broadcom.com
    Upcoming vacation: August 10 - 23




  • 3.  RE: CIUU900E

    Posted 22 days ago
    Thanks. I think the first one will help a lot, I'll put that in the additional JCL and see how I do.
    I also believe the 2nd problem is an approver group, but I can't see a relationship. I can only think of running the job to copy the Approver Group relationships and see if that shows me what I'm missing. I changed the Quorum on the only possible contender that I could find to 0, but that didn't help. I'll run that job and see what I get.

    Thanks so much for your quick response.

    Felicity Vaughan




  • 4.  RE: CIUU900E

    Posted 22 days ago
    Oh, now I look at the ENTRXIT trace, I find I already have those names from the C1UEXIS table. Of course I don't know where source for some of the program is, but that's my problem. Again, Thanks.


    Felicity Vaughan