AppWorx, Dollar Universe and Sysload Community

 View Only
  • 1.  Ressource SAP Event

    Posted Aug 31, 2020 03:21 AM
    Hello

    We want to define a Ressource "SAP Event".

    After the Activation, the Uprocs comes to Status "event wait", but the SAP-Event on our SAP-System exist.

    On SAP in the Transaction sm21 we have the following Entrys:

    BP_JOB_EDITOR : Job ORSYP_JOB_WAIT_EVT is invalid
    > Username universe invalid

    Can Anyone help me, what's the problem is? What's the solution.

    Thanks, Bruno


  • 2.  RE: Ressource SAP Event

    Broadcom Employee
    Posted Sep 07, 2020 05:19 AM
    Hi,

    The user universe is the user defined in uxjcs.ini file. This user is used by the Manager to connect SAP, but also, for Resources SAP Event management. It seems that universe has not enough right to run the BP_JOB_EDITOR.

    Regards,


  • 3.  RE: Ressource SAP Event

    Posted Sep 07, 2020 05:31 AM
    Hello

    Thanks for your Answer.

    1. The "universe-User" ist defined in uxjcs.ini
    2. I have testet last week with "SAP_ALL-Rights"

    The Result was the same error.

    Do you know which SAP-Rights we need? In the Manual i found nothing.

    Other question: We start our SAP-Job as Uproc-Typ CL_INT. Can it be possible, that this only works with Uproc-Typ XBP2?

    Thanks a lot.


  • 4.  RE: Ressource SAP Event
    Best Answer

    Broadcom Employee
    Posted Sep 08, 2020 10:43 AM
    Hi,

    Rights we are using on our system are :
    SAP_ALL
    S_USER_AUTH
    Globally, the error is coming from your SAP Event. 
    This system will create a job xbp2 named ORSYP_JOB_WAIT_EVENT including one step (abap program RSPARAM , variant TEST), with as step user the user defined in uxjcs.ini.
    In SAP, if you can launch this job with this user and this step, it should work from Dollar Universe. 



  • 5.  RE: Ressource SAP Event

    Posted Sep 11, 2020 04:48 AM
    Hello,

    Thanks for your Input.

    I have tested with the mentioned rights.

    The error message regarding username does not appear anymore.
    The uproc starts and hangs in status "Event wait". The user triggers the event and nothing happens.

    I will now see if the problem is in SAP.