dbTalk Databases Forums  

SQL Server Agent - Error 1326

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SQL Server Agent - Error 1326 in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Greg
 
Posts: n/a

Default SQL Server Agent - Error 1326 - 07-16-2008 , 04:04 PM






Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.



Reply With Quote
  #2  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM






On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #3  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #4  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #5  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #6  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #7  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #8  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
  #9  
Old   
matteus
 
Posts: n/a

Default Re: SQL Server Agent - Error 1326 - 07-17-2008 , 05:12 AM



On Jul 16, 11:04 pm, "Greg" <nore... (AT) electrorent (DOT) com> wrote:
Quote:
Without having to recreate this processing in SSIS, I have an existing
Access program
which I can run by commandline. The batch file runs an AccessDB executing a
specific macro.

I created a job in SQL Server 2005 with a step type "Operating system
(CmdExec)" to execute the batch file. When I run the job, the job hangs
reporting the error 1326.

What do I have to do to resolve this? I have tried a few things...
+++++++++++++++++++++++++++++++++++
Greg

Date 7/1/2008 3:00:00 AM
Log Job History (Get Daily)

Step ID 1
Server XMAN
Job Name Get Daily
Step Name Execute GETDAILY
Duration 00:00:03
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: XMAN\SYSTEM. System error 1326 has occurred. Logon
failure: unknown user name or bad password.The system cannot find the drive
specified. The system cannot find the drive specified. The system cannot
find the drive specified. The system cannot find the drive specified.The
network connection could not be found. More help is available by typing
NET HELPMSG 2250. Process Exit Code 2. The step failed.
Hi Greg,
It seems as the user (XMAN\SYSTEM) that executes the job can't find
the drive.
Maybe you have either a mapped network drive or the user hasn't the
correct permissions...
In fact if you type NET HELPMSG 2250 you get the following:
the network connection cannot be found.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.