|
Home > Archive > BizTalk Server General > May 2004 > Re: error btm1048: Native serialization error: The path is not of a legal form.
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 |
Re: error btm1048: Native serialization error: The path is not of a legal form.
|
|
| David Downing [MSFT] 2004-05-21, 8:53 pm |
| Rod,
Could you post your schemas, map and instance data for us to take a look?
Thank you,
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"Rod Begbie" <rodbegbie@nospam.nospam> wrote in message
news:ebmtkA3PEHA.3476@tk2msftngp13.phx.gbl...
> When I attempt to run "Test Map" on a .btm mapfile which is outputting a
> Native flatfile, I get the following error:
>
> C:\TEMP\rbegbie\CSOrderOSASMap_output.xml: error btm1048: Native
> serialization error: The path is not of a legal form.
>
> However, using this exact same map in an Orchestration works perfectly.
>
> Indeed, running FFAsm with the temporary .xml file works!:
> ----
> C:\dev\BizTalk> "\Program Files\Microsoft BizTalk Server
> 2004\sdk\Utilities\PipelineTools\FFAsm.exe"
> \temp\rbegbie\CSOrderOSASMap_output.xml -bs
> CommonBizTalk\Schemas\OSASOrderNotify.xsd
> [HEADER]
> |01|,|NOTIFYORDERSUBMITTED|,||,|WEBSITE\
|,||,||,|WEBSITE|,||,||,
> [BODY]
> |01|,||,|Bus Bug|,|1010 Foo St|,||,|Foosville MI 91919|,|929 292
> 2929|,||,||,||,||,||,||,||,||,||,||,||,|
|,||,||,||,||,||,||,||,
>
> C:\dev\BizTalk>
> ----
>
> This looks related to an error seen by TacitTurn:
>
http://groups.google.com/groups?hl=...x.gbl&frame=off
>
> Can anyone offer some advice on how to fix this inside the IDE?
>
> Rod.
>
> --
> :: Rod Begbie :: http://www.groovymother.com/ ::
| |
| David Downing [MSFT] 2004-05-24, 4:37 pm |
| I don't seem to be able to download your zip file.
--
Dave
This posting is provided "AS IS" with no warranties, and confers no rights.
"Rod Begbie" <rodbegbie@nospam.nospam> wrote in message
news:O3zE6vQQEHA.3944@tk2msftngp13.phx.gbl...
> David Downing [MSFT] wrote:
>
look?[vbcol=seagreen]
>
> You can download them from http://arsecandle.org/~rod/bt-errors.zip.
>
> There's the two schemas, the mapper, the XSLT and an instance.
>
> All advice appreciated.
>
> Rod.
>
> --
> :: Rod Begbie :: http://www.groovymother.com/ ::
| |
| David Downing [MSFT] 2004-05-25, 4:37 pm |
| Sorry it took so long to respond, it took me a while to hook up with the
mapper developer. This is a known issue when mapping to/from flatfile if
you're referencing a schema from an external assembly. If you move the
schema CSOrder.xsd into the same project, your map will work correctly. I
verified this works correctly in my project.
I'm attaching my project for reference.
Dave
|
|
|
|
|