<?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: Table locked by Web Report Studio in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175908#M1921</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap Karman,thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how I set the item below? &lt;/P&gt;&lt;P&gt;is there any manual that I can read about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;"you can change that to readonly&amp;nbsp; (access-readonly) allowing many processes for read. (Blocking a possible update process)"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 14:05:07 GMT</pubDate>
    <dc:creator>DavidCaliman</dc:creator>
    <dc:date>2014-05-29T14:05:07Z</dc:date>
    <item>
      <title>Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175903#M1916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there some setting in the Web Report Studio not to lock a table while to perform a load on Data Integration Studio on the same table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is occurring locked table error in insert while a report is running on the Web Report Studio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 18:36:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175903#M1916</guid>
      <dc:creator>DavidCaliman</dc:creator>
      <dc:date>2014-05-28T18:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175904#M1917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well you are replacing a whole table and you do not expect any lock?&lt;BR /&gt;ACID and RDBMS basics are applicable. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 19:12:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175904#M1917</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-28T19:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175905#M1918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The opposite occurs:&lt;/P&gt;&lt;P&gt;The table is being locked while I am running the report, not when I'm doing the load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table involved is a SAS table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 19:27:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175905#M1918</guid>
      <dc:creator>DavidCaliman</dc:creator>
      <dc:date>2014-05-28T19:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175906#M1919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To overwrite all the files that constitute the MDDB, the load process needs exclusive access. When the OLAP server serves a report from that table, it prevents that exclusive access.&lt;/P&gt;&lt;P&gt;One solution is to stop the OLAP server for the time that is needed to update the MDDB's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 22:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175906#M1919</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2014-05-28T22:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175907#M1920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David you accepted that locking will occur and is necessary when updating data (update lock).&amp;nbsp; &lt;BR /&gt;This lock/enqueue has the property only one process is allowed to run, this one.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;BR /&gt;With that there also a need for locking data when reading data (read lock).&amp;nbsp; &lt;/P&gt;&lt;P&gt;This lock/enqueue has the property many processes are allowed but the only may read not update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dead-lock situation is the one where the order of a locks by different&amp;nbsp; processes are that they get waiting on each.&lt;BR /&gt;In that situation one of the processes must be killed. A timeout detection often helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are having problems with a SAS-table, That can be caused by:&lt;/P&gt;&lt;P&gt;- The Olap way as Kurt has described. The Olap server is service for all his tables (lock them read).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Batch updates will be blocked as long as that process is running.&lt;BR /&gt;- The default open mode for SAS-tables is update,&lt;/P&gt;&lt;P&gt;&amp;nbsp; + you can change that to readonly&amp;nbsp; (access-readonly) allowing many processes for read. (Blocking a possible update process)&lt;/P&gt;&lt;P&gt;&amp;nbsp; + you can set OS-controls to be read-only for the file/directory. By this SAS will also not see update locks&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; + Use SAS/Share as the goal of that is offering SAS-tables like a RDBMS. (Same as the OLAP service) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 04:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175907#M1920</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-29T04:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175908#M1921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jaap Karman,thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how I set the item below? &lt;/P&gt;&lt;P&gt;is there any manual that I can read about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;"you can change that to readonly&amp;nbsp; (access-readonly) allowing many processes for read. (Blocking a possible update process)"&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 14:05:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175908#M1921</guid>
      <dc:creator>DavidCaliman</dc:creator>
      <dc:date>2014-05-29T14:05:07Z</dc:date>
    </item>
    <item>
      <title>Re: Table locked by Web Report Studio</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175909#M1922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;access=readonly It is part of the standard libname options. &lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/63323/HTML/default/viewer.htm#n1nk65k2vsfmxfn1wu17fntzszbp.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/63323/HTML/default/viewer.htm#n1nk65k2vsfmxfn1wu17fntzszbp.htm"&gt;SAS(R) 9.3 Statements: Reference&lt;/A&gt;. If you use a libname in the autoexec_usermod or code it is rather straightforward. When it is metadatabase defined you have to use SMC and find a way.&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Lock&amp;nbsp; is a function &lt;A href="http://support.sas.com/documentation/cdl/en/lestmtsref/63323/HTML/default/viewer.htm#p0pc4mpj7xzxs4n1257fgz2tkuyb.htm" title="http://support.sas.com/documentation/cdl/en/lestmtsref/63323/HTML/default/viewer.htm#p0pc4mpj7xzxs4n1257fgz2tkuyb.htm"&gt;SAS(R) 9.3 Statements: Reference&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;filelocks is relative new as Unix is missing that by default. Windows and Mainframe have OS locks implemented.&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n1824lspl1ny8gn1f6or44dbaj9k.htm" title="http://support.sas.com/documentation/cdl/en/hostunx/63053/HTML/default/viewer.htm#n1824lspl1ny8gn1f6or44dbaj9k.htm"&gt;SAS(R) 9.3 Companion for UNIX Environments&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 14:47:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Table-locked-by-Web-Report-Studio/m-p/175909#M1922</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2014-05-29T14:47:45Z</dc:date>
    </item>
  </channel>
</rss>

