Прыклад функцыянальнай: BDC ADF, які падключаецца да базы дадзеных SQL з убудаваным ідэнтыфікатарам карыстальніка і пароль

I needed to wire up MOSS to a SQL database via BDC. For testing/POC purposes, I wanted to embed the SQL account user id and password in the ADF. Starting with гэты шаблон (http://msdn2.microsoft.com/en-us/library/ms564221.aspx), Я стварыў ADF, які падключаецца да вызначанага сервера SQL асобнікаў і ўваходзіць у сістэму са пэўны ідэнтыфікатар карыстальніка і пароль і паказана ў гэтым фрагменце:

  <LobSystemInstances>
    <LobSystemInstance Імя="ClaimsInstance">
      <Ўласцівасці>
        <Уласнасць Імя="AuthenticationMode" Тып="System.String">Скразны</Уласнасць>
        <Уласнасць Імя="DatabaseAccessProvider" Тып="System.String">SqlServer</Уласнасць>
        <Уласнасць Імя="Крыніца дадзеных RdbConnection" Тып="System.String">фактычныя сервер  фактычны асобнік</Уласнасць>
        <Уласнасць Імя="RdbConnection Initial Catalog" Тып="System.String">фактычны зыходны каталог</Уласнасць>
        <Уласнасць Імя="Комплексная бяспеку RdbConnection" Тып="System.String">SSPI</Уласнасць>
        <Уласнасць Імя="Аб'яднанне RdbConnection" Тып="System.String">ілжывы</Уласнасць>

        <!-- Гэта ключавыя значэнні: -->
        <Уласнасць Імя="ID карыстальніка RdbConnection" Тып="System.String">actual ID карыстальніка</Уласнасць>
        <Уласнасць Імя="RdbConnection Пароль" Тып="System.String">фактычны пароль</Уласнасць>
        <Уласнасць Імя="RdbConnection Trusted_Connection" Тып="System.String">ілжывы</Уласнасць>

      </Ўласцівасці>
    </LobSystemInstance>
  </LobSystemInstances>

Гэта не лепшая практыка, but it’s useful for a quick and simple configuration for testing. This was surprisingly difficult to figure out. I never found a functional example with search keywords:

  • ADF Embedded ідэнтыфікатар карыстальніка і пароль
  • ўстаўляць ідэнтыфікатар карыстальніка і пароль у АПД
  • ўстаўляць ідэнтыфікатар карыстальніка і пароль у ADF BDC
  • SharePoint BDC грунтоўкі
  • SharePoint Код ID карыстальніка і пароль у АПД

</канец>

Падпісацца на мой блог.

4 думкі пра «Прыклад функцыянальнай: BDC ADF, які падключаецца да базы дадзеных SQL з убудаваным ідэнтыфікатарам карыстальніка і пароль

  1. Без назвы

    I get this when trying to access wiht user id and Password

    A Metadata Exception was constructed in App Domain ‘/LM/W3SVC/1032898172/Root-2-128851566339311184’. The full exception text is: The LobSystemInstance Property ‘AuthenticationMode’ has a value that requires ‘Integrated Security’ in the connection string

  2. Jan D'Hondt

    Havie struggled with LobsystemInstance connection setup too. Used your comments to check if everything worked.
    My setting differs in that i have set ‘Integrated security’ to false instead of SSPI
    and ‘rdbconnection Pooling’ to true.

    My observation about Connection Pooling: since the connection string for any user of this BDC will be exactly the same, the same connection will be used over and over again and therefore can be efficiently pooled by the system. Thus saving overhead on the sql server side. Or is there something I overlooked?

  3. Leo wrote:
    What is the acutal instance and actual initial catalog? My guess is actual initial catalog should be the database. What is actual instance then? And if my MS SQL is using windows authentication ? what would be the user id and password in this case? domain\user then my windows log on password?

Пакінуць каментар

Ваш электронны адрас не будзе апублікаваны. Абавязковыя палі пазначаныя * *