Originally posted by Harendra Sinha
stefan, I had same problem.Its a problrm with SLX internal connection string . SLX creates connection string dynamically with logged-in user credentials. So define the connection string with 'windows authentication' to pypass the user credential(sql server) e.g Provider=sqloledb;Data Source=myServerAddress;Initial Catalog=myDataBase;Integrated Security=SSPI;
-Harendra |