|
Home > Archive > BizTalk Server General > April 2004 > Promoting Properties
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 |
Promoting Properties
|
|
|
| Hi,
I have a schema where I want to promote some property fields but it errors because "This node can occur potentially multiple times in the instance document. Only nodes which are guaranteed to be unique can be promoted".
All the fields I need to promote are within looping structures so they all can appear multiple times....I need to be able to track these in the Orchestration, HAT, and BAM. Is there a way around this or am I stuck?
Thanks in advance...
| |
| Narasimhan Padmanabhan 2004-04-28, 1:37 pm |
| Properties that require promotion must have minOccurs and maxOccurs of one
only. This is a requirement.
This posting is provided "AS IS" with no warranties, and confers no rights.
EBusiness Server Team
--------------------
| >>Thread-Topic: Promoting Properties
| >>thread-index: AcQoqtQyrWnRtD/cQRC3REKJHBcEww==
| >>X-WN-Post: microsoft.public.biztalk.general
| >>From: "=?Utf-8?B?RGF2ZQ==?=" <anonymous@discussions.microsoft.com>
| >>Subject: Promoting Properties
| >>Date: Thu, 22 Apr 2004 13:46:04 -0700
| >>Lines: 7
| >>Message-ID: <8B5A30B6-F77E-4D22-B59D-E55251162185@microsoft.com>
| >>MIME-Version: 1.0
| >>Content-Type: text/plain;
| >> charset="Utf-8"
| >>Content-Transfer-Encoding: 7bit
| >>X-Newsreader: Microsoft CDO for Windows 2000
| >>Content-Class: urn:content-classes:message
| >>Importance: normal
| >>Priority: normal
| >>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
| >>Newsgroups: microsoft.public.biztalk.general
| >>Path: cpmsftngxa10.phx.gbl
| >>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.general:14495
| >>NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
| >>X-Tomcat-NG: microsoft.public.biztalk.general
| >>
| >>Hi,
I have a schema where I want to promote some property fields but it errors
because "This node can occur potentially multiple times in the instance
document. Only nodes which are guaranteed to be unique can be promoted".
All the fields I need to promote are within looping structures so they all
can appear multiple times....I need to be able to track these in the
Orchestration, HAT, and BAM. Is there a way around this or am I stuck?
Thanks in advance...
| >>
| |
|
| Pad
I am also having that problem.
Is there any way to overcome this.
Can I use a .Net Helper class to get the required details from the message?
How will I get the result in my expression shape if my .Net Helper returns a string array, where I want tp store
the array items into indivudual variables.
Thanks in advance
|
|
|
|
|