Answered Clusrun via IIS service

  • 2010年5月24日 8:58
     
     

    Hi all , 

    I made a wcf service on Hpc head server that starts clusrun.exe on clients requests and it works via host application without problems , 

    but when I trying to host that service via IIS , I cant start clusrun.exe /all  - and I cant find the problem . (its not path problem , if I start only clusrun.exe , it start and I get clusrun usage page  )

    (for starting is I'm using - clusrunProcess = Process.Start("cmd.exe", "/c " + clusrunPath + clusrunArgs ))

     Regards,

     Shay.

     

     

     

すべての返信

  • 2010年5月24日 15:57
     
     回答済み
    Which credential/user do you use to start the process? clusrun requires admin priviledge on headnode and IIS may runs with lowered priviledge.
    • 回答としてマーク Shay_Segev 2010年5月24日 19:11
    •  
  • 2010年5月24日 19:11
     
     
    Thanks , now it work.