<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://www.sharepointblogs.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>akila&amp;#39;s blog</title><link>http://www.sharepointblogs.com/akila/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2007 SP2 (Build: 20611.960)</generator><item><title>Reply : I have a Sharepoint set up on one server and want to transfer it to another server on a seperate host. Do you have any idea of how to accomplish this? </title><link>http://www.sharepointblogs.com/akila/archive/2006/07/31/reply-i-have-a-sharepoint-set-up-on-one-server-and-want-to-transfer-it-to-another-server-on-a-seperate-host-do-you-have-any-idea-of-how-to-accomplish-this.aspx</link><pubDate>Mon, 31 Jul 2006 17:39:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:658</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=658</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/07/31/reply-i-have-a-sharepoint-set-up-on-one-server-and-want-to-transfer-it-to-another-server-on-a-seperate-host-do-you-have-any-idea-of-how-to-accomplish-this.aspx#comments</comments><description>&lt;p&gt;Someone had asked me how to migrate Sharepoint data from one server to another. Here&amp;#39;s what needs to be done:&lt;/p&gt;  &lt;p&gt;1. Take a backup of the Content database.&lt;br /&gt;2. Install Windows Sharepoint Services on the new server and extend the virtual server.&lt;br /&gt;3. Now create a database in the new server, and restore the backup of the old content database.&lt;br /&gt;4. Go to central Administration -&amp;gt; Configure Virtual Server Settings -&amp;gt; Select the Virtual Server -&amp;gt; Under Virtual Server Management -&amp;gt; Manage Content Databases.&lt;br /&gt;5. In the manage content database page, enter the database server, name, username and password and click OK.&lt;br /&gt;6. Now the restored Content Database is added to the Virtual Server.&lt;br /&gt;7. If requierd, you can delete the content database created at the time of extending the virtual server.&lt;br /&gt;8. All the sites will be restored back as it was in the old WSS server.&lt;/p&gt;  &lt;p&gt;Now the sites are restored and you can use the new WSS as it was previously.&lt;/p&gt;  &lt;p&gt;//Akila&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=9606" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=658" width="1" height="1"&gt;</description></item><item><title>No content databases are available for restoring this site collection. Create a new content database and then try the restore operation again.</title><link>http://www.sharepointblogs.com/akila/archive/2006/07/11/no-content-databases-are-available-for-restoring-this-site-collection-create-a-new-content-database-and-then-try-the-restore-operation-again.aspx</link><pubDate>Tue, 11 Jul 2006 15:22:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:659</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>4</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=659</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/07/11/no-content-databases-are-available-for-restoring-this-site-collection-create-a-new-content-database-and-then-try-the-restore-operation-again.aspx#comments</comments><description>&lt;p&gt;When you try to restore the backup of&amp;nbsp;a site collection multiple times to the same content database using stsadm, you may get the error:&lt;/p&gt;  &lt;p&gt;&lt;font color="#0000ff"&gt;&amp;quot;No content databases are available for restoring this site collection. Create a new content database and then try the restore operation again.&amp;quot;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000000"&gt;In the Microsoft Site its has been mentioned that to restore the same site&amp;nbsp;collection&amp;nbsp;multiple times, new content databases have to be created. This is because,&lt;/font&gt; the globally-unique identifiers (GUID) for lists are preserved in the backup file and reused during restore, but the content database requires list GUIDs to be unique. Therefore, you cannot restore a site collection twice to the same content database, and must instead use a different content database.&lt;/p&gt;  &lt;p&gt;There are two workarounds for this issue:&lt;/p&gt;  &lt;p&gt;1. Make the site you want to restore multiple times, as a template and apply the template to new sites, so that all the data in the&amp;nbsp;template is also carried over to the new site.&lt;/p&gt;  &lt;p&gt;2. If you don&amp;#39;t want to make the site as a template, then follow the steps to restore into the same content database.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(i). Create the site (destination site, into which you want to restore the source site collection) using the Central Administration Page -&amp;gt; Create Top Level Website. Do not apply any template to this site.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(ii). Backup the source site as a FWP (Frontpage Web Package) using the SMigrate Tool.&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;(iii). Now restore this backedup site to the new site (created without applying template) using SMigrate Tool. The site collection&amp;nbsp;is restored on to the same content database.&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;One thing to be noted&amp;nbsp;here is that the Site Settings are not restored and you have to add the users&amp;nbsp;to&amp;nbsp;the site manaully (whom you want to access the site), whereas with stsadm restoration, the users are also restored. Still, instead of creating new content database each time you want to restore the same site, adding users sounds much better. Doesn&amp;#39;t it?&lt;/p&gt;  &lt;p&gt;//Akila.&lt;br /&gt;&lt;/p&gt;  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=9089" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=659" width="1" height="1"&gt;</description></item><item><title>Setting Project Owner Programmatically in Project Server 2003</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/26/setting-project-owner-programmatically-in-project-server-2003.aspx</link><pubDate>Mon, 26 Jun 2006 20:26:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:660</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=660</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/26/setting-project-owner-programmatically-in-project-server-2003.aspx#comments</comments><description>&lt;p&gt;When you create a project using Project Data Services (PDS) from a custom application, the project owner for the Project will be set as per the user logon with which the project was created. To change the Project Owner, PDS can be used and there is no need of writing an Extender.&lt;/p&gt;  &lt;p&gt;Make a call to the ProjectCodeValues method:&lt;/p&gt;  &lt;p&gt;&amp;lt;Request&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectCodeValues&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectID&amp;gt;100&amp;lt;/ProjectID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectName&amp;gt;Project Owner.Published&amp;lt;/ProjectName&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;AutoCheckout&amp;gt;0&amp;lt;/AutoCheckout&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/ProjectCodeValues&amp;gt;&lt;br /&gt;&amp;lt;/Request&amp;gt;&lt;/p&gt;  &lt;p&gt;AutoCheckOut can be set to 1, if you want to check out the project as well.&lt;/p&gt;  &lt;p&gt;All the project outline codes and custom fields that are set in the system are returned along with the value set for the project. The code having the UID 99999 corresponds to the owner field.&lt;/p&gt;  &lt;p&gt;Look in the below reply to&amp;nbsp;find the owner column,&lt;br /&gt;&amp;nbsp;&lt;br /&gt;&amp;lt;Reply&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;HRESULT&amp;gt;0&amp;lt;/HRESULT&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;STATUS&amp;gt;0&amp;lt;/STATUS&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;UserName&amp;gt;John Smith&amp;lt;/UserName&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectCodeValues&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectID&amp;gt;100&amp;lt;/ProjectID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectName&amp;gt;Project Owner.Published&amp;lt;/ProjectName&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectCheckedout&amp;gt;0&amp;lt;/ProjectCheckedout&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectCheckedoutUser&amp;gt;Akila Ananthanarayanan&amp;lt;/ProjectCheckedoutUser&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CurrencySymbol&amp;gt;$&amp;lt;/CurrencySymbol&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CurrencyPosition&amp;gt;0&amp;lt;/CurrencyPosition&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;CurrencyDigits&amp;gt;2&amp;lt;/CurrencyDigits&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Columns&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Type&amp;gt;0&amp;lt;/Type&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UID&amp;gt;99999&amp;lt;/UID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Name&amp;gt;Owner&amp;lt;/Name&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;SelectionRequired&amp;gt;1&amp;lt;/SelectionRequired&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueUID&amp;gt;75&amp;lt;/ValueUID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Value&amp;gt;Owner&amp;lt;/Value&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueList&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueUID&amp;gt;1&amp;lt;/ValueUID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Value&amp;gt;Administrator&amp;lt;/Value&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ValueItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueUID&amp;gt;125&amp;lt;/ValueUID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Value&amp;gt;Owner&amp;lt;/Value&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ValueItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueUID&amp;gt;145&amp;lt;/ValueUID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Value&amp;gt;Owner1&amp;lt;/Value&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ValueItem&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/ValueList&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Columns&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/ProjectCodeValues&amp;gt;&lt;br /&gt;&amp;lt;/Reply&amp;gt;&lt;/p&gt;  &lt;p&gt;To change the owner for this project, the&amp;nbsp;ProjectCodeValuesUpdate method of PDS can be used. The Value UID for this column 99999 refers to Web Resource Id (WRES_ID) of the resource to be set as Owner. Any person can be set as owner (its not restricted to the ones in the value list), by providing their WRES_ID as Value UID. The valuelist lists all the resources who belong to Administrators Security Group. &lt;/p&gt;  &lt;p&gt;Note that the Reply string for ProjectCodeValues contains the ValueUID same as the RES_UID whereas while updating the WRES_ID needs to be set. To get the WRES_ID for a resource, PDS Extender can be used.&amp;nbsp;A PDS Extender request can look like,&lt;/p&gt;  &lt;p&gt;&amp;lt;Request&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;GetWebResourceID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;lt;ResourceName&amp;gt;Akila&amp;lt;/ResourceName&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/GetWebResourceID&amp;gt;&lt;br /&gt;&amp;lt;/Request&amp;gt;&lt;/p&gt;  &lt;p&gt;Use the following&amp;nbsp;stored procedure&amp;nbsp;to get the Web Resource Id (WRES_ID) in SQL:&lt;/p&gt;  &lt;p&gt;CREATE PROCEDURE GetWebResourceID&lt;br /&gt;&amp;nbsp; @ResourceName varchar(255)&lt;br /&gt;AS&lt;br /&gt;BEGIN&lt;br /&gt;&amp;nbsp;SELECT wres_id FROM msp_web_resources&lt;br /&gt;&amp;nbsp;WHERE RES_NAME = @ResourceName&lt;br /&gt;&amp;nbsp;for xml auto&lt;br /&gt;END&lt;br /&gt;GO&lt;/p&gt;  &lt;p&gt;Since PDS reply is in Xml Format, the data from SQL has to returned in Xml Format. Xml Auto returns the dataset as Xml String. Now get the WRES_ID and make a call to ProjectCodeValuesUpdate method, supplying the new Web Resource Id. Before the method can be executed, the project has to checked out. To checkout the Project, AutoCheckOut can be set to 1 or ProjectCheckout method can be used.&lt;/p&gt;  &lt;p&gt;&amp;lt;Request&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectCodeValuesUpdate&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ProjectID&amp;gt;100&amp;lt;/ProjectID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;AutoCheckin&amp;gt;1&amp;lt;/AutoCheckin&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Columns&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Column&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;UID&amp;gt;99999&amp;lt;/UID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;ValueUID&amp;gt;138&amp;lt;/ValueUID&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Column&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Columns&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/ProjectCodeValuesUpdate&amp;gt;&lt;br /&gt;&amp;lt;/Request&amp;gt;&lt;/p&gt;  &lt;p&gt;Now the Owner is set and project checked in. When you make another call to ProjectCodeValues method, the ValueUID contains the RES_UID of the resource whom you set as owner and not the WRES_ID (I know its a bit confusing, but that&amp;#39;s the way its programmed). &lt;/p&gt;  &lt;p&gt;Akila.&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8635" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=660" width="1" height="1"&gt;</description></item><item><title>Creating Master &amp; Sub Projects Programmatically in Project Server 2003</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/13/creating-master-amp-sub-projects-programmatically-in-project-server-2003.aspx</link><pubDate>Tue, 13 Jun 2006 13:45:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:661</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=661</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/13/creating-master-amp-sub-projects-programmatically-in-project-server-2003.aspx#comments</comments><description>&lt;p&gt;Project Server 2003 does not actually provide much capabilities around master and sub projects, but we can still&amp;nbsp;leverage the available capabilities&lt;font size="1"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;To create Master and Sub Projects in Project Server 2003 programmatically, Project Data Services (PDS) cannot be used and hence we have to write PDS Extenders for that. With PDS Extenders you need to know the tables that has to be updated, as Extenders are nothing but a set of stored procedures which will be called in&amp;nbsp;a set of methods&amp;nbsp;and the methods in&amp;nbsp;turn&amp;nbsp;will be executed by the PDS Web Service itself. Well, I&amp;#39;m not going into the details of how to write a PDS Extender or how to&amp;nbsp;register it so that the PDS Web Service can find the methods and execute them.&lt;/p&gt;  &lt;p&gt;There are three tables that need to be edited/updated while creating Master &amp;amp; Sub Projects:&lt;/p&gt;  &lt;p&gt;MSP_TASKS, MSP_TEXT_FIELDS, MSP_PROJECTS.&lt;/p&gt;  &lt;p&gt;Here&amp;#39;s the steps that needs to be followed:&lt;/p&gt;  &lt;p&gt;1. Create a task in the MSP_TASKS table. The columns that need to be set are:&lt;br /&gt;&lt;strong&gt;PROJ_ID&lt;/strong&gt; -&amp;gt; Valid PROJ_ID in the MSP_PROJECTS table. This will be PROJ_ID of the master project.&lt;br /&gt;&lt;strong&gt;TASK_UID&lt;/strong&gt; -&amp;gt; Unique Identifier for the task. This will be created automatically if not provided.&lt;br /&gt;&lt;strong&gt;TASK_ID&lt;/strong&gt; -&amp;gt; The position identifier of the task within the list of tasks for that project.&lt;br /&gt;&lt;strong&gt;TASK_NAME&lt;/strong&gt; -&amp;gt; Name of the task. In this case, name of the project that needs to be inserted.&lt;br /&gt;&lt;strong&gt;EXT_EDIT_REF_DATA&lt;/strong&gt; -&amp;gt; Must be set to 1 to indicate this task is a new task.&lt;/p&gt;  &lt;p&gt;2. Create an entry for that task in the MSP_TEXT_FIELDS table. The columns that need to be set are:&lt;br /&gt;&lt;strong&gt;PROJ_ID&lt;/strong&gt; -&amp;gt; Refers to a valid PROJ_ID in the MSP_PROJECTS table. This will be the PROJ_ID of the master project.&lt;br /&gt;&lt;strong&gt;TEXT_CATEGORY&lt;/strong&gt; -&amp;gt; Set this to 0 to indicate a task.&lt;br /&gt;&lt;strong&gt;TEXT_REF_UID&lt;/strong&gt; -&amp;gt; Refers to a valid UID in the MSP_TASKS table. Give the UID of the task created in Step 1.&lt;br /&gt;&lt;strong&gt;TEXT_FIELD_ID&lt;/strong&gt; -&amp;gt; For inserted projects, this ID will be set as 188743706.&lt;br /&gt;&lt;strong&gt;TEXT_VALUE&lt;/strong&gt; -&amp;gt; The name of the project to be inserted or the name of the task created in Step1.&lt;/p&gt;  &lt;p&gt;3. Update the MSP_PROJECTS table for Project to know that data has been edited externally&lt;br /&gt;&lt;strong&gt;PROJ_EXT_EDITED&lt;/strong&gt; -&amp;gt; Must be set to 1 for Project to process.&lt;br /&gt;&lt;strong&gt;PROJ_EXT_EDITED_TEXT&lt;/strong&gt; -&amp;gt; Must be set to 1 for Project to process.&lt;/p&gt;  &lt;p&gt;After preforming these editions, when you open the project using Microsoft Project Professional you can see that the project contains inserted project (along with the inserted project&amp;#39;s tasks) listed. Also, when you make changes to the inserted project, the changes will be applied to the actual project and vice versa.&lt;/p&gt;  &lt;p&gt;Enjoy creating inserted projects! &lt;br /&gt;Ciao, Akila.&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8342" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=661" width="1" height="1"&gt;</description></item><item><title>Apostrophe in SQL Search String</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/12/apostrophe-in-sql-search-string.aspx</link><pubDate>Mon, 12 Jun 2006 17:48:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:662</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=662</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/12/apostrophe-in-sql-search-string.aspx#comments</comments><description>&lt;p&gt;Lot of times, we come across strings that contain Apostrophe (&amp;#39;) like David o&amp;#39; Sullivan, and we may have to do search operation or insert/update operation with them.&lt;/p&gt;  &lt;p&gt;When you try to insert a string that contains apostrophe using the insert statement,&lt;br /&gt;&lt;font color="#0000ff"&gt;insert in to Names(FirstName) values(&amp;#39;David o&amp;#39;Sullivan&amp;#39;),&lt;/font&gt; the insert statement fails. This is because, the string is split into two parts with the first part containing &amp;#39;David o&amp;#39; and the second part Sullivan&amp;#39;. There is no starting apostrophe for the second part of the name and hence the insert failed. &lt;br /&gt;Modify the insert statement as &lt;font color="#0000ff"&gt;insert in to Names(FirstName) values(&amp;#39;David o&amp;#39;&amp;#39;Sullivan&amp;#39;)&lt;br /&gt;&lt;/font&gt;&lt;font color="#000000"&gt;and it works fine.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;Same is the case with search queries, when you want to find an entry for David o&amp;#39; Sullivan in the table, the search query should be like this:&lt;br /&gt;&lt;font color="#0000ff"&gt;select * from Names where FirstName like &amp;#39;David o&amp;#39;&amp;#39; Sullivan&amp;#39;&lt;/font&gt; and you get the exact entry.&lt;/p&gt;  &lt;p&gt;The same issue occurs when you try doing a select operation on a DataTable in C#.Net. When you try executing the statement, &lt;br /&gt;DataRow []ResultSet = DataTableName.Select(&amp;quot;FirstName = &amp;#39;David o&amp;#39;Sullivan&amp;#39;&amp;quot;); the operation fails.&lt;/p&gt;  &lt;p&gt;Now do the following:&lt;/p&gt;  &lt;p&gt;string SearchString = &amp;quot;David o&amp;#39;Sullivan&amp;quot;;&lt;br /&gt;SearchString = SearchString.Replace(&amp;quot;&amp;#39;&amp;quot;,&amp;quot;&amp;#39;&amp;#39;&amp;quot;); &lt;font color="#008000"&gt;//Replace the single apostrophe with double&lt;br /&gt;&lt;/font&gt;&lt;font color="#000000"&gt;DataRow []ResultSet = DataTableName.Select(&amp;quot;FirstName = &amp;#39;&amp;quot; + SearchString + &amp;quot;&amp;#39;&amp;quot;);&lt;br /&gt;&lt;br /&gt;The statement is executed and the result set returned if the name exists.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000000"&gt;&amp;nbsp;&lt;/p&gt;&lt;/font&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8309" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=662" width="1" height="1"&gt;</description></item><item><title>SYSTEM ERROR: 0x80004005 when you try to save or publish a project in Microsoft Project Server 2003</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/12/system-error-0x80004005-when-you-try-to-save-or-publish-a-project-in-microsoft-project-server-2003.aspx</link><pubDate>Mon, 12 Jun 2006 13:17:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:663</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>2</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=663</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/12/system-error-0x80004005-when-you-try-to-save-or-publish-a-project-in-microsoft-project-server-2003.aspx#comments</comments><description>&lt;p&gt;When you try to save or publish a project to Microsoft Project Server 2003, you experience the following symptoms:&lt;/p&gt;  &lt;ul&gt;  &lt;li&gt;You receive the following error message in the Microsoft Spooler Error Message dialog box: &lt;font color="#ff0000"&gt;System Error: 0x80004005&lt;/font&gt;   &lt;li&gt;The Microsoft Windows Sharepoint Site is not automatically created for the project.&lt;/li&gt;&lt;/ul&gt;  &lt;p&gt;Cause: &lt;/p&gt;  &lt;p&gt;This issue occurs when you try to use a fully qualified domain name (FQDN) to connect to the Microsoft Office Project Server 2003 Web site. For example, it occurs when you use a FQDN instead of a host name, such as: http://projects.projsvr2003.domain.com instead of http://&amp;lt;hostname&amp;gt;&amp;nbsp;&lt;/p&gt;  &lt;script&gt;loadTOCNode(1, &amp;#39;resolution&amp;#39;);&lt;/script&gt;    &lt;div class="sbody"&gt;Resolution: &lt;/div&gt;  &lt;div class="sbody"&gt;To resolve this issue use one of the following:&lt;/div&gt;  &lt;ul&gt;  &lt;li&gt;  &lt;div class="sbody"&gt;Use a host name such as http://&amp;lt;hostname&amp;gt;/projectserver to connect to the ProjectServer website.&lt;/div&gt;&lt;/li&gt;  &lt;li&gt;  &lt;div class="sbody"&gt;Use the WinHTTP Default Proxy Configuration Tool to add the FQDN to the Bypass list. &lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;  &lt;p class="sbody"&gt;To add the FQDN to the Bypass list, follow these steps:&lt;/p&gt;  &lt;ol&gt;  &lt;li&gt;  &lt;div class="sbody"&gt;Click Start, Click Run, type cmd and then click OK.&lt;/div&gt;&lt;/li&gt;  &lt;li&gt;  &lt;div class="sbody"&gt;Type the following command line and then press Enter: &lt;br /&gt;Proxycfg -d -p * &amp;quot;&amp;lt;local&amp;gt;;servername of WSS;FQDN of WSS;ipaddress of WSS&amp;quot;&lt;/div&gt;&lt;/li&gt;  &lt;li&gt;  &lt;div class="sbody"&gt;At the command prompt, type iisreset and then press Enter. The iisreset command stops and restarts the Microsoft Internet Information Services (IIS) so that the new settings will be applied.&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8304" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=663" width="1" height="1"&gt;</description></item><item><title>Microsoft Spooler Error: The manager cannot create the resource account (0x8c040017)</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/11/microsoft-spooler-error-the-manager-cannot-create-the-resource-account-0x8c040017.aspx</link><pubDate>Sun, 11 Jun 2006 15:59:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:664</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=664</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/11/microsoft-spooler-error-the-manager-cannot-create-the-resource-account-0x8c040017.aspx#comments</comments><description>&lt;p&gt;The manager cannot create the resource account (0x8c040017) - Microsoft Spooler Error&lt;/p&gt;  &lt;p&gt;Many of us would have encountered this error, we just choose to ignore it and go ahead with saving and publishing the project. This error occurs when we try to create a local resource, assign it to tasks and then publish the project. &lt;/p&gt;  &lt;p&gt;Cause: &lt;/p&gt;  &lt;p&gt;You will get this error if you attempt to create a duplicate user account or a user account that is not specified correctly. This error also occurs when you have denied creating resource accounts from Microsoft Office Project under Server Configuration in PWA. This error can also occur when you try to publish projects to the Project Server database from Project Professional while you are in offline mode(not connected to the computer running Project Server 2003).&lt;/p&gt;  &lt;p&gt;Resolution:&lt;/p&gt;  &lt;p&gt;1. Double check that you have specified the correct domain\user name combination for the resource.&lt;/p&gt;  &lt;p&gt;2. Log on to Project Web Access as an administrator. Click &lt;b class="ui"&gt;Admin&lt;/b&gt;, and then click&amp;nbsp;&lt;b class="ui"&gt;Server Configuration&lt;/b&gt;. Under Select the features that you want to make available to users in Project Web Access , click Allow for&amp;nbsp;&lt;b class="ui"&gt;Create Accounts from Microsoft Project&lt;/b&gt; permission. Save changes and log off from Project Web Access.&lt;/p&gt;  &lt;p&gt;3. Restart Project Professional and connect to the computer running Project Server 2003.&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8289" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=664" width="1" height="1"&gt;</description></item><item><title>The server instance specified could not be found.Please specify the port and server's address</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/09/the-server-instance-specified-could-not-be-found-please-specify-the-port-and-server-s-address.aspx</link><pubDate>Fri, 09 Jun 2006 13:27:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:665</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=665</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/09/the-server-instance-specified-could-not-be-found-please-specify-the-port-and-server-s-address.aspx#comments</comments><description>&lt;p&gt;All that I wanted to do&amp;nbsp;was to move Sharepoint data that involves documents (including versions), risks, issues and other lists data from one sharepoint site to another sharepoint site. The catch here was the sharepoint sites were in different hosts and virtual servers. Note that both the virtual servers had IP Address as All Unassigned. I wrote code using the Sharepoint Object Model and when I ran to check my code, BAM the error pops up. When the source and destination sites are in the same host and virtual server there is no problem but when they are different the issues creeps up. &lt;/p&gt;  &lt;p&gt;I tried using stsadm to backup and restore the sites (I was ready to do the manual work) but then to my surprise stsadm also gave me the same error. Back to sqaure one, I tried doing various options given in other blogs. The following are the fixes I tried:&lt;/p&gt;  &lt;p&gt;1. Installed SP1 and then force upgraded all the site using the command&amp;nbsp; stsadm -o upgrade -forceupgrade.&lt;/p&gt;  &lt;p&gt;2. Followed the steps in Knowledge base article 832816 : &lt;a href="http://support.microsoft.com/?kbid=832816"&gt;http://support.microsoft.com/?kbid=832816&lt;/a&gt;. Since the IP Address was All Unassigned, I tried accessing the site using the virtual servername.&lt;/p&gt;  &lt;p&gt;3. Gave anonymous access to the site I&amp;#39;m trying to access. Ran the Application Pool using powered user identity. I impersonated in my code with the same identity but of no use. Created a strong name key for my exe and then registered in the GAC of the server which I&amp;#39;m trying to access as it was mentioned that dll&amp;#39;s under the GAC have full trust. Set the trust level in the web.config file of WSS to Full instead of Wss_Minimal.&lt;/p&gt;  &lt;p&gt;Well none of the fixes worked out and here is what I did finally,&lt;/p&gt;  &lt;p&gt;Created a site using the Sharepoint Object model without applying a template and then created a batch file&amp;nbsp;with smigrate backup and restore commands for all the sites that I wanted to migrate and then ran the batch file. This is just a workaround and will post if I get any other fix for this problem.&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8247" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=665" width="1" height="1"&gt;</description></item><item><title>Leverage Excel for data management in Sharepoint</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/07/leverage-excel-for-data-management-in-sharepoint.aspx</link><pubDate>Wed, 07 Jun 2006 13:40:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:666</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=666</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/07/leverage-excel-for-data-management-in-sharepoint.aspx#comments</comments><description>&lt;p&gt;Exporting data to&amp;nbsp;Microsoft Excel&amp;nbsp;is well-supported in SharePoint and makes graphing and printing convenient (via the Print with Excel and Chart with Excel options). But it&amp;#39;s also possible (and may often be desirable) to export data to Excel just for the sake of manageability. The Excel Export function creates an Excel Web query linking to the original data. In this way, you can create spreadsheets that will accept data, and then push that data to SharePoint. &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;This can be done by generating an Excel spreadsheet, then linking the spreadsheet to SharePoint (by using Export and Link to Excel from a Datasheet Task Pane). Once this is done, data can be entered into the spreadsheet and pushed from the spreadsheet to Excel with the Synchronize List option.&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8149" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=666" width="1" height="1"&gt;</description></item><item><title>Hello All</title><link>http://www.sharepointblogs.com/akila/archive/2006/06/06/hello-all.aspx</link><pubDate>Tue, 06 Jun 2006 19:41:00 GMT</pubDate><guid isPermaLink="false">1f6a1193-f4bb-4480-a5ae-b538d8b20f46:667</guid><dc:creator>Unclaimed Blog</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://www.sharepointblogs.com/akila/rsscomments.aspx?PostID=667</wfw:commentRss><comments>http://www.sharepointblogs.com/akila/archive/2006/06/06/hello-all.aspx#comments</comments><description>&lt;p&gt;Hi All,&lt;/p&gt;  &lt;p&gt;This is my first blogging experience and am going to share my experiece working with Windows Sharepoint Services 2003. Right now am confined to working with WSS 2.0 but next month I&amp;#39;ll start working again with WSS 3.0 as well.&lt;/p&gt;  &lt;p&gt;ciao,&lt;/p&gt;  &lt;p&gt;Akila.&lt;/p&gt;&lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=8123" width="1" height="1" alt="" /&gt;
			&lt;hr&gt;&lt;span style="font-size:10pt;"&gt;Posted on &lt;a href="http://www.sharepointblogs.com/"&gt;SharePoint Blogs&lt;/a&gt;&lt;/span&gt;
		  &lt;img src="http://www.sharepointblogs.com/aggbug.aspx?PostID=667" width="1" height="1"&gt;</description></item></channel></rss>