<?xml version="1.0" encoding="utf-8"?>
<feed xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom">
  <title>Duarte's SharePoint info</title>
  <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/" />
  <link rel="self" href="http://blogs.tamtam.nl/duarte/SyndicationService.asmx/GetAtom" />
  <icon>favicon.ico</icon>
  <updated>2010-06-16T11:47:40.687625+02:00</updated>
  <author>
    <name>Duarte Nobrega</name>
  </author>
  <subtitle>Duarte on SharePoint.</subtitle>
  <id>http://blogs.tamtam.nl/duarte/</id>
  <generator uri="http://dasblog.info/" version="2.3.9074.18820">DasBlog</generator>
  <entry>
    <title>SharePoint: The user does not exist or is not unique</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/06/16/SharePoint+The+User+Does+Not+Exist+Or+Is+Not+Unique.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,5b30a083-34fd-44db-8f73-24a75d29530d.aspx</id>
    <published>2010-06-16T11:47:15.937+02:00</published>
    <updated>2010-06-16T11:47:40.687625+02:00</updated>
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
When adding a user to a group, if it happens to get the error "The User does not exist
or is not unique", can happen due to many reasons and usually after migrating a Portal.
But if consistently happens to many different users. Try this!
</p>
        <p>
 
</p>
        <p>
1. check the following property:
</p>
        <p>
          <em>   stsadm -o getsiteuseraccountdirectorypath -url </em>
          <a href="http://www.moss.com/">
            <em>http://www.moss.com</em>
          </a>
        </p>
        <p>
2. if it returns something like:
</p>
        <p>
          <strong>   &lt;SiteUserAccountDirectoryPath&gt;<em>ou=team,ou=department,ou=company,</em></strong>
        </p>
        <p>
          <strong>
            <em>   DC=domain,DC=com</em>&lt;/SiteUserAccountDirectoryPath&gt;</strong>
        </p>
        <p>
3. Try applying:
</p>
        <p>
          <em>   stsadm -o setsiteuseraccountdirectorypath -url </em>
          <a href="http://www.site.com/">
            <em>http://www.site.com</em>
          </a>
          <em> -path
""</em>
        </p>
        <p>
          <strong>   Operation completed successfully.</strong>
        </p>
        <p>
          <strong>
          </strong> 
</p>
        <p>
This worked for me! Good luck!
</p>
        <p>
 
</p>
        <p>
reference<strong>: </strong><a href="http://www.msexperts.org/blogs/mark/archive/2009/10/28/the-user-does-not-exist-or-is-not-unique.aspx"><strong>http://www.msexperts.org/blogs/mark/archive/2009/10/28/the-user-does-not-exist-or-is-not-unique.aspx</strong></a></p>
        <p>
 
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>SharePoint 2007: Multiple Upload Not working (or not available)</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/03/17/SharePoint+2007+Multiple+Upload+Not+Working+Or+Not+Available.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,4a63c18c-6a80-4acf-a011-e9fc5988bd48.aspx</id>
    <published>2010-03-17T14:01:02.882+01:00</published>
    <updated>2010-03-17T11:05:38.5695+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p>
Sometimes SharePoint users notice that Multiple Upload is not available when trying
to upload documents. This usually has to do with their company security settings.
</p>
        <p>
The following conditions are needed to have Multiple Upload working:
</p>
        <p>
1. At least Office 2003 must be installed.<br />
2. Enable the ActiveX controls:<br />
   2.1 Go to Internet Explorer &gt; Tools &gt; Internet Options &gt; Security
Tab<br />
   2.2 Here in the "custom level' button activate/enable the Active
X controls that say "Script ActiveX controls maked safefor scripting*", like in the
image below:
</p>
        <p align="center">
          <img style="WIDTH: 550px; HEIGHT: 368px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/ActiveX_Enabled_4MultipleUpload.JPG" width="405" height="308" />
        </p>
        <p align="center">
 
</p>
        <p align="left">
 
</p>
        <p align="left">
          <strong>You can also check the following:</strong>
        </p>
        <p align="left">
1. Check that the Windows SharePoint Services Support component (under 'Office Tools')
has been installed by the Office setup program. This installs an ActiveX control that
provides functionality such as support for uploading multiple documents within IE.
If it does show as installed use the Repair option so that Office setup can ensure
it is installed correctly.
</p>
        <p align="left">
          <br />
