BizTalk Server Orchestration - Missing Node

This is Interesting: Free IT Magazines  
Home > Archive > BizTalk Server Orchestration > July 2004 > Missing Node





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 Missing Node
Mangi

2004-07-26, 8:52 pm

I have mapped an incoming message using the mapper.
Weird thing is that the outgoing message that is created is missing an entire node and child nodes. every other node is there except this one node and its child nodes.
Any ideas?
Raj

2004-07-27, 5:53 pm

Are u using a mass copy functoid?
Is the input and output message schema the same or different?
Raj

"Mangi" wrote:

> I have mapped an incoming message using the mapper.
> Weird thing is that the outgoing message that is created is missing an entire node and child nodes. every other node is there except this one node and its child nodes.
> Any ideas?

Mangi

2004-07-27, 5:53 pm

Hi Raj,
1. I am not using the mass copy functoid.

2. The Input and Output message schema are different

The problem started when i added more nodes to the output schema to accomodate more nodes on the input schema.

I had a node <ShipFrom>
<WarehouseCode>
<WarehouseName>
</ShipFrom>

after adding new nodes (elsewhere in the schema) the ShipFrom node just dissapeared from the output message. I even removed the node and recreated it....Still nothing. as a workaround i've had to move the two child nodes into another node, that works fine
, but that is not the ideal solution.





"Raj" wrote:
[vbcol=seagreen]
> Are u using a mass copy functoid?
> Is the input and output message schema the same or different?
> Raj
>
> "Mangi" wrote:
>
Raj

2004-07-27, 5:53 pm

Hi,
Try generating an instance out of the schema and see if the instance has a root node and I hope you are constructing the output message first in your orchestration.
Hope it helps
:-)

"Mangi" wrote:

> Hi Raj,
> 1. I am not using the mass copy functoid.
>
> 2. The Input and Output message schema are different
>
> The problem started when i added more nodes to the output schema to accomodate more nodes on the input schema.
>
> I had a node <ShipFrom>
> <WarehouseCode>
> <WarehouseName>
> </ShipFrom>
>
> after adding new nodes (elsewhere in the schema) the ShipFrom node just dissapeared from the output message. I even removed the node and recreated it....Still nothing. as a workaround i've had to move the two child nodes into another node, that works fi

ne, but that is not the ideal solution.[vbcol=seagreen]
>
>
>
>
>
> "Raj" wrote:
>
Tatyana Yakushev [MSFT]

2004-07-28, 6:09 pm

Do you get any errors when you open schema with BizTalk Schema Editor?
It is possible that schema is incorrect and so Mapper can not find defenition of some nodes and doesn't display them

Thanks,
Tatyana
--------------------
>Thread-Topic: Missing Node
>thread-index: AcRzgBT1abKJmM8ZRmOZ5odifrdmxQ==
>X-WBNR-Posting-Host: 196.30.113.163
>From: "=?Utf-8?B?TWFuZ2k=?=" <Mangi@discussions.microsoft.com>
>Subject: Missing Node
>Date: Mon, 26 Jul 2004 19:19:01 -0700
>Lines: 3
>Message-ID: <21BC2280-9CFA-4F9C-B4C7-8B9E7EE160CB@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.orchestration
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:7370
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>
>I have mapped an incoming message using the mapper.
>Weird thing is that the outgoing message that is created is missing an entire node and child nodes. every other node is there except this one node and its child nodes.
>Any ideas?
>



--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

Tatyana Yakushev [MSFT]

2004-07-28, 6:09 pm

Can you attach your schemas and map?
What is the version of BizTalk you are using?

Thanks
Tatyana
--------------------
>Thread-Topic: Missing Node
>thread-index: AcR0D/yRRj4Da3GXQkG8w3C79VIW0w==
>X-WBNR-Posting-Host: 65.206.140.228
>From: =?Utf-8?B?UmFq?= <Raj@discussions.microsoft.com>
>References: <21BC2280-9CFA-4F9C-B4C7-8B9E7EE160CB@microsoft.com> <2BFC21D5-0889-465E-BC90-AB34A58F37F5@microsoft.com> <C470D839-8270-4914-

8943-3E89F35ACD48@microsoft.com>
>Subject: RE: Missing Node
>Date: Tue, 27 Jul 2004 12:29:08 -0700
>Lines: 36
>Message-ID: <5D78B859-8189-44D3-94ED-38AB1792DCEE@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.orchestration
>NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.orchestration:7392
>X-Tomcat-NG: microsoft.public.biztalk.orchestration
>
>Hi,
>Try generating an instance out of the schema and see if the instance has a root node and I hope you are constructing the output message first in your orchestration.
>Hope it helps
>:-)
>
>"Mangi" wrote:
>
nothing. as a workaround i've had to move the two child nodes into another node, that works fine, but that is not the ideal solution.[vbcol=seagreen]
nodes.[vbcol=seagreen]
>



--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com