<?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 accessing a store other than the default in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70255#M45282</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We are using alfresco's repository service to implement an image repository.&amp;nbsp; We want to store images for different department in different stores. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco's default store is SpacesStore. We can create new stores using the web service api.&amp;nbsp; I have two questions. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Is there a way to configure the alfresco web client to access a store other than SpacesStore? The only way I can see other stores is through the node browser. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The url for access a node in the default store is &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://hostname/alfresco/navigate/browse/workspace/SpacesStore/" rel="nofollow noopener noreferrer"&gt;http://hostname/alfresco/navigate/browse/workspace/SpacesStore/&lt;/A&gt;&lt;SPAN&gt;[node uuid]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;what is the direct url for accessing a node in another store?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks so much for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Qing&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 03:57:49 GMT</pubDate>
    <dc:creator>dongq</dc:creator>
    <dc:date>2007-03-22T03:57:49Z</dc:date>
    <item>
      <title>accessing a store other than the default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70255#M45282</link>
      <description>We are using alfresco's repository service to implement an image repository.&amp;nbsp; We want to store images for different department in different stores. Alfresco's default store is SpacesStore. We can create new stores using the web service api.&amp;nbsp; I have two questions. 1. Is there a way to configure the a</description>
      <pubDate>Thu, 22 Mar 2007 03:57:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70255#M45282</guid>
      <dc:creator>dongq</dc:creator>
      <dc:date>2007-03-22T03:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: accessing a store other than the default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70256#M45283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. This can be done - but you require the same basic structure in the repo as the web-client expects in the default repository. i.e. a Company Home node, the Data Dictionary node structure etc. The web-client is designed to work against the repo with that particular structure.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Building the URLs is easy - the last 3 elements in the URL are simple the store protocol, store name and ID from the NodeRef for the node. So if your store is called 'mystore' then the URL might be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://hostname/alfresco/navigate/browse/workspace/mystore/uuid" rel="nofollow noopener noreferrer"&gt;http://hostname/alfresco/navigate/browse/workspace/mystore/uuid&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 12:03:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70256#M45283</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-03-22T12:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: accessing a store other than the default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70257#M45284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kevin, thank you so much for your reply. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. We will not have the same basic structure, but it is OK because we will build our own web client for the image repository. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The URL problem is more important. I did try to construct the url the way you suggested: &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://hostname/alfresco/navigate/browse/workspace/mystore/" rel="nofollow noopener noreferrer"&gt;http://hostname/alfresco/navigate/browse/workspace/mystore/&lt;/A&gt;&lt;SPAN&gt;[uuid]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;However, the web client gives me the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The folder item referenced by Id: c356d367-d81d-11db-a2f9-cb61deb5e857 - has been deleted from the database. The system has changed your folder location as the folder you were in no longer exists.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does my new store have to have the same basic structure as the default store for the urls to work?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Qing&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 15:01:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70257#M45284</guid>
      <dc:creator>dongq</dc:creator>
      <dc:date>2007-03-22T15:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: accessing a store other than the default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70258#M45285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2. The URL problem is more important. I did try to construct the url the way you suggested: &lt;BR /&gt;&lt;A href="http://hostname/alfresco/navigate/browse/workspace/mystore/" rel="nofollow noopener noreferrer"&gt;http://hostname/alfresco/navigate/browse/workspace/mystore/&lt;/A&gt;[uuid]&lt;BR /&gt;However, the web client gives me the following error:&lt;BR /&gt;The folder item referenced by Id: c356d367-d81d-11db-a2f9-cb61deb5e857 - has been deleted from the database. The system has changed your folder location as the folder you were in no longer exists.&lt;BR /&gt;&lt;BR /&gt;Does my new store have to have the same basic structure as the default store for the urls to work?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Appologies I thought you were trying to build URLs to access content directly i.e. if the content node was in a store you would use something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://hostname/alfresco/download/direct/workspace/mystore/" rel="nofollow noopener noreferrer"&gt;http://hostname/alfresco/download/direct/workspace/mystore/&lt;/A&gt;&lt;SPAN&gt;[uuid]/filename.txt&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes the web-client expects all the 'spaces' it is able to browse to be in the SpacesStore - as it is built like that. The web-client is not currently able to switch between two different stores for browsing - only for direct links to access content etc. like i mention above. You can use the various servlets when building your new UI as they can access nodes in any store i.e. the download content servlet (as above), the template processing servlet and the command servlet (for javascript api commands etc.)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 16:09:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70258#M45285</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2007-03-22T16:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: accessing a store other than the default</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70259#M45286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks so much for your reply. The download and guestDownload servlets work perfectly in our case.&amp;nbsp; Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Qing&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Mar 2007 04:22:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/accessing-a-store-other-than-the-default/m-p/70259#M45286</guid>
      <dc:creator>dongq</dc:creator>
      <dc:date>2007-03-24T04:22:11Z</dc:date>
    </item>
  </channel>
</rss>

