| larry franks 2004-10-15, 9:09 pm |
| Can you post the map and a sample data instance that causes this problem?
Larry Franks
This posting is provided "AS IS" with no warranties,and confers no rights.
Subscribe at
http://support.microsoft.com/defaul...msdn/nospam.asp
&SD=msdn
--------------------
| From: "Muhammad Omer [Xavor]" <XavorDotNet@nospam.nospam>
| Subject: BTS04 Mapper
| Date: Thu, 14 Oct 2004 17:51:18 +0500
| Lines: 23
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.3790.181
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181
| Message-ID: <OEgL7xesEHA.1344@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.biztalk.tools
| NNTP-Posting-Host: lhr63.pie.net.pk 202.125.140.214
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.biztalk.tools:4085
| X-Tomcat-NG: microsoft.public.biztalk.tools
|
| I have a strange situation:
| Input schema has a
|
| -RepeatingRec (max occurs= *)
| -Child1
| -Child2
|
|
| Output Schema:
| Root
| -Child1 (Max occurs = 1)
|
| A Custom Scripting functoid calling an external assembly with a function
| taking two inputs (connected to Schema1.Child1 and Schema1.Child2) outputs
| to OutputSchema.Root.Child1. I input an instance with one record of
| RepeatingRec.
| I've put up a breakpoint on the function in the assembly and it gets
invoked
| TWICE. Once with the correct values from my instance and the second time
| without any values.
| What am I doing wrong?
| Omer
|
|
|
|