cancel
Showing results for 
Search instead for 
Did you mean: 

Problem Using CIFS

g_rathod
Star Contributor
Star Contributor
Hi Friends,

There is some strange problem I am facing.

    My CIFS running successfully from near by ICON on company home label.
    Since all operations working fine during this.

    When I tried to go inner space let say   Company Home/MySpace
    \\ghanshyam-pca\Alfresco\MySpace

    It also opens-up successfully  but I could not operate functions like check-In Check-Out for that
    SubFolder (SubSpace).

  Its showing me Following when I perform check-In or View Detail Operation
[img]http://img2.freeimagehosting.net/uploads/2f35aee9a0.png[/img]

    Its giving error that "Not a Valid alfresco CIFS folder" even though i mapped it.

  
  Its working on Internet Explorer Only from ICON , Mozilla did not support direct CIFS access once we click that ICON.
  Any Help for my Confusion.. And not working for subFolder for any.

   If you need more info Let me kNOw.

Thanks..
6 REPLIES 6

torsten_e
Champ in-the-making
Champ in-the-making
i have the same problem

Torsten.E

loftux
Star Contributor
Star Contributor
Have you changed the port Alfresco is running on?
If so you need to update file-server-custom.xml with the new port number. You will see where it has port 8080 and you may need to change this.
And change ${localname} to your actual server name.

Peter Löfgren

torsten_e
Champ in-the-making
Champ in-the-making
Here is my file-servers-custom.xml

- <alfresco-config area="file-servers">- <!–  To override the default Alfresco filesystem use replace="true", to   –> - <!–  add additional filesystems remove the replace="true" attribute       –> - <config evaluator="string-compare" condition="CIFS Server" replace="true">  <serverEnable enabled="true" />   <host name="${localname}_a" domain="ifta-gmbh" />   <comment>"Schwedenhaus AG - CIFS"</comment>   <broadcast>255.255.255.255</broadcast>   <sessionDebug flags="Negotiate,Socket" /> - <!–  herausgenommen   <tcpipSMB platforms="linux,solaris,macosx"/>   <netBIOSSMB platforms="linux,solaris,macosx"/>  –> - <!–    <tcpipSMB platforms="linux,solaris,macosx"/>   <netBIOSSMB platforms="linux,solaris,macosx"/>      <hostAnnounce interval="5"/>      <Win32NetBIOS/>   <Win32Announce interval="5"/>  –>   </config>- <config evaluator="string-compare" condition="Filesystems" replace="true">- <filesystems>- <filesystem name="Alfresco">  <store>workspace://SpacesStore</store>   <rootPath>/app:company_home</rootPath> - <!–  Add a URL file to each folder that links back to the web client   –> - <urlFile>  <filename>__Alfresco.url</filename>   <webpath>http://alfresco.schwedenhaus.ag:8080/alfresco/</webpath>   </urlFile>- <!–  Mark locked files as offline   –>   <offlineFiles /> - <!–  Desktop actions   –> - <desktopActions>- <global>  <path>alfresco/desktop/Alfresco.exe</path>   <webpath>http://{localname}_a:8080/alfresco/</webpath>   </global>- <action>  <class>org.alfresco.filesys.repo.desk.CheckInOutDesktopAction</class>   <name>CheckInOut</name>   <filename>__CheckInOut.exe</filename>   </action>- <action>  <class>org.alfresco.filesys.repo.desk.JavaScriptDesktopAction</class>   <name>JavaScriptURL</name>   <filename>__ShowDetails.exe</filename>   <script>alfresco/desktop/showDetails.js</script>   <attributes>anyFiles</attributes>   <preprocess>copyToTarget</preprocess>   </action>  </desktopActions>- <!–             <accessControl default="Write">               <user name="admin" access="Write"/>               <address subnet="90.1.0.0" mask="255.255.0.0" access="Write"/>            </accessControl>  –>   </filesystem>- <!–  AVM virtualization view of all stores/versions for WCM   –> - <avmfilesystem name="AVM">  <virtualView />   </avmfilesystem>  </filesystems>  </config>- <config evaluator="string-compare" condition="Filesystem Security" replace="true">  <authenticator type="alfresco" />   <disallowGuest />   </config>  </alfresco-config>‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍

Torsten.E

loftux
Star Contributor
Star Contributor
Torsten,
you still have  <webpath>http://{localname}_a:8080/alfresco/</webpath>  in some places,
update those and it will probably work.

Grüße aus Schweden!

torsten_e
Champ in-the-making
Champ in-the-making
I have it changed to

<webpath>http://alfresco.schwedenhaus.ag:8080/alfresco/</webpath>‍‍‍

the same result

g_rathod
Star Contributor
Star Contributor
Hi Loftux,

I dont think after changing port this will run. Its not issue for port.
Actually its showing this is not valid CIFS folder.

What does it mean… ??  
mapping is not performed correctly.

Your ideas invited…

Thanks