<?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: Moving alf_data on network drive in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277689#M230819</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can not access alfresco on the browser when i mount the contentstores. It does create them but i can't access alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please assist me with this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=C:/ALFRES~2/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore=\\\\D:\\Alfresco1\\alf_data\\contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore.deleted=\\\\D:\\Alfresco1\\alf_data\\contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Working on Alfresco Enterprise 4.1.3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Oct 2013 12:56:29 GMT</pubDate>
    <dc:creator>luyanda</dc:creator>
    <dc:date>2013-10-08T12:56:29Z</dc:date>
    <item>
      <title>Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277682#M230812</link>
      <description>Hi,I need to move the alf_data on a network drive and it does not seem to work.I'm using alfresco community 4.0e on windows server 2008 R2.I updated alfresco-global.properties and added those 2 lines:dir.root=//Xfiles/info$/Archive_GED_Entretien/alf_datadir.keystore=C:/Alfresco/alf_data/keystoreI ha</description>
      <pubDate>Wed, 31 Oct 2012 14:02:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277682#M230812</guid>
      <dc:creator>simonj</dc:creator>
      <dc:date>2012-10-31T14:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277683#M230813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've got the same problem I'm working on. Actually on your network share (for testing), set your share permissions to 'everyone' + read/write.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Once I did that it created the contentstore. Now I'm trying to figure out the correct permissions as I'm seeing 'access denied' in event viewer when I'm trying it over the domain admin permissions.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 16:17:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277683#M230813</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2012-11-02T16:17:46Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277684#M230814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Issue resolved, so this is what you've gotta do if your setting up an alf_data network share:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm running on Windows Server 2008 Ent R2&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Edit alfresco-global.properites located in: c:\alfresco\tomcat\shared\classes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=C:/Alfresco/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore=\\\\FQDN-GOES-HERE\\Alfresco\\contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore.deleted=\\\\FQDN-GOES-HERE\\Alfresco\\contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, make sure the slashes are doubled on network locations, it has to do with the way tomcat parses them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also note dir.root is still on your tomcat server, you want it to be like this as you want lucene index to run locally for performance purposes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Make your network share, set permissions, in my case, I shared it with domain administrator only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. On the server running tomcat, go Start &amp;gt; 'Run' &amp;gt; services.msc&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Find 'Apache Tomcat alfrescoTomcat' and open up the properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Goto the 'Log On' tab, change from 'local system account' to 'this account'. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enter your domain administrator credentials here, or what ever share permission you set back on the file server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Stop the tomcat server&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Delete your current alf_data (you only need to delete cotentstore and contentstore.deleted)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;6. Delete your database&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;7. Start the tomcat server, it should now recreate database, and create new contentstore and contentstore.deleted on the file server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Nov 2012 16:41:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277684#M230814</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2012-11-02T16:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277685#M230815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Everythings works perfectly!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 17:59:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277685#M230815</guid>
      <dc:creator>simonj</dc:creator>
      <dc:date>2012-11-07T17:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277686#M230816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have run into 1 issue though, hoping someone else has the issue, or knows how to resolve it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, the shares over the network work great, but try doing a search, I get no results. However when testing with a standalone install, or with the contentstore on the localsystem, I do get results. I've thrown my permissions to 'everyone read/write' and still nothing in this case.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any clues?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 15:34:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277686#M230816</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2012-11-20T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277687#M230817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Answer is here: &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=46598&amp;amp;p=138693&amp;amp;hilit=lucene#p138693" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/en/viewtopic.php?f=9&amp;amp;t=46598&amp;amp;p=138693&amp;amp;hilit=lucene#p138693&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2012 17:58:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277687#M230817</guid>
      <dc:creator>102020</dc:creator>
      <dc:date>2012-11-20T17:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277688#M230818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, I followed your instruction but i don't understand how and where can i do the step 6 "Delete your database", can you explain plz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 19:31:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277688#M230818</guid>
      <dc:creator>nabilfaouzi</dc:creator>
      <dc:date>2013-07-22T19:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277689#M230819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can not access alfresco on the browser when i mount the contentstores. It does create them but i can't access alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please assist me with this issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=C:/ALFRES~2/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore=\\\\D:\\Alfresco1\\alf_data\\contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore.deleted=\\\\D:\\Alfresco1\\alf_data\\contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Working on Alfresco Enterprise 4.1.3&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 12:56:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277689#M230819</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-10-08T12:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277690#M230820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;get rid of those backslashes before the D.&amp;nbsp; Its not needed if you are using windows drive letters.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Oct 2013 14:16:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277690#M230820</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-10-08T14:16:22Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277691#M230821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I removed them but still does the same the same thing. But when i copy content from the default drive which is C: it runs. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my main concern is, by trying to create new storage point is more of making backup. Do i have to copy old content to the new storage?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 10:14:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277691#M230821</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-10-09T10:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277692#M230822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Now i can't find the content when i do the search in the repository yet it update on new store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What could be the problem?&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Oct 2013 13:39:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277692#M230822</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-10-09T13:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277693#M230823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Now i am able to search. My concern now is, i am suppose to copy the old alf_data on the other drive to the new one? because if i leave the new store empty i'm not able to access alfresco (can't login).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 12:38:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277693#M230823</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-10-18T12:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277694#M230824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes of course you need to move the data to the new location.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Oct 2013 12:47:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277694#M230824</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-10-18T12:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277695#M230825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to create new content on the new contentstore beside copying the old alf_data contettent store. Lets say the default drive is C: and now you want to use a new drive which is D:..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:35:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277695#M230825</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-10-24T13:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277696#M230826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to create new content on the new contentstore beside copying the old alf_data contettent store. Lets say the default drive is C: and now you want to use a new drive which is D:..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Oct 2013 13:37:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277696#M230826</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-10-24T13:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277697#M230827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mrogers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What if i want to use a contentstore selectore for multiple storage without copying alf_data. Because what i would like to achieve is to apply the property define in the contentstore selector file and use a rule or script to create content into the new store.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done the following:I enabled the content-store-selector-context.xml file in C:alfresco/tomcat/shared/classes/alfresco/extension and added the aspect and the property name in share-config-custom.xml in C:alfresco/tomcat/shared/classes/alfresco/web-extension. I applied the aspect and created a rule to store new content into the new storage specified in the contentstore selector. But still i can't get it right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please assist me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using Alfresco Enterprise 4.1.4&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 09:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277697#M230827</guid>
      <dc:creator>luyanda</dc:creator>
      <dc:date>2013-11-20T09:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277698#M230828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I followed those steps many times and different ways, I can't make it works. So I tried to go as simple as possible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is my configuration, to avoid network issue, but still my goal is to put it on the network at the end :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=C:/Alfresco/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore=C:/Test/contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore.deleted=C:/Test/contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The contentstore and .deleted haven'd get recreated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried \\ instead of /, no change.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I did try with and without deleting the Database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;psql -U postgres -c "drop database alfresco;"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm on a Windows 2008 R2 and I'm running Alfresco 4.2F.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I'm running out of idea.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And once I'm in this situation, I need to re-install everything.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;just like I corrupted something and can't recover from it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 14:59:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277698#M230828</guid>
      <dc:creator>houblonde</dc:creator>
      <dc:date>2014-04-15T14:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277699#M230829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Luganda,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can use the ReplicatingContentStore with inbound and outbound replication turned off to have your old data on c and new data on d.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or call alfresco support for help with the content store selector.&amp;nbsp;&amp;nbsp; They will require more details than "I can't get it right".&amp;nbsp;&amp;nbsp;&amp;nbsp; And please note that policy driven storage should not be used for disk management.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'm working with the docs team at the moment to get this documented better.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:08:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277699#M230829</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2014-04-16T09:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277700#M230830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;To use a network drive don't use the mapping letter in the properties but the UNC path&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;NO&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=C:/ALFRES~2/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore=\\\\D:\\Alfresco1\\alf_data\\contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore.deleted=\\\\D:\\Alfresco1\\alf_data\\contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.root=C:/ALFRES~2/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore=//server/alfresco/alf_data/contentstore&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;dir.contentstore.deleted=//server/alfresco/alf_data/contentstore.deleted&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;code&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Apr 2014 07:51:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277700#M230830</guid>
      <dc:creator>fedemori</dc:creator>
      <dc:date>2014-04-23T07:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Moving alf_data on network drive</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277701#M230831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i'm new in alfresco &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i just read this threat, and thinking if i'm moving alf_data, contentstore to drive's attached (NAS), can i follow this step to ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or if any step for moving alf_data &amp;amp; contentstore to attached drive (NAS) could you all please suggest to me? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;very appreciate to all of you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Nov 2014 07:55:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/moving-alf-data-on-network-drive/m-p/277701#M230831</guid>
      <dc:creator>gnanad</dc:creator>
      <dc:date>2014-11-25T07:55:17Z</dc:date>
    </item>
  </channel>
</rss>

