<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-17028693</id><updated>2024-02-28T10:56:43.604-06:00</updated><title type='text'>Rehmani&#39;s SharePoint Weblog</title><subtitle type='html'>SharePoint and related technologies</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://rehmanisharepointweblog.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default?alt=atom'/><link rel='alternate' type='text/html' href='http://rehmanisharepointweblog.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Asif Rehmani (MVP)</name><uri>http://www.blogger.com/profile/02827771766444148645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-17028693.post-113393710197377771</id><published>2005-12-07T00:31:00.000-06:00</published><updated>2005-12-07T09:30:05.523-06:00</updated><title type='text'>Prevent !New tag from Appearing</title><content type='html'>&lt;span style=&quot;font-size:130%;&quot;&gt;Both Windows SharePoint Services and SharePoint Portal Server 2003 come bundled with a multitude of features. Many of these features need a bit of tweaking to get them to work in a particular situation. One of such features is the appearance of the “&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;!New&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;” tag.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;The “&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;!New&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;” tag appears in all SharePoint lists. This tag gets appended to every new list item.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger/1930/1632/1600/New%20Tag.jpg&quot;&gt;&lt;/a&gt;&lt;a href=&quot;http://photos1.blogger.com/blogger/1930/1632/1600/New%20Tag.1.jpg&quot;&gt;&lt;img style=&quot;CURSOR: hand&quot; alt=&quot;&quot; src=&quot;http://photos1.blogger.com/blogger/1930/1632/400/New%20Tag.0.jpg&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;This feature really becomes a nuisance if, for example, you were importing a number of documents from a file share to a SharePoint document library. In this case, all documents will now be appended with a “&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;!New&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;” tag. Even though these documents are newly imported in the document library, their origination dates will show them to be generated a lot earlier than that. This could become very confusing to the end users.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;Fortunately, there is a way to eliminate the appearance of the “&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;!New&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;” tag by simply changing the number of days the “&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;!New&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;” icon will appear beside a list item to Zero. The stsadm.exe utility is used to accomplish this task.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;Navigate to stsadm’s location:&lt;/span&gt;&lt;br /&gt;&lt;em&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;cd /d %program files%\common files\microsoft shared\web server extensions\60\bin&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;The “&lt;/span&gt;&lt;strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;setproperty&lt;/span&gt;&lt;/strong&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;” command will be used to accomplish our task as follows:&lt;/span&gt;&lt;br /&gt;&lt;em&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;stsadm.exe –o setproperty –pn days-to-show-new-icon –pv [number of days] –url [Virtual server address]&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;For example, use the following syntax to prevent the new tag from appearing: &lt;/span&gt;&lt;br /&gt;&lt;em&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;stsadm.exe –o setproperty –pn days-to-show-new-icon –pv 0 –url http://&amp;lt;server name&amp;gt;&lt;/span&gt;&lt;/em&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size:130%;&quot;&gt;&lt;/span&gt;</content><link rel='replies' type='application/atom+xml' href='http://rehmanisharepointweblog.blogspot.com/feeds/113393710197377771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17028693/113393710197377771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/113393710197377771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/113393710197377771'/><link rel='alternate' type='text/html' href='http://rehmanisharepointweblog.blogspot.com/2005/12/prevent-new-tag-from-appearing.html' title='Prevent !New tag from Appearing'/><author><name>Asif Rehmani (MVP)</name><uri>http://www.blogger.com/profile/02827771766444148645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17028693.post-113227220493949698</id><published>2005-11-17T18:03:00.000-06:00</published><updated>2005-11-17T18:03:24.976-06:00</updated><title type='text'>SharePoint integration with SAP</title><content type='html'>&lt;span style=&quot;font-family:Garamond;&quot;&gt;A while back, I was looking into the SAP’s Portal offering and trying to understand how it differs from SharePoint.&amp;nbsp;&amp;nbsp;In my investigation, I found the following to be the best practice:&lt;/span&gt;&lt;br/&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;&lt;/span&gt;&lt;br/&gt;&lt;ul&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;SAP R/3 Power users can use SAP GUI, or SAP Enterprise Portal, to interact with SAP apps &lt;/span&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;Casual SAP users should use SharePoint to consume relevant SAP info &lt;/span&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;Example: &lt;/span&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;Using a web part to display a user&#39;s personnel information from SAP in a web part &lt;/span&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;View open purchase orders in a web part &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt; &lt;/span&gt;&lt;br/&gt;&lt;ul&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;Single Sign-On would be the solution to interface SharePoint with SAP apps &lt;/span&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;User signs on to their windows account, which is tied to their SAP account credentials, and gets instant access to all SAP apps &lt;/span&gt;&lt;/li&gt;&lt;br/&gt;&lt;li&gt;&lt;span style=&quot;font-family:Garamond;&quot;&gt;Personalized access to views of the user&#39;s own data &lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;</content><link rel='replies' type='application/atom+xml' href='http://rehmanisharepointweblog.blogspot.com/feeds/113227220493949698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17028693/113227220493949698' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/113227220493949698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/113227220493949698'/><link rel='alternate' type='text/html' href='http://rehmanisharepointweblog.blogspot.com/2005/11/sharepoint-integration-with-sap.html' title='SharePoint integration with SAP'/><author><name>Asif Rehmani (MVP)</name><uri>http://www.blogger.com/profile/02827771766444148645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17028693.post-112784711875269771</id><published>2005-09-27T13:51:00.000-05:00</published><updated>2005-09-27T13:51:59.926-05:00</updated><title type='text'>SPS Areas vs. WSS Sites</title><content type='html'>The following question comes up a lot in my interaction with our training participants:&amp;nbsp;&amp;nbsp;&lt;strong&gt;What are some of the advantages of using a WSS site vs. a sub-site on the Portal? &lt;/strong&gt;&lt;br/&gt; &lt;br/&gt;Here are my thoughts on it:&lt;br/&gt;All if not most collaboration functionality of WSS is available in the Portal (since WSS is the root product of the Portal).&lt;br/&gt; &lt;br/&gt;However, few things should be considered when deciding whether to use Areas or Sites for your collaboration:&lt;br/&gt;&lt;ol&gt;&lt;li&gt;It is recommended to use only One Portal per company.&amp;nbsp;&amp;nbsp;If a company needs their disparate locations to be able to collaborate on sites locally, it would be to their advantage to generate new sites locally (using WSS) &lt;/li&gt;&lt;br/&gt;&lt;li&gt;All WSS sites from many geographical locations could be aggregated under one Portal umbrella &lt;/li&gt;&lt;br/&gt;&lt;li&gt;WSS Sites can be used to create permanent as well as ad-hoc sites.&amp;nbsp;&amp;nbsp;While Areas in SPS can be &quot;orphaned&quot; if their parent areas are deleted.&amp;nbsp;&amp;nbsp;Thus, the organization of these “containers of data” would be better served using WSS sites instead of Areas&lt;/li&gt;&lt;/ol&gt;&lt;br/&gt;I’ll be back with more random thoughts soon.</content><link rel='replies' type='application/atom+xml' href='http://rehmanisharepointweblog.blogspot.com/feeds/112784711875269771/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17028693/112784711875269771' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/112784711875269771'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/112784711875269771'/><link rel='alternate' type='text/html' href='http://rehmanisharepointweblog.blogspot.com/2005/09/sps-areas-vs-wss-sites.html' title='SPS Areas vs. WSS Sites'/><author><name>Asif Rehmani (MVP)</name><uri>http://www.blogger.com/profile/02827771766444148645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-17028693.post-112744504599092660</id><published>2005-09-23T00:10:00.000-05:00</published><updated>2005-09-22T22:10:45.990-05:00</updated><title type='text'>It Finally Begins...</title><content type='html'>By seeing the number of Blog posts out there, I might be the last person on Earth to finally start blogging.  Well... I guess now is better than never.&lt;br /&gt;&lt;br /&gt;The main focus of this Blog will be SharePoint and any related technologies.  Since I&#39;m currently a SharePoint trainer, I come across all kinds of SharePoint related scenarios/questions/suggestions/complaints and so on...  I&#39;ll use this blog to purge my head of these thoughts so I can sleep better at night.</content><link rel='replies' type='application/atom+xml' href='http://rehmanisharepointweblog.blogspot.com/feeds/112744504599092660/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/17028693/112744504599092660' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/112744504599092660'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/17028693/posts/default/112744504599092660'/><link rel='alternate' type='text/html' href='http://rehmanisharepointweblog.blogspot.com/2005/09/it-finally-begins.html' title='It Finally Begins...'/><author><name>Asif Rehmani (MVP)</name><uri>http://www.blogger.com/profile/02827771766444148645</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>