<?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 Cannot update. Database or object is read-only when pulling sharepoint list accdb via ODBC in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cannot-update-Database-or-object-is-read-only-when-pulling/m-p/372469#M1275386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a QVW that pulls from Sharepoint list by the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sharepoint Site&lt;UL&gt;&lt;LI&gt;Sharepoint List&lt;UL&gt;&lt;LI&gt;Saved list as Access DB (accdb file)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlikview&lt;UL&gt;&lt;LI&gt;ODBC&lt;UL&gt;&lt;LI&gt;Access DB file (accdb file)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problems pulling the data that way and it works quite well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem deploying this solution, though. The QVW resides on the Qlikview Web Server, and the accdb files are on a remote network share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the QVW script, I am using UNC paths \\server\folder\folder to let the QVW know where to find the files for loading via ODBC. I have tested this manually from my own machine and everything works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave the QVW to my local QV admin to publish, and he is getting a Windows credentials prompt, even though the Windows Service Account on the QV Server has been given full permissions to the UNC share where the accdb files are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the heck of it, we also granted read access to the Sharepoint site to the QV Windows Service Account. I also appended the encrypted passwords next to the ODBC call within the script ( the one like XUser is lkJSDFSJDFSD XPassword is XCLKJRFWEKLJ) (the credentials are mine for accessing the sharepoint site and also the UNC share)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I receive:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL ##f - SqlState: 42000, ErrorCode: 4292965487, ErrorMsg: [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. SQL Select field, field FROM Table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Cannot update. Database or object is read-only when pulling sharepoint list accdb via ODBC</title>
      <link>https://community.qlik.com/t5/QlikView/Cannot-update-Database-or-object-is-read-only-when-pulling/m-p/372469#M1275386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a QVW that pulls from Sharepoint list by the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Sharepoint Site&lt;UL&gt;&lt;LI&gt;Sharepoint List&lt;UL&gt;&lt;LI&gt;Saved list as Access DB (accdb file)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Qlikview&lt;UL&gt;&lt;LI&gt;ODBC&lt;UL&gt;&lt;LI&gt;Access DB file (accdb file)&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No problems pulling the data that way and it works quite well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem deploying this solution, though. The QVW resides on the Qlikview Web Server, and the accdb files are on a remote network share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within the QVW script, I am using UNC paths \\server\folder\folder to let the QVW know where to find the files for loading via ODBC. I have tested this manually from my own machine and everything works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I gave the QVW to my local QV admin to publish, and he is getting a Windows credentials prompt, even though the Windows Service Account on the QV Server has been given full permissions to the UNC share where the accdb files are stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the heck of it, we also granted read access to the Sharepoint site to the QV Windows Service Account. I also appended the encrypted passwords next to the ODBC call within the script ( the one like XUser is lkJSDFSJDFSD XPassword is XCLKJRFWEKLJ) (the credentials are mine for accessing the sharepoint site and also the UNC share)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error I receive:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL ##f - SqlState: 42000, ErrorCode: 4292965487, ErrorMsg: [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only. SQL Select field, field FROM Table.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cannot-update-Database-or-object-is-read-only-when-pulling/m-p/372469#M1275386</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
  </channel>
</rss>

