It is the tard101.exe that is trying to create a new setenv.bat to be used 
later in this process.

Once we get the error on our phones we remote in and give the job a run and it 
runs no problem.

 

 

ÉÍÍÍÍÍÍÍÍÍÍÍ»                            inst:      in01                        

º Task Mode º                            comptype:  1_central                   

º           º                            timeout:   20                          

ÈÍÍÍÍÍÍÍÍÍÍͼ                            machine:   ce01                        

ECHO is on.                                                                     

ECHO is on.                                                                     

03/30/11 23:22:45ECHO is off.                                                   

ECHO is off.                                                                    

Checking for a task to perform...                                               

\2900\exeopnt\fm\tapd101                                                        

Version 4.3.1 (Build 103 ANSI Release)                                          

Copyright (c) 1986-1992 Prologic Corporation.                                   

Copyright (c) 1993-1996 Prologic Computer Corporation. All rights reserved.     

Copyright (c) 1996-1997 Prologic Corporation.  All rights reserved.             

Performing task...                                                              

Running purgsahi: Opens purgesahi window and start purge process.               

\2900\exeopnt\rep\tard101                                                       

Version 4.3.1 (Build 103 ANSI Release)                                          

Copyright (c) 1986-1992 Prologic Corporation.                                   

Copyright (c) 1993-1996 Prologic Computer Corporation. All rights reserved.     

Copyright (c) 1996-1997 Prologic Corporation.  All rights reserved.             

ERR_LFORM_COULDNT_OPEN(171): lform openoutfile couldn't open outfile 'setenv.bat

'.

 

The diag created by that error:

Logged ERROR event ID c00000ab category 6 'ERR_LFORM_COULDNT_OPEN(171): lform 
openoutfile couldn't open outfile 'setenv.bat'.'

Context of error follows:

PRM: Last PRM function called was:.

PRM:PRMFind(cal,EQ,0xa2bee8,calixcode,0,0x0) [Success]

PRM:Within the PRM function, the last ODBC function called was:

SQL:SQLFetch(...) [SQL_SUCCESS]

Most recent DOS Error before Exception: Permission denied (13)

 

From: Andrew S. Baker [mailto:[email protected]] 
Posted At: Thursday, March 31, 2011 11:43 AM
Posted To: [email protected]
Conversation: Find out what is doing this
Subject: Re: Find out what is doing this

 

It might help if you post a sanitized copy of the script, rather than trying to 
describe it like in the current fashion.

 

The easiest guess, with a sharing violation, is that the file is locked for 
reading or writing by a process other than the one which the scheduled job is 
running under.  That, or that scheduled job credentials are inadequate.


 

 
ASB (Professional Bio <http://about.me/Andrew.S.Baker/bio> ) 
Technology Services that Maximize Business Results...

 





On Thu, Mar 31, 2011 at 10:27 AM, [email protected] <[email protected]> wrote:

 

Creating every 60 seconds or so.  It is an environment variable batch creation. 
 Creates time, date, etc...  

We had to stop a bunch of WSUS GPO's because of network lag.  We have them all 
back on and we have rebooted all servers since but I am really thinking the 
coincidence lies with the disabling and enabling of the gpo's.

 

 

From: Jonathan Link [mailto:[email protected]] 
Posted At: Thursday, March 31, 2011 10:23 AM


Posted To: [email protected]
Conversation: Find out what is doing this
Subject: Re: Find out what is doing this

 

You're creating a batch file every 60 seconds, for some reason.  At some point, 
one would expect it to run...  I guess I am unclear on the process taking 
place.  Is it creating the file and then running the file every 60 seconds?  Or 
is it just creating the file every 60 seconds, and only running it once per day 
at 11pm?

 

Could?  I am not sure.  Have you changed anything recently.

On Thu, Mar 31, 2011 at 10:15 AM, [email protected] <[email protected]> wrote:

We are putting process monitor on all servers to see who might be using it but 
we haven't found any so far.

Could a local security policy or gpo cause this kind of issue?

 

From: Jonathan Link [mailto:[email protected]] 
Posted At: Thursday, March 31, 2011 10:09 AM 


Posted To: [email protected]
Conversation: Find out what is doing this
Subject: Re: Find out what is doing this

 

Is there another task that runs setenv.bat at 11pm?  If so, that'll cause your 
sharing violation, because they both fire at the same time, and the file can't 
be saved.


 

On Thu, Mar 31, 2011 at 10:05 AM, Charlie Kaiser <[email protected]> 
wrote:

Crank up auditing on the file and see who's accessing it. Also, with process
monitor, see what other processes are involved...


***********************
Charlie Kaiser
[email protected]
Kingman, AZ
***********************


> -----Original Message-----
> From: [email protected] [mailto:[email protected]]

> Sent: Thursday, March 31, 2011 7:02 AM
> To: NT System Admin Issues
> Subject: RE: Find out what is doing this
>
> No backups at the time of error.
>
> -----Original Message-----
> From: Charlie Kaiser [mailto:[email protected]]
> Posted At: Thursday, March 31, 2011 9:58 AM
> Posted To: [email protected]
> Conversation: Find out what is doing this
> Subject: RE: Find out what is doing this
>
> Is there a backup going on at that time?
>
> ***********************
> Charlie Kaiser
> [email protected]
> Kingman, AZ
> ***********************
>
>
> > -----Original Message-----
> > From: [email protected] [mailto:[email protected]]
> > Sent: Thursday, March 31, 2011 6:55 AM
> > To: NT System Admin Issues
> > Subject: RE: Find out what is doing this
> >
> > Here is the process
> > .bat creates setenv.bat in dir x
> > About every 60 seconds all day long.
> > At around 11:00pm each night this process fails with a sharing
> violation
> > of setenv.bat.
> > Rerun the automated task and it runs.  The problem is this file is
> being
> > Created all day long no issues just around 11:00pm.  With process
> > monitor we see the sharing violation but can't tell what was trying to
> > share it or what was sharing it at the time??
> > Need more guidance with process monitor I guess?
> > Can I turn on auditing for dir x ?
> > Will Windows give me more of a feel for what failed?
> >
> >
> > -----Original Message-----
> > From: Ben Scott [mailto:[email protected]]
> > Posted At: Thursday, March 31, 2011 9:34 AM
> > Posted To: [email protected]
> > Conversation: Find out what is doing this
> > Subject: Re: Find out what is doing this
> >
> > On Thu, Mar 31, 2011 at 9:21 AM, [email protected] <[email protected]>
> > wrote:
> > > Have a third party that creates a file before it runs.
> >
> >   You need to explain that using a lot more words.  :)
> >
> > > We're also using a piece of software called Process Monitor and we
> > were able
> > > to pin it down last night to a 'Sharing Violation' .
> >
> >   "Sharing Violation" nominally means a file was already open or
> > locked when the program tried to access it.
> >
> >   Of course, that's also one of the error codes that Microsoft
> > sometimes uses for completely unrelated things, so there's a
> > (relatively small) chance it's something else.
> >
> > -- Ben

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ <http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/>  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to [email protected]
with the body: unsubscribe ntsysadmin

Reply via email to