<?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>iPOV.net: Support Site</title>
	<atom:link href="http://www.ipov.net/apps/support/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipov.net/apps/support</link>
	<description>iPOV.net: Support Site</description>
	<lastBuildDate>Fri, 10 Dec 2010 16:33:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>What&#8217;s the price of CoSolvent Community Server</title>
		<link>http://www.ipov.net/apps/support/articles/whats-the-price-of-cosolvent-community-server/</link>
		<comments>http://www.ipov.net/apps/support/articles/whats-the-price-of-cosolvent-community-server/#comments</comments>
		<pubDate>Fri, 01 Oct 2010 20:14:33 +0000</pubDate>
		<dc:creator>robert.sanders</dc:creator>
				<category><![CDATA[CoSolvent]]></category>

		<guid isPermaLink="false">http://www.ipov.net/apps/support/?p=195</guid>
		<description><![CDATA[CoSolvent Community Server is a subscription service.  Fees are per month flat subscriptions rate &#8211; no per-user cost.  Full details can be found at http://www.ipov.net/content/purchase-community-server]]></description>
			<content:encoded><![CDATA[<p>CoSolvent Community Server is a subscription service.  Fees are per month flat subscriptions rate &#8211; no per-user cost.  Full details can be found at <a href="http://www.ipov.net/content/purchase-community-server">http://www.ipov.net/content/purchase-community-server</a></p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ipov.net%2Fapps%2Fsupport%2Farticles%2Fwhats-the-price-of-cosolvent-community-server%2F&amp;title=What%26%238217%3Bs%20the%20price%20of%20CoSolvent%20Community%20Server" id="wpa2a_2"><img src="http://www.ipov.net/apps/support/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipov.net/apps/support/articles/whats-the-price-of-cosolvent-community-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CoSolvent Upload Errors</title>
		<link>http://www.ipov.net/apps/support/articles/cosolvent-upload-errors/</link>
		<comments>http://www.ipov.net/apps/support/articles/cosolvent-upload-errors/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 22:48:43 +0000</pubDate>
		<dc:creator>robert.sanders</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.ipov.net/apps/ccs-support/?p=42</guid>
		<description><![CDATA[We have worked hard to make the file upload process for CoSolvent Community Server as simply and easy as possible while keeping it flexible (e.g. not tied to a custom program you have to download and install).  The basis of the upload functionality is the use of the SWFUploader Flash control to provide seamless upload [...]]]></description>
			<content:encoded><![CDATA[<p>We have worked hard to make the file upload process for CoSolvent Community Server as simply and easy as possible while keeping it flexible (e.g. not tied to a custom program you have to download and install).  The basis of the upload functionality is the use of the SWFUploader Flash control to provide seamless upload within a browser.  The use of Flash to do uploads helps to work around many of the problems inherent to basic HTML only file uploads; however it does not solve all potential issues.</p>
<p>In our latest upcoming release (Milestone 27) we have further improved the upload experience by adding a javascript loop to poll the server every 5 minutes in order to keep the user&#8217;s session alive &#8211; we have had problems in the past with user&#8217;s leaving the upload page open but inactive for an extended period of time and then getting errors when they attempted to upload files.</p>
<p>At this point most of the issues that can be resolved on the client side (in your browser) have been addressed, with the sole exception of re-enabling and finalizing the old, experimental, <a href="http://firefogg.org/" target="_blank">FireFogg</a> code (for those who don&#8217;t know, Firefogg  a plugin for the popular Firefox browser which enables client-side encoding of video files; this allows us to send smaller, pre-compressed videos to the server).</p>
<p>There are some server-side issues that we are aware of and are working to address; however these are issues with most file uploading logic.</p>
<p>Because the errors are often not easy for user&#8217;s to understand we&#8217;re providing the following set of explanations to hopefully expand on the inline error feedback.</p>
<h1>Error Codes</h1>
<h2><a name="G_2401">G_2401</a></h2>
<p><strong>Http Session Broken</strong>.  When you use CoSolvent you have an HTTP session which is created when you login.  The session stores things like your login details (username, etc&#8230;).  The session is stored on the server, with a cookie in your browser retaining a unique Id which is sent every time your browser requests a page or file from the server and which the server uses to match up to your session data.  Because the session creates overhead for the server (and also due to security considerations) the session will timeout after a set period of time, usually 30 minutes (although this can be adjusted per server).  One problem what users used to encounter was that if they loaded the upload page and then didn&#8217;t trigger an upload for 30 minutes or more, their session would timeout; on the upload page this was extremely annoying as the file would completely upload before any error would be generated; the server would discard the file and the user would have to login and upload again.  As of release 27, we have fixed this issue, by using a &#8220;session keepalive&#8221; on the upload page, which uses javascript to poll the server every 5 minutes so that your session is kept active.  You can still get an error if you are using a notebook and put it into sleep or hibernate mode with the page still open, but you will get an error before the upload starts.</p>
<h2><a name="G_6700">G_6700</a></h2>
<p><strong>System error when checking Permissions</strong>.  This error is generally caused if when you are using a notebook and move it from one network to another without re-logging in.  In order to protect against &#8220;Session Hijacks&#8221; the system checks that your IP matches, and if it has changed in certain ways will force you to re-login to verify you account.  Within one corporate network the server will generally &#8220;see&#8221; the IP of your firewall and not that of your computer, so this only affects you in cases where you move from one network to another.</p>
<h2><a name="G_6701">G_6701</a></h2>
<p><strong>Unable to initialize parent folder object for upload handler</strong>.  This may be caused if another user deletes the folder you are attempting to upload to at any point after you opened the upload page but before your upload completes.  This may also be caused if the server is switched into maintenance mode, or experiences a database glitch.  Unfortunately the current system can not prevent this situation, and will automatically delete any file that encounters an error during upload.  Future versions of CoSolvent will work on addressing these types of transactional issues.</p>
<h2><a name="G_6720">G_6720</a></h2>
<p><strong>Unable to acquire lock on file item for upload processing.</strong> This indicates a transactional error on the server.  This could be due to a database glitch or maintenance; but can also be caused by certain types of edits that occur while your uploaded file is processing.</p>
<h2><a name="G_6770">G_6770</a></h2>
<p><strong>Unable to access the uploaded file from the system temp location in order to move it to permanent location</strong>.  When you upload a file to CoSolvent, it is received by the server a bit at a time and is automatically buffered in a temporary location on the server&#8217;s file system.  After the file is completely received by the server, further processing takes place, which is when an entry is created for it in the database and the file is moved to a permanent location.  If an error occurs on the server, then the temporary file may be deleted before the processing phase begins which will trigger this error message.</p>
<h2><a name="G_6772">G_6772</a></h2>
<p><strong>Unable to lock animation item when attempting to set post-upload system meta-data.</strong> This can happen if a system lock fails while trying to process an SWF animation, or occasionally if the processing of that animation fails.  In order to properly display an uploaded SWF we have to do &#8220;extra&#8221; processing beyond the standard plugins (see below), and if this fails to initialize you will get this message.  You should verify that you can play your SWF locally, and if it is ok then contact a server administrator to resolve the issue.</p>
<h2><a name="G_6781">G_6781</a></h2>
<p><strong>Unable to instatiate ItemAddOption object instances.</strong> This means that the processing logic which needs to be run after a file is uploaded could not be activated; this is likely a system misconfiguration or a corrupt server.  Contact your server administrator to resolve this problem.</p>
<h2><a name="G_6783">G_6783</a></h2>
<p><strong>ItemAddOption-&gt;handleRequestAfterAdd(&#8230;) generated a fatal error</strong>.  After a file is uploaded, the system plugins process it.  For example, this is how a mpeg video is converted into a streaming FLV &#8211; a plugin is activated and does the processing.  This error could mean that a plugin is misconfigured, or it could mean that the system did not properly recognize your file &#8211; for example if you renamed a .ZIP file to  .MPG file and uploaded it you might get this error.  Check that you can view the file locally, if not then the file is the problem.  If the file is good, then contact your server administrator(s).</p>
<h2><a name="G_6799">G_6799</a></h2>
<p><strong>Unable to cleanup session locks after uploading file.</strong> This is generally not a problem.  While your uploaded file is being processed, the system locks certain resources to prevent other users from accidentally creating changes to things that would generate a conflict &#8211; for example renaming the folder the file is being uploaded into.  When the uploaded file is completely processed, these locks are cleared.  This error generally indicates with a server misconfiguration, or a server that has too many users for its processing power; either way you should contact your server administrator(s) and ask them to investigate the problem.  Unlike the other errors listed, this error code means that your file has been uploaded to the server.  Due to the locks not being releases it may be inaccessible until an administrator clears the locks.</p>
<h2><a name="G_6797">G_6797</a></h2>
<p><strong>General Exception was thrown in upload code</strong>.  There was a error that prevented the server from processing your file, but no further error information was available.  This could be due to a corrupt database (or database entry) or a file system error.  Contact your server administrator(s).</p>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.ipov.net%2Fapps%2Fsupport%2Farticles%2Fcosolvent-upload-errors%2F&amp;title=CoSolvent%20Upload%20Errors" id="wpa2a_4"><img src="http://www.ipov.net/apps/support/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipov.net/apps/support/articles/cosolvent-upload-errors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IAFP 2010</title>
		<link>http://www.ipov.net/apps/support/articles/iafp-2010/</link>
		<comments>http://www.ipov.net/apps/support/articles/iafp-2010/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:47:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ipov.net/apps/ccs-support/?p=31</guid>
		<description><![CDATA[iPOV is happy to announce that we will be displaying at the<a href="http://www.foodprotection.org/events/iafp-annual-meeting/" target="_blank"> International Association for Food Protection's 2010 Annual meeting</a> in Anaheim, CA.

We'll be in booth 625, so anyone who's at the show and interested in the potential to use video for communications should stop by.]]></description>
			<content:encoded><![CDATA[<p>iPOV is happy to announce that we will be displaying at the<a href="http://www.foodprotection.org/events/iafp-annual-meeting/" target="_blank"> International Association for Food Protection&#8217;s 2010 Annual meeting</a> in Anaheim, CA.</p>
<p>We&#8217;ll be in booth 625, so anyone who&#8217;s at the show and interested in the potential to use video for communications should stop by.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipov.net/apps/support/articles/iafp-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Support Site now Live</title>
		<link>http://www.ipov.net/apps/support/articles/new-support-site-now-live/</link>
		<comments>http://www.ipov.net/apps/support/articles/new-support-site-now-live/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 18:46:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ipov.net/apps/ccs-support/?p=33</guid>
		<description><![CDATA[iPOV is thrilled to say that our new support site is now live.

We look forward to continuing to improve it, and welcome your feedback.]]></description>
			<content:encoded><![CDATA[<p>iPOV is thrilled to say that our new support site is now live.</p>
<p>We look forward to continuing to improve it, and welcome your feedback.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ipov.net/apps/support/articles/new-support-site-now-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
