****** Need Help ASAP *****

Home Page Forums BizTalk 2004 – BizTalk 2010 ****** Need Help ASAP *****

Viewing 3 reply threads
  • Author
    Posts
    • #19497

       Hi,

       

      I am using the biztalk 2006 vm to learn BT, but I can’t seem to get the promoted fields to show in the script for the decision.

      Ex: myEmpInstance.EmpID is undefined, what am I doing wrong?

      Mike

    • #19500

      Are you running the message through an Xml Disassembler in the receive pipeline so that they are promoted?

      You either need to use the out-of-the-box XmlReceive pipeline, or a custom pipeline with an Xml Disassembler component at the disassemble stage.

      Rgds, Nick.

    • #19502

      hi Mike,

      Are you expecting this promoted property to come from a pipeline component or its just in the orchestration?
      If you expect from the pipeline component make sure you dont use passthru transmit.

      In the orchestration make sure you have the reference to your property schema. Close Visual studio and start again. This helps sometimes

      HTH

       

      • #19504

        In the Or, how do I set a reference to the Property Schema? Is the different than BT2004?

    • #19509

      [quote user="Anonymous"]myEmpInstance.EmpID is undefined[/quote]

       

      are you saying that It’s not defined as it’s not shown using intellisense???

       

      Mike

      • #19512

        In the property schema have you defined your property as MessageContextPropertyBase. This set in the Property Schema Base property of the xml node in the property schema

        • #19520

           Thanks Mate!

          My NZ English isn’t very qood. I will try it….

          Mike

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