<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Could not drop constraint. Problem when Table moved to QA server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125093#M1511636</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you have a look at the Software Component versions of the Development and Quality Servers? Also, check what are the SP that's been applied on both the systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try regenerating all the associated objects in the Quality system once more. Else, make a small change in the development system( Like a desc change) and then regenerate all the objects in the dev and lock the same in a transport request. Then release the request and check whether your problem got resolved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Jul 2010 19:19:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-07-04T19:19:17Z</dc:date>
    <item>
      <title>Could not drop constraint. Problem when Table moved to QA server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125090#M1511633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified a transparent 'Z' table by adding three fields to it. It was already having four fields as primary keys and it was working fine. I created Lock object for this table as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is when I moved it to Quality server, It is accepting duplicated entries even though primary keys are already defined to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked Utilities --&amp;gt; Database Object --&amp;gt; Check in SE11, it showing - 'Unique index 0 does not exist' -  means, Primary Key is not got created in Database level (MS SQL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I tried to 'Activate and Adjust Database'' using SE14 (used BASIS userId), then its showing error - 'Constraint &amp;lt;Primay Key name&amp;gt; does not belong to table &amp;lt;Table name&amp;gt;. Could not drop constraint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its nothing but an SQL error.  How to solve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These issues are not showing in Dev. server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 11:39:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125090#M1511633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-02T11:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Could not drop constraint. Problem when Table moved to QA server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125091#M1511634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think as you added new fields after taht some thing is not get transported in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;make sure that each field,data element,domain...etc get transpoted correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure it is issue of TRANSPORT REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pravin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 12:22:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125091#M1511634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-02T12:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Could not drop constraint. Problem when Table moved to QA server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125092#M1511635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Pravin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But that is not the case here.&lt;/P&gt;&lt;P&gt;Every depended elements have moved along with the table to QA. I checked again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it was a transport request problem, it would have given an error message in the 'Transport Log' saying - 'Depended dataelement/domain not generated/activated'. which is not the case here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jul 2010 13:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125092#M1511635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-02T13:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: Could not drop constraint. Problem when Table moved to QA server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125093#M1511636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you have a look at the Software Component versions of the Development and Quality Servers? Also, check what are the SP that's been applied on both the systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try regenerating all the associated objects in the Quality system once more. Else, make a small change in the development system( Like a desc change) and then regenerate all the objects in the dev and lock the same in a transport request. Then release the request and check whether your problem got resolved or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Samantak.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Jul 2010 19:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125093#M1511636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-04T19:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Could not drop constraint. Problem when Table moved to QA server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125094#M1511637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your resopnse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem got solved. It was purly DBA issue. As the error was showing, the primary index was not regenerating/correpted in the Database server. BASIS people has the authority to regenerate the index directly in the DBA system. They hae done it and issue got resolved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;John V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 16:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/could-not-drop-constraint-problem-when-table-moved-to-qa-server/m-p/7125094#M1511637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-06T16:11:43Z</dc:date>
    </item>
  </channel>
</rss>

