[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Error submit job from Linux to Windows7 RunAsOwner



Hello tj,
thanks for the reply.
You are right the user is not exactly the same on Windows and Linux
Windows:
C:\Windows\system32>condor_store_cred query
Account: myid@MY-GERLAN
C:\Windows\system32>whoami 
my-gerlan@myid
Linux: 
$ condor_q  <jobid>  -af Owner
myid
But when I set
+NTDomain=" MY-GERLAN"
In my submit file everything works fine.
Is it possible to set NTDomain per host? 

Regards  Leon


-----Ursprüngliche Nachricht-----
Von: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] Im Auftrag von John (TJ) Knoeller
Gesendet: Wednesday, July 10, 2013 22:10
An: HTCondor-Users Mail List
Betreff: Re: [HTCondor-users] Error submit job from Linux to Windows7 RunAsOwner

run
     condor_q  <jobid>  -af Owner

where <jobid> is the id of the job.

Is the value of Owner exactly the same as the username you would provide if you wanted to logon to the Windows machine interactively?  I suspect that it isn't

-tj