I need windows script file

Home Page Forums BizTalk 2004 – BizTalk 2010 I need windows script file

Viewing 1 reply thread
  • Author
    Posts
    • #21387

      i need windows script file that would automatically create the content based routing ports (receive ports and send ports).

      We should be able to just input the port names and it should do the task for us.

      I am expecting a batch file (*.bat) when executed would create all the artifacts  needed as mentioned above.

      COULD YOU PLEASE ANY SUGGEST ME ON THIS HOW TO CREATE  BAT FILE.

      Thanks in Advance
      Deepuaman

    • #21390

      What I would do is:

      1. Create the solution in Biztalk locally
      2. Export bindings
      3. Remove everything you don’t want in your bindings (just leave the ports and parent nodes)
      4. Create a bat-file that imports the bindings with the help of BTSTask.exe ( described: http://technet.microsoft.com/en-us/library/aa560656.aspx )
      5. Rename the ports in the bindings-file.
      6. Run bat-file
      7. GOTO 5

      //Niklas

       

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