<?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: Questions about Alfresco Repository in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218261#M171391</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote java code using web services client to upload and download files into and from alfresco repository. Uploading successfully working and so download is. Download has a lil issue hopefully il resolve it soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;BUT i wanted to ask&lt;/STRONG&gt;&lt;SPAN&gt; that the path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/sample/folder/Company%20Home" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/sample/folder/Company%20Home&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; where our uploaded file get stores if we want to retrieve them and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if move cursor to file it shows the following URL &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/d2edd2fa-b576-4a09-b469-7d3837965bf5/file555.txt" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/d2edd2fa-b576-4a09-b469-7d3837965bf5/file555.txt&lt;/A&gt;&lt;SPAN&gt; hence by clicking we can download it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any method from where i can call this URL&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; ,&amp;nbsp; index i know how to call il do so and then file name too but the URL is being used before these two things can i use it dynamically? Calling any function??? or ANYHOW???? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help as soon as possible.. ill be very thankful to you guys!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 07:58:38 GMT</pubDate>
    <dc:creator>shamabbas</dc:creator>
    <dc:date>2009-09-15T07:58:38Z</dc:date>
    <item>
      <title>Questions about Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218257#M171387</link>
      <description>Hi community, I've some questions about Alfresco's repository.I learned Alfresco uses a database for store meta-data,rules,actions and uses a repository (folder alf_data) to store content of files.As i see, Alfresco don't maintain the name and extension of stored files but convert them into a .bin f</description>
      <pubDate>Fri, 11 Sep 2009 11:12:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218257#M171387</guid>
      <dc:creator>claudio2009</dc:creator>
      <dc:date>2009-09-11T11:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218258#M171388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thre are lots and lots of options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If all you need is to "see the original files" then use one of the remote file system projections of alfresco .&amp;nbsp; There's a long list including cifs and ftp that you can just use an OS command to copy out the files.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Or if you need to maintain your alfresco metadata you can use an ETL tool.&amp;nbsp;&amp;nbsp; Or use the export facilities from alfresco.&amp;nbsp; Or write your own programs to pull the content from alfresco and stick it in your new system.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 11:21:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218258#M171388</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-09-11T11:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218259#M171389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ty for your reply mrogers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did some tests&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;use the export facilities from alfresco&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;If you means to export / import ".ACP files", this does not satisfy my request because the files are shown as content0.bin content1.bin and so on.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;There's a long list including cifs and ftp&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the CIFS protocol in July and I remember having discarded this option because of crashes and errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously, when I will update Alfresco,i will retry to test it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems FTP protocol satisfy my requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;According the wiki i create the directory subsystems/fileServers/default/default/&amp;nbsp;&amp;nbsp; in&amp;nbsp;&amp;nbsp;&amp;nbsp; tomcat/shared/classes/alfresco/extension&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and i copy-pasted from global path the following files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-custom-servers-context.xml&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-file-servers.properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in properties i made these change&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;cifs.enabled=false&lt;BR /&gt;&lt;BR /&gt;… "cifs parameters"&lt;BR /&gt;&lt;BR /&gt;ftp.enabled=true&lt;BR /&gt;ftp.port=21&lt;BR /&gt;ftp.ipv6.enabled=false&lt;BR /&gt;ftp.bindTo=&lt;BR /&gt;ftp.rootDirectory=/Alfresco&lt;BR /&gt;ftp.charSet=utf-8&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;In this way is a good setup or i need to know more?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now i have another question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In future, i wanna move Alfresco repository and the database on a different machine from where I installed Alfresco.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If Alfresco's machine blow up (media failure) the remote file system CIFS FTP are inactive, so, how do I reach the contents?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my english and thanks for your patience, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Claudio&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Only for info:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Server:&amp;nbsp; Virtual Machine OS Ubuntu 9.04 &amp;amp; Alfresco 3.2 community nightly build 14-07. (i will upgrade at 11 september)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Client: Windows&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 11:28:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218259#M171389</guid>
      <dc:creator>claudio2009</dc:creator>
      <dc:date>2009-09-14T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218260#M171390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your machine "blows up" then you put your disaster recovery plan into action and &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;restore that backup onto another machine.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As with any other IT system if you care about the data then backup is vital.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 12:08:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218260#M171390</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-09-14T12:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Questions about Alfresco Repository</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218261#M171391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I wrote java code using web services client to upload and download files into and from alfresco repository. Uploading successfully working and so download is. Download has a lil issue hopefully il resolve it soon.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;STRONG&gt;BUT i wanted to ask&lt;/STRONG&gt;&lt;SPAN&gt; that the path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/sample/folder/Company%20Home" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/sample/folder/Company%20Home&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; where our uploaded file get stores if we want to retrieve them and &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if move cursor to file it shows the following URL &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/d2edd2fa-b576-4a09-b469-7d3837965bf5/file555.txt" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/d2edd2fa-b576-4a09-b469-7d3837965bf5/file555.txt&lt;/A&gt;&lt;SPAN&gt; hence by clicking we can download it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any method from where i can call this URL&amp;nbsp;&amp;nbsp; "&lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/node/content/workspace/SpacesStore/&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; ,&amp;nbsp; index i know how to call il do so and then file name too but the URL is being used before these two things can i use it dynamically? Calling any function??? or ANYHOW???? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help as soon as possible.. ill be very thankful to you guys!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 07:58:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/questions-about-alfresco-repository/m-p/218261#M171391</guid>
      <dc:creator>shamabbas</dc:creator>
      <dc:date>2009-09-15T07:58:38Z</dc:date>
    </item>
  </channel>
</rss>

