[progress Communities] [progress Openedge Abl] Forum Post: How To Start An External Process...

  • Thread starter Thread starter Samuel ETTERLEN
  • Start date Start date
Status
Not open for further replies.
S

Samuel ETTERLEN

Guest
Hi there, I need to start a Java process from the backend (PASOE or WebSpeed app.) using the credentials of the client user. This java Process print a PDF file given as parameter. My goal is to start this Print Job with the username who logged in on the frontend. The only way I found to start the Java Process with the good credentials is to invoke a Windows DLL named "CreateProcessWithLogonW" , but the big inconvenience is that the password must be given as parameter in plain text. Is there an other way to start this external process using the client-principal credentials ?

Continue reading...
 
Status
Not open for further replies.
Back
Top