| Author |
http://www.microsoft.com/biztalk/
|
|
| Pradeep 2004-06-20, 11:07 pm |
| I created an orchestration with one send & receive shape and one schema. After deploying when i try to test the work flow it gives me following error.
"Error in accessing the part data or one of its fragments. The part or fragment may not exist in the database."
Error Code: 0xc0c01b28
There is nothng complex in my orchestration. I am just receiving a message & passing it to another location. I am using FILE Adapter.
It used to work earlier but not working now. All the orchestrations are giving the same problem.
I think there is some problem in some configuration but unable to figure it out.
Any help will be highly appriciated.
| |
| Christof 2004-06-20, 11:07 pm |
| Are you running SQL Server Agent please?
Kind regards,
Christof
"Pradeep" <Pradeep@discussions.microsoft.com> wrote in message
news:496C9E54-6C66-48EA-B644-ED85AA788B4B@microsoft.com...
> I created an orchestration with one send & receive shape and one schema.
After deploying when i try to test the work flow it gives me following
error.
>
> "Error in accessing the part data or one of its fragments. The part or
fragment may not exist in the database."
> Error Code: 0xc0c01b28
>
> There is nothng complex in my orchestration. I am just receiving a message
& passing it to another location. I am using FILE Adapter.
>
> It used to work earlier but not working now. All the orchestrations are
giving the same problem.
> I think there is some problem in some configuration but unable to figure
it out.
> Any help will be highly appriciated.
>
| |
| Bill Chesnut 2004-06-20, 11:07 pm |
| Check and make sure you don't have 2 schemas deployed that have the same
name space, I got that same error when BizTalk could not figure out the name
space for the document.
Bill Chesnut
"Pradeep" <Pradeep@discussions.microsoft.com> wrote in message
news:496C9E54-6C66-48EA-B644-ED85AA788B4B@microsoft.com...
> I created an orchestration with one send & receive shape and one schema.
After deploying when i try to test the work flow it gives me following
error.
>
> "Error in accessing the part data or one of its fragments. The part or
fragment may not exist in the database."
> Error Code: 0xc0c01b28
>
> There is nothng complex in my orchestration. I am just receiving a message
& passing it to another location. I am using FILE Adapter.
>
> It used to work earlier but not working now. All the orchestrations are
giving the same problem.
> I think there is some problem in some configuration but unable to figure
it out.
> Any help will be highly appriciated.
>
| |
| Pradeep 2004-06-20, 11:07 pm |
| Thanks Bill,
I figured it out immediatley after posting the query.
The problem was with 2 schamas having same namespace name.
"Bill Chesnut" wrote:
> Check and make sure you don't have 2 schemas deployed that have the same
> name space, I got that same error when BizTalk could not figure out the name
> space for the document.
>
> Bill Chesnut
>
> "Pradeep" <Pradeep@discussions.microsoft.com> wrote in message
> news:496C9E54-6C66-48EA-B644-ED85AA788B4B@microsoft.com...
> After deploying when i try to test the work flow it gives me following
> error.
> fragment may not exist in the database."
> & passing it to another location. I am using FILE Adapter.
> giving the same problem.
> it out.
>
>
>
|
|
|
|