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

Re: [Condor-users] FW: Logon Failure: unknown user name orbadpassword



I have no idea if this is your error or not, but "run_as_owner = true" (without the quotes) should be added to your submit description file before the queue statement.
 
As for where to find a description, I thought it would be in the condor_submit page in the documentation, but it's actually on the Microsoft Windows page[1].  Take a look at section 6.2.4.
 
1. http://www.cs.wisc.edu/condor/manual/v7.0/6_2Microsoft_Windows.html

 
On 7/2/08, Alex Alas <aalas@xxxxxxxxxxxxx> wrote:

Benn, Tammy or anyone out there that can help!!!

I finally created a domain account with read permissions (condoruser@xxxxxxxxxx) over the network shares I am trying to work on. I added the credentials on each windows computer using the condor_store_cred command, I ran the job multiple time but It's still failing, even though the share have unrestricted permissions to everyone (domain account) I gave them specific permission on those network share to  condoruser, below you mention the run_as_owner parameter, where do you add that, in the global condor_config file or in the description file, where do you have information on how to use it?

To give you a better feedback the syntax I follow to submit my jobs is the following:

condor_submit filename.txt –n computername.domain.com

Which generates an error log with the following messages:

Logon failure: unknown user name or bad password.

Logon failure: unknown user name or bad password.

That is because the batch file is written:
echo off

\\networshare\sharename\lasEnvelop.exe 3 -1 2 P:\4Alex\fileEnvelop.txt P:\4Alex a.file

\\ networshare\sharename\fileEnvelop.exe 3 -1 2 P:\4Alex\lasEnvelop.txt P:\4Alex b.file

The notification e-mail is shown below:

This is an automated email from the Condor system on machine "computername.domain.com".  Do not reply.

Condor job 113.0

            \\networshare\sharename\aalas_computername_1215008978531_fileEnvelop.bat

has exited normally with status 1

Submitted at:        Wed Jul 02 17:20:46 2008

Completed at:        Wed Jul 02 17:20:53 2008

Real Time:           0 00:00:07

Virtual Image Size:  0 Kilobytes

Statistics from last run:

Allocation/Run time:     0 00:00:02

Remote User CPU Time:    0 00:00:00

Remote System CPU Time:  0 00:00:00

Total Remote CPU Time:   0 00:00:00

Statistics totaled from all runs:

Allocation/Run time:     0 00:00:02

Network:

  237.0 B  Run Bytes Received By Job

  102.0 B  Run Bytes Sent By Job

  237.0 B  Total Bytes Received By Job

  102.0 B  Total Bytes Sent By Job