cancel
Showing results for 
Search instead for 
Did you mean: 

What is the correct syntax for dir.root on windows to point to a network smb share?

rlesnikov
Champ on-the-rise
Champ on-the-rise

Hi guys,

Please help.

Default is:

#dir.root=C:/ALFRES~1/alf_data

- works fine.

Changing to:
#dir.root=C:/IT

- works fine.

Changing to (network drive):
#dir.root=O:/IT

or
#dir.root=smb://server.domain.local/SHARE/IT

- none works (of course without "#").

This is a mapped drive SMB share on what I would like to place entire repository, probably some other actions from file share server side (fbsd-based) are required.

I'm getting this errors on the top of the page:

An error has occured in the Share component: /share/service/components/dashlets/my-sites.
It responded with a status of 500 - Internal Error.
Error Code Information: 500 - An error inside the HTTP server which prevented it from fulfilling the request.
Error Message: 08210001 Failed to execute script 'classpath*:alfresco/site-webscripts/org/alfresco/components/dashlets/my-sites.get.js': 08210000 08210001 Failed during processing of IMAP server status configuration from Alfresco: 08210000 Unable to retrieve IMAP server status from Alfresco: 404
Server: Alfresco Spring WebScripts - v6.5.0 schema 1,000
Time: Sep 21, 2016 11:22:10 AM
Your request could not be processed at this time. Please contact your system administrator for further information.
Any ideas?
Thanks in advance.
1 ACCEPTED ANSWER

afaust
Legendary Innovator
Legendary Innovator

If you look in the alfresco.log you should see this error:

Caused by: org.alfresco.service.cmr.repository.ContentIOException: 08210000 Failed to create store root: O:\Users\RLesnikov\contentstore.deleted

In alfresco.optimus.log

Caused by: org.alfresco.service.cmr.repository.ContentIOException: 08210000 Failed to create store root: \\optimus.viscira.local\OPTIMUS\Users\RLesnikov\contentstore.deleted

Have you made sure that all the permissions are set correctly?

View answer in original post

10 REPLIES 10

rlesnikov
Champ on-the-rise
Champ on-the-rise

Ok, let’s mark this as resolved for now.

Thank you,

Roman