Connection of receive port to SQL database

Home Page Forums BizTalk 2004 – BizTalk 2010 Connection of receive port to SQL database

Viewing 1 reply thread
  • Author
    Posts
    • #13293

      Hi,

      I am trying to connect two Receive port of two different orchestration to a single database. But it gives me error as

      \” Address should be unique.

      Address ‘SQL://vs2/comm’ is already present for <Receive Location I_TO_D_Loc>. Refresh and try again.
      \”
      Is it possible to connect two receive port of two orchestration to single database?

      If i had undeploy first orchestration then port of second orchestration can be created.

      How i can solve this error?

      Thanks & Regards
      Jyo

    • #13294

      Yes, you need to modify the Url in Biztalk Explorer by adding a suffix

      i.e.
      ‘SQL://vs2/comm/firstreceivelocation’
      and
      ‘SQL://vs2/comm/secondreceivelocation’

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