|
Home > Archive > BizTalk Server Applications Integration > October 2005 > Test Map Error - Value cannot be null
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 |
Test Map Error - Value cannot be null
|
|
| Steve McVey 2005-10-24, 10:32 am |
| I testing a map within the BizTalk mapper, I receive the following error:
The XSL transformation that use the test-instance document for the source
specification failed. Reason: Microsoft.CRM.Integration.XslUtility
An error occured while retrieving values from the linking tables. Value
cannot be null.
Parameter name: 'type'
line = 72, col = 3 (line is offset from the start of the script block).
Error returned from property or method call.
Any pointers as to where to start looking?
This is one of the out-of-box maps for the CRM Great Plains integration
(salesorderdetailstoSalesDocumentLine.xml)
Thanks,
Steve
| |
| Jeff Lynch 2005-10-24, 10:32 am |
| I can only take a guess without seeing your map and schemas but it looks
like the map uses a custom assembly (Microsoft.CRM.Integration.XslUtility)
to look up some values and one of the required values is missing. Try
validating the map and looking at the resultant xslt to see where this
occurs in the CDATA section. This should give you a clue to what data is
missing.
--
Jeff Lynch
"A BizTalk Enthusiast"
http://codebetter.com/blogs/jeff.lynch
"Steve McVey" <SteveMcVey@discussions.microsoft.com> wrote in message
news:277BB63B-64BD-4A8B-B6D8-149EF6D3B6F2@microsoft.com...
>I testing a map within the BizTalk mapper, I receive the following error:
>
> The XSL transformation that use the test-instance document for the source
> specification failed. Reason: Microsoft.CRM.Integration.XslUtility
> An error occured while retrieving values from the linking tables. Value
> cannot be null.
> Parameter name: 'type'
> line = 72, col = 3 (line is offset from the start of the script block).
> Error returned from property or method call.
>
> Any pointers as to where to start looking?
>
> This is one of the out-of-box maps for the CRM Great Plains integration
> (salesorderdetailstoSalesDocumentLine.xml)
>
> Thanks,
>
> Steve
|
|
|
|
|