Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6A89C10019 for ; Tue, 18 Nov 2014 23:25:35 +0000 (UTC) Received: (qmail 71206 invoked by uid 500); 18 Nov 2014 23:25:35 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 71171 invoked by uid 500); 18 Nov 2014 23:25:35 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 71103 invoked by uid 99); 18 Nov 2014 23:25:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Nov 2014 23:25:35 +0000 Date: Tue, 18 Nov 2014 23:25:35 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-8370) Failing during creation of MS SQL DB MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-8370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14217038#comment-14217038 ] Hudson commented on AMBARI-8370: -------------------------------- SUCCESS: Integrated in Ambari-trunk-Commit-docker #265 (See [https://builds.apache.org/job/Ambari-trunk-Commit-docker/265/]) AMBARI-8370 - Failing during creation of MS SQL DB (abaranchuk: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=c9e24d5a1cb4348ba90f0532021a858f42118502) * ambari-server/src/main/resources/Ambari-DDL-SQLServer-CREATE.sql > Failing during creation of MS SQL DB > ------------------------------------ > > Key: AMBARI-8370 > URL: https://issues.apache.org/jira/browse/AMBARI-8370 > Project: Ambari > Issue Type: Task > Components: ambari-server > Affects Versions: 2.0.0 > Reporter: Artem Baranchuk > Assignee: Artem Baranchuk > Fix For: 2.0.0 > > > Exception during execution of Ambari-DDL-SQLServer-CREATE.sql > {noformat} > Msg 1767, Level 16, State 0, Line 231 > Foreign key 'FK__upgrade__cluster__5AE78E74' references invalid table 'ambari.clusters'. > Msg 1750, Level 16, State 0, Line 231 > Could not create constraint. See previous errors. > Msg 8197, Level 16, State 4, Procedure trigger_workflow_delete, Line 2 > The object 'workflow' does not exist or is invalid for this operation. > Msg 8197, Level 16, State 4, Procedure trigger_job_delete, Line 2 > The object 'job' does not exist or is invalid for this operation. > Msg 8197, Level 16, State 4, Procedure trigger_task_delete, Line 2 > The object 'task' does not exist or is invalid for this operation. > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)