BPM, Workflow, and Case

 View Only
  • 1.  retrieve jar user creating file

    Posted Wed April 03, 2024 11:18 AM

    i haved developed a jar class that writes a txt file to a directory. this jar is executed by a scheduler service in ibm bpm. where can i get the user that is being used by bpm to acces the directory and create the file? is there a setting in was i should be looking for? cheers



    ------------------------------
    jhon wick
    ------------------------------


  • 2.  RE: retrieve jar user creating file

    IBM Champion
    Posted Wed April 03, 2024 12:04 PM

    Hi John,

    I think all the system services in BAW are performed by the user associated with DeAdminAlias.

    You can check that from WAS Admin console -> Security -> Global Security -> Java Authentication and Authorization Service -> J2C Authentication Data -> DeAdminAlias

    Thanks!



    ------------------------------
    Atanu Roy
    Lead Engineer
    London Stock Exchange Group
    ------------------------------



  • 3.  RE: retrieve jar user creating file

    Posted Thu April 04, 2024 02:05 AM

    The JVM process was started as a specific user on the operating system. This is the user for all file access from this JVM.



    ------------------------------
    Jens Engelke
    ------------------------------



  • 4.  RE: retrieve jar user creating file

    Posted Fri April 05, 2024 08:11 AM

    so by checking the javax process in task manager should be enough right?



    ------------------------------
    jhon wick
    ------------------------------