2. You can check if the upload ActiveX control is installed correctly by going to
Manage Add-Ons in IE8 (or 7). Set the filter to show 'All Add-Ons'. Under Toolbars
and Extensions look for the STSUpld UploadCtl Class and ensure it is enabled. It should
have a major version of 12, for example 12.0.4518.1014 &gt; not sure if it is this
version without Office 12.<br /></p>
        <p align="left">
Good Luck!
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>use MDB files in SharePoint or "The extension .mdb may be incorrect"</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/03/04/use+MDB+Files+In+SharePoint+Or+The+Extension+Mdb+May+Be+Incorrect.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,3c549207-111c-401a-9c3f-2ba449d04df5.aspx</id>
    <published>2010-03-04T14:49:09.928+01:00</published>
    <updated>2010-03-04T14:52:20.085125+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Some customers might like to use Access files as they use Excel &amp; Word files.
But the *.mdb files are blocked by default.
</p>
        <p>
You must unlock/unblock these files in different places: SharePoint Central Admin,
IIS &amp; eventually the .NET web.config file.
</p>
        <p>
          <strong>
          </strong> 
</p>
        <p>
1. Go to Central Administration &gt; Operations &gt; Blocked file types
</p>
        <p>
2. In a page like the image below, remove the mdb file &amp; press OK
</p>
        <p align="center">
          <img style="WIDTH: 502px; HEIGHT: 252px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/BlockedFilesSharePortal.JPG" width="850" height="264" />
        </p>
        <p align="left">
3. Now you can upload MDb files.
</p>
        <p align="left">
4. The problem with MDB files is that you cannot download them later on by default.
</p>
        <p align="left">
5. When trying to click of save target as in an uploaded file, you might get the following
error:
</p>
        <p align="left">
          <em>   <font color="#ff0000">the type of page you have requested is
not served because it has been explicitly forbidden. The extension .mdb may be incorrect.Please
review the URL below and make sure that it spelled correctly.</font></em>
        </p>
        <p align="center">
          <img style="WIDTH: 626px; HEIGHT: 136px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/Mdbfiles.JPG" width="602" height="78" />
        </p>
        <p align="right">
 
</p>
        <p align="left">
6. Despite the fact some articles might recommend you to:
</p>
        <p align="left">
   6.1 Open IIS
</p>
        <p align="left">
   6.2  Go to Properties of the website (Root) &gt; tab Home
Directory &gt; Button Configuration
</p>
        <p align="left">
   6.2 Now remove the following 'ISAPI' extensions map entry: ".mdb"
</p>
        <p align="left">
   6.3. This is sometimes<strong> NOT ENOUGH!</strong></p>
        <p align="left">
7. Change the AS.NET web.config file:
</p>
        <p align="left">
   7.1 C:\WINDOWS\Microsoft.NET\Framework\<em>VERSION</em>\CONFIG
</p>
        <p align="left">
   7.2 Open the Web.config file, and comment the following line in
the image:
</p>
        <p align="left">
          <em>         &lt;add path="*.mdb" verb="*"
type="System.Web.HttpForbiddenHandler" validate="true"/&gt;</em>
        </p>
        <p align="center">
          <img style="WIDTH: 631px; HEIGHT: 107px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/mdb_fix.JPG" width="630" height="85" />
        </p>
        <p align="center">
 
</p>
        <p align="left">
   7.3 <strong>Don't do this, if</strong> your application is using
an mdb file that can end up being downloaded and therefore leaking your DB info...
</p>
        <p align="left">
Good luck!
</p>
        <p align="left">
 
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>Editing a Document in SharePoint Opens as Read-Only</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/02/10/Editing+A+Document+In+SharePoint+Opens+As+ReadOnly.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,955c028b-314c-4829-9299-d42efd2da053.aspx</id>
    <published>2010-02-10T13:15:43.905+01:00</published>
    <updated>2010-02-10T13:16:54.3895+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="html">&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;When you are trying to edit
