Forum Discussion
Good morning from Missouri, 🤠 LOL
Could you verify/send a copy of the connectionString value as well? I am curious about the project variables when run in each circumstance. (Just **** out the user and password) but do verify they are correct. 😉
var connectionString =
"Provider=MSOLEDBSQL;" +
"Data Source=" + Project.Variables.SQLServer + ";" +
"Initial Catalog=BDS.SynergyPlusWfm.Working;" +
"User ID=" + Project.Variables.SQLUser + ";" +
"Password=" + Project.Variables.SQLPassword + ";" +
"Encrypt=true;" +
"TrustServerCertificate=true;" +
"Persist Security Info=True;";
... If you find my posts helpful drop me a like! 👍 Be sure to mark or post the solution to help others out and/or to credit the one who helped you. 😎