BizTalk Gurus

I need windows script file

rated by 0 users
Not Answered This post has 0 verified answers | 1 Reply | 0 Followers

posted on Mon, Dec 15 2008 2:31 AM

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

All Replies

replied on Mon, Dec 15 2008 4:48 AM

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

 

Page 1 of 1 (2 items) | RSS