dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Warning: cannot write logfile - sqlserver-tools

This is a discussion on Warning: cannot write logfile - sqlserver-tools ; Hello, I am scheduling a simple job to run a query. I want the result of that query written to a text file. When I am scheduling the job, in the step section I am creating a step of type ...


Home > Database Forum > Microsoft SQL Server > sqlserver-tools > Warning: cannot write logfile

Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 07-08-2008, 10:07 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Warning: cannot write logfile

Hello,

I am scheduling a simple job to run a query. I want the result of that query
written to a text file.
When I am scheduling the job, in the step section I am creating a step of
type "Transact-SQL Script (TSQL)" where I define the query. In the advanced
tab of the Step section there is an option to put an output file and there I
put the path where I want the text file created.
When I run the job, it runs successfuly but the file is not created. I get a
Warning:cannot write logfile message.

Can anyone give any ideas to fix this?

Reply With Quote
  #2  
Old 07-08-2008, 02:43 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Warning: cannot write logfile

Monica,

Under what account is this job running? And what version of SQL Server?

If the account is not a sysadmin, then the SQL Agent Proxy account will be
used. (In a SQL Server 2000 server that was upgraded to SQL Server 2005, you
may see a proxy named UpgradedProxyAccount that uses UpgradedProxy.)

If this account does not have rights to write to the directory, the job will
run, but you will get the error.

If I remember correctly, a non-sysadmin in SQL Server 2000 cannot write to a
file. (But test it and see.) If that is the case, another option is to
check Append Output to Step History, which would allow you to see the output
using Enterprise Manager, going to the Job Step Advanced tab and pressing
View.

RLF

"Monica" wrote in message
news:039D65F6-B272-4555-BBA3-6CD1A7B09D59@microsoft.com...
> Hello,
>
> I am scheduling a simple job to run a query. I want the result of that
> query
> written to a text file.
> When I am scheduling the job, in the step section I am creating a step of
> type "Transact-SQL Script (TSQL)" where I define the query. In the
> advanced
> tab of the Step section there is an option to put an output file and there
> I
> put the path where I want the text file created.
> When I run the job, it runs successfuly but the file is not created. I get
> a
> Warning:cannot write logfile message.
>
> Can anyone give any ideas to fix this?
>



Reply With Quote
  #3  
Old 07-09-2008, 10:38 AM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Warning: cannot write logfile

I am using SQL 2000. I changed the user to SA and it worked.

Thanks for your advice.

"Russell Fields" wrote:

> Monica,
>
> Under what account is this job running? And what version of SQL Server?
>
> If the account is not a sysadmin, then the SQL Agent Proxy account will be
> used. (In a SQL Server 2000 server that was upgraded to SQL Server 2005, you
> may see a proxy named UpgradedProxyAccount that uses UpgradedProxy.)
>
> If this account does not have rights to write to the directory, the job will
> run, but you will get the error.
>
> If I remember correctly, a non-sysadmin in SQL Server 2000 cannot write to a
> file. (But test it and see.) If that is the case, another option is to
> check Append Output to Step History, which would allow you to see the output
> using Enterprise Manager, going to the Job Step Advanced tab and pressing
> View.
>
> RLF
>
> "Monica" wrote in message
> news:039D65F6-B272-4555-BBA3-6CD1A7B09D59@microsoft.com...
> > Hello,
> >
> > I am scheduling a simple job to run a query. I want the result of that
> > query
> > written to a text file.
> > When I am scheduling the job, in the step section I am creating a step of
> > type "Transact-SQL Script (TSQL)" where I define the query. In the
> > advanced
> > tab of the Step section there is an option to put an output file and there
> > I
> > put the path where I want the text file created.
> > When I run the job, it runs successfuly but the file is not created. I get
> > a
> > Warning:cannot write logfile message.
> >
> > Can anyone give any ideas to fix this?
> >

>
>
>

Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT -4. The time now is 12:19 PM.