your Office documents, in SharePoint, they always open with [Read-Only]?&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;This issue has a lot of articles
online with several suggestions. Here's some:&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;1. A solution I found for
one of my customers&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;(IE6 &amp;amp; Office2003):&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;1. Open
Windows Explorer (not the browser! Can be by opening any folder)&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;2. Go to
the menu “Tools”&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;3. Select
“Folder Options…”&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;4. Open
the tab “File Types”, and it will list a big list of file types&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;5. Select
the Excel File type (XLS)&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;6. Click
on the button “Advanced”&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;7. In this
new window uncheck the option “confirm open after download” (image below)&lt;br&gt;
&lt;/span&gt;
&lt;/p&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt; 
&lt;p style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 10pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpLast&gt;
&lt;font color=#000000&gt;&lt;span style="mso-ansi-language: EN-US" lang=EN-US&gt;&lt;font size=3&gt;&lt;font face=Calibri&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;
&lt;/span&gt;&gt;
&lt;p style="TEXT-INDENT: -18pt; MARGIN: 0cm 0cm 0pt 36pt; mso-list: l0 level1 lfo1" class=MsoListParagraphCxSpFirst align=center&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;img style="WIDTH: 434px; HEIGHT: 250px" border=0 src="http://blogs.tamtam.nl/duarte/content/binary/unchecktconfirmopen.JPG" width=235 height=357&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal align=center&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;2. Microsoft Article: &lt;a href="http://support.microsoft.com/?kbid=870853"&gt;&lt;font color=#7f1d1d&gt;http://support.microsoft.com/?kbid=870853&lt;/font&gt;&lt;/a&gt;&amp;nbsp;&amp;gt;&amp;gt;
not pratical when you have a few hundreds of users in the portal&lt;/span&gt;&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;
&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
Quit all running Office 2003 programs. 
&lt;li&gt;
Open register (regedit.exe) 
&lt;li&gt;
Locate and then right-click the following registry subkey: HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\Internet 
&lt;li&gt;
Point to New, and then click DWORD Value. 
&lt;li&gt;
Type OpenDocumentsReadWriteWhileBrowsing, and then press ENTER. 
&lt;li&gt;
Right-click OpenDocumentsReadWriteWhileBrowsing, and then click Modify. 
&lt;li&gt;
In the Value data box, type 1, and then click OK. 
&lt;li&gt;
On the File menu, click Exit to quit Registry Editor.&lt;/li&gt;
&lt;/ol&gt;
&gt; 
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;3. Another approach: &lt;font face=Arial&gt;MSDAURL.DLL
rights&lt;/font&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;a href="http://blogs.technet.com/anneste/archive/2009/01/28/editing-a-document-in-sharepoint-opens-as-read-only.aspx"&gt;&lt;font size=3 face="Times New Roman"&gt;http://blogs.technet.com/anneste/archive/2009/01/28/editing-a-document-in-sharepoint-opens-as-read-only.aspx&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;/span&gt;&amp;nbsp;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;4. But, what if you are working
in large corporation and you can not so easy push this registry change to all machines?&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;This article contains an
interesting approach, and involves adding a new JavaScript file:&lt;/span&gt;
&lt;/p&gt;
&lt;p style="MARGIN: 0cm 0cm 0pt" class=MsoNormal&gt;
&lt;span style="mso-fareast-font-family: 'Times New Roman'"&gt;&lt;a href="http://dotnetninja.wordpress.com/2009/01/12/how-to-open-sharepoint-documents-in-edit-mode-with-internet-explorer-6-and-windows-xp-without-regfix/"&gt;http://dotnetninja.wordpress.com/2009/01/12/how-to-open-sharepoint-documents-in-edit-mode-with-internet-explorer-6-and-windows-xp-without-regfix/&lt;/a&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;
&lt;o:p&gt;&lt;/o:p&gt;
&lt;/span&gt;
&lt;/p&gt;</content>
  </entry>
  <entry>
    <title>Paging Content Query Web Part</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/19/Paging+Content+Query+Web+Part.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,a33d7c7e-e15c-4e71-931f-928d861b4d02.aspx</id>
    <published>2010-01-19T16:31:45.09+01:00</published>
    <updated>2010-01-19T16:31:52.684375+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Recently came accros with the request for paging in a Content Query WebPart, because
reinveing the wheel is a waiste of time. I ended bumping into this interesting webpart: <a href="http://www.codeplex.com/ECQWP">Enhanced
Content Query Web Part</a>.
</p>
        <p>
