ఫంక్షనల్ ఉదాహరణ: 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), నేను ఒక నిర్దిష్ట వినియోగదారు ఐడి మరియు పాస్ వర్డ్ తో ఒక ప్రత్యేక SQL సర్వర్ ఉదాహరణకు మరియు లాగ్లను అనుసంధానించే ఒక ADF రూపొందించినవారు మరియు ఈ స్నిప్పెట్ చూపిన:

  <LobSystemInstances>
    <LobSystemInstance పేరు="ClaimsInstance">
      <లక్షణాలు>
        <ఆస్తి పేరు="AuthenticationMode" రకము="System.String">త్రూ</ఆస్తి>
        <ఆస్తి పేరు="DatabaseAccessProvider" రకము="System.String">SqlServer</ఆస్తి>
        <ఆస్తి పేరు="RdbConnection డేటా మూలం" రకము="System.String">అసలు సర్వర్  వాస్తవ ఉదాహరణకు</ఆస్తి>
        <ఆస్తి పేరు="RdbConnection ప్రారంభ కాటలాగ్" రకము="System.String">అసలు మొదటి జాబితా</ఆస్తి>
        <ఆస్తి పేరు="RdbConnection ఇంటిగ్రేటెడ్ సెక్యూరిటీ" రకము="System.String">SSPI</ఆస్తి>
        <ఆస్తి పేరు="పూలింగ్ RdbConnection" రకము="System.String">అబద్ధమైన</ఆస్తి>

        <!-- ఈ కీ విలువలు: -->
        <ఆస్తి పేరు="RdbConnection వాడుకరి ID" రకము="System.String">ఒకసాధారణ వాడుకరి 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 పొందుపరిచిన USERID మరియు పాస్వర్డ్
  • adf వినియోగదారు ID మరియు పాస్వర్డ్ను పొందుపరచడానికి
  • adf bdc వినియోగదారు ID మరియు పాస్వర్డ్ను పొందుపరచడానికి
  • SharePoint bdc రంగు
  • SharePoint పొందుపరిచిన వినియోగదారు ఐడి మరియు adf లో పాస్వర్డ్ను

</చివర>

నా బ్లాగ్ సబ్స్క్రయిబ్.

4 "న ఆలోచనలుఫంక్షనల్ ఉదాహరణ: BDC ADF ఆ ఎంబెడెడ్ వినియోగదారు ఐడి మరియు పాస్ వర్డ్ తో SQL డేటాబేస్ అనుసంధానం చేయబడివుంటుంది

  1. 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. లేదా నేను పట్టించుకోలేదు ఏదో ఉంది?

  2. లియో రాశాడు:
    Acutal ఉదాహరణకు అసలు ప్రారంభ జాబితా ఏమిటి? నా అభిప్రాయం వాస్తవ ప్రారంభ జాబితా ఉంది డేటాబేస్ ఉండాలి. అసలు ఉదాహరణకు అప్పుడు ఏమిటి? మరియు నా MS SQL విండోస్ ప్రమాణీకరణ ఉపయోగించి ఉంటే ? ఈ సందర్భంలో యూజర్ ID మరియు పాస్వర్డ్ను ఉంటుంది ఏమి? పాస్వర్డ్ డొమైన్ వినియోగదారు నా Windows లాగ్?

ఒక Reply వదిలి

మీ ఇమెయిల్ చిరునామా ప్రచురితమైన కాదు. లు గుర్తించబడతాయి *