|
Home > Archive > BizTalk Server Applications Integration > February 2005 > SQL Adapter Error
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Prasad 2005-01-14, 5:49 pm |
| Hi Guys,
I am back with an error. Because of some reason I am getting following error
when I try to run a job in SQL Adapter:
A worker thread reported a failure: The server process could not be started
because the configured identity is incorrect. Check the username and
password.
The error code is shown in the data area below.
The operation was: ISQLWorker->Execute
The worker thread was working on:
Job Name: jb_ArCustomerUpdate
SQL Script: Exec [sp_ArCustomerUpdateTempCheck]
Any suggestions?
Any help would be appreciated,
Prasad
| |
| Jan Eliasen 2005-02-15, 5:50 pm |
| Hi
The configured identity is incorrect...
Well, Under which username are you running the Windows Service? The
username must first of all be a valid username with a valid password,
and secondly, the username must have access to the database the job is
trying to receive data from.
Jan Eliasen
On Fri, 14 Jan 2005 12:07:01 -0800, Prasad
<Prasad@discussions.microsoft.com> wrote:
>Hi Guys,
>
>I am back with an error. Because of some reason I am getting following error
>when I try to run a job in SQL Adapter:
>
>
>A worker thread reported a failure: The server process could not be started
>because the configured identity is incorrect. Check the username and
>password.
>
>The error code is shown in the data area below.
>The operation was: ISQLWorker->Execute
>The worker thread was working on:
> Job Name: jb_ArCustomerUpdate
> SQL Script: Exec [sp_ArCustomerUpdateTempCheck]
>
>
>Any suggestions?
>
>Any help would be appreciated,
>Prasad
--
Jan Eliasen, representing himself and not the company he works for.
| |
| Prasad 2005-02-15, 5:50 pm |
| Jan,
I got that into working a long time ago. Thanks anyway.
Prasad
"Jan Eliasen" wrote:
> Hi
>
> The configured identity is incorrect...
>
> Well, Under which username are you running the Windows Service? The
> username must first of all be a valid username with a valid password,
> and secondly, the username must have access to the database the job is
> trying to receive data from.
>
> Jan Eliasen
>
> On Fri, 14 Jan 2005 12:07:01 -0800, Prasad
> <Prasad@discussions.microsoft.com> wrote:
>
>
> --
> Jan Eliasen, representing himself and not the company he works for.
>
|
|
|
|
|