I ended up needing to customize some code, change the Pager webpart XSL and apply
some CSS as well. But Worked beautifully after deployed &amp; implemented.
</p>
        <p>
If you want to read more general information; <a href="http://blog.mastykarz.nl/paging-content-query-web-part/">http://blog.mastykarz.nl/paging-content-query-web-part/</a>.
</p>
        <p align="center">
          <img style="WIDTH: 409px; HEIGHT: 239px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/eqcwp.png" width="605" height="333" />
        </p>
        <p>
Good Luck!
</p>
        <p>
 
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>SharePoint Workflow History Deleted After 60 Days </title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/19/SharePoint+Workflow+History+Deleted+After+60+Days.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,e902fd91-df5d-4e17-bd56-72458b924f53.aspx</id>
    <published>2010-01-19T16:27:46.340625+01:00</published>
    <updated>2010-01-19T16:27:46.340625+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
It seems Microsoft's intended purpose for the workflow history log disappear after
60 days.
</p>
        <p>
Some customers do really want to keep their Workflow history, so here goes 3 options:
</p>
        <p>
1. Disable the Workflow Auto Cleanup timer job completely<br />
2. You can include a specific xml tag in your workflow feature.xml file that controls
the number of days retained for the workflow history (max days = 9999)<br />
3. Run a job nightly to force all the workflow history retention settings to a certain
number of days (max days = 9999) &gt;&gt; an article was already published in this
blog on how to implment such script (<a href="http://blogs.tamtam.nl/duarte/default,month,2008-08.aspx">http://blogs.tamtam.nl/duarte/default,month,2008-08.aspx</a>)
</p>
        <p>
 
</p>
        <p>
Honestly the consequences of keeping the whole workflow history is absolutely unknown.
But <strong>might reduce the performance </strong>of whole portal or simple the workflow
procedure. Might be noticeable after 1 year or earlier depending on the amount of
workflows going on on a daily basis.
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>SharePoint workflows deployment issues</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/18/SharePoint+Workflows+Deployment+Issues.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,57cdbc2b-b2a4-4125-9ee1-1cf9baef431a.aspx</id>
    <published>2010-01-18T14:50:33.465625+01:00</published>
    <updated>2010-01-18T14:50:33.465625+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Are you going nuts after deploying your workflows &amp; several IISRESETs and you
see that it still behaves the same???
</p>
        <p>
          <br />
If your changes were on the designer editor (for instance changing a method for a
if branch condition). After deploying your solution (or manually copying your DLL
to the GAC) you need:
</p>
        <p>
          <br />
   1. Remove the workflow from the list that uses it<br />
   2. Deactivate the Feature of the workflow<br />
   3. Reactivate the feature.<br />
   4. Re-attach the workflow to the list.<br /></p>
      </div>
    </content>
  </entry>
  <entry>
    <title>List does not exist OR Invalid SPListItem. The SPListItem provided is not compatible with a Publishing Page.</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/14/List+Does+Not+Exist+OR+Invalid+SPListItem+The+SPListItem+Provided+Is+Not+Compatible+With+A+Publishing+Page.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,ce8d0ee5-39f8-4804-b953-b9dcf52e3152.aspx</id>
    <published>2010-01-14T15:41:49.122+01:00</published>
    <updated>2010-01-14T15:43:18.387875+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Are you see ing this error when you try to create a new page in a SharePoint site?
</p>
        <p>
          <font color="#ff0000">" List does not exist The page you selected contains a list
that does not exist. "</font>
        </p>
        <p>
Or are you also seeing this error when you try topen one of your pages?
</p>
        <p>
          <font color="#ff0000">"Invalid SPListItem. The SPListItem provided is not compatible
with a Publishing Page."</font>
        </p>
        <p>
 
</p>
        <p>
Here is my non-sense solution (found after long trial and error an looking online): 
</p>
        <p>
1. Go to the Pages library where the file is stored
</p>
        <p>
2. Create a new page, but from a different type than the pages that are failing
</p>
        <p>
3. In the New Page area, select the page layout that is failing and create a test
page
</p>
        <p>
4. Your page is created successfully… and now you can see your pages…
</p>
        <p>
A lot of trial &amp; error… made me find this… seems a SharePoint… and not the access
denied error &amp; manage schedule errors I found before.
</p>
        <p>
 
</p>
        <p>
Good Luck!
</p>
        <p>
 
</p>
        <p>
My related search sources that helped my find this fabulous non-sense solution;
</p>
        <p>
          <a href="http://www.eggheadcafe.com/community/aspnet/69/10072753/list-does-not-exist-error.aspx">http://www.eggheadcafe.com/community/aspnet/69/10072753/list-does-not-exist-error.aspx</a>
        </p>
        <p>
 <a href="http://vspug.com/camper/2007/08/27/list-does-not-exist-error-message-1-cause/">http://vspug.com/camper/2007/08/27/list-does-not-exist-error-message-1-cause/</a></p>
        <p>
 
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>How to Display SharePoint Blog Post Archives</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/14/How+To+Display+SharePoint+Blog+Post+Archives.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,988845f7-0a78-4e5b-b831-f10b41a061b0.aspx</id>
    <published>2010-01-14T10:31:44.92975+01:00</published>
    <updated>2010-01-14T10:31:44.92975+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
Most blog engines allow you to display a list of blog posts grouped by month. Unfortunately 
SharePoint blog sites do not give you that ability, out of the box. 
</p>
        <p>
Here is a simple solution (no codding required) on how to overcome that limitation:
</p>
        <p>
          <a href="http://www.endusersharepoint.com/blog/wp-content/uploads/2009/01/EndUserSharePoint.com-BlogPostsArchive.zip">Download
webpart</a>
        </p>
        <p>
          <a onclick="javascript:pageTracker._trackPageview ('/outbound/www.endusersharepoint.com');" href="http://www.endusersharepoint.com/?p=1190">Read
the original article…</a>
        </p>
        <p align="center">
          <img border="0" src="http://blogs.tamtam.nl/duarte/content/binary/2009-01-15-DisplayBlogArchive.png" />
        </p>
      </div>
    </content>
  </entry>
  <entry>
    <title>MOSS 2007 : Save site as a template missing</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/11/MOSS+2007+Save+Site+As+A+Template+Missing.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,deea1a7b-cbd5-4eec-80af-c0c650eb5e4b.aspx</id>
    <published>2010-01-11T13:37:57.72+01:00</published>
    <updated>2010-01-13T18:11:43.914125+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
The link "Save site as template" is only available under Look and Feel at the Top
Level of the site collection.  
<br />
If you are trying to save a site as a template in WSS v3 or MOSS 2007 you need to
append _layouts/savetmpl.aspx to your sub sites url.  
</p>
        <p>
1. Supposing your subsite is:
</p>
        <p>
    <a href="http://portal.moss2007.com/subsite/default.aspx">http://portal.moss2007.com/subsite/default.aspx</a></p>
        <p>
2. You would go to 
</p>
        <p>
    <a href="http://portal.moss2007.com/subsite/_layouts/savetmpl.aspx">http://portal.moss2007.com/subsite/_layouts/savetmpl.aspx</a></p>
        <p>
     and then you would be able to save the site as a template.
</p>
        <p>
Note: there might be cases where this will not work.
</p>
        <p>
Good luck!<br /></p>
      </div>
    </content>
  </entry>
  <entry>
    <title>SharePoint: profile import stuck, search crawl stuck &amp; audiences do not compile</title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2010/01/06/SharePoint+Profile+Import+Stuck+Search+Crawl+Stuck+Audiences+Do+Not+Compile.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,e90a65bb-b662-498d-9d2a-d7b58ae53515.aspx</id>
    <published>2010-01-06T10:50:35.074+01:00</published>
    <updated>2010-01-06T11:04:30.746+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
        </p>
        <p align="left">
If you notice in SharedServices that:
</p>
        <p>
1. the profile import is enumerating the same number (marked in yellow in the image
below), the stop import is non responsive.
</p>
        <p align="center">
          <img style="WIDTH: 573px; HEIGHT: 268px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/ImportStuck.JPG" width="541" height="207" />
        </p>
        <p>
2. The search is crawlling for too long, gets stuck in the status "stopping"
if you try to stop.
</p>
        <p>
3. Your audiences are not compiling, because the import has not finished (mage
below).
</p>
        <p align="center">
          <img style="WIDTH: 511px; HEIGHT: 171px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/Tebodin_Audiences.JPG" width="936" height="337" />
        </p>
        <p>
 
</p>
        <p>
These are several syntoms that the service "Office SharePoint Server Search" is not
working properly.
</p>
        <p>
          <strong>How to solve this?</strong>
        </p>
        <p>
1. In Windows, go to Administration Tools &gt; Services
</p>
        <p>
2. STOPthe service "Office SharePoint Server Search".
</p>
        <p>
3. If step 2 fails, open the Windows Task Manager and kill the proccess "mssearch.exe"
</p>
        <p>
4. Perform IISRESET
</p>
        <p>
5. Go to Administration Tools &gt; Services, and  START the service  "Office
SharePoint Server Search".
</p>
        <p>
6. Go to Share Point Central Administration &gt; Shared Services
</p>
        <p>
7. Open the User Profiles and Properties page, and verify if it is importing proper
now.
</p>
        <p align="center">
          <img style="WIDTH: 545px; HEIGHT: 162px" border="0" src="http://blogs.tamtam.nl/duarte/content/binary/ImportNotStuck.JPG" width="691" height="161" />
        </p>
        <p align="right">
 
</p>
        <p align="right">
 
</p>
        <p align="left">
          <strong>
            <font size="3">Xtra suggestions:</font>
          </strong>
        </p>
        <p align="left">
          <strong>Reset Search Index:</strong>
        </p>
        <p align="left">
Now that (hopefully) everything is working fine, we should be concerned about the
cause of this issue. Quite likely the search crawll got stuck at some point, and could
be the cause for all this trouble. The best is to reset the current Search Index,
and rebuilt it.
</p>
        <p align="left">
1. Go to Central Admin &gt; Shared Services &gt; Search Administration
</p>
        <p align="left">
2. Click on "Reset all crawlled content"
</p>
        <p align="left">
3. Go to "Content Sources" start manually a full crawll on the nedded content sources.
</p>
        <p align="left">
 
</p>
        <p align="left">
Good luck!
</p>
      </div>
    </content>
  </entry>
  <entry>
    <title>How To Delete Sharepoint Timer Job Definition </title>
    <link rel="alternate" type="text/html" href="http://blogs.tamtam.nl/duarte/2009/12/16/How+To+Delete+Sharepoint+Timer+Job+Definition.aspx" />
    <id>http://blogs.tamtam.nl/duarte/PermaLink,guid,a318d7e1-5626-402a-9c68-47fcf759a235.aspx</id>
    <published>2009-12-16T16:32:39.557+01:00</published>
    <updated>2009-12-16T16:32:59.698125+01:00</updated>
    <category term="Moss" label="Moss" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Moss.aspx" />
    <category term="Sharepoint 2007" label="Sharepoint 2007" scheme="http://blogs.tamtam.nl/duarte/CategoryView,category,Sharepoint2007.aspx" />
    <author>
      <name>Duarte Nobrega</name>
    </author>
    <content type="xhtml">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>
If you would like to delete Sharepoint Timer Job Definitions follow these steps:
</p>
        <p>
1.  Go to <strong>Central Administration</strong> &gt; <strong>Operations</strong></p>
        <p>
2.  Click on <strong>Timer Job Definitions</strong></p>
        <p>
3.  In this page go to the job that you wish to delete
</p>
        <p>
4.  Copy the <strong>GUID</strong> shown in the URL field of the browser
(something like below:
</p>
        <p>
    <a href="http://centraladmin.company.com/_admin/JobEdit.aspx?JobId=99346da8%2D1cba%2D4691%2D8c18%2D4e257650aa72"><font color="#000000">http://centraladmin.company.com/_admin/JobEdit.aspx?JobId=</font><font color="#ff0000">99346da8%2D1cba%2D4691%2D8c18%2D4e257650aa72</font></a></p>
        <p>
5. Copy to NotePad and replace the %2D characters by a dash "-" 
</p>
        <p>
5.  Then go stsadm and run the following command:
</p>
        <p>
     <strong>stsadm.exe -o deleteconfigurationobject -id &lt;ObjectGUID&gt; 
<br /></strong></p>
        <p>
The command <strong>stsadm.exe -o deletessptimerjob</strong>  is for deleting
Shared Services timer jobs. Which rarely is needed...
</p>
        <p>
 
</p>
        <p>
Good luck!
</p>
      </div>
    </content>
  </entry>
</feed>