<?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>William Rentfrow&#039;s Blog &#187; William</title>
	<atom:link href="http://williamrentfrow.com/author/william/feed/" rel="self" type="application/rss+xml" />
	<link>http://williamrentfrow.com</link>
	<description>Caution: Pragmatist at work</description>
	<lastBuildDate>Mon, 27 Jun 2011 17:30:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Re-reading the ar.conf (ar.cfg) file</title>
		<link>http://williamrentfrow.com/rereading-arconf-arcfg-file/</link>
		<comments>http://williamrentfrow.com/rereading-arconf-arcfg-file/#comments</comments>
		<pubDate>Thu, 02 Jun 2011 16:18:02 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=403</guid>
		<description><![CDATA[Re-read the ar.conf file on a BMC AR Server Manually: I have used this before but I had to look it up again&#8230; Let&#8217;s say you make a manual change to the ar.conf file on the server and you don&#8217;t want to restart the server (some changes do require a restart, check the docs) You [...]]]></description>
			<content:encoded><![CDATA[<h2>Re-read the ar.conf file on a BMC AR Server Manually:</h2>
<p>I have used this before but I had to look it up again&#8230;</p>
<p>Let&#8217;s say you make a manual change to the ar.conf file on the server and you don&#8217;t want to restart the server (some changes do require a restart, check the docs)</p>
<p>You can force the server to re-read the ar.conf file like this:</p>
<p>/bin/arsignald -c  </p>
<p>So, for Remedy 7.6.03 (or nearly any other) server (as the appropriate user):</p>
<p>/&lt;install dir&gt;/ar/bin/arsignald -c ServerName Port</p>
<p>e.g.:</p>
<p>/remedy/ar/bin/arsignald -c myserver 2100</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/rereading-arconf-arcfg-file/&title=Re-reading+the+ar.conf+%28ar.cfg%29+file&text=Re-read+the+ar.conf+file+on+a+BMC+AR+Server+Manually%3A+I+have+used+this+before+but+I+had+to+look+it+up+again%26%238230%3B+Let%26%238217%3Bs+say+you+make+a+manual+change+to+the+ar.conf+file+on+the+server+and+you...&tags=bin+arsignald%2C+conf+file%2C+server" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/rereading-arconf-arcfg-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting Remedy/Unix Epoch Date to Dates and/or Times in Excel</title>
		<link>http://williamrentfrow.com/converting-unix-epoch-date-dates-andor-times-excel/</link>
		<comments>http://williamrentfrow.com/converting-unix-epoch-date-dates-andor-times-excel/#comments</comments>
		<pubDate>Wed, 01 Dec 2010 00:54:07 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[convert epoch time]]></category>
		<category><![CDATA[remedy date conversion]]></category>
		<category><![CDATA[remedy time conversion]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=386</guid>
		<description><![CDATA[Convert Epoch Date/Times in Excel One of the more annoying things that people run into when dealing with data directly from the Remedy database is conversion of date/time strings. Remedy &#8211; and most unix systems &#8211; uses Epoch date.  This is simply the number of seconds since January 1st 1970. To most people this is [...]]]></description>
			<content:encoded><![CDATA[<h2>Convert Epoch Date/Times in Excel</h2>
<p>One of the more annoying things that people run into when dealing with data directly from the Remedy database is conversion of date/time strings.</p>
<p>Remedy &#8211; and most unix systems &#8211; uses Epoch date.  This is simply the number of seconds since January 1st 1970.</p>
<p>To most people this is meaningless of course &#8211; however, if you are exporting the data and pulling it into Excel it&#8217;s easy to convert it to a date or time (or both).</p>
<p>Imagine you have exported the data and opened it in Excel &#8211; you will have a column of integers.  Let&#8217;s say that is in A1.</p>
<p>If you want the time only you would put this formula into B1:</p>
<p>=TIME(HOUR(A1),MINUTE(A1),SECOND(A1))</p>
<p>To get the date you do something very similar &#8211; enter this formula:</p>
<p>=date(year(a2),month(a2),day(a2))</p>
<p>That&#8217;s it &#8211; email me with questions.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/converting-unix-epoch-date-dates-andor-times-excel/&title=Converting+Remedy%2FUnix+Epoch+Date+to+Dates+and%2For+Times+in+Excel&text=Convert+Epoch+Date%2FTimes+in+Excel+One+of+the+more+annoying+things+that+people+run+into+when+dealing+with+data+directly+from+the+Remedy+database+is+conversion+of+date%2Ftime+strings.&tags=%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/converting-unix-epoch-date-dates-andor-times-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where is BMC_SLM_HOME?</title>
		<link>http://williamrentfrow.com/bmcslmhome/</link>
		<comments>http://williamrentfrow.com/bmcslmhome/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 02:28:52 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[SLM]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=380</guid>
		<description><![CDATA[If you've attempted to install BMC Remedy 7.6 patch 001 for Linux you probably noticed the installer fails immediately.

The error message it gives is straight forward:

"No BMC Service Level Management products needing this patch were found on this system".

That's all well and good, except for two things:

   1. SLM 7.6 is definitely installed
   2. The installer didn't prompt you for anything at this point except the license agreement - it doesn't even ask you if you want to browse for the location of the application

]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve attempted to install BMC Remedy 7.6 patch 001 for Linux you probably noticed the installer fails immediately.</p>
<p>The error message it gives is straight forward:</p>
<p>&#8220;No BMC Service Level Management products needing this patch were found on this system&#8221;.</p>
<p>That&#8217;s all well and good, except for two things:</p>
<ol>
<li>SLM 7.6 is definitely installed</li>
<li>The installer didn&#8217;t prompt you for anything at this point except the license agreement &#8211; it doesn&#8217;t even ask you if you want to browse for the location of the application</li>
</ol>
<p>Here&#8217;s a screenshot of it:</p>
<p><a href="http://williamrentfrow.com/wp-content/uploads/2010/10/slm-install-error.jpg"><img class="alignnone size-full wp-image-381" title="SLM 7.6 Patch Install Error" src="http://williamrentfrow.com/wp-content/uploads/2010/10/slm-install-error.jpg" alt="" width="575" height="453" /></a></p>
<p>Checking on this further I re-read the patch install notes and found this embedded in them on page 3:</p>
<p><em>You must check your environment variables to see if BMC_SLM_HOME is present<br />
before running ./setup.bin on UNIX.</em></p>
<p>Here&#8217;s the problem &#8211; there&#8217;s apparently nowhere in the universe that tells you WHAT the BMC_SLM_HOME environment variable is supposed to be set TO.</p>
<p>Google had never heard of it.</p>
<p>BMC Support was not immediately familiar with it &#8211; searching their KB&#8217;s &#8211; and ever PDF I have downloaded from them &#8211; resulted in zero results.</p>
<p>Fortunately this is an easy problem to solve.  This is one of those rare cases where the &#8220;HOME&#8221; is actually something logical &#8211; aka the install directory.</p>
<p>To fix the problem I just had to add this to the environment variable to the .profile for the user and then re-run the installer.  You could just do this command line as well:</p>
<p>BMC_SLM_HOME=/&lt;my app install dir&gt;/apps/ServiceLevelManagement<br />
export BMC_SLM_HOME</p>
<p>Voila &#8211; problem fixed.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/bmcslmhome/&title=Where+is+BMC_SLM_HOME%3F&text=If+you%26%238217%3Bve+attempted+to+install+BMC+Remedy+7.6+patch+001+for+Linux+you+probably+noticed+the+installer+fails+immediately.&tags=%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/bmcslmhome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the &#8220;SYS:Application Status Enabler&#8221; form for?</title>
		<link>http://williamrentfrow.com/sysapplication-status-enabler-form/</link>
		<comments>http://williamrentfrow.com/sysapplication-status-enabler-form/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 04:10:42 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[bmc remedy]]></category>
		<category><![CDATA[remedy incident management]]></category>
		<category><![CDATA[Remedy ITSM]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=376</guid>
		<description><![CDATA[SYS:Application Status Enabler in ITSM 7.03 I was troubleshooting a performance problem with ITSM 7.03 and ran into errors in the arerror.log file referring to this form.  There were about 100,000 old records in this form that weren&#8217;t doing anything useful as far as I could tell &#8211; it looked like old trash data. I [...]]]></description>
			<content:encoded><![CDATA[<h2>SYS:Application Status Enabler in ITSM 7.03</h2>
<p>I was troubleshooting a performance problem with ITSM 7.03 and ran into errors in the arerror.log file referring to this form.  There were about 100,000 old records in this form that weren&#8217;t doing anything useful as far as I could tell &#8211; it looked like old trash data.</p>
<p>I wasn&#8217;t familiar with it &#8211; and I hadn&#8217;t bugged BMC for a while &#8211; so I shot a note to their tech support.</p>
<p>This is what they said:</p>
<p><em>The SYS:Application Status Enabler form is a system form used to enable child records after a parent record has been created.</em></p>
<p><em>For example, when creating an Incident and I also create a relationship record and a Work Info record. These child records are created with a Status of &#8220;Delete&#8221;.  When a child record is created it also creates a record in the SYS:Application Status Enabler form. In this case there are two records created in the SYS:Application Status Enabler form, one for the relationship record and the other for Work Info.</em></p>
<p><em>Upon saving the Incident it updates it corresponding records to the SYS:Application Status Enabler form which in turn runs workflow that updates the Status on the child records from a &#8220;Delete&#8221; state to and &#8220;Enabled&#8221; state.</em></p>
<p><em>After this operation is done there is workflow in place to delete the records. If you have old records in that form then there is no problem with purging them, since they are no longer serving any function.</em></p>
<p>So now you know <img src='http://williamrentfrow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/sysapplication-status-enabler-form/&title=What+is+the+%26%238220%3BSYS%3AApplication+Status+Enabler%26%238221%3B+form+for%3F&text=SYS%3AApplication+Status+Enabler+in+ITSM+7.03+I+was+troubleshooting+a+performance+problem+with+ITSM+7.03+and+ran+into+errors+in+the+arerror.log+file+referring+to+this+form.%26%23160%3B+There+were+about...&tags=enabler+form%2C+application+status%2C+the+sys%2C+records%2C+status%2C+record%2C+enabler%2C+application" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/sysapplication-status-enabler-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remedy Email Engine SSL Error</title>
		<link>http://williamrentfrow.com/remedy-email-engine-ssl-error/</link>
		<comments>http://williamrentfrow.com/remedy-email-engine-ssl-error/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 05:18:32 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[remedy email engine]]></category>
		<category><![CDATA[Remedy errors]]></category>
		<category><![CDATA[SSL certificates]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=346</guid>
		<description><![CDATA[SSL Errors We had the email engine working fine for quite some time (ARS 7.1 on Solaris). Then &#8211; one magical day after server patching &#8211; it quit.  The error messages reported in the email error logs form said this: Connect failed javax.mail.MessagingException: Connect failed; nested exception is: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: [...]]]></description>
			<content:encoded><![CDATA[<p>SSL Errors</p>
<p>We had the email engine working fine for quite some time (ARS 7.1 on Solaris).</p>
<p>Then &#8211; one magical day after server patching &#8211; it quit.  The error messages reported in the email error logs form said this:</p>
<p><code>Connect failed<br />
javax.mail.MessagingException: Connect failed;<br />
nested exception is:<br />
javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target<br />
at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:148)<br />
at javax.mail.Service.connect(Service.java:275)<br />
at javax.mail.Service.connect(Service.java:156)<br />
at com.bmc.arsys.emaildaemon.ReceiverModule.initializeIncommingMailbox(ReceiverModule.java:1876)<br />
at com.bmc.arsys.emaildaemon.ReceiverModule.doWork(ReceiverModule.java:216)<br />
at com.bmc.arsys.emaildaemon.ThreadBase.run(ThreadBase.java:288)<br />
at java.lang.Thread.run(Thread.java:595)</code></p>
<p>&#8230;.and it looked like this&#8230;</p>
<div id="attachment_347" class="wp-caption alignnone" style="width: 444px"><a href="http://williamrentfrow.com/wp-content/uploads/2010/02/SSLerror.jpg"><img class="size-full wp-image-347" title="SSLerror" src="http://williamrentfrow.com/wp-content/uploads/2010/02/SSLerror.jpg" alt="SSL Error" width="434" height="447" /></a><p class="wp-caption-text">Remedy Email Engine SSL Error</p></div>
<p>As it turned out &#8211; it was a pretty easy fix.</p>
<p>For some reason the patching (OS level patching by another group) had overwritten our CACERTS file.  We didn&#8217;t notice immediately because the replacement file had approximately the right size and date.</p>
<p>So &#8211; if you run into the &#8220;PKIX path building failed:  unable to find valid certification path to requested&#8221; error &#8211; re-import or otherwise replace your SSL certificates.</p>
<p>-William</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/remedy-email-engine-ssl-error/&title=Remedy+Email+Engine+SSL+Error&text=SSL+Errors+We+had+the+email+engine+working+fine+for+quite+some+time+%28ARS+7.1+on+Solaris%29.+Then+%26%238211%3B+one+magical+day+after+server+patching+%26%238211%3B+it+quit.%26%23160%3B+The+error+messages+reported+in+the...&tags=arsys+emaildaemon%2C+com+bmc%2C+%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/remedy-email-engine-ssl-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twas the night before Christmas&#8230;</title>
		<link>http://williamrentfrow.com/twas-night-christmas/</link>
		<comments>http://williamrentfrow.com/twas-night-christmas/#comments</comments>
		<pubDate>Fri, 25 Dec 2009 04:29:33 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Writing]]></category>
		<category><![CDATA[christmas]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=342</guid>
		<description><![CDATA[I present this piece of weirdness: ‘Twas the night before Christmas, And I – mop in hand – Had just started in Cleaning porcelain tile-land   The kitchen, the hall, the mud room too Also the foyer, there was much to do. I swept then I mopped, and did it up quick – So it [...]]]></description>
			<content:encoded><![CDATA[<p>I present this piece of weirdness:</p>
<p>‘Twas the night before Christmas,</p>
<p>And I – mop in hand –</p>
<p>Had just started in</p>
<p>Cleaning porcelain tile-land</p>
<p> </p>
<p>The kitchen, the hall, the mud room too</p>
<p>Also the foyer, there was much to do.</p>
<p>I swept then I mopped, and did it up quick –</p>
<p>So it would dry long before St. Nick</p>
<p> </p>
<p>When out in the entrance I heard yell and a thud</p>
<p>I dropped all my stuff and thought “aw….CRUD”</p>
<p>And there on the floor lying perfectly still</p>
<p>Was that jolly old elf, a total fresh kill</p>
<p> </p>
<p>The tracks told the story and told it quite well</p>
<p>First the chimney, then the tile, then a long slip and he fell.</p>
<p> </p>
<p>I stood a long moment, trying to be shrewd.</p>
<p>Was this illegal? Was there a treaty? Was I really screwed?</p>
<p> </p>
<p>And then the answer came in a flash – and I ran</p>
<p>to the basement, to find the Halloween stash</p>
<p> </p>
<p>With my pirate costume on, I bowed and I begged</p>
<p>“Please FSM – please save the day”</p>
<p> </p>
<p>Out on the lawn I heard a loud BOOM</p>
<p>I sprang to the stoop and looked out from the room</p>
<p> </p>
<p>“On cavatappi, on spaghetti, al Dente, of course!”</p>
<p>“We have a true pirate to save from the courts!”</p>
<p> </p>
<p>His noodly appendage struck out, and raised that old elf</p>
<p>Who stood, looked at FSM, and shook off his own self.</p>
<p> </p>
<p>The two had a moment there alone in the snow -</p>
<p>Two imaginary characters respectfully saying Hello</p>
<p> </p>
<p>And ever since that day all I get is some coal.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/twas-night-christmas/&title=Twas+the+night+before+Christmas%26%238230%3B&text=I+present+this+piece+of+weirdness%3A+%26%238216%3BTwas+the+night+before+Christmas%2C+And+I+%26%238211%3B+mop+in+hand+%26%238211%3B+Had+just+started+in+Cleaning+porcelain+tile-land+%26%23160%3B+The+kitchen%2C+the+hall%2C+the+mud...&tags=" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/twas-night-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Cafe World guide for the Facebook App</title>
		<link>http://williamrentfrow.com/cafe-world-guide-facebook-app/</link>
		<comments>http://williamrentfrow.com/cafe-world-guide-facebook-app/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:08:52 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[Other projects]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=317</guid>
		<description><![CDATA[Cafe World Secrets I am on Facebook from time to time but I haven&#8217;t gotten into any of the really popular games.  From a marketing/innovation standpoint though I do find them amazing &#8211; the number of people who are joining Cafe World (Mafia Wars, etc) is astronomical.  Last I heard it was 500,000+ a DAY [...]]]></description>
			<content:encoded><![CDATA[<h2>Cafe World Secrets</h2>
<p>I am on Facebook from time to time but I haven&#8217;t gotten into any of the really popular games.  From a marketing/innovation standpoint though I do find them amazing &#8211; the number of people who are joining Cafe World (Mafia Wars, etc) is astronomical.  Last I heard it was 500,000+ a DAY joining.</p>
<p>It&#8217;s already one of the most successful Facebook apps ever launched.</p>
<p>In any case &#8211; some guy is selling a <a href="http://www.williamrentfrow.com/go/cafeworldguide1.php" target="_blank">Cafe World Secrets guide </a>on Clickbank available here if that&#8217;s your thing (Disclaimer: Affiliate link, etc etc).</p>
<p>B.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/cafe-world-guide-facebook-app/&title=New+Cafe+World+guide+for+the+Facebook+App&text=Cafe+World+Secrets+I+am+on+Facebook+from+time+to+time+but+I+haven%26%238217%3Bt+gotten+into+any+of+the+really+popular+games.%26%23160%3B+From+a+marketing%2Finnovation+standpoint+though+I+do+find+them+amazing...&tags=cafe+world" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/cafe-world-guide-facebook-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auditing in BMC Remedy forms</title>
		<link>http://williamrentfrow.com/auditing-bmc-remedy-forms/</link>
		<comments>http://williamrentfrow.com/auditing-bmc-remedy-forms/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 19:08:45 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[auditing remedy]]></category>
		<category><![CDATA[bmc remedy auditing]]></category>
		<category><![CDATA[data auditing]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=308</guid>
		<description><![CDATA[For example, a “Status” field in an Incident may change to these values over the course of the life of the Incident: 

New
Assigned
Work In Progress
Resolved
An “audit” of this field would show the following: 

Date/Time of the entry and change
User who made the change
Updated value
Previous versions of Remedy required custom forms, custom workflow, and various other development efforts in order to accomplish this.  As of Remedy AR Server version 7.x this can be accomplished by a Remedy Developer through configuration of the back end forms.
]]></description>
			<content:encoded><![CDATA[<h2>
<div class="mceTemp">A BMC Remedy Form Auditing Overview</div>
</h2>
<p>In previous versions of Remedy it was necessary to do custom workflow and forms in order to “audit” the data contents of a field.  An audit is simply a historical recording of the values of a field in a record.</p>
<p>For example, a “Status” field in an Incident may change to these values over the course of the life of the Incident: </p>
<ul>
<li>New</li>
<li>Assigned</li>
<li>Work In Progress</li>
<li>Resolved</li>
</ul>
<p>An “audit” of this field would show the following: </p>
<ul>
<li>Date/Time of the entry and change</li>
<li>User who made the change</li>
<li>Updated value</li>
</ul>
<p>Previous versions of Remedy required custom forms, custom workflow, and various other development efforts in order to accomplish this.  As of Remedy AR Server version 7.x this can be accomplished by a Remedy Developer through configuration of the back end forms.</p>
<h3>Setting up Auditing in Remedy 7.x</h3>
<p>To implement Auditing in Remedy 7 the following steps need to be performed: </p>
<ol>
<li>Identify audit form naming</li>
<li>Identify fields to audit</li>
<li>Identify audit operation</li>
<li>Set up auditing on the form</li>
<li>Set up auditing on the individual fields</li>
</ol>
<h3>Identify Audit Form Naming</h3>
<p>The system will automatically create an audit form.  However, the name needs to be specified.  Typically this is the name of the original form plus the word “Audit”.  For example, the <span style="text-decoration: underline;">HPD:HelpDesk</span> audit form could be named “<span style="text-decoration: underline;">HPD:HelpDesk Audit</span>”.</p>
<h3>Identify Fields to Audit</h3>
<p>Identifying the fields to audit is a step that needs careful consideration.  Auditing every field on a form can cause performance issues.  Also, some fields can not be audited.  This includes the core fields (field id 1-6; field 7 – Status &#8211; can be audited).</p>
<p>The system automatically adds some fields to the audit table in order to facilitate auditing.  These include the user, Audit time/date, and other information.</p>
<p>Typically you will want to audit application fields that are used for reporting or quality analysis.  An example of this includes: </p>
<ul>
<li>Assigned to Group/Person</li>
<li>Status</li>
<li>
<h3>Classification</h3>
</li>
</ul>
<h3>Identify Audit Operation</h3>
<p>There are three possible audit operations.  For each field identified in the previous step we need to identify the audit operation to be performed.  The possibilities for an audited field are: </p>
<ul>
<li>Audit – Whenever a value changes in this field the “Audit” operation will take place.  This means a new record will be created in the audit table and include this value.</li>
<li>Copy – Any time an audit is triggered this field will be copied.  For example, if the status changes from “New” to “Assigned” but the “Assigned to User” does not change but was set to “Copy” the “Assigned to User” would still copy to the audit form.  This is the preferred setting for data that may not change but is wanted in the audit log.</li>
<li>Audit and Copy &#8211; A copy of the data is triggered every time this field changes or whenever another field triggers an audit operation.  This is the preferred setting for data that is likely to change and is in the audit log.</li>
</ul>
<h3>Set up Auditing on the Form</h3>
<p>Setting up auditing for a particular form requires Remedy Administrator access.  To turn on auditing you must first log into Remedy Administrator and open the form.</p>
<p>Once the form is open select the “Form Properties” window.  Then select the “Audit” tab: </p>
<div class="mceTemp">
<div class="mceTemp">
<div id="attachment_311" class="wp-caption alignnone" style="width: 581px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing2.jpg"><img class="size-full wp-image-311" title="remedy-auditing2" src="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing2.jpg" alt="Remedy Form Auditing" width="571" height="471" /></a><p class="wp-caption-text">Remedy Form Auditing</p></div>
</div>
</div>
<p>Check the “Enable” box to turn on Auditing.</p>
<p>For the “Audit style” select “Form”.  This means a record-based audit style will be used.</p>
<p>The other option is “Log”.  Log auditing records all information to a single field and this is non-reportable and has limited usefulness.</p>
<p>Enter the name of the “Audit Form” that you previously determined (e.g., “<span style="text-decoration: underline;">HPD:HelpDesk Audit</span>”).</p>
<p>If necessary enter a qualification.  For example, you may only want to audit records that have a classification of “Security Issue”.  A sample qualification might be:</p>
<p style="padding-left: 30px;"><em>&#8216;Categorization Tier 1&#8242; = &#8220;Security Issue&#8221;</em></p>
<p>When done press “OK” and save the form.  The audit form will automatically be created.</p>
<h2>Set Up Auditing on the Individual Fields</h2>
<p>After turning on auditing and saving the form you need to configure each individual field that is identified for auditing.  This also must be done in the Remedy Administrator tool. </p>
<p>Open the form in the Remedy Administrator tool.  Select the first field that needs to be audited.  Then select the “Field Properties” button and go to the “Attributes” tab: </p>
<div id="attachment_307" class="wp-caption alignnone" style="width: 580px"><a href="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing-options.jpg"><img class="size-full wp-image-307" title="remedy-auditing-options" src="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-auditing-options.jpg" alt="Auditing Options" width="570" height="523" /></a><p class="wp-caption-text">Auditing Options</p></div>
<p>Select the “Audit Option” identified earlier for this field (“Audit”, “Copy”, or “Audit and Copy”). </p>
<p>Repeat this step for each field that needs to be audited and save the form.</p>
<p>It is also possible to set up multiple fields at the same time.  To do this follow these steps: </p>
<ol>
<li>Open the form (auditing for the form needs to be turned on)</li>
<li>Go to the “Form/Multiple Field Properties” menu option </li>
<li>Select each field that needs to be audited and change the “Audit Option” to the appropriate operation identified previously.</li>
<li>Save the form when finished.</li>
</ol>
<p> </p>
<div id="attachment_305" class="wp-caption alignnone" style="width: 492px"></p>
<h3><a href="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-multiple-field-auditing.jpg"><img class="size-full wp-image-305" title="remedy-multiple-field-auditing" src="http://williamrentfrow.com/wp-content/uploads/2009/10/remedy-multiple-field-auditing.jpg" alt="Audit multiple fields in BMC Remedy" width="482" height="589" /></a></h3>
<p><p class="wp-caption-text">Audit multiple fields in BMC Remedy</p></div>
<h3>Final Steps</h3>
<p>After completing the steps above auditing is configured but may not be completely useful.  For example it may be necessary to create a join form with the original form and the audit form to facilitate reporting.</p>
<p>To test the auditing you can create a record in the original form.  Then change the value of a field set to be audited and re-save the record.</p>
<p>Check the audit form.  Each action should cause a new audit entry.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/auditing-bmc-remedy-forms/&title=Auditing+in+BMC+Remedy+forms&text=+A+BMC+Remedy+Form+Auditing+Overview++In+previous+versions+of+Remedy+it+was+necessary+to+do+custom+workflow+and+forms+in+order+to+%26%238220%3Baudit%26%238221%3B+the+data+contents+of+a+field.%26%23160%3B+An+audit+is...&tags=the+audit%2C+the+form%2C+for+example%2C+that+needs%2C+audit%2C+field%2C+auditing%2C+remedy%2C+fields%2C+caption" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/auditing-bmc-remedy-forms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How do I add a new Holiday Calendar to BMC Remedy SLM?</title>
		<link>http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/</link>
		<comments>http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 00:41:22 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[BMC Remedy]]></category>
		<category><![CDATA[bmc remedy time segments]]></category>
		<category><![CDATA[remedy slm]]></category>
		<category><![CDATA[slm holiday calendar]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/?p=297</guid>
		<description><![CDATA[In BMC Remedy SLM you need to create a new holiday calendar every year (assuming your organization closes for holidays...).

I got this question a day or two ago.  It's a good question because there are two steps.  The first one is easy - you create the calendar.

The second one is the easy one to forget - you have to associate the calendar with your SLM Business Schedule.  If you skil that step - your calendar doesn't work!
]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">How to add a Calendar to SLM in Remedy 7.x</span></strong></p>
<p>In BMC Remedy SLM you need to create a new holiday calendar every year (assuming your organization closes for holidays&#8230;).</p>
<p>I got this question a day or two ago.  It&#8217;s a good question because there are two steps.  The first one is easy &#8211; you create the calendar.</p>
<p>The second one is the easy one to forget &#8211; you have to associate the calendar with your SLM Business Schedule.  If you skil that step &#8211; your calendar doesn&#8217;t work!</p>
<p>Fortunately this is pretty easy.</p>
<p>1.) Log into Remedy User</p>
<p>2.) Open the Home Page and go to Application Administration:</p>
<p>3.) Go to the “Custom Configuration” tab – expand the Service Level Management item and the Configure Business Time item.  Double click on Shared Entity/Segments:</p>
<p> <img class="alignnone size-full wp-image-295" title="Remedy-ITSM-Custom-Configuration" src="http://williamrentfrow.com/wp-content/uploads/2009/09/Remedy-ITSM-Custom-Configuration.jpg" alt="Remedy-ITSM-Custom-Configuration" width="476" height="553" /></p>
<p>4.) Select the Business Time Segment tab – the following screen appears</p>
<p>5.) Select the “Create” button</p>
<p>6.) Create the new FY Calendar using this example &#8211; this is for the US Federal fiscal year 2010:</p>
<p> <a href="http://williamrentfrow.com/wp-content/uploads/2009/09/sample_bmc_remedy_slm_holiday_schedule.jpg"><img class="alignnone size-full wp-image-298" title="sample_bmc_remedy_slm_holiday_schedule" src="http://williamrentfrow.com/wp-content/uploads/2009/09/sample_bmc_remedy_slm_holiday_schedule.jpg" alt="sample_bmc_remedy_slm_holiday_schedule" width="573" height="445" /></a></p>
<p> </p>
<p>7. ) The following fields must be entered for the calendar to work correctly:</p>
<ol>
<li>Description</li>
<li>Enable (check the box)</li>
<li>Availability – set to “Unavailable” since the center is closed on Holidays</li>
<li>Status – leave as “Draft”</li>
<li>Action – set to “Create as Described”</li>
<li>Duration type – set to Recurring</li>
<li>Start Date – Fiscal Year start date (10/1/20??)</li>
<li>Start Time – 12:00:00 AM</li>
<li>End Date – Fiscal Year end date (9/30/20??)</li>
<li>End Time – 11:59:59 PM</li>
<li>Recurrence Type – Specific Dates</li>
<li>Specific Dates – the upcoming Postal Holidays, separated by a semi-colon and then a space.</li>
</ol>
<p>8.) Save the Calendar.  Return to the previous screen.</p>
<p>9.) On the Business Schedules form choose the Business Time Entity tab:</p>
<p>10.) Choose the “Relate Activity” button</p>
<p>11.) Press the “Search” button on the screen that appears.</p>
<p>12.) Select the new Holiday calendar you created.</p>
<p>13.) Choose the “Relate Selected Record” button</p>
<p>14.) Confirm the new calendar is related to the schedule back on the previous screen.</p>
<p>That&#8217;s it &#8211; you are done.  Just make sure you do steps 9-13.  Otherwise it won&#8217;t work!</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/&title=How+do+I+add+a+new+Holiday+Calendar+to+BMC+Remedy+SLM%3F&text=How+to+add+a+Calendar+to+SLM+in+Remedy+7.x+In+BMC+Remedy+SLM+you+need+to+create+a+new+holiday+calendar+every+year+%28assuming+your+organization+closes+for+holidays%26%238230%3B%29.&tags=choose+the%2C+select+the%2C+business+time%2C+calendar%2C+business%2C+%26%238211%3B" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/add-holiday-calendar-bmc-remedy-slm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some BMC Remedy ITSM 7 Terminology</title>
		<link>http://williamrentfrow.com/bmc-remedy-itsm-7-terminology/</link>
		<comments>http://williamrentfrow.com/bmc-remedy-itsm-7-terminology/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 05:01:58 +0000</pubDate>
		<dc:creator>William</dc:creator>
				<category><![CDATA[bmc remedy]]></category>

		<guid isPermaLink="false">http://williamrentfrow.com/wordpress/bmc-remedy-itsm-7-terminology/</guid>
		<description><![CDATA[task

A unit of work that needs to be completed as a step in implementing an incident or problem investigation. In the Change Management application, you can also group a number of activities for requests with a number of actions that need to be completed before the request can be resolved. Your administrator creates task templates and task group templates that you can reuse for the same types of requests. Tasks can be manual or automatic]]></description>
			<content:encoded><![CDATA[<p>This is from 7.1 so it&#8217;s a bit dated already &#8211; but it could still be useful.</p>
<p><strong>assignee</strong></p>
<p>The person assigned the responsibility of working on any of the following activities: change request, incident ticket, problem investigation, known error, solution database entry, and so on.</p>
<p> <strong>assignment</strong></p>
<p>Automatically or manually assigning a group or individual the responsibility of resolving an issue or request. ITSM applications use the Assignment form for group automatic assignment and the Assignment Engine for individual automatic assignment.</p>
<p> </p>
<p><strong>broadcast message</strong></p>
<p>An application feature that enables users to create messages that can be viewed by the ntire organization or by users in specific groups.</p>
<p> </p>
<p><strong>CAB</strong></p>
<p>See <em>change advisory board (CAB)</em></p>
<p><em> </em></p>
<p><strong>change advisory board (CAB)</strong></p>
<p>A group that advises change management on the implementation of significant changes to the IT infrastructure. This group is often made up of representatives from various IT areas and business units.</p>
<p> </p>
<p><strong>CI</strong></p>
<p>See <em>configuration item (CI)</em>.</p>
<p> </p>
<p><strong>Company field</strong></p>
<p>A field in ITSM that controls multi-tenancy. It shows only data for the companies for which you have permission. See also <em>multi-tenancy</em>.</p>
<p> </p>
<p><strong>configuration item (CI)</strong></p>
<p>An infrastructure component or an item associated with the infrastructure that is (or will be) under the control of configuration management, for example, a Request for Change. A CI can be complex or simple, large or small. CIs can include entire systems or be a single module or minor component. CIs can also include records of people (users and customers) and locations.</p>
<p> </p>
<p><strong>configuration management</strong></p>
<p>The process of maintaining detailed IT inventory records. It involves identifying and defining the CIs in a system, recording and reporting the status of all CIs and requests for change, and verifying the completeness and correctness of all CIs. See also <em>configuration item (CI)</em>.</p>
<p> </p>
<p><strong>dashboard</strong></p>
<p>Web-based, graphical user interface using flashboards where compliance and service target results can be viewed by service level managers, service delivery managers, other IT professionals, and customers or line of business owners. See also <em>service level agreement (SLA)</em>, <em>service target</em>, and <em>flashboard</em>.</p>
<p> </p>
<p><strong>decision tree</strong></p>
<p>A step-by-step guide set up by an administrator. It guides the user through a questionnaire and, based on the user’s answers, completes part of the form for a new incident.</p>
<p> </p>
<p><strong>form</strong></p>
<p>A collection of fields that represents a record of information in the AR System. AR System administrators can define and change the fields and workflow associated with a form. An AR System application can include many forms.</p>
<p> </p>
<p><strong>impacted area</strong></p>
<p>Companies, locations, or organizations affected by changes or updates to CIs.</p>
<p> </p>
<p><strong>incident</strong></p>
<p>Any event that is not part of the standard operation of a service and that causes an interruption to or reduction in the quality of that service. See also <em>incident management </em>and <em>problem investigation</em>.</p>
<p> </p>
<p><strong>incident management</strong></p>
<p>As a concept, a reactive process typically initiated in response to a customer’s call. The primary goal of the incident management process is to restore normal service operation as quickly as possible and with minimum disruption to the business.</p>
<p> </p>
<p><strong>incident manager</strong></p>
<p>A person who monitors incident tickets and activities to help plan resources and to identify incident trends. The incident manager also handles assignments.</p>
<p> </p>
<p><strong>incident matching</strong></p>
<p>A search process in Incident Management that can be used to search for other incidents, problem investigations, known errors, and solution database entries that share some of the same characteristics as the current incident, such as product categorization.</p>
<p> </p>
<p><strong>incident owner</strong></p>
<p>The user who records the incident. This user might differ from the current incident assignee. See also <em>assignee</em>.</p>
<p> </p>
<p><strong>Information Technology Infrastructure Library (ITIL)</strong></p>
<p>A set of guidelines for the management and provision of operational IT services.</p>
<p> </p>
<p><strong>known error</strong></p>
<p>A problem that has been successfully diagnosed and for which a temporary work-around or permanent solution to the known error has been identified. See also <em>problem </em>and <em>work-around</em>.</p>
<p> </p>
<p><strong>multi-tenancy</strong></p>
<p>A feature in ITSM that uses the Company field to limit access by individuals. The Company field can be used to represent a company, department, or other group. The Company field also can be used to control access in a hosted environment. By default, ITSM applications operate in multi-tenancy mode. See also <em>single-tenancy</em>.</p>
<p> </p>
<p><strong>navigation pane</strong></p>
<p>An area on the left side of consoles that provides links to functionality and links to other programs.</p>
<p> </p>
<p><strong>notification</strong></p>
<p>A message sent to a user by workflow.  Notification can be in the form of an alert, email message, or other method using integrations.</p>
<p> </p>
<p><strong>operational catalog</strong></p>
<p>A feature in which operational categories for service requests are defined.</p>
<p> </p>
<p><strong>process flow</strong></p>
<p>Shows the progress of a request as it moves through the stages of its life cycle. It does this within a form, such as an incident request. A diagram shows the stages of the process, as indicated by best practices, rooted in ITIL processes. It indicates the current stage and state of the request. The</p>
<p>process flow diagram also serves as a wizard, guiding the user through the life cycle.</p>
<p> </p>
<p><strong>product categorization</strong></p>
<p>A five-tier hierarchical representation of products as defined in the Product Catalog configuration form. This categorization is included in records to specify the range of products to which the record applies.</p>
<p> </p>
<p><strong>registered user</strong></p>
<p>A user who has an entry in the People form with an AR System login ID.</p>
<p> </p>
<p><strong>reminder</strong></p>
<p>A message similar to an AR System notification, except that you can define the content of a reminder and specify when to send it.</p>
<p> </p>
<p><strong>requester</strong></p>
<p>A person in the organization who needs assistance from the IT support staff. A requester is usually an employee in the organization who needs to have a change implemented or an incident resolved.</p>
<p> </p>
<p><strong>single-tenancy</strong></p>
<p>A feature that allows selection of a default company for company fields in ITSM. Single-tenancy mode is required to give unknown users access to the ITSM Requester console. See also <em>multi-tenancy</em>.</p>
<p> </p>
<p><strong>submitter</strong></p>
<p>A person who reports a problem, makes a request, or enters information into a database. See also <em>change request</em>.</p>
<p> </p>
<p><strong>task</strong></p>
<p>A unit of work that needs to be completed as a step in implementing an incident or problem investigation. In the Change Management application, you can also group a number of activities for requests with a number of actions that need to be completed before the request can be resolved. Your administrator creates task templates and task group templates that you can reuse for the same types of requests. Tasks can be manual or automatic.</p>
<p> </p>
<p><strong>task management system (TMS)</strong></p>
<p>A sub-system that is used to create task templates and task group templates. Besides the ability to set up predecessor-successor relationships, TMS supports branching and multiple task paths as well as the data exchange between activities.</p>
<p> </p>
<p><strong>template</strong></p>
<p>1. A set of predefined criteria or settings that can be used by many agreements or service</p>
<p>targets. See <em>also service level agreement (SLA)</em>.</p>
<p>2. A form set up by an administrator that a user can select to complete an incident ticket or a change request with information consistent with the user’s support group and the type of incident or change request.</p>
<br/><a href="http://www.socialmarker.com/?link=http://williamrentfrow.com/bmc-remedy-itsm-7-terminology/&title=Some+BMC+Remedy+ITSM+7+Terminology&text=This+is+from+7.1+so+it%26%238217%3Bs+a+bit+dated+already+%26%238211%3B+but+it+could+still+be+useful.+assignee+The+person+assigned+the+responsibility+of+working+on+any+of+the+following+activities%3A+change+request%2C...&tags=see+also%2C+incident+management%2C+service+level%2C+incident%2C+change%2C+service%2C+request%2C+management%2C+group" target="_blank"><img src= "http://www.socialmarker.com/bookmark.gif" border="0" /></a><noscript><a href="http://www.socialmarker.com" >Social Bookmarking</a></noscript>]]></content:encoded>
			<wfw:commentRss>http://williamrentfrow.com/bmc-remedy-itsm-7-terminology/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: williamrentfrow.com @ 2012-05-20 17:26:04 -->
