We are trying to get Web Services and ultimately Workflow installed and working but we are seeing issues in the Web Services configuration wizard that are preventing us from getting very far with it.
When running the wizard and selecting a company to configure Web Services for, we see the following error:
System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'DATA180', table 'DYNAMICS.dbo.eConnect_Out_Setup'; column does not allow nulls. INSERT fails.
The statement has been terminated.
This seems to happen on any company we choose. I ran a SQL Profiler Trace to see the INSERT used and it appears to specify values to insert into DATA1-DATA40 but there are 140 other DATA columns, none of which appear to allow NULLs.
Any thoughts?
*This post is locked for comments