Cannot insert the value NULL into column 'id'... - move from localhost to server
Hi Guys i'm getting this error:
Cannot insert the value NULL into column 'id', table
'greenbridgeINT.dbo.cmsPropertyData'; column does not allow nulls.
INSERT fails.The statement has been terminated.
Exception Details: System.Data.SqlClient.SqlException:
Cannot insert the value NULL into column 'id', table
'greenbridgeINT.dbo.cmsPropertyData'; column does not allow nulls.
INSERT fails. The statement has been terminated.
Its
a new installation @ softsyshosting.com. Basically what i did was copy the
Db from local, which worked fine, uploaded all the files, which again
worked fine. However as soon as i try to publish/create anything i get
the error.
instaed of import/export, use backup/restore. looks like exporting database, looses the constraints. instaed backup your db and restore in the destination. eroors will disappear.
Cannot insert the value NULL into column 'id'... - move from localhost to server
Hi Guys i'm getting this error:
Cannot insert the value NULL into column 'id', table 'greenbridgeINT.dbo.cmsPropertyData'; column does not allow nulls. INSERT fails.The statement has been terminated.
Exception Details: System.Data.SqlClient.SqlException: Cannot insert the value NULL into column 'id', table 'greenbridgeINT.dbo.cmsPropertyData'; column does not allow nulls. INSERT fails.
The statement has been terminated.
Its a new installation @ softsyshosting.com. Basically what i did was copy the Db from local, which worked fine, uploaded all the files, which again worked fine. However as soon as i try to publish/create anything i get the error.
Does anyone have a solution?
instaed of import/export, use backup/restore. looks like exporting database, looses the constraints. instaed backup your db and restore in the destination. eroors will disappear.
is working on a reply...