Unable to execute service CHECKIN_NEW - ERRATA
I've installed UCM content server 10.1.3.4.1 ruuning on HTTP server.
When I try to " check in " a new document from web console after sysadmin login,
i obtain following error:
Unable to execute service CHECKIN_NEW and function Imeta.
(System Error: Unable to execute query 'Imeta(insert into DocMeta (dID, xComments, xCollectionID, xCpdIsTemplateEnabled, xForceFolderSecurity, xCpdIsLocked, xInihibitUpdate, xReadOnly, xHidden, xDiscussionCount, xDiscussionType, xPartitionId, xWebFlag, xStorageRule) values(1, '', 0, 0, 'FALSE', 0, 'FALSE', 'FALSE', 'FALSE', 0, 'N/A', '', '', ''))'. ORA-00904: "XSTORAGERULE": invalid identifier)
Then I check the db schema, and I see that DOCMETA table
haven't the following columns "xPartitionId", "xWebFlag"," xStorageRule" that the insert sql query need.