<?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>Question Re: what is concurrent lock in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152670#M30362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alwin. Big help. That was my initial guess to but can't see how exactly the performance is compromised. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jul 2008 09:46:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-16T09:46:19Z</dc:date>
    <item>
      <title>what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaq-p/4152664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone educate me on the topic of concurrent lock.&lt;/P&gt;&lt;P&gt;Each Application seems to have a node for concurrent lock settings which can be seen in outlooksoft admin.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My guess. It determines the dimensions relevant for locking for an App.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:49:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaq-p/4152664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T14:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152665#M30357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wrong guess &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the locking for applications is done via workstatus.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The concurrent locking setting is to prevent the possibilitie that two (or more) users are changing the data for the same intersections.&lt;/P&gt;&lt;P&gt;For example: if the concurrent lock settings are set to entity,time,category (which is the default and in almost all cases the right setting), if you change the data for a certain intersection, the used intersection will be locked when records are processed and written back to the database. normally all of this will be done within a second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If for example you have an extra costcenter dimension in your application and several different users are entering data for different costcenters but for only 1 entity, it may be usefull to add the costcenter dimension to the concurrent lock settings, in this case you want users to be able to sent data for 1 entity at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Alwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152665#M30357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T14:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152666#M30358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Concurrent locks prevent multiple users from sending data to the same intersection at the same time.  For example, defining concurrent lock to include Entity, Category and Time would prevent two users from modifying data for the same entity (Local Office 1) for the same category of data (e.g. Budget) in the same period of time (e.g. 2009.JAN).  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's a database setting that can be managed in the Admin tool -- added in v5.  One of the notes in this forum regarding v7 indicates that it will be managed behind the scenes in v7.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--- Oops... didn't see Alwin's response when I started the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jeff Hattendorf (Akili) on Jul 15, 2008 4:59 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 14:59:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152666#M30358</guid>
      <dc:creator>JHattendorf</dc:creator>
      <dc:date>2008-07-15T14:59:06Z</dc:date>
    </item>
    <item>
      <title>Re: what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152667#M30359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP world we can specify infoObjects that are relevant for locking meaning one person can only modify the intersection of its value. This can be done thru rsplse.This was my thought process when I asked the question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Workstatus looks like Data slices in SAP world.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2008 15:16:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152667#M30359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-15T15:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152668#M30360</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've read in the BPC Admin Guide that "data submission is based on a first come first serve basis". So the concurrent lock settings actually prevents concurrent data submission conflicts between users working on the same data intersection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Entity, Time, and Category dimensions are locked by default. &lt;/P&gt;&lt;P&gt;Here's my question: What is the disadvantage of locking ALL the dimensions on the concurrent lock settings of a certain application?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 01:06:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152668#M30360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T01:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152669#M30361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Performance is the main problem when you set the concurrent lock setting for all dimension. Mostly when you send data, you will sent data for several accounts at the same time. This must all be checked, stored en cleared by the sendgoverner service of BPC. And in fact this is not necessary, when a user is entering data for a specific entity, in most cases this is the only user entering the data for this entity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alwin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 07:13:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152669#M30361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T07:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: what is concurrent lock</title>
      <link>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152670#M30362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Alwin. Big help. That was my initial guess to but can't see how exactly the performance is compromised. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 09:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/what-is-concurrent-lock/qaa-p/4152670#M30362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T09:46:19Z</dc:date>
    </item>
  </channel>
</rss>

