Logon On As Batch Job Privilege

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am attempting to find out what type of environment is set up when an
account is used with this privilege. I have a process that must run in this
evironment and is corrupting print requests. It appears that it will not
load the correct print drivers when it runs. I can logon to the console of
this server as this account and print without any problems. The problem we
see when the batch process runs is the document is created and then dropped
in the print queue and will print. It is just extremely tiny at that point.
 
You'll probably want to take it up with the application developer.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
|I am attempting to find out what type of environment is set up when an
| account is used with this privilege. I have a process that must run in
this
| evironment and is corrupting print requests. It appears that it will not
| load the correct print drivers when it runs. I can logon to the console
of
| this server as this account and print without any problems. The problem
we
| see when the batch process runs is the document is created and then
dropped
| in the print queue and will print. It is just extremely tiny at that
point.
 
The application is a VB script that prints to a network printer. The script
also transfers files to other servers. We have been able to determine that
privleges off the server are not the issue. What appears to be the issue is
the environment set up on the server when logon as Batch versus Interactive.
Unfortunately, I have not been able to find a discription of what are the
differences between the two environments, especially where printing is
concerned.
 
Can you post the script? What process fires the script? Does that process
have permissions to those resources?

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect

:
| The application is a VB script that prints to a network printer. The
script
| also transfers files to other servers. We have been able to determine
that
| privleges off the server are not the issue. What appears to be the issue
is
| the environment set up on the server when logon as Batch versus
Interactive.
| Unfortunately, I have not been able to find a discription of what are the
| differences between the two environments, especially where printing is
| concerned.
 
Back
Top