|
Home > Archive > BizTalk Server Orchestration > July 2004 > SQL Adapter: Insert into table failing
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]
| Author |
SQL Adapter: Insert into table failing
|
|
| humanfly 2004-07-27, 5:53 pm |
| Hi,
I get the following error mesages in the event log:
-----------------------------------------------------
The adapter "SQL" raised an error message. Details "HRESULT="0x80040e14" Description="Could not find stored procedure
------------------------------------------------------
I am not using any stored proedure here and that is why the message in the event-viewer is more puzzling.
Basically, I am using the SQL adapter to insert data into a SQL table via
updategram. Any help will be highly appreciated.
thanks
thanks
| |
| Bill Chesnut 2004-07-29, 7:50 am |
| I have seen some problems with updategram insert when you try to have
multiple sync blocks
Can you save the failing message and post it in the reply to this message.
Bill Chesnut
BizTalk MVP
"humanfly" <humanfly@discussions.microsoft.com> wrote in message
news:2CA498C5-F195-496D-B04C-FA22653E91D6@microsoft.com...
> Hi,
>
> I get the following error mesages in the event log:
> -----------------------------------------------------
> The adapter "SQL" raised an error message. Details "HRESULT="0x80040e14"
Description="Could not find stored procedure
> ------------------------------------------------------
> I am not using any stored proedure here and that is why the message in the
event-viewer is more puzzling.
> Basically, I am using the SQL adapter to insert data into a SQL table via
> updategram. Any help will be highly appreciated.
>
> thanks
>
>
> thanks
>
>
|
|
|
|
|