<?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 CIFS Issues on W2K3 in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102244#M71119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I apologize in advance for the noob question below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've installed Alfresco Community Server 2.0 on a W2K3 server which is on a network, but there is no domain. I'm using the default HSQL database.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am unable to mount the Alfresco share from any remote computer. Interestingly enough, when I look at the link in the web browser to mount the alfresco share, it only lists &amp;lt;mycomputername&amp;gt;_ not &amp;lt;mycomputername&amp;gt;_A as seems to be documented elsewhere. I don't know if this is indicative of a problem or not.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can mount the share from the server machine, although I am prompted with a login dialog. If I enter "admin" with a password of "admin" it opens the drive folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;From any other computer, tho, I am unable to mount the folder. From a WinXP machine, if I click on the drive folder in IE 7, I get the response:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;"Cannot find 'file://harorlipubd001_/Alfresco/Guest%20Home'.Make sure the path or Internet address is correct."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've searched through the forum for help and have read many CIFS posts, but am unable to find any that address my specific issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that this is a clean install of Alfresco 2.0 and that I have not modified any permissions or anything on any folders. Is this a permission error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If someone could offer some advice, I'd certainly appreciate it.&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;-victor&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2007 17:47:32 GMT</pubDate>
    <dc:creator>vcardoso</dc:creator>
    <dc:date>2007-05-14T17:47:32Z</dc:date>
    <item>
      <title>CIFS Issues on W2K3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102244#M71119</link>
      <description>I apologize in advance for the noob question below:I've installed Alfresco Community Server 2.0 on a W2K3 server which is on a network, but there is no domain. I'm using the default HSQL database.I am unable to mount the Alfresco share from any remote computer. Interestingly enough, when I look at t</description>
      <pubDate>Mon, 14 May 2007 17:47:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102244#M71119</guid>
      <dc:creator>vcardoso</dc:creator>
      <dc:date>2007-05-14T17:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues on W2K3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102245#M71120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is your server name is 14 characters long, so when the '_A' gets appended to it using the standard configuration for the Alfresco CIFS server the name becomes too long for a NetBIOS name, the 'A' gets chopped off.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A NetBIOS name is 16 characters but the last character is used to specify the service type, such as file server, so there's a maximum of 15 characters for the server name.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the file-servers.xml file change the &amp;lt;host name="${localname}_A"/&amp;gt; to something like &amp;lt;host name="HARORLIPUB_A"/&amp;gt; in the "CIFS Server" section of the configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gary&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 08:05:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102245#M71120</guid>
      <dc:creator>gary_spencer</dc:creator>
      <dc:date>2007-05-15T08:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: CIFS Issues on W2K3</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102246#M71121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Gary!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the quick response. Making the changes above did seem to resolve some of my issues. The network path is now correctly being saved. I'm still having issues with PC clients being able to connect to the CIFS volume, but I'm going to go back to the other forum posts and see if I can troubleshoot further.&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;-v&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 May 2007 17:35:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/cifs-issues-on-w2k3/m-p/102246#M71121</guid>
      <dc:creator>vcardoso</dc:creator>
      <dc:date>2007-05-15T17:35:10Z</dc:date>
    </item>
  </channel>
</rss>

