Unable to access Windows share
Posted
by
mbnoimi
on Server Fault
See other posts from Server Fault
or by mbnoimi
Published on 2013-11-07T10:27:34Z
Indexed on
2013/11/07
21:59 UTC
Read the original article
Hit count: 574
I've installed Alfresco 4.2.d under Ubuntu 12.04 LTS; Everything done fine except I can't access it from Windows share although I got the link from Alfresco explorer which is:
file:///%5C%5CECSA%5CAlfresco%5CSites%5Cswsdp%5CdocumentLibrary%5CAgency%20Files%5CImages%5Ccoins.JPG
I tried to access it from: \\ECSA but I failed too so I made a ping (192.168.0.70 is server IP) then I got:
C:\Users\user>ping 192.168.0.70
Pinging 192.168.0.70 with 32 bytes of data:
Reply from 192.168.0.70: bytes=32 time<1ms TTL=64
Reply from 192.168.0.70: bytes=32 time<1ms TTL=64
Reply from 192.168.0.70: bytes=32 time<1ms TTL=64
Reply from 192.168.0.70: bytes=32 time<1ms TTL=64
Ping statistics for 192.168.0.70:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Users\user>ping ECSA
Ping request could not find host ECSA. Please check the name and try
C:\Users\user>
Some logs of what's going on:
C:\Users\user>net view ECSA
System error 1707 has occurred.
The network address is invalid.
C:\Users\user>nbtstat -a 192.168.0.70
Local Area Connection:
Node IpAddress: [192.168.0.84] Scope Id: []
NetBIOS Remote Machine Name Table
Name Type Status
---------------------------------------------
ECSA <20> UNIQUE Registered
ECSA <00> UNIQUE Registered
WORKGROUP <00> GROUP Registered
MAC Address = 00-00-00-00-00-00
C:\Users\user>
CIFS Server Configuration in file-servers.properties
### CIFS Server Configuration - file-servers.properties ###
cifs.enabled=true
cifs.serverName=${localname}A
cifs.domain=
cifs.broadcast=255.255.255.255
cifs.bindto=192.168.0.70
cifs.ipv6.enabled=false
cifs.hostannounce=true
cifs.disableNIO=false
cifs.disableNativeCode=false
cifs.sessionTimeout=900
cifs.maximumVirtualCircuitsPerSession=16
cifs.tcpipSMB.port=445
cifs.netBIOSSMB.sessionPort=139
cifs.netBIOSSMB.namePort=137
cifs.netBIOSSMB.datagramPort=138
cifs.WINS.autoDetectEnabled=true
cifs.WINS.primary=192.168.0.70
cifs.WINS.secondary=192.168.0.1
cifs.sessionDebug=
cifs.pseudoFiles.enabled=true
cifs.pseudoFiles.explorerURL.enabled=true
cifs.pseudoFiles.explorerURL.fileName=__Alfresco.url
cifs.pseudoFiles.shareURL.enabled=false
cifs.pseudoFiles.shareURL.fileName=__Share.url
How can I fix this issue?
© Server Fault or respective owner