SQL Server Connection String

Home Page Forums BizTalk 2004 – BizTalk 2010 SQL Server Connection String

Viewing 1 reply thread
  • Author
    Posts
    • #23507

      Hi ,

         My biztalk server and SQL server are installed on the same box. I am using a database functoid in my map to a table I created in SQL server

       

      I am using the following String

      Provider=SQLOLEDB.1;Integrated Security = SSPI; Persist Security Info = False; Inital Catalog=EDICrossReference;DataSource = CC-DT-IT-01;

       

      But i am not getting any value in my value extractor. I checked the data and it exists but its not retrieved.

       

      Can anyone please help how to fix this issue

       

      Thank you

      Sangeetha

    • #23509

      Hi Sangeetha,

       

          Try this connection string:

       

      Provider=SQLNCLI;Server=CC-DT-IT-01;Database=EDICrossReference;Trusted_Connection=yes;

         Daniel.

      • #23514

        Thank you. It worked.

        • #23517

          why you hardcoding your connection string..we have option to create connection string in UDL file then call that UDL file from Database functoid…

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