<?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:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-6364226209331310855</id><updated>2009-10-25T14:22:44.934-07:00</updated><title type='text'>DotVBS | Windows Systems Management</title><subtitle type='html'>Get more for your money using Microsoft Systems Management Server 2003, Microsoft SQL Server (2000 &amp; 2005), VBScript, and Powershell for Windows Systems Management.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default?start-index=26&amp;max-results=25'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>68</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-2922647101989485574</id><published>2008-11-06T13:59:00.000-08:00</published><updated>2008-11-06T14:00:52.607-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WMI'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><title type='text'>How to Troubleshoot SMS Client Install Errors</title><content type='html'>Often time, I'm asked how to troubleshoot SMS client installation errors. First thing I would recommend is to &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=d7ba3cd6-18d1-4d05-b11e-4c64192ae97d&amp;displaylang=en"&gt;check WMI by running wmidiag.vbs&lt;/a&gt; on the troubled computer, be sure to run it under admin context. The beauty of wmidiag is, it tells you how to fix the problem. Secondly, if WMI is fine, look through the installation or client logs.&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-2922647101989485574?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/2922647101989485574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=2922647101989485574' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/2922647101989485574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/2922647101989485574'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/11/how-to-troubleshoot-sms-client-install.html' title='How to Troubleshoot SMS Client Install Errors'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-5214362530503328804</id><published>2008-08-05T20:33:00.000-07:00</published><updated>2008-08-05T20:33:14.854-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><category scheme='http://www.blogger.com/atom/ns#' term='Inventory'/><title type='text'>SMS SQL for Last Hardware Inventory</title><content type='html'>The following SQL Query will return last HW Inventory date for a specific computer. Code is based on the &lt;a href="http://myitforum.com/cs2/blogs/pthomsen/archive/2007/08/06/104677.aspx"&gt;client health queries by Paul Thomsen&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;-- Last hardware inventory&lt;br /&gt;&lt;br /&gt;select Name0, LastHWScan as 'HW Inventory'&lt;br /&gt;from v_R_System sys full join v_RA_System_SMSAssignedSites ass ON ass.resourceID=SYS.resourceID &lt;br /&gt;full join v_GS_WORKSTATION_STATUS WS ON WS.resourceID=sys.resourceID &lt;br /&gt;where client0=1 &lt;br /&gt;and  Name0 = 'computername'&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-5214362530503328804?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/5214362530503328804/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=5214362530503328804' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5214362530503328804'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5214362530503328804'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/08/sms-sql-for-last-hardware-inventory.html' title='SMS SQL for Last Hardware Inventory'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-6643906710748296434</id><published>2008-08-01T21:31:00.000-07:00</published><updated>2008-08-01T21:33:44.277-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health'/><category scheme='http://www.blogger.com/atom/ns#' term='Discovery'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><title type='text'>SMS SQL for Last Discovery</title><content type='html'>The following SQL Query will return last discovery date for a specific computer. Code is based on the &lt;a href="http://myitforum.com/cs2/blogs/pthomsen/archive/2007/08/06/104677.aspx"&gt;client health queries by Paul Thomsen&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;-- Last discovery date&lt;br /&gt;&lt;br /&gt;select Name0, AgentTime as 'Discovery'&lt;br /&gt;from v_R_System sys full join v_RA_System_SMSAssignedSites ass ON ass.resourceID=SYS.resourceID full join (select ResourceId, MAX(AgentTime) as AgentTime from v_AgentDiscoveries where agentname&lt;&gt;'SMS Discovery Data Manager' AND agentname not like '%!_AD!_System%' ESCAPE'!' group by ResourceId) disc on disc.resourceid=sys.resourceid &lt;br /&gt;where client0=1 --and IsNULL(AgentTime,@NullVal)&gt;@olddate&lt;br /&gt;and  Name0 = 'computername'&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-6643906710748296434?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/6643906710748296434/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=6643906710748296434' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/6643906710748296434'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/6643906710748296434'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/08/sms-sql-for-last-discovery.html' title='SMS SQL for Last Discovery'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-5038963107517196663</id><published>2008-07-24T17:05:00.000-07:00</published><updated>2008-07-24T17:08:32.402-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VBScript'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client Cache'/><title type='text'>VBScript to Set SMS Client Cache Location</title><content type='html'>Need to set the SMS Client Cache Location? Well it's pretty easy, here's a basic VBScript to help you get started. This will set the Advanced Clients Cache Location, just be careful to set it correctly. Test, Test, Test! I'd suggest an SMS Package with different cache locations passed via command line (in seperate programs) for maximum flexibility. &lt;br /&gt;&lt;br /&gt;---- Begin VBScript ----&lt;br /&gt;&lt;br /&gt;On Error Resume Next&lt;br /&gt;&lt;br /&gt;Dim oUIResourceMgr&lt;br /&gt;Dim oCache&lt;br /&gt;&lt;br /&gt;Set oUIResourceMgr = CreateObject("UIResource.UIResourceMgr")&lt;br /&gt;Set oCacheInfo = oUIResourceMgr.GetCacheInfo&lt;br /&gt;&lt;br /&gt;' Set the new location, default is "C:\WINDOWS\system32\CCM\Cache"&lt;br /&gt;oCacheInfo.Location = "C:\WINDOWS\system32\CCM\Cache"&lt;br /&gt;&lt;br /&gt;'Return the error so SMS can report it&lt;br /&gt;WScript.Quit(Err)&lt;br /&gt;&lt;br /&gt;---- End VBScript ----&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-5038963107517196663?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/5038963107517196663/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=5038963107517196663' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5038963107517196663'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5038963107517196663'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/07/vbscript-to-set-sms-client-cache.html' title='VBScript to Set SMS Client Cache Location'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-1550271856905117866</id><published>2008-07-23T21:49:00.000-07:00</published><updated>2008-07-23T21:51:04.593-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Collection'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SMS SQL for Duplicate Collection Names</title><content type='html'>Recently, I've found many collections with duplicate names. The dupes can cause problems when managing those collections. I quickly created the following SQL to find the offending collections.&lt;br /&gt;&lt;br /&gt;-- This SQL query will show collections with duplicate names.&lt;br /&gt;&lt;br /&gt;Select parentCollectionID, ParentCollection.Name, v_Collection.CollectionID, v_Collection.Name from v_Collection&lt;br /&gt;left outer join&lt;br /&gt;v_CollectToSubCollect &lt;br /&gt;on v_Collection.collectionid=v_CollectToSubCollect.subcollectionid&lt;br /&gt;left outer join&lt;br /&gt;v_Collection ParentCollection&lt;br /&gt;on v_CollectToSubCollect.parentCollectionID = ParentCollection.collectionid&lt;br /&gt;where v_Collection.Name in (Select Name from v_Collection Group By Name Having Count(*)&gt;1)&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-1550271856905117866?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/1550271856905117866/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=1550271856905117866' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1550271856905117866'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1550271856905117866'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/07/sms-sql-for-duplicate-collection-names.html' title='SMS SQL for Duplicate Collection Names'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-8231663581718543556</id><published>2008-07-05T08:17:00.000-07:00</published><updated>2008-07-05T08:21:55.098-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Errors'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS 2003 Error 10035, What to Do</title><content type='html'>Error 10035, or Waiting for Content, seems to be one of the most frequent errors people encounter. Clients often generate this error even when they succeeed. When things go bad, it's important to understand how to troubleshoot error 10035, and know how to fix it.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://dotvbs.blogspot.com/2008/02/sms-waiting-for-content-10035.html"&gt;How to troubleshoot 10035 Waiting for Content Errors&lt;/a&gt;&lt;br /&gt;&lt;a href="http://dotvbs.blogspot.com/2007/09/sms-status-message-ids.html"&gt;List of Status Message IDs&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-8231663581718543556?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/8231663581718543556/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=8231663581718543556' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/8231663581718543556'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/8231663581718543556'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/07/sms-2003-error-10035-what-to-do.html' title='SMS 2003 Error 10035, What to Do'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-4405888269221848289</id><published>2008-07-05T08:11:00.000-07:00</published><updated>2008-07-05T08:15:28.308-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Errors'/><category scheme='http://www.blogger.com/atom/ns#' term='WQL'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Query'/><category scheme='http://www.blogger.com/atom/ns#' term='Collection'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS SQL for Program Failed Run Time Exceeded 10070</title><content type='html'>To create a query or collection of SMS clients which return a status of 10070, or program failed due to the runtime being exceeded, use the following WQL (replace advertID with your advertisement ID):&lt;br /&gt;&lt;br /&gt;select stat.*, ins.*, att1.*, att1.AttributeTime&lt;br /&gt;from SMS_StatusMessageasstat left joinSMS_StatMsgInsStrings as ins on stat.RecordID = ins.RecordID left joinSMS_StatMsgAttributes as att1on stat.RecordID = att1.RecordID inner join SMS_StatMsgAttributes asatt2 onstat.RecordID =&lt;br /&gt;att2.RecordID&lt;br /&gt;where stat.ModuleName = "SMS Client" and stat.MessageID =10070 and att2.AttributeID = 401 and att2.AttributeValue = "advertID"&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-4405888269221848289?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/4405888269221848289/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=4405888269221848289' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4405888269221848289'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4405888269221848289'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/07/sms-sql-for-program-failed-run-time.html' title='SMS SQL for Program Failed Run Time Exceeded 10070'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-7886983427040754104</id><published>2008-07-05T08:05:00.000-07:00</published><updated>2008-07-05T08:11:09.669-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Errors'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS "Program failed (run time exceeded)" 10070</title><content type='html'>When a program fails due to error 10070, it does so because the Run Time was Exceeded. SMS Allows a program to run for 12 hours, afterwhich it will issue the failed status message if the program hasn't completed successfully.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: The Maximum allowed run time within program properties is generally a guide for users running the program themselves, and is not enforced.&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-7886983427040754104?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/7886983427040754104/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=7886983427040754104' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/7886983427040754104'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/7886983427040754104'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/07/sms-program-failed-run-time-exceeded.html' title='SMS &quot;Program failed (run time exceeded)&quot; 10070'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-4696751659714374621</id><published>2008-06-18T13:56:00.000-07:00</published><updated>2008-06-18T14:07:46.102-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='How To'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><title type='text'>Rename an SMS Site</title><content type='html'>&lt;p&gt;Not long ago, I had to rename an SMS Site, here are the steps I used, from &lt;a href="http://www.dx21.com/HOME/ARTICLES/P2P/ARTICLE.ASP?CID=27"&gt;Jase T. Wolfe's blog&lt;/a&gt;.&lt;/p&gt;&lt;ol&gt;&lt;li&gt;If an SMS Primary Site server, stop the SMS_SITE_COMPONENT_MANAGER, SMS_EXECUTIVE, SMS_SERVER_LOCATOR_POINT, and SMS_SQL_MONITOR services.&lt;/li&gt;&lt;li&gt;If an SMS Secondary Site server, stop the SMS_SITE_COMPONENT_MANAGER and SMS_EXECUTIVE services.&lt;/li&gt;&lt;li&gt;Open the "\SMS\inboxes\sitectrl.box\sitectrl.ct0" site control file.&lt;/li&gt;&lt;li&gt;Search for the section "BEGIN_SITE_DEFINITION".&lt;/li&gt;&lt;li&gt;Within this section, locate the third value, which is the site name.&lt;/li&gt;&lt;li&gt;Change this value to the new site name, leaving the brackets intact.&lt;/li&gt;&lt;li&gt;Do not change any other values.&lt;/li&gt;&lt;li&gt;Save the "\SMS\inboxes\sitectrl.box\sitectrl.ct0" site control file.&lt;/li&gt;&lt;li&gt;Open RegEdit and find HKLM\Software\Microsoft \SMS\Identification.&lt;/li&gt;&lt;li&gt;Change the Site Name value to the new site name.&lt;/li&gt;&lt;li&gt;Done!&lt;br /&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-4696751659714374621?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/4696751659714374621/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=4696751659714374621' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4696751659714374621'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4696751659714374621'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/06/rename-sms-site.html' title='Rename an SMS Site'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-101982122856314967</id><published>2008-06-18T13:52:00.000-07:00</published><updated>2008-06-18T13:56:11.228-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WMI'/><category scheme='http://www.blogger.com/atom/ns#' term='VBScript'/><category scheme='http://www.blogger.com/atom/ns#' term='How To'/><title type='text'>Scriptomatic Becomes Self Aware</title><content type='html'>Well, not quite, but the scripting guys would prob add that feature if they could. The script-o-matic is a priceless tool that helps create a variety of scripts. Including making WMI easy for the WMI Challenged.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=09dfc342-648b-4119-b7eb-783b0f7d1178"&gt;Download Scriptomatic from Microsoft&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-101982122856314967?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/101982122856314967/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=101982122856314967' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/101982122856314967'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/101982122856314967'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/06/scriptomatic-becomes-self-aware.html' title='Scriptomatic Becomes Self Aware'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-3450673873405715468</id><published>2008-06-18T13:48:00.000-07:00</published><updated>2008-06-18T13:51:50.812-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogcast'/><title type='text'>SQL 2000 Support End is Near</title><content type='html'>Have you upgraded your SMS SQL 2000 installations yet?&lt;br /&gt;&lt;br /&gt;With the end of SQL 2000 support just around the corner, now is a good time to move if you havn't already. &lt;br /&gt;&lt;br /&gt;Check out &lt;a href="http://blogcastrepository.com/blogs/brian_tucker/archive/2006/02/27/623.aspx"&gt;Brian Tucker's blogcast on upgrading&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-3450673873405715468?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/3450673873405715468/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=3450673873405715468' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/3450673873405715468'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/3450673873405715468'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/06/sql-2000-support-end-is-near.html' title='SQL 2000 Support End is Near'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-1838122481488017889</id><published>2008-06-18T13:45:00.000-07:00</published><updated>2008-06-18T13:48:30.092-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='s'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Troubleshooting'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Performance'/><title type='text'>SMS System Health: SQL Performance Counters</title><content type='html'>When examining your SMS Systems health, a few good counters to look at include the following:&lt;br /&gt;&lt;br /&gt;Memory&lt;br /&gt;Physical Disk&lt;br /&gt;Processor&lt;br /&gt;Access Methods&lt;br /&gt;Buffer Manager&lt;br /&gt;Cache Manager&lt;br /&gt;Databases&lt;br /&gt;General Stats&lt;br /&gt;Latches&lt;br /&gt;Locks&lt;br /&gt;Memory Manager&lt;br /&gt;SQL Stats&lt;br /&gt;SQL Settable&lt;br /&gt;&lt;br /&gt;Also take a look at the SMS operations Guide, which talks about the &lt;a href="http://www.microsoft.com/technet/prodtechnol/sms/sms2003/cpdg/plan5795.mspx?mfr=true"&gt;cache hit ratio&lt;/a&gt;.&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-1838122481488017889?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/1838122481488017889/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=1838122481488017889' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1838122481488017889'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1838122481488017889'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/06/sms-system-health-sql-performance.html' title='SMS System Health: SQL Performance Counters'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-5162893603006918332</id><published>2008-06-12T23:27:00.000-07:00</published><updated>2008-06-12T23:32:12.686-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Reporting Services'/><category scheme='http://www.blogger.com/atom/ns#' term='Reports'/><category scheme='http://www.blogger.com/atom/ns#' term='SCCM'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SQL Reporting Services and SCCM R2</title><content type='html'>I can't wait to try out reporting services in SCCM R2, for those of you with very large SMS and SCCM installations, this will hopefully bring a bit of relief from the old ASP SMS Web Reporting. One particular feature I'm eager to try out, is the conversion tool which will convert SMS Web Reports into Reporting Services Reports.&lt;br /&gt;&lt;br /&gt;&lt;a href="https://connect.microsoft.com/site/sitehome.aspx?SiteID=16"&gt;Get the SCCM R2 Beta from Microsoft Connect&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-5162893603006918332?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/5162893603006918332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=5162893603006918332' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5162893603006918332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5162893603006918332'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/06/sql-reporting-services-and-sccm-r2.html' title='SQL Reporting Services and SCCM R2'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-1525472209895425288</id><published>2008-02-12T09:32:00.000-08:00</published><updated>2008-02-12T09:33:58.106-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Webcasts'/><category scheme='http://www.blogger.com/atom/ns#' term='SCCM'/><title type='text'>Configuration Manager 2007 Videos</title><content type='html'>&lt;a href="http://blogcastrepository.com/blogs/brian_tucker/archive/2007/03/26/configuration-manager-2007-video-series.aspx"&gt;Check out the SCCM 2007 videos on the Blogcast Repository.&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-1525472209895425288?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/1525472209895425288/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=1525472209895425288' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1525472209895425288'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1525472209895425288'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/02/configuration-manager-2007-videos.html' title='Configuration Manager 2007 Videos'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-8398524504934700101</id><published>2008-02-02T19:49:00.000-08:00</published><updated>2008-02-02T19:52:10.432-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Health'/><category scheme='http://www.blogger.com/atom/ns#' term='Webcasts'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><category scheme='http://www.blogger.com/atom/ns#' term='Blogcast'/><title type='text'>SMS Client Health Monitor Tool: Inactive</title><content type='html'>Brian Tucker demonstrates how to find inactive clients in SMS 2003 using the Client Health Monitoring Tool.&lt;br /&gt;&lt;br /&gt;&lt;object width="425" height="355"&gt;&lt;param name="movie" value="http://www.youtube.com/v/6S-uQHSyX18&amp;rel=1"&gt;&lt;/param&gt;&lt;param name="wmode" value="transparent"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/6S-uQHSyX18&amp;rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-8398524504934700101?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/8398524504934700101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=8398524504934700101' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/8398524504934700101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/8398524504934700101'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/02/sms-client-health-monitor-tool-inactive.html' title='SMS Client Health Monitor Tool: Inactive'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-855328617713158433</id><published>2008-02-02T19:45:00.000-08:00</published><updated>2008-02-02T19:46:15.627-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS WQL for All Clients where Last Status is Waiting for User Condition</title><content type='html'>&lt;p&gt;select sys.ResourceID,sys.ResourceType,sys.Name,sys.SMSUniqueIdentifier,sys.ResourceDomainORWorkgroup,sys.Client from SMS_R_System as sys join SMS_ClientAdvertisementStatus as stat on sys.ResourceID=stat.ResourceIDwhere stat.AdvertisementID='advertisementID' and stat.LastStatusMessageID=10036&lt;/p&gt;&lt;p&gt;&lt;br /&gt;--10036 is Waiting for User Condition, replace advertisementID with your advertisement ID.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-855328617713158433?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/855328617713158433/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=855328617713158433' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/855328617713158433'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/855328617713158433'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/02/sms-wql-for-all-clients-where-last.html' title='SMS WQL for All Clients where Last Status is Waiting for User Condition'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-4776371339932360594</id><published>2008-02-02T19:39:00.000-08:00</published><updated>2008-02-02T19:46:58.517-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Errors'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS "Waiting for User Condition" 10036</title><content type='html'>&lt;p&gt;Status Message ID 10036, or "Waiting for User Condition" can occasionally grind advertisements to a halt. Make sure the environment and user condition settings for a particular program have been configured appropriately and are not excluding a large portion of your intended audience.&lt;/p&gt;&lt;p&gt;&lt;strong&gt;Related Articles&lt;/strong&gt;&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://dotvbs.blogspot.com/2008/02/sms-wql-for-all-clients-where-last.html"&gt;SMS WQL for All Clients where Last Status is Waiting for User Condition&lt;/a&gt;&lt;a href="http://support.microsoft.com/kb/886122"&gt; &lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://dotvbs.blogspot.com/2007/09/sms-status-message-ids.html"&gt;SMS Status Message ID's&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-4776371339932360594?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/4776371339932360594/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=4776371339932360594' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4776371339932360594'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4776371339932360594'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/02/sms-waiting-for-user-condition-10036.html' title='SMS &quot;Waiting for User Condition&quot; 10036'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-5106710313854453017</id><published>2008-02-02T19:29:00.000-08:00</published><updated>2008-02-02T19:39:46.859-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Errors'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS "Waiting for content" 10035</title><content type='html'>&lt;strong&gt;Status Message ID 10035, or "Waiting for content"&lt;/strong&gt; is a common error which can drive you up the wall when testing a package deployment.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Have you checked your site boundaries?&lt;/strong&gt; Often a client is located in a IP Subnet which hasn't been configured within Site or Roaming Boundaries.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Has the software been deployed to the clients local DPs?&lt;/strong&gt; Check the reports and console, make sure the package has been deployed and is available to the clients.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Is the advertisement configured for download and execute?&lt;/strong&gt; Check the DP, make sure BITS is enabled, and the web site is functioning properly.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Have you checked the logs?&lt;/strong&gt; Start with the cas.log and execmgr.log on the client computer.&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Related Articles&lt;/strong&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://support.microsoft.com/kb/886122"&gt;Clients do not send a status message when an advertised program is disabled in Systems Management Server 2003&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://dotvbs.blogspot.com/2007/09/sms-status-message-ids.html"&gt;SMS Status Message ID's&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-5106710313854453017?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/5106710313854453017/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=5106710313854453017' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5106710313854453017'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/5106710313854453017'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/02/sms-waiting-for-content-10035.html' title='SMS &quot;Waiting for content&quot; 10035'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-6212536917350183845</id><published>2008-02-02T19:21:00.000-08:00</published><updated>2008-02-02T19:23:33.344-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Reports'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SQL'/><title type='text'>SMS SQL for Collections with Duplicate Names</title><content type='html'>/*&lt;br /&gt;      The following SQL will display any collections which appear to have a duplicate name. In some cases this may be normal, however this is a good way to find problems and inconsistencies.&lt;br /&gt;*/&lt;br /&gt;&lt;br /&gt;SELECT col.[CollectionID]&lt;br /&gt;,[Name]&lt;br /&gt;,[parentCollectionID]&lt;br /&gt;,[Comment]&lt;br /&gt;,[OwnedByThisSite]&lt;br /&gt;,[ReplicateToSubSites]&lt;br /&gt;,[LastChangeTime]&lt;br /&gt;,[LastRefreshTime]&lt;br /&gt;,[RefreshType]&lt;br /&gt;,[CurrentStatus]&lt;br /&gt;,[MemberClassName]&lt;br /&gt;,[LastMemberChangeTime]&lt;br /&gt;FROM v_Collection col&lt;br /&gt;left outer join&lt;br /&gt;v_CollectToSubCollect sub&lt;br /&gt;on col.collectionid = sub.subCollectionid&lt;br /&gt;Where Name in&lt;br /&gt;(&lt;br /&gt;SELECT Name&lt;br /&gt;FROM v_Collection&lt;br /&gt;Group By Name&lt;br /&gt;Having Count(*) &gt; 1&lt;br /&gt;)&lt;br /&gt;order by name, collectionid&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-6212536917350183845?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/6212536917350183845/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=6212536917350183845' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/6212536917350183845'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/6212536917350183845'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/02/sms-sql-for-collections-with-duplicate.html' title='SMS SQL for Collections with Duplicate Names'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-4267922135154261106</id><published>2008-01-23T20:44:00.000-08:00</published><updated>2008-01-23T20:49:42.722-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Errors'/><category scheme='http://www.blogger.com/atom/ns#' term='Reports'/><category scheme='http://www.blogger.com/atom/ns#' term='ASP'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><title type='text'>Response_Buffer_Limit_Exceeded</title><content type='html'>With large SMS Systems, it's common to exceed the response buffer limit when running certain SMS Web Reports.&lt;br /&gt;&lt;br /&gt;Microsoft provides this article regarding the problem.&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/925764"&gt;http://support.microsoft.com/kb/925764&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;To max out the buffer, basically set the aspbufferinglimit to -1&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-4267922135154261106?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/4267922135154261106/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=4267922135154261106' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4267922135154261106'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4267922135154261106'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2008/01/responsebufferlimitexceeded.html' title='Response_Buffer_Limit_Exceeded'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-818582254204741020</id><published>2007-09-29T16:52:00.000-07:00</published><updated>2007-09-29T16:53:31.703-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Advertisements'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS WQL for All Clients where Last Status is Time Exceeded</title><content type='html'>&lt;p&gt;select sys.ResourceID,sys.ResourceType,sys.Name,sys.SMSUniqueIdentifier,sys.ResourceDomainORWorkgroup,sys.Client from SMS_R_System as sys join SMS_ClientAdvertisementStatus as stat on sys.ResourceID=stat.ResourceID&lt;br /&gt;where stat.AdvertisementID='advertisementID' and stat.LastStatusMessageID=10070&lt;/p&gt;&lt;p&gt;10070 is Time Exceeded, replace advertisementID with your advertisement ID.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-818582254204741020?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/818582254204741020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=818582254204741020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/818582254204741020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/818582254204741020'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2007/09/sms-wql-for-all-clients-where-last.html' title='SMS WQL for All Clients where Last Status is Time Exceeded'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-4831111356879121483</id><published>2007-09-29T16:51:00.001-07:00</published><updated>2007-09-29T16:51:48.769-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='Status Messages'/><title type='text'>SMS Status Message IDs</title><content type='html'>10050    Cache too small&lt;br /&gt;10061    Download failed (retrying)&lt;br /&gt;10003    Failed (bad environment)&lt;br /&gt;0              No messages have been received&lt;br /&gt;10054    Not enough space in cache&lt;br /&gt;10045    Not enough space in cache&lt;br /&gt;10034    Program cancelled by user&lt;br /&gt;10022    Program completed successfully (reboot pending)&lt;br /&gt;10009    Program completed with success&lt;br /&gt;10008    Program completed with success&lt;br /&gt;10004    Program failed&lt;br /&gt;10007    Program failed&lt;br /&gt;10006    Program failed&lt;br /&gt;10057    Program failed (download failed - content mismatch)&lt;br /&gt;10053    Program failed (download failed)&lt;br /&gt;10058    Program failed (download/location failure)&lt;br /&gt;10051    Program failed (no content)&lt;br /&gt;10071    Program failed (retrying)&lt;br /&gt;10072    Program failed (retrying)&lt;br /&gt;10056    Program failed (retrying)&lt;br /&gt;10070    Program failed (run time exceeded)&lt;br /&gt;10021    Program failed (unexpected restart)&lt;br /&gt;65535    Program received - no further status&lt;br /&gt;10062    Program retrying (download/location failure)&lt;br /&gt;10060    Program retrying (no content)&lt;br /&gt;10005    Program started&lt;br /&gt;10040    Program will not rerun&lt;br /&gt;10055    Retry (Bad environment)&lt;br /&gt;10037    Waiting for another program&lt;br /&gt;10035    Waiting for content&lt;br /&gt;10036    Waiting for user condition&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-4831111356879121483?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/4831111356879121483/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=4831111356879121483' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4831111356879121483'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/4831111356879121483'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2007/09/sms-status-message-ids.html' title='SMS Status Message IDs'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-1143583672968683926</id><published>2007-09-06T10:24:00.000-07:00</published><updated>2007-09-10T14:51:34.186-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Bug'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><title type='text'>Potential Bug with Delete Programs Wizard?</title><content type='html'>It appears there may be a bug with the SMS 2003 SP2 Delete Programs Wizard. When deleting a program, the wizard shows you advertisements which have the same program name as the program you are deleting, regardless of the package name, or dependancies, etc.&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Here's the test:&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Build two packages with the same program name&lt;/li&gt;&lt;li&gt;Advertise both programs&lt;/li&gt;&lt;li&gt;Delete one of the programs&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;Do both advertisements show in the wizard?&lt;/p&gt;&lt;p&gt;Do both get advertisements get deleted?&lt;/p&gt;&lt;p&gt;Only the correct advertisement is deleted, however the wizard can be misleading.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-1143583672968683926?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/1143583672968683926/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=1143583672968683926' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1143583672968683926'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1143583672968683926'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2007/09/potential-bug-with-delete-programs.html' title='Potential Bug with Delete Programs Wizard?'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-2273536873612473638</id><published>2007-09-05T12:02:00.000-07:00</published><updated>2007-09-05T12:36:32.004-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MyITForum'/><category scheme='http://www.blogger.com/atom/ns#' term='Policy'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS'/><category scheme='http://www.blogger.com/atom/ns#' term='SMS Client'/><title type='text'>Removing the SMS Clients two minute wait for Policy Processing</title><content type='html'>Removing the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;SMS&lt;/span&gt; Clients two minute wait for Policy Processing is often needed in your test, packaging, or development environments. Recently one of our developers indicated that 2 minutes adds up to a lot of waiting during test cycles. Considering a lot can happen in "two minutes" I remembered finding something about this very issue.&lt;br /&gt;&lt;br /&gt;On the 1e blog, &lt;a href="http://myitforum.com/cs2/blogs/1e/archive/2005/04/28/5685.aspx"&gt;Phil &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Wilcock&lt;/span&gt; outlines a process developed by Simon &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Burbidge&lt;/span&gt; from IE came up with&lt;/a&gt;. Basically, you modify the client with a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;mof&lt;/span&gt; which removes the 2 minute wait. Now your agent service will be able to process policy without waiting 2 minutes. Keep in mind, this is not a change for your entire infrastructure, but only in those rare cases you need to compress time a little and remove the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_6"&gt;SMS&lt;/span&gt; Clients two minute wait. Hey, in some cases 2 minutes can be a lifetime! :)&lt;br /&gt;&lt;br /&gt;Here's the process:&lt;br /&gt;1. Open notepad (or your favorite text editor).&lt;br /&gt;2. Create a text file called &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;setwait&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;mof&lt;/span&gt;.&lt;br /&gt;3. Select the text below, and past into your &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;setwait&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_10"&gt;mof&lt;/span&gt; file.&lt;br /&gt;&lt;br /&gt;#&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_11"&gt;pragma&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_12"&gt;namespace&lt;/span&gt;("\\\\.\\root\\&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_13"&gt;ccm&lt;/span&gt;\\policy\\machine\\&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;Requestedconfig&lt;/span&gt;")&lt;br /&gt;instance of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_15"&gt;CCM&lt;/span&gt;_&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_16"&gt;PolicyAgent&lt;/span&gt;_Configuration&lt;br /&gt;{&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_17"&gt;PolicySource&lt;/span&gt; = "Local";&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_18"&gt;PolicyDownloadMethod&lt;/span&gt; = "BITS";&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;PolicyEnableUserGroupSupport&lt;/span&gt; = true;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_20"&gt;PolicyRequestAssignmentTimeout&lt;/span&gt; = 65;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_21"&gt;PolicyTimeUntilAck&lt;/span&gt; = 43200;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_22"&gt;PolicyTimeUntilExpire&lt;/span&gt; = 86400;&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;AuthorityName&lt;/span&gt; = "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_24"&gt;SMS&lt;/span&gt;:xxx";&lt;br /&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_25"&gt;PolicyTimeUntilUpdateActualConfig&lt;/span&gt; = 0;&lt;br /&gt;};&lt;br /&gt;&lt;br /&gt;4. Find the site code "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_26"&gt;SMS&lt;/span&gt;:xxx".&lt;br /&gt;5. Replace "xxx" with your site code.&lt;br /&gt;6. Run the command "&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_27"&gt;mofcomp&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_28"&gt;exe&lt;/span&gt; &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_29"&gt;setwait&lt;/span&gt;.&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_30"&gt;mof&lt;/span&gt;" to compile the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_31"&gt;MOF&lt;/span&gt; on your &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_32"&gt;SMS&lt;/span&gt; client.&lt;br /&gt;7. Restart your &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_33"&gt;SMS&lt;/span&gt; Agent Host service&lt;br /&gt;&lt;br /&gt;Thanks to the guys at 1e, you should now have removed the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_34"&gt;SMS&lt;/span&gt; Clients 2 minute wait for policy processing. Oh, be sure to test this before applying to any production computers!&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-2273536873612473638?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/2273536873612473638/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=2273536873612473638' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/2273536873612473638'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/2273536873612473638'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2007/09/removing-sms-clients-two-minute-wait.html' title='Removing the SMS Clients two minute wait for Policy Processing'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-6364226209331310855.post-1924873488735396010</id><published>2007-08-29T23:22:00.000-07:00</published><updated>2007-08-29T23:28:56.383-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Windows Media'/><category scheme='http://www.blogger.com/atom/ns#' term='How To'/><category scheme='http://www.blogger.com/atom/ns#' term='Screen Capture'/><title type='text'>Create tutorials and how to videos with Windows Media Encoder</title><content type='html'>Many have asked how we create &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_0"&gt;tutorials&lt;/span&gt; and how to videos for &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;SMS&lt;/span&gt;&lt;/span&gt; and general Windows Topics. Primarily, we use &lt;a href="http://www.microsoft.com/windows/windowsmedia/forpros/encoder/default.mspx"&gt;Microsoft Windows Media Encoder&lt;/a&gt;, a free Microsoft product. Media Encoder captures screen and microphone input to a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;WMV&lt;/span&gt;&lt;/span&gt; file for later distribution or editing.&lt;br /&gt;&lt;br /&gt;I find that a little editing can go a long way in terms of speeding up demos and how to videos. There's no need to make viewers wait when something is going on in the background, just cut the video and use a transition (like dissolve) between cuts. Audio is something I generally lay down as a guide the first time, then replace it with a better sweetened up voice over for the final cut.&lt;div class="blogger-post-footer"&gt;&lt;script src="http://www.google-analytics.com/urchin.js" type="text/javascript"&gt;
&lt;/script&gt;
&lt;script type="text/javascript"&gt;
_uacct = "UA-2073170-3";
urchinTracker();
&lt;/script&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/6364226209331310855-1924873488735396010?l=dotvbs.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://dotvbs.blogspot.com/feeds/1924873488735396010/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=6364226209331310855&amp;postID=1924873488735396010' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1924873488735396010'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/6364226209331310855/posts/default/1924873488735396010'/><link rel='alternate' type='text/html' href='http://dotvbs.blogspot.com/2007/08/create-how-to-video-with-windows-media.html' title='Create tutorials and how to videos with Windows Media Encoder'/><author><name>Emmanuel</name><uri>http://www.blogger.com/profile/00824975081952341073</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='04084425716019137870'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>