02-07-2006 12:22 PM
01-24-2008 01:32 PM
03-14-2008 08:35 AM
03-14-2008 12:43 PM
127.0.0.1 localhost
192.168.123.1 alfresco alfresco_a04-11-2008 08:00 AM
iptables -A OUTPUT -p tcp –dport 445 -mstate –state NEW,RELATED,ESTABLISHED -j ACCEPT
iptables -A OUTPUT -p udp –dport 139 -mstate –state NEW,RELATED,ESTABLISHED -j ACCEPT
04-12-2008 01:37 PM
04-14-2008 10:31 AM
10:39:17,394 ERROR [alfresco.smb.protocol] Closing session due to exception
org.alfresco.filesys.netbios.win32.WinsockNetBIOSException: 10055:ReceiveSocket - No buffer space available
at org.alfresco.filesys.netbios.win32.Win32NetBIOS.ReceiveSocket(Native Method)
at org.alfresco.filesys.netbios.win32.NetBIOSSocket.read(NetBIOSSocket.java:286)
at org.alfresco.filesys.smb.server.win32.WinsockNetBIOSPacketHandler.readPacket(WinsockNetBIOSPacketHandler.java:111)
at org.alfresco.filesys.smb.server.SMBSrvSession.run(SMBSrvSession.java:1309)
at java.lang.Thread.run(Thread.java:595)
04-16-2008 07:36 AM
After my first fresh installation,
i create with web interface an alfresco user 'test'with password test.
04-16-2008 08:39 AM
Hi GiorgoAfter my first fresh installation,
i create with web interface an alfresco user 'test'with password test.
When you look around, you will notice some strange phenomenon mentioned - sometimes, persistence pays of (trying again and again, min 3 times), sometimes you have to wait a few minutes. The important thing is - can you reach the mashine with its names "servername" and "servername_a" or "servernamea" (depending on your config) on their ports. Everything else is Alfresco user management.
Oh - the user has to have access rights to the folder in question. 🙂
Regards, Norgan
04-21-2008 10:43 AM
04-22-2008 04:47 AM
<alfresco-config area="file-servers">
<config evaluator="string-compare" condition="CIFS Server">
<serverEnable enabled="true"/>
<host name="${cifs.localname}A" domain="${cifs.domain}"/>
<comment>Alfresco CIFS Server</comment>
<!– Set to the broadcast mask for the subnet –>
<broadcast>${cifs.broadcast}</broadcast>
<!– Use Java socket based NetBIOS over TCP/IP and native SMB on linux –>
<tcpipSMB platforms="linux,solaris,macosx"/>
<netBIOSSMB platforms="linux,solaris,macosx"/>
<!– Can be mapped to non-privileged ports, then use firewall rules to forward
requests from the standard ports –>
<!–
<tcpipSMB port="1445" platforms="linux,solaris,macosx"/>
<netBIOSSMB sessionPort="1139" namePort="1137" datagramPort="1138" platforms="linux,solaris,macosx"/>
–>
<hostAnnounce interval="5"/>
<!– Use Win32 NetBIOS interface on Windows –>
<Win32NetBIOS/>
<Win32Announce interval="5"/>
<!– CIFS authentication –>
<authenticator>
<class>
com.starla.server.auth.EnterpriseCifsAuthenticator
</class>
</authenticator>
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.