<?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>Rich&#039;s Blog &#187; misys</title>
	<atom:link href="http://www.techish.net/tag/misys/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.techish.net</link>
	<description>The stuff I get myself into...</description>
	<lastBuildDate>Mon, 06 Feb 2012 17:02:26 +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>Misys Vision Slow to Load Fast Services Screen</title>
		<link>http://www.techish.net/2011/12/misys-vision-slow-to-load-fast-services-screen/</link>
		<comments>http://www.techish.net/2011/12/misys-vision-slow-to-load-fast-services-screen/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 20:56:26 +0000</pubDate>
		<dc:creator>Rich Kreider</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[fast services]]></category>
		<category><![CDATA[fastsvc]]></category>
		<category><![CDATA[misys]]></category>
		<category><![CDATA[vision]]></category>

		<guid isPermaLink="false">http://www.techish.net/?p=963</guid>
		<description><![CDATA[I&#8217;ve seen that it takes &#62;1hr to load the FastServices window after clicking on the FastServices button. Here&#8217;s what I did to make this take less than 10 seconds to load.  It appears as though it does some type of &#8230; <a href="http://www.techish.net/2011/12/misys-vision-slow-to-load-fast-services-screen/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve seen that it takes &gt;1hr to load the FastServices window after clicking on the FastServices button.</p>
<p>Here&#8217;s what I did to make this take less than 10 seconds to load.  It appears as though it does some type of parsing/processing of old log and inbox files.</p>
<pre># cd /Medic/APPS/fastsvc
# ls -l
total 264
drwxr-xr-x 4 dev medgrp 512 Dec 5 15:33 inbox
drwxr-xr-x 2 dev medgrp 512 Dec 5 15:31 logs
drwxrwxrwx 2 dev medgrp 512 Dec 5 15:14 outbox
drwxrwxrwx 2 dev medgrp 512 Dec 5 15:23 tmp</pre>
<p>I moved log to <code>logs.org</code> and inbox to <code>inbox.org</code>.</p>
<pre># mv logs logs.org
# mv inbox inbox.org</pre>
<p>After that, I created <code>.fast_images</code> directory in the inbox folder and also created <code>.data</code> directory in inbox.</p>
<pre># ls -l inbox
total 16
drwxr-xr-x 2 dev medgrp 512 Dec 5 15:33 .data
drwxr-xr-x 2 dev medgrp 512 Dec 5 15:33 .fast_images</pre>
<p>Then, I chown&#8217;d the proper permissions.</p>
<pre># chown dev.medgrp inbox
# chown dev.medgrp inbox/.data
# chown dev.medgrp inbox/.fast_images
# chown dev.medgrp logs</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.techish.net/2011/12/misys-vision-slow-to-load-fast-services-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

