Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
DD problem URGENT
System
Hi all,
problem:
how to update a row, but don't touch the primary key?
We always the an error, saying, that the primary key column is not allowed to have NULL.
But we do not use the primary key in the update statement of the dd deployment
Any ideas are welcome.
Thanks
Find more posts tagged with
Comments
Migrateduser
there is probably some thing wrong in your configuration file. you should include your dd conf file so people might be able to tell you what you have done wrong. and make suggestion.
Also tell what version of teamsite DD and platform that you are using
Migrateduser
Hi all,
we found the problem, which was related to the fact, that the string in the DB did not match what we wanted to update. Therefore dd wanted to insert a new row into the table, but since we did not provide a value for the primary key, it could not add a new row. Thanks for your help.
Cheers