|
Home > Archive > BizTalk Server General > December 2004 > Strange mapping in Biztalk Mapper 2002
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 |
Strange mapping in Biztalk Mapper 2002
|
|
| orion2347 2004-09-29, 2:31 am |
| Hi all, I'm facing this problem and I hope someone can give me some insight.
In Biztalk Editor, I created a schema somewhat like the following:
Note that the 3 records are on the same level.
Interface (Root)
IncomingInterface (Record)
EnterpriseID (Field)
CompanyID (Field)
PlantID (Field)
...
Detail (Record)
DetailNo (Field)
UnitPrice (Field)
...
SubDetail (Record)
SubDetailNo (Field)
ExpiryDate (Field)
Batch (Field)
...
I have set the Order property for the root (Interface) to be "Sequence". When I put this into Biztalk Mapper, the result it gives me is something like this. Say I have 2 records to map:
Interface
IncomingInterface ... /IncomingInterface
IncomingInterface ... /IncomingInterface
Detail ... /Detail
Detail ... /Detail
SubDetail ... /SubDetail
SubDetail ... /SubDetail
/Interface
Can anyone pls tell me how come the sequence is incorrect and what a possible solution might be?
The correct sequence should be:
Interface
IncomingInterface ... /IncomingInterface
Detail... /Detail
SubDetail ... /SubDetail
IncomingInterface ... /IncomingInterface
Detail ... /Detail
SubDetail ... /SubDetail
/Interface
Thanks! Apologies for the long post. | |
| Tan Bao Nguyen 2004-12-22, 5:52 pm |
| Did you resolve the schema issue? If not, could you send me your map?
Regards,
Tan Nguyen
Microsoft BizTalk Server
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------[vbcol=seagreen]
cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!tk2msftngp13
.phx.gbl[vbcol=seagreen]
Hi all, I'm facing this problem and I hope someone can give me some
insight.[vbcol=seagreen]
"Sequence". When I put this into Biztalk Mapper, the result it gives me
is something like this. Say I have 2 records to map:[vbcol=seagreen]
possible solution might be?[vbcol=seagreen]
--
orion2347
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message413956.html
[vbcol=seagreen]
|
|
|
|
|