We have a bunch of views which are 1 to 1 to a table because of we need more details in a subject. In the Universal GUI more details to the same table results in a “Bad request”
The smoke test gives an error: Cannot update identity column {coumn name]
This column is read only in the datamodel and is not visible in the subject.
The view is updateable and we have a insert of trigger to handle the update request.
How can we solve this error, or is this a bug.
As far we can see this is not an error.
Solved
Smoke test update primary key
Best answer by Remco
Hi
The only think of why this could go wrong is that the instead of trigger was not on the database. Could you verify that the trigger exists?
Just to be sure could you also execute the generated update statement from the smoketest without the identity column with it directly on the database to see if there is no error than.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.


