From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Win2K Submit Error
   Date: Fri, 20 Jan 2006 13:46:51 -0500
Msg# 1199
View Complete Thread (6 articles) | All Threads
Last Next
Luke Cole wrote:
[posted to rush.general]

Hi Greg,

We have encountered a problem submitting jobs from a Win2K host where the specified log directory is located on a share exported from our netapp filer.

The Win2K host already has the share mapped (by the same user that the running rushd is owned by) and is accessible as usual via windows explorer etc.

The exact error message we receive when submitting the job is:

"rush: `rush -submit: Logdir '\\na2.fuel\red\blah\blah\blah': Logon failure: Unknown user name or bad password.'"

The error does not occur if we redirect the logs to a non-netapp share.
The error does not occur if we submit the job from a WinXP host.

Hi Luke,

	The issue occurring here is most likely this one:
	http://www.seriss.com/rush-current/rush/rush-admin-faq.html#ADMINFAQ-ENOENT

	Sounds like the user the "rushd" service is set up to "Log On As"
	doesn't have a valid account (or has a mismatching password) on the filer.

	Determine what user you have the rushd service configured to run as
	(let's say it's "render"), and then on that machine in a DOS window try:

runas /user:render cmd

	..this will open a new DOS window running as that user.
	Then try to access the filer with commands in that new DOS window:

dir      \\na2.fuel\red\blah\blah\blah

	..and try a read\write test:

echo x > \\na2.fuel\red\blah\blah\blah\foo.txt
type     \\na2.fuel\red\blah\blah\blah\foo.txt

	You should be able to replicate the problem that way.

	If none of that is it, what version of Rush are you running?

--
Greg Ercolano, erco@(email surpressed)
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)
Cel: (Tel# suppressed)
Fax: (Tel# suppressed)

Last Next