07-27-2012 03:08 AM
Hello,
I'm trying to integrate custom webservice to SalesLogix 7.5 server. But I'm unable to connect to the database. Can some one please let me know the correct connection string. I'm using something like below
<add name="ConnectionInUse" connectionString="Data Source=SLX;Initial Catalog=SLX_7.5;Persist Security Info=True;User ID=sysdata; Password=Ma$t3rk3y" providerName="System.Data.SqlClient" />
The above credentials (server, db, user, pwd) works just fine when I connect through SQL Managemetn Studio. But don't work through web.config. It gave error "Login failed". Even I tried with
<add name="ConnectionInUse" connectionString="Data Source=SLX;Initial Catalog=SLX_7.5;Persist Security Info=True;providerName="System.Data.SqlClient" />
Please help me resolving that issue.
Thank you
07-27-2012 04:16 AM
07-30-2012 11:35 PM
I believe that Namespace is in Sage.Platform.dll
Hope this Helps
Chris Grant