<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mindless Jabber</title>
	<atom:link href="http://mindlessjabber.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mindlessjabber.com</link>
	<description>Just as the title reads, can you believe it?</description>
	<lastBuildDate>Tue, 27 Dec 2011 16:53:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Outlook Web Access &#8220;A problem occurred while trying to use your mailbox&#8221;</title>
		<link>http://mindlessjabber.com/2010/10/06/outlook-web-access-a-problem-occurred-while-trying-to-use-your-mailbox/</link>
		<comments>http://mindlessjabber.com/2010/10/06/outlook-web-access-a-problem-occurred-while-trying-to-use-your-mailbox/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 14:28:32 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Exchange Server]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/?p=140</guid>
		<description><![CDATA[<strong>Problem:</strong>

Client is attempting to access Outlook Web Access (OWA) and are returned the following error after login attempt:
<em>A problem occurred while trying to use your mailbox. Please contact technical support for your organization.</em>
and/or
<em>An unexpected error occurred and your request couldnt be handled. </em>

<strong>Cause:</strong>

This issue occurs when the <em>msExchVersion</em> attribute is not set correctly on the user object in the Active Directory. Exchange 2007 uses the <em>msExchVersion</em> attribute to determine the version of Exchange that user objects are associated with. If the version value is less than 0.1, Exchange 2007 considers the object "read-only" and cannot write changes to the object.]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Client is attempting to access Outlook Web Access (OWA) and are returned the following error after login attempt:<br />
<em>A problem occurred while trying to use your mailbox. Please contact technical support for your organization.</em><br />
and/or<br />
<em>An unexpected error occurred and your request couldnt be handled. </em></p>
<p><strong>Cause:</strong></p>
<p>This issue occurs when the <em>msExchVersion</em> attribute is not set correctly on the user object in the Active Directory. Exchange 2007 uses the <em>msExchVersion</em> attribute to determine the version of Exchange that user objects are associated with. If the version value is less than 0.1, Exchange 2007 considers the object &#8220;read-only&#8221; and cannot write changes to the object.</p>
<p><strong>Solution:</strong></p>
<p>From the Exchange Management Shell execute the following command:<br />
<code>Set-Mailbox -Id "Domain\ID" -ApplyMandatoryProperties</code></p>
<p>To verify the adjustments you can use the <em>Get-Mailbox</em> command:<br />
<code>Get-Mailbox -Id "Domain\ID" | FL ExchangeVersion</code></p>
<p>Resources:<br />
<a href="http://support.microsoft.com/kb/941146">Error message when users try to log on to Outlook Web Access in Exchange 2007 or in Exchange 2010: &#8220;A problem occurred while trying to use your mailbox&#8221;</a> <em>via Microsoft</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2010/10/06/outlook-web-access-a-problem-occurred-while-trying-to-use-your-mailbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Meeting organizer name replaces Subject in Exchange Resource</title>
		<link>http://mindlessjabber.com/2010/10/05/meeting-organizer-name-replaces-subject-in-exchange-resource/</link>
		<comments>http://mindlessjabber.com/2010/10/05/meeting-organizer-name-replaces-subject-in-exchange-resource/#comments</comments>
		<pubDate>Wed, 06 Oct 2010 02:03:56 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Office 2007]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/?p=133</guid>
		<description><![CDATA[<strong>Problem:</strong>

Client creates a new Meeting request in Microsoft Outlook and adds a Conference Room or another Exchange Resource. When the meeting reaches the Resource Calendar the Subject line is deleted and replaced by the organizers name. 

<strong>Cause:</strong>

Microsoft Exchange Resources set to <em>AutoAccept</em> meeting requests (AutomateProcessing: AutoAccept), by default delete the subject and replace it with the organizers name. Though this feature can make sense in some scenarios it can cause confusion in most.]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Client creates a new Meeting request in Microsoft Outlook and adds a Conference Room or another Exchange Resource. When the meeting reaches the Resource Calendar the Subject line is deleted and replaced by the organizers name. </p>
<p><strong>Cause:</strong></p>
<p>Microsoft Exchange Resources set to <em>AutoAccept</em> meeting requests (AutomateProcessing: AutoAccept), by default delete the subject and replace it with the organizers name. Though this feature can make sense in some scenarios it can cause confusion in most. </p>
<p><strong>Solution:</strong></p>
<p>Correct the values for <em>AddOrganizerToSubject</em> and <em>DeleteSubject</em> for the resource.</p>
<p>From the Exchange Management Shell execute the following command:<br />
<code>Set-MailboxCalendarSettings -Id "Domain\Resource ID" -AddOrganizerToSubject: $false -DeleteSubject: $false</code></p>
<p>To verify the adjustments you can use the <em>Get-MailboxCalendarSettings</em> command:<br />
<code>Get-MailboxCalendarSettings -Id "Domain\Resource ID" | FL AutomateProcessing, AddOrganizerToSubject, DeleteSubject</code></p>
<p>Resources:<br />
<a href="http://technet.microsoft.com/en-us/library/aa996340%28EXCHG.80%29.aspx">Set-MailboxCalendarSettings</a> <em>via TechNet</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2010/10/05/meeting-organizer-name-replaces-subject-in-exchange-resource/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Modify Delegate Permissions &#8211; The Delegates settings were not saved correctly</title>
		<link>http://mindlessjabber.com/2010/04/14/unable-to-modify-delegate-permissions-the-delegates-settings-were-not-saved-correctly/</link>
		<comments>http://mindlessjabber.com/2010/04/14/unable-to-modify-delegate-permissions-the-delegates-settings-were-not-saved-correctly/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:53:43 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/?p=118</guid>
		<description><![CDATA[<strong>Problem:</strong>

Client is attempting to modify Delegate Permissions for an Outlook resource and are returned the error:

<em>The Delegates settings were not saved correctly. Unable to activate send-on-behalf-of list. You do not have sufficient permission to perform this operation on this object.</em>

or

<em>The Delegates settings were not saved correctly. Cannot activate send-on-behalf-of list. You do not have sufficient permission to perform this operation on this object.</em>]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Client is attempting to modify Delegate Permissions for an Outlook resource and are returned the error:</p>
<p><em>The Delegates settings were not saved correctly. Unable to activate send-on-behalf-of list. You do not have sufficient permission to perform this operation on this object.</em></p>
<p>or</p>
<p><em>The Delegates settings were not saved correctly. Cannot activate send-on-behalf-of list. You do not have sufficient permission to perform this operation on this object.</em></p>
<p><strong>Cause:</strong></p>
<p>Client may not have or lost &#8220;Write&#8221; permissions to the resource.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Search for the resource within the Active Directory, open the tab titled &#8220;Security&#8221;.</li>
<li>Scroll down to the user or group that is attempting to modify Delegates.</li>
<li>Verify the user or group has &#8220;Write&#8221; permissions set to &#8220;Allow&#8221;.</li>
</ol>
<p><em>Note: Depending on location and replication period, this may take up to an hour to be effective.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2010/04/14/unable-to-modify-delegate-permissions-the-delegates-settings-were-not-saved-correctly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot start Microsoft Outlook. Cannot open the Outlook window</title>
		<link>http://mindlessjabber.com/2010/04/14/cannot-start-microsoft-outlook-cannot-open-the-outlook-window/</link>
		<comments>http://mindlessjabber.com/2010/04/14/cannot-start-microsoft-outlook-cannot-open-the-outlook-window/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:50:13 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/2010/04/14/cannot-start-microsoft-outlook-cannot-open-the-outlook-window/</guid>
		<description><![CDATA[<strong>Problem:</strong>

Client is unable to launch Outlook; returns the error: <em>"Cannot start Microsoft Outlook. Cannot open the Outlook window"</em> and then closes.

<strong>Cause:</strong>

A corrupt <em>profilename.xml</em> file may be causing the conflict.
]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Client is unable to launch Outlook; returns the error: <em>&#8220;Cannot start Microsoft Outlook. Cannot open the Outlook window&#8221;</em> and then closes.</p>
<p><strong>Cause:</strong></p>
<p>A corrupt <em>profilename.xml</em> file may be causing the conflict.</p>
<p><strong>Solution:</strong></p>
<ol>
<li>Close any open instances of outlook.exe via task manager.</li>
<li>Open the Start &gt; Run.</li>
<li>Type in &#8220;outlook.exe /resetnavpane&#8221; (<em>no quotes</em>), then press enter.</li>
</ol>
<p><strong>Note:</strong> &#8220;/resetnavpane&#8221; &#8211; Clears and regenerates the Navigation Pane for the current profile. Removes all Shortcuts and Favorite Folders. Has the same effect as deleting <em>profilename.xml</em> in your user directory.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2010/04/14/cannot-start-microsoft-outlook-cannot-open-the-outlook-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Office xxxx has not been installed for the current user. Please run setup to install the application</title>
		<link>http://mindlessjabber.com/2010/04/14/microsoft-office-xxxx-has-not-been-installed-for-the-current-user-please-run-setup-to-install-the-application/</link>
		<comments>http://mindlessjabber.com/2010/04/14/microsoft-office-xxxx-has-not-been-installed-for-the-current-user-please-run-setup-to-install-the-application/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 14:41:07 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Office 2007]]></category>
		<category><![CDATA[Office]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/?p=110</guid>
		<description><![CDATA[<strong>Problem:</strong>

Client is attempting to launch an Microsoft Office application and are returned the error: "<em>Microsoft Office xxxx has not been installed for the current user. Please run setup to install the application</em>"

<strong>Cause:</strong>

Corruption of the <em>Opa12.dat</em> or the <em>MSO.DLL</em> file.]]></description>
			<content:encoded><![CDATA[<p><strong>Problem:</strong></p>
<p>Client is attempting to launch an Microsoft Office application and are returned the error: &#8220;<em>Microsoft Office xxxx has not been installed for the current user. Please run setup to install the application</em>&#8221;</p>
<p><strong>Cause:</strong></p>
<p>Corruption of the <em>Opa12.dat</em> or the <em>MSO.DLL</em> file.</p>
<p><strong>Solution:</strong></p>
<p>Navigate to: <em>C:\Documents and Settings\All Users\Application Data\Microsoft\OFFICE\DATA;</em> verify that the &#8220;Everyone&#8221; group has full access to the <em>Opa12.dat</em> file. If the permissions are correct delete the file and restart the Office product. A repair of the Office suite may also be neccessary.</p>
<p>or,</p>
<p>Navigate to: <em>C:\Program Files\Common Files\Microsoft Shared\OFFICE12;</em> look for the file titled MSO.DLL. Delete the MSO.DLL file and then perform a repair of the Office Suite installation.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2010/04/14/microsoft-office-xxxx-has-not-been-installed-for-the-current-user-please-run-setup-to-install-the-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to recover items that have been hard deleted in Outlook</title>
		<link>http://mindlessjabber.com/2007/07/04/how-to-recover-items-that-have-been-hard-deleted-in-outlook/</link>
		<comments>http://mindlessjabber.com/2007/07/04/how-to-recover-items-that-have-been-hard-deleted-in-outlook/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 03:07:28 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/2007/07/04/how-to-recover-items-that-have-been-hard-deleted-in-outlook/</guid>
		<description><![CDATA[By default, the Recover Deleted Items functionality is only enabled on the Deleted Items folder in a user&#8217;s private folders; items that are hard deleted cannot be recovered. To enable the Recover Deleted Items functionality on mail folders other than Deleted Items (for example, for Sent Items, Drafts, Outbox and Inbox folders), you must make the following changes to the registry: Start Registry Editor (Regedt32.exe) Locate and click the following key in the registry: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Options On the Edit menu, click [...]]]></description>
			<content:encoded><![CDATA[<p>By default, the Recover Deleted Items functionality is only enabled on the Deleted Items folder in a user&#8217;s private folders; items that are hard deleted cannot be recovered. To enable the Recover Deleted Items functionality on mail folders other than Deleted Items (for example, for Sent Items, Drafts, Outbox and Inbox folders), you must make the following changes to the registry:</p>
<ul>
<li>Start Registry Editor (Regedt32.exe)</li>
<li>Locate and click the following key in the registry:
<ul>
<li><strong>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Exchange\Client\Options</strong></li>
</ul>
</li>
<li>On the Edit menu, click Add Value, and then add the following registry value:
<ul>
<li><strong>Value name: DumpsterAlwaysOn</strong></li>
<li><strong>Data type: DWORD</strong></li>
<li><strong>Value data: 1</strong></li>
</ul>
</li>
<li>Quit Registry Editor</li>
</ul>
<p>You can use an administrator&#8217;s computer or a user&#8217;s computer to make this change to the registry. After you change the registry, start Outlook, and then click Deleted Item Recovery on the Tools menu. A list of items that have been hard deleted during the retention time set on the server is displayed.</p>
<p>If you are an administrator, you can set this functionality for all user workstations. To do so, use your computer to change the registry for all user workstations, and then open the affected user&#8217;s mailbox as an additional mailbox. You can then recover deleted items from the user&#8217;s mailbox mail folders.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2007/07/04/how-to-recover-items-that-have-been-hard-deleted-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>32 Reasons Why Geeks are Severely Underpaid</title>
		<link>http://mindlessjabber.com/2007/02/26/32-reasons-why-geeks-are-severely-underpaid/</link>
		<comments>http://mindlessjabber.com/2007/02/26/32-reasons-why-geeks-are-severely-underpaid/#comments</comments>
		<pubDate>Mon, 26 Feb 2007 13:56:12 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[Everyday]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://mindlessjabber.com/2007/02/26/32-reasons-why-geeks-are-severely-underpaid/</guid>
		<description><![CDATA[You&#8217;re good at what you do, maybe you&#8217;re an ace. So are you being paid what you&#8217;re worth? See how many of the 32 Salary Negotiation Rules you&#8217;re using. Why are sales professionals still rewarded with the biggest pay packets? Are sales professionals better qualified download larger image or smarter than IT professionals? No, there&#8217;s no such thing as a sales degree. Do they work longer or harder? Of course not. So why then is IT not the best paid [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;re good at what you do, maybe you&#8217;re an ace. So are you being paid what you&#8217;re worth? See how many of the 32 Salary Negotiation Rules you&#8217;re using.</p>
<p>Why are sales professionals still rewarded with the biggest pay packets? Are sales professionals better qualified<br />
download larger image or smarter than IT professionals? No, there&#8217;s no such thing as a sales degree. Do they work longer or harder? Of course not. So why then is IT not the best paid profession?</p>
<p><a href="http://www.negotiations.com/articles/geeks-earning-more/"><em>Read the entire story here.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2007/02/26/32-reasons-why-geeks-are-severely-underpaid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New theme and a new look</title>
		<link>http://mindlessjabber.com/2006/10/23/new-theme-and-a-new-look/</link>
		<comments>http://mindlessjabber.com/2006/10/23/new-theme-and-a-new-look/#comments</comments>
		<pubDate>Tue, 24 Oct 2006 03:46:30 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mindlessjabber.com/2006/10/23/new-theme-and-a-new-look/</guid>
		<description><![CDATA[While browsing through the wordpress.org support forums I came across a new theme by Hoofei which he titles &#8220;Hoofeiv4&#8243;. I don&#8217;t know what it is about certain themes that seem to grab your eyes but this one does a lot. I have tried for a long time to create themes for other wordpress sites and have never come this close to perfection. I will be tweaking it over the next few days to fit my needs but doubt it will [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://mindlessjabber.com/img/screenshot.png" width="300" height="225" alt="Hoofie Theme" title="Hoofie Theme" class="alignleft"/>While browsing through the wordpress.org support forums I came across a new theme by <a href="http://www.hoofei.com">Hoofei</a> which he titles &#8220;Hoofeiv4&#8243;. I don&#8217;t know what it is about certain themes that seem to grab your eyes but this one does a lot.</p>
<p>I have tried for a long time to create themes for other wordpress sites and have never come this close to perfection. I will be tweaking it over the next few days to fit my needs but doubt it will need much adjusting.  </p>
<p>Update: 09/20/07<br />
I am no longer using the Hoofei Theme on this site; for those that still looking to get a copy of the Hoofie Theme I have left the download <a href="http://mindlessjabber.com/dload/hoofeiv4.zip">link live</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2006/10/23/new-theme-and-a-new-look/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to make Pages in Posts for WordPress</title>
		<link>http://mindlessjabber.com/2006/06/25/how-to-make-pages-in-posts-for-wordpress/</link>
		<comments>http://mindlessjabber.com/2006/06/25/how-to-make-pages-in-posts-for-wordpress/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 18:26:04 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mindlessjabber.com/2006/06/25/how-to-make-pages-in-posts-for-wordpress/</guid>
		<description><![CDATA[When writing long posts in your blog I would suggest using pages to break them up. If the post you are writing is longer then the template it can leave alot of white space in your side bars and throw off the entire balance of the site template. Using the quick tag of &#8220;Next_Page&#8221; (follow the link to the codex) will put the page tag on the bottom of that post to indicate the next available page numbers. You will [...]]]></description>
			<content:encoded><![CDATA[<p>When writing long posts in your blog I would suggest using pages to break them up. If the post you are writing is longer then the template it can leave alot of <em>white space</em> in your side bars and throw off the entire balance of the site template. Using the quick tag of &#8220;<a href="http://codex.wordpress.org/Write_Post_SubPanel#Quicktags">Next_Page</a>&#8221; (follow the link to the codex) will put the page tag on the bottom of that post to indicate the next available page numbers. </p>
<p>You will find that this helps keep your blog clean and uniform.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2006/06/25/how-to-make-pages-in-posts-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Protected Posts in WordPress</title>
		<link>http://mindlessjabber.com/2006/06/25/password-protected-posts-in-wordpress/</link>
		<comments>http://mindlessjabber.com/2006/06/25/password-protected-posts-in-wordpress/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 18:12:52 +0000</pubDate>
		<dc:creator>Staff</dc:creator>
				<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.mindlessjabber.com/2006/06/25/password-protected-posts-in-wordpress/</guid>
		<description><![CDATA[WordPress Codex defines them as: To keep this particular post private so that only those with the password can read it, enter a password here. Be sure and write it down somewhere safe. It seems to be a simple feature, and may come in handy in some cases; but I would not use it for critical information.]]></description>
			<content:encoded><![CDATA[<p>WordPress Codex defines them as: <em>To keep this particular post private so that only those with the password can read it, enter a password here. Be sure and write it down somewhere safe.</em></p>
<p>It seems to be a simple feature, and may come in handy in some cases; but I would not use it for critical information.</p>
]]></content:encoded>
			<wfw:commentRss>http://mindlessjabber.com/2006/06/25/password-protected-posts-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

