<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>ADM Blog &#187; problem</title> <atom:link href="http://blog.another-d-mention.ro/tag/problem/feed/" rel="self" type="application/rss+xml" /><link>http://blog.another-d-mention.ro</link> <description>No matter how you see things, reality changes when you reach understanding</description> <lastBuildDate>Fri, 22 Jul 2011 06:56:49 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.1</generator> <item><title>Alfresco CIFS shared drive authentication problem</title><link>http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/</link> <comments>http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/#comments</comments> <pubDate>Mon, 28 Jun 2010 16:22:11 +0000</pubDate> <dc:creator>admin</dc:creator> <category><![CDATA[Misc]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[alfresco]]></category> <category><![CDATA[cifs]]></category> <category><![CDATA[cms]]></category> <category><![CDATA[drive]]></category> <category><![CDATA[problem]]></category> <category><![CDATA[shared]]></category> <category><![CDATA[windows7]]></category> <guid
isPermaLink="false">http://blog.another-d-mention.ro/?p=830</guid> <description><![CDATA[I'm a newbie in Alfresco and honestly cannot find my way in there. If you are trying to develop a WebScript or some other type of service for Alfresco, you can either upload files one by one using the web interface or you can map the CIFS shared drive (\\workstationA\Alfresco\) and use it as a [...]
Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/software/delete-old-snapshots-from-alfresco/' rel='bookmark' title='Permanent Link: Delete old snapshots from Alfresco'>Delete old snapshots from Alfresco</a></li><li><a
href='http://blog.another-d-mention.ro/programming/the-simplest-way-to-parse-xml-in-java/' rel='bookmark' title='Permanent Link: The simplest way to parse XML in Java'>The simplest way to parse XML in Java</a></li><li><a
href='http://blog.another-d-mention.ro/programming/how-to-run-python-code-in-windows-batch-bat-files/' rel='bookmark' title='Permanent Link: How to run python code in Windows batch (bat) files'>How to run python code in Windows batch (bat) files</a></li></ol>]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-full wp-image-831" title="Alfresco" src="http://cache.another-d-mention.ro/images/wp-content/uploads/2010/06/images.jpg" alt="images Alfresco CIFS shared drive authentication problem" width="150" height="43" style="margin: 0px 10px 10px 0px" /> I'm a newbie in <a
title="Alfresco content management" href="http://www.alfresco.com/">Alfresco</a> and honestly cannot find my way in there. If you are trying to develop a WebScript or some other type of service for Alfresco, you can either upload files one by one using the web interface or you can map the CIFS shared drive (\\workstationA\Alfresco\) and use it as a file-system. It seems it worked just fine in Windows XP and friends but I have Windows 7 and I simply could not make it work. It requests a user name and a password but then returns a "<strong>Failed to authenticate. Invalid user or password</strong>" message  The hack I found seems really dumb and I'm sure there is a better solution out there but this works for me.</p><p>What you have to do is go to your hosts file (Windows\System32\drivers\etc\hosts) and add a new line in there mapping the workstaionA (Where workstationA is your computer name + the letter a) to some unused IP address.</p><div
class="wp_syntax"><div
class="code"><pre class="php" style="font-family:monospace;">13<span style="color: #339933;">.</span>13<span style="color: #339933;">.</span>13<span style="color: #339933;">.</span>13 workstationA</pre></div></div><p>That's it, now it works and you can map it as a network drive and do your development in peace.</p><div
class="wp_syntax"><div
class="code"><pre class="bash" style="font-family:monospace;">net use X: \\workstationA\Alfresco <span style="color: #000000; font-weight: bold;">/</span>user:admin admin <span style="color: #000000; font-weight: bold;">/</span>persistent:<span style="color: #c20cb9; font-weight: bold;">yes</span></pre></div></div><p><strong>Note</strong>: admin/admin are the Alfresco default username and password, you should change that and use yours.</p><p>Happy codding !</p><p>Related posts:<ol><li><a
href='http://blog.another-d-mention.ro/misc/software/delete-old-snapshots-from-alfresco/' rel='bookmark' title='Permanent Link: Delete old snapshots from Alfresco'>Delete old snapshots from Alfresco</a></li><li><a
href='http://blog.another-d-mention.ro/programming/the-simplest-way-to-parse-xml-in-java/' rel='bookmark' title='Permanent Link: The simplest way to parse XML in Java'>The simplest way to parse XML in Java</a></li><li><a
href='http://blog.another-d-mention.ro/programming/how-to-run-python-code-in-windows-batch-bat-files/' rel='bookmark' title='Permanent Link: How to run python code in Windows batch (bat) files'>How to run python code in Windows batch (bat) files</a></li></ol></p>]]></content:encoded> <wfw:commentRss>http://blog.another-d-mention.ro/misc/alfresco-cifs-shared-drive-authentication-problem/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> </channel> </rss>
