An error occurred while writing the column description in the SQL generation table of powerdesigner11.0.

Source: Internet
Author: User
Error message:
Server: Message 15135, level 16, status 1, process sp_validatepropertyinputs, row 100
The object is invalid. Extension attributes cannot be used on '. my_score_type.mst_typeid', or the object does not exist.

Run the following command (for storing data)
Execute sp_addextendedproperty
'Ms _ description', -- system type (description)
'Category id', -- write Value
'User', -- Object Type
'', -- Object owner
'Table', -- Object Type
'My _ score_type ', -- Object Name
'Column ', -- attribute type
'Mst _ typeid' -- attribute name

the error is the object owner. For example, if you specify the owner (DBO) when designing the powerdesigner11.0 table, the generated SQL object owner is not empty, but DBO.
normal SQL:
execute sp_addextendedproperty 'Ms _ description',
'category id',
'user', 'dbo ', 'table', 'My _ score_type ', 'column', 'mst _ typeid'

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.