Problem Using CIFS

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2008 07:36 AM
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..
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..
Labels:
- Labels:
-
Archive
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 05:16 AM
i have the same problem
Torsten.E
Torsten.E
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 05:36 AM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 06:09 AM
Here is my file-servers-custom.xml
Torsten.E
- <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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 06:57 AM
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!
you still have <webpath>http://{localname}_a:8080/alfresco/</webpath> in some places,
update those and it will probably work.
Grüße aus Schweden!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2008 08:31 AM
I have it changed to
the same result
<webpath>http://alfresco.schwedenhaus.ag:8080/alfresco/</webpath>
the same result

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2008 09:13 AM
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
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
