[ https://issues.apache.org/jira/browse/AMBARI-14144?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15036730#comment-15036730 ]
Hudson commented on AMBARI-14144: --------------------------------- ABORTED: Integrated in Ambari-trunk-Commit #3954 (See [https://builds.apache.org/job/Ambari-trunk-Commit/3954/]) AMBARI-14144. FK_permission_roleauthorization_permission_id is too long (rlevas: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=ed80206e891093e3c9708c4c164ea2349cf8f1ba]) * ambari-server/src/main/resources/Ambari-DDL-Postgres-EMBEDDED-CREATE.sql * ambari-server/src/main/resources/Ambari-DDL-MySQL-CREATE.sql * ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql * ambari-server/src/main/resources/Ambari-DDL-SQLAnywhere-CREATE.sql * ambari-server/src/main/resources/Ambari-DDL-Oracle-CREATE.sql * ambari-server/src/main/java/org/apache/ambari/server/upgrade/UpgradeCatalog220.java * ambari-server/src/main/resources/Ambari-DDL-Postgres-CREATE.sql * ambari-server/src/test/java/org/apache/ambari/server/upgrade/UpgradeCatalog220Test.java > FK_permission_roleauthorization_permission_id is too long for a constraint > identifier > ------------------------------------------------------------------------------------- > > Key: AMBARI-14144 > URL: https://issues.apache.org/jira/browse/AMBARI-14144 > Project: Ambari > Issue Type: Bug > Components: ambari-server > Affects Versions: 2.3.0 > Reporter: Robert Levas > Assignee: Robert Levas > Priority: Blocker > Labels: rbac > Fix For: 2.3.0 > > Attachments: AMBARI-14144_trunk_01.patch > > > {noformat} > ALTER TABLE permission_roleauthorization ADD CONSTRAINT > FK_permission_roleauthorization_permission_id FOREIGN KEY (permission_id) > REFERENCES adminpermission(permission_id) > Error report - > SQL Error: ORA-00972: identifier is too long > 00972. 00000 - "identifier is too long" > *Cause: An identifier with more than 30 characters was specified. > *Action: Specify at most 30 characters. > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)