BizTalk Server General - promoted fields are not available in Orchestration

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server General > October 2005 > promoted fields are not available in Orchestration





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 promoted fields are not available in Orchestration
Danie Peterson

2005-10-25, 2:48 am

i m inserting data in Sql Server 2000 using SQL Adapter. For this purpose i
have creaated an updatagram. I have promoted some fields in the updatagram to
use them in the orchestartion. But these fields are not available in the
orchestartion.

Please tell me, how can i available these promoted fields in my orchestration.
Jan Eliasen

2005-10-25, 7:47 am

On Tue, 25 Oct 2005 00:40:06 -0700, "Danie Peterson"
<DaniePeterson@discussions.microsoft.com> wrote:

>i m inserting data in Sql Server 2000 using SQL Adapter. For this purpose i
>have creaated an updatagram. I have promoted some fields in the updatagram to
>use them in the orchestartion. But these fields are not available in the
>orchestartion.
>
>Please tell me, how can i available these promoted fields in my orchestration.

If you have promoted the fields as distinguished fileds, you can use
dot-notation, ie
MyMEssage.distingushed_filed_1
If you have promoted them as properties, you can access them like
this:
MyMessage(ProertyName)

This should work.
--
Jan Eliasen, representing himself and not the company he works for.
Danie Peterson

2005-10-25, 7:47 am

I have promoted the fields as distinguished fileds but still it is not
accessible through dot notation. i.e MyMEssage.distingushed_filed_1

Please guide me further.

"Jan Eliasen" wrote:

> On Tue, 25 Oct 2005 00:40:06 -0700, "Danie Peterson"
> <DaniePeterson@discussions.microsoft.com> wrote:
>
> If you have promoted the fields as distinguished fileds, you can use
> dot-notation, ie
> MyMEssage.distingushed_filed_1
> If you have promoted them as properties, you can access them like
> this:
> MyMessage(ProertyName)
>
> This should work.
> --
> Jan Eliasen, representing himself and not the company he works for.
>

Jan Eliasen

2005-10-25, 7:47 am

On Tue, 25 Oct 2005 02:16:03 -0700, "Danie Peterson"
<DaniePeterson@discussions.microsoft.com> wrote:

>I have promoted the fields as distinguished fileds but still it is not
>accessible through dot notation. i.e MyMEssage.distingushed_filed_1

Is your orchestration in another project than the schemas? In that
case, have you referenced the project with the schemas from you
project with the orchestration? Have you recompiled the project with
the schemas after promoting fields?

--
Jan Eliasen, representing himself and not the company he works for.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com