Telligent Analytics example connectionstrings.config required

Telligent Analytics example connectionstrings.config required

This question is answered

Hello I am setting up telligent analytics as a part of a test I am carrying out however am having problems setting the correct values in the connectionstrings.config file.

 

Could a full example be provided of a correct connectionstrings.config where windows authentication is in use to a remote sql server?  I am using what I  believe to be correct however am receiving errors.

 

Thanks for your time.

Verified Answer
  • Hello,   for the Telligent Analytics web applcation, a connectionStrings.config like this should work.

    <?xml version="1.0"?>

    <connectionStrings>

     <add name="HRSDB" connectionString="Data Source=MyDataServer;Database=TelligentAnalytics_Prod;Trusted_Connection=true" />

     <add name="aspnet_membership" connectionString="Data Source=MyDataServer;Database=SharedMembershipDB;Trusted_Connection=true" />

    </connectionStrings>

     

    If you could post your connectionstrings.config we might be able to spot a problem if there is one.  Please be sure to change the server name & database name if you post it on the thread here. 

    Thank You,

    Scott

All Replies
  • Hello,   for the Telligent Analytics web applcation, a connectionStrings.config like this should work.

    <?xml version="1.0"?>

    <connectionStrings>

     <add name="HRSDB" connectionString="Data Source=MyDataServer;Database=TelligentAnalytics_Prod;Trusted_Connection=true" />

     <add name="aspnet_membership" connectionString="Data Source=MyDataServer;Database=SharedMembershipDB;Trusted_Connection=true" />

    </connectionStrings>

     

    If you could post your connectionstrings.config we might be able to spot a problem if there is one.  Please be sure to change the server name & database name if you post it on the thread here. 

    Thank You,

    Scott