Windows Server 2003 sp2, SQL 2005 Express. Using Copy Company Setup v9.2 - receive error "Process unable to complete. An unspecified error occurred while updating SQL data. If this persists, please contact Technical Support". I've uninstalled & reinstalled the tool. Logfile.txt shows it makes the SQL connection, that Dynamics exists, it proceeded to company listing, company array built successfully, userID is Administrator. Then the log shows:
Code_Page: CompanySelection.cs
Error_Number:
Error_Message: Incorrect syntax near 's'.
Unclosed quotation mark after the character string ''.
Error_Object: .Net SqlClient Data Provider
Error_Stack: at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream)
at System.Data.SqlClient.SqlCommand.ExecuteReader()
at CopyCompanySetup.CompanySelection.cmdOk_Click(Object sender, EventArgs e)
Any ideas what to check? Thanks in advance
*This post is locked for comments