XSL error using Custom functoid

Home Page Forums BizTalk 2004 – BizTalk 2010 XSL error using Custom functoid

Viewing 2 reply threads
  • Author
    Posts
    • #20553

        Hi i have created a custom functoid , i have checked the code functionality using a console application, but it is giving the following error when it is implemented as functoid logic

      this is the error generated
      Error 4 XSL transform error: Unable to write output instance to the following <file:///C:/Documents and Settings\Administrator\Local Settings\Temp\_MapData\Map1_output.xml>. Value cannot be null.
      Parameter name: extension C:\POCs\Custom.Biztalk.EncryptionFunctoid\SampleApp\Map1.btm

    • #20561

      Sorry, I haven’t seen that error before, but do you really need a custom functoid?  They make the install process for your solution miserable. Seriously, I have seen very few custom functoids that were useful enough to justify the extra pain and suffering of installing them.  You can solve many of the same problems using a scripting functoid and an external assembly.  It is not as elegant of a solution, but is much easier to install.

    • #20569

      What happens if you take the custom functoid out of the map and execute (test) the map – do you still receive the same error?

      Can you elaborate on what you are trying to do with the functoid and we may be able to suggest better ways to accomplish the same thing.

      Rgds, Nick.

Viewing 2 reply threads
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.