<?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 Doesn't Alfresco handle MS Access files? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259858#M212988</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having some issues with MS Access files within Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MS Access files behavior in Alfresco:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)&amp;nbsp;&amp;nbsp;&amp;nbsp; MS Access files (.accdb) are not recognized by Alfresco. The Content Type is set to “Octet Stream”. As a matter of fact, when trying to change the content type, there is no “Microsoft Access” type available in the drop-down list.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)&amp;nbsp;&amp;nbsp;&amp;nbsp; In Windows XP, when trying to edit the .accdb files through the Windows Explorer WebDav connection using Access 2007, the files are open read-only. This does not happen with Word, Excel and PowerPoint files. Since the file is open read-only, it is not blocked for editing, allowing other users to edit it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3)&amp;nbsp;&amp;nbsp;&amp;nbsp; In Windows XP, when trying to save the read-only file with another name through WebDav, the following error message appears: “You cannot use an Internet address here. Enter a path that points to a location on your computer or on the network”&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4)&amp;nbsp;&amp;nbsp;&amp;nbsp; In Windows 7, the .accdb files can be opened in edit mode through the Windows Explorer WebDav connection using Access 2007. However, the program is slow opening the files. There is a new small file created in Alfresco (~1 KB) with the same name as the file being edited and with an extension .laccdb. It has a small lock icon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5)&amp;nbsp;&amp;nbsp;&amp;nbsp; In Windows 7, when trying to save the file to the WebDav directory with with another name, the following error message appears: “Not a valid file name”. Saving the file with the same name by clicking on the “save” button in MS Access works ok.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to solve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2012 09:47:37 GMT</pubDate>
    <dc:creator>imdea</dc:creator>
    <dc:date>2012-09-13T09:47:37Z</dc:date>
    <item>
      <title>Doesn't Alfresco handle MS Access files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259858#M212988</link>
      <description>Hello,I'm having some issues with MS Access files within Alfresco:MS Access files behavior in Alfresco:1)&amp;nbsp;&amp;nbsp;&amp;nbsp; MS Access files (.accdb) are not recognized by Alfresco. The Content Type is set to “Octet Stream”. As a matter of fact, when trying to change the content type, there is no “Microsoft Access”</description>
      <pubDate>Thu, 13 Sep 2012 09:47:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259858#M212988</guid>
      <dc:creator>imdea</dc:creator>
      <dc:date>2012-09-13T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Alfresco handle MS Access files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259859#M212989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;most of the points listed conform to the Windows / Microsoft behaviour I have come to &lt;/SPAN&gt;&lt;EM&gt;love&lt;/EM&gt;&lt;SPAN&gt; over the course of my Alfresco career.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Indeed Alfresco is lacking a mimetype configuration for *.accdb files. This can be rectified by providing a configuration extension:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;alfresco-config area="mimetype-map"&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Mimetype Map"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mimetypes&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mimetype mimetype="application/msaccess" display="Microsoft Access 2007"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;extension default="true"&amp;gt;accdb&amp;lt;/extension&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mimetype&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mimetypes&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;BR /&gt;&amp;lt;/alfresco-config&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;bean id="yourCustom.mimetype.config" class="org.springframework.extensions.config.ConfigBootstrap" init-method="register"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="configService" ref="mimetypeConfigService" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="configs"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;value&amp;gt;classpath:alfresco/extension/yourCustom-mimetype-config.xml&amp;lt;/value&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/list&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/bean&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;2) For Office, there are a couple of registry settings that govern this behaviour - I didn't find any for Access. This is a purely client related limitation, since opening a file in XP via Web Folders (WebDAV client) by default behaves as if you'd downloaded a file from the Internet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3) MS Access is apparently unable to handle WebDAV locations for save. This again is a client limitation, since XP and Web Folders do not expose WebDAV drives as "real drives" that any application can work with. The standard Office clients e.g. all have integrated WebDAV support as part of their SharePoint protocol support.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4) The .laccdb is most likely a temporary lock file created by MS Access to prevent concurrent access to the file by multiple users. It should be automatically deleted when Access is closed. Of course, if Access crashes, the file will remain and needs to be manually deleted from Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5) No idea here - what is the name you attempted to use? Maybe it really is an invalid name..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 10:18:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259859#M212989</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2012-09-13T10:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Alfresco handle MS Access files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259860#M212990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Still no support for uploading MS Access database files (.accdb)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:00:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259860#M212990</guid>
      <dc:creator>patrickvanhoof</dc:creator>
      <dc:date>2016-05-20T08:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Doesn't Alfresco handle MS Access files?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259861#M212991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I made a mistake, it is possible to upload .accdb files…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 08:20:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/doesn-t-alfresco-handle-ms-access-files/m-p/259861#M212991</guid>
      <dc:creator>patrickvanhoof</dc:creator>
      <dc:date>2016-05-20T08:20:48Z</dc:date>
    </item>
  </channel>
</rss>

