<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Microsoft SQL Server Remote Blob Storage Samples</title><link>http://sqlrbs.codeplex.com/project/feeds/rss</link><description>RBS is a library API set that is designed to move storage of BLOB data from Microsoft SQL Server to external Content Addressable Stores &amp;#40;CAS&amp;#41;. A reference to the blob is stored in the database. An application stores and accesses blob data by calling into the RBS client library. RBS manages the lifecycle of the blob by doing garbage collection as and when needed. </description><item><title>New Post: No provider of type &lt;Filestream&gt; found. Check the server configuration or install the provider on the client.</title><link>http://sqlrbs.codeplex.com/discussions/444747</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
The RBS.msi released with SQL Server 2012 already has the fix for .Net 4.0 so that should work in your case. You can download it from here &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=35580" rel="nofollow"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=35580&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Please let us know if you still face issues with this version of RBS.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
VIjendra.&lt;br /&gt;
&lt;/div&gt;</description><author>vpurohit</author><pubDate>Thu, 23 May 2013 19:04:47 GMT</pubDate><guid isPermaLink="false">New Post: No provider of type &lt;Filestream&gt; found. Check the server configuration or install the provider on the client. 20130523070447P</guid></item><item><title>New Post: No provider of type &lt;Filestream&gt; found. Check the server configuration or install the provider on the client.</title><link>http://sqlrbs.codeplex.com/discussions/444747</link><description>&lt;div style="line-height: normal;"&gt;Hi,&lt;br /&gt;
&lt;br /&gt;
I wish to use &amp;quot;Microsoft SQL Server Remote Blob&amp;quot; with &amp;quot;FILESTREAM&amp;quot; provider. I installed the &amp;quot;RBS.msi&amp;quot; configured server as guided.&lt;br /&gt;
&lt;br /&gt;
Then I downloaded and executed the Storage Sample (I changed .Net framework to 4.0). When I tries to Write the BLOB to file system I got following error.&lt;br /&gt;
&lt;br /&gt;
No provider of type &amp;lt;Filestream&amp;gt; found. Check the server configuration or install the provider on the client.&lt;br /&gt;
&lt;br /&gt;
After doing some researches in Goggle I found following article.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="https://sqlrbs.codeplex.com/discussions/279089" rel="nofollow"&gt;https://sqlrbs.codeplex.com/discussions/279089&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Based on that I changed the .Net framework to 3.5 (from 4.0) and it executed without any issue.&lt;br /&gt;
&lt;br /&gt;
My Question is, is there is fix for .Net framework 4.0? (Any update or something..) My application is on the .Net framework 4.0 and I cant change that to 3.5&lt;br /&gt;
&lt;br /&gt;
Please help..&lt;br /&gt;
&lt;br /&gt;
Thanks in Advance...&lt;br /&gt;
Champika&lt;br /&gt;
&lt;/div&gt;</description><author>champikag</author><pubDate>Thu, 23 May 2013 12:58:10 GMT</pubDate><guid isPermaLink="false">New Post: No provider of type &lt;Filestream&gt; found. Check the server configuration or install the provider on the client. 20130523125810P</guid></item><item><title>New Post: SharePoint 2013 and extra data within BLOB files</title><link>http://sqlrbs.codeplex.com/discussions/429527</link><description>&lt;div style="line-height: normal;"&gt;Sorry for the late update on this...&lt;br /&gt;
&lt;br /&gt;
After a lot of investigation on this issue and discussions with MS I found that it is indeed related to data shredding and it is cobalt data added by MS. I have found a high (ish) level blog post about the issues relating to RBS in combination with shredded storage and how the two can be used effectively together.&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://www.stealth-soft.com/About_Us/Sharepoint-2013---Data-Shredding-and-Remote-Blob-Storage--RBS-_1_76.html" rel="nofollow"&gt;http://www.stealth-soft.com/About_Us/Sharepoint-2013---Data-Shredding-and-Remote-Blob-Storage--RBS-_1_76.html&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>daemonoid</author><pubDate>Fri, 12 Apr 2013 12:07:02 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint 2013 and extra data within BLOB files 20130412120702P</guid></item><item><title>New Post: Retrieve BlobStoreName </title><link>http://sqlrbs.codeplex.com/discussions/440048</link><description>&lt;div style="line-height: normal;"&gt;This is the behaviour I see also. It appears that the ConfigItemLists are not fully populated and so this info is simply not available.&lt;br /&gt;
&lt;/div&gt;</description><author>daemonoid</author><pubDate>Fri, 12 Apr 2013 12:01:56 GMT</pubDate><guid isPermaLink="false">New Post: Retrieve BlobStoreName  20130412120156P</guid></item><item><title>New Post: Retrieve BlobStoreName </title><link>http://sqlrbs.codeplex.com/discussions/440048</link><description>&lt;div style="line-height: normal;"&gt;Hello,&lt;br /&gt;
&lt;br /&gt;
i'm trying to get BlobStoreName on Method Override &amp;quot;Initialize&amp;quot; from Object ConfigItem passed on parameter. but always he is being null.&lt;br /&gt;
thank you to help me for resolving this problem.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
hauthem brigui&lt;br /&gt;
&lt;/div&gt;</description><author>hbrigui</author><pubDate>Fri, 12 Apr 2013 10:39:32 GMT</pubDate><guid isPermaLink="false">New Post: Retrieve BlobStoreName  20130412103932A</guid></item><item><title>New Post: SharePoint 2013 and extra data within BLOB files</title><link>http://sqlrbs.codeplex.com/discussions/429527</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Having tweaked a couple of bits here and there we have an RBS provider installed and happily running under SP2013.&lt;/p&gt;
&lt;p&gt;We are experiencing some strange behaviour though...&lt;/p&gt;
&lt;p&gt;When uploading any file extra data is included in the resulting BLOB. So a simple text file containing &amp;quot;Here is some simple test data....&amp;quot; is 1244bytes when the BLOB is stored on disk.&lt;/p&gt;
&lt;p&gt;The data appears to be in a similar format for each BLOB when compared. There is little point in me sharing it in this post due to formatting problems, but I can send it on if anyone's interested.&lt;/p&gt;
&lt;p&gt;We have data shredding on (as per default) but have increased the chunk size to be greater than the size of the files we're testing with.&lt;/p&gt;
&lt;p&gt;Does anyone have any clue where this extra data is coming from? I assume it's something added by MS, but what for? and can we do anything fun with it?&lt;/p&gt;
&lt;/div&gt;</description><author>daemonoid</author><pubDate>Mon, 14 Jan 2013 11:28:14 GMT</pubDate><guid isPermaLink="false">New Post: SharePoint 2013 and extra data within BLOB files 20130114112814A</guid></item><item><title>New Post: “The URL is invalid” error when trying to upload a file (SP 2010)</title><link>http://sqlrbs.codeplex.com/discussions/428419</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Your provider is not correctly attached to sharepoint. From SharePoint management shell do the following:&lt;/p&gt;
&lt;pre&gt;$cdb = Get-SPContentDatabase &amp;lt;ContentDatabaseName&amp;gt;
$rbss = $cdb.RemoteBlobStorageSettings
$rbss&lt;/pre&gt;
&lt;p&gt;This will display the current provider status:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;pre&gt;Enabled ActiveProviderName  MinimumBlobStorageS UpgradedPersistedPr
                                            ize operties
------- ------------------  ------------------- -------------------
   True MyTestProvider_01                     0 {}&lt;/pre&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If it does not show as above then you have something wrong and should step carefully through the instructions below:&lt;/p&gt;
&lt;p&gt;http://technet.microsoft.com/en-us/library/ff628969%28v=office.14%29.aspx&lt;/p&gt;
&lt;p&gt;Common problems are:&lt;/p&gt;
&lt;p&gt;Enabled is set to false - simply run through the provider enable script again:&lt;/p&gt;
&lt;pre&gt;$cdb = Get-SPContentDatabase &amp;lt;ContentDatabaseName&amp;gt;
$rbss = $cdb.RemoteBlobStorageSettings
$rbss.Installed()
$rbss.Enable()
$rbss.SetActiveProviderName($rbss.GetProviderNames()[0])
$rbss&lt;/pre&gt;
&lt;p&gt;Provider name is not available - this can be to do with the provided .sql file and the various install configuration files. It is important that the .sql and the InstallProvider.cmd match correctly. Go over this with a finetooth comb! This can also be problems
 with the DB admin rights when attempting to run the RBS.msi file - make sure the user you are installing via has full access to the DB.&lt;/p&gt;
&lt;p&gt;A simple error is the MinimumBlobStorageSize - make sure the file you are uploading to test is bigger than that!&lt;/p&gt;
&lt;/div&gt;</description><author>daemonoid</author><pubDate>Mon, 14 Jan 2013 11:12:55 GMT</pubDate><guid isPermaLink="false">New Post: “The URL is invalid” error when trying to upload a file (SP 2010) 20130114111255A</guid></item><item><title>New Post: “The URL is invalid” error when trying to upload a file (SP 2010)</title><link>http://sqlrbs.codeplex.com/discussions/428419</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I'm trying to setup Sharepoint 2010 (SQL Server 2008) to use SQL RBS for testing purposes. I followed all the steps required and in the process created a local folder C:\RBS_Store which serves as a BLOB store. The code samples (run from cmd) can access C:\RBS_Store
 and work fine. However, when I try to upload a file to a Sharepoint site from the browser/user interface, I get the following error:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&amp;quot;The URL '&lt;em&gt;file I'm trying to upload&lt;/em&gt;' is invalid. It may refer to a nonexistent file or folder, or refer to a valid file or folder that is not in the current Web.&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;and the file is neither uploaded to be seen in the browser nor it gets stored in the C:\RBS_Store. I have no such problem if I use the default FILESTREAM RBS provider.&lt;/p&gt;
&lt;p&gt;OS: Windows Server 2008 Enterprise SP2 x64&lt;/p&gt;
&lt;p&gt;Sharepoint log reveals that before the error is displayed, this is what happens:&lt;/p&gt;
&lt;p&gt;&amp;quot;Exception thrown storing stream in new SqlRemoteBlob: System.TypeInitializationException: The type initializer for 'Microsoft.Data.SqlRemoteBlobs.ConfigItemList' threw an exception. ---&amp;gt; System.UnauthorizedAccessException: Access is denied. (Exception
 from HRESULT: 0x80070005 (E_ACCESSDENIED))&amp;quot;&lt;/p&gt;
&lt;p&gt;I'm guessing this has something to do with permissions, but am not exactly sure what/where to look for. Any ideas or help would be apperciated.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;br&gt;
&lt;/strong&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>d128</author><pubDate>Thu, 03 Jan 2013 19:21:22 GMT</pubDate><guid isPermaLink="false">New Post: “The URL is invalid” error when trying to upload a file (SP 2010) 20130103072122P</guid></item><item><title>New Post: RBS custom storage</title><link>http://sqlrbs.codeplex.com/discussions/388898</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;I'm a bit late with this reply, but was browsing anyway...&lt;/p&gt;
&lt;p&gt;In order to do this you would have to inspect the files individually (and rely on mime types or similar) as the metadata is not included so not really a great solution. Another option would be to use a webpart that appends data to the end of the file that you can read and strip before offloading, but again it's not a brilliant solution.&lt;/p&gt;&lt;/div&gt;</description><author>daemonoid</author><pubDate>Thu, 25 Oct 2012 17:52:36 GMT</pubDate><guid isPermaLink="false">New Post: RBS custom storage 20121025055236P</guid></item><item><title>Source code checked in, #69709</title><link>http://sqlrbs.codeplex.com/SourceControl/changeset/changes/69709</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:10:56 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69709 20121001101056P</guid></item><item><title>Source code checked in, #69708</title><link>http://sqlrbs.codeplex.com/SourceControl/changeset/changes/69708</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 22:06:45 GMT</pubDate><guid isPermaLink="false">Source code checked in, #69708 20121001100645P</guid></item><item><title>New Post: RBS SAMPLE Configuration help</title><link>http://sqlrbs.codeplex.com/discussions/251150</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;do you have two different content database?&lt;/p&gt;
&lt;/div&gt;</description><author>skdesai</author><pubDate>Wed, 19 Sep 2012 11:26:23 GMT</pubDate><guid isPermaLink="false">New Post: RBS SAMPLE Configuration help 20120919112623A</guid></item><item><title>New Post: RBS SAMPLE Configuration help</title><link>http://sqlrbs.codeplex.com/discussions/251150</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That didn't work for me. I keep getting the co-relation ID error when I try to upload the file thru Sharepoint.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The only thing I differently was to enable on a new content database that I created with the following command&lt;/p&gt;
&lt;pre id="codeSnippet"&gt;$cdb = Get-SPContentDatabase -Site siteUrl&lt;span&gt;&lt;a href="http://sitename/" target="_blank"&gt;&lt;/a&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;</description><author>rrajinik</author><pubDate>Wed, 19 Sep 2012 01:12:17 GMT</pubDate><guid isPermaLink="false">New Post: RBS SAMPLE Configuration help 20120919011217A</guid></item><item><title>New Post: RBS custom storage</title><link>http://sqlrbs.codeplex.com/discussions/388898</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;yes, you can.&lt;/p&gt;
&lt;p&gt;you can write your RBS Provider to do this&lt;/p&gt;&lt;/div&gt;</description><author>WeiSun</author><pubDate>Thu, 06 Sep 2012 14:24:29 GMT</pubDate><guid isPermaLink="false">New Post: RBS custom storage 20120906022429P</guid></item><item><title>New Post: RBS custom storage</title><link>http://sqlrbs.codeplex.com/discussions/388898</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Is it possible to customise RBS code to store BLOBs to different sources. For example, I want to save *.xls files to Sharepoint database, and *.doc files to Sharepoint, *pdf files to one RBS location, *.html files to RBS but different location on disk?&lt;/p&gt;
&lt;/div&gt;</description><author>SPManiac</author><pubDate>Wed, 25 Jul 2012 10:08:22 GMT</pubDate><guid isPermaLink="false">New Post: RBS custom storage 20120725100822A</guid></item><item><title>New Post: dissociate Sharepoint pages and files from libraries files</title><link>http://sqlrbs.codeplex.com/discussions/287897</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;My problem is when i installed RBS on my application and i tried to execute Migrate() command, the sharepoint files too (&lt;em&gt;GhostableInLibrary)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;are migrated to my storage system, when that system is down my application is down too and resources are not found&lt;em&gt;,&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;so my goal is to apply RBS only on uploaded files to librairies (pdf, doc,...&lt;em&gt;) &lt;/em&gt;and not on sharepoint ressources.&lt;/p&gt;
&lt;p&gt;is it possible?&lt;/p&gt;
&lt;p&gt;thank you very much for your help&lt;em&gt;&lt;br /&gt; &lt;/em&gt;&lt;/p&gt;&lt;/div&gt;</description><author>walidowalido</author><pubDate>Mon, 30 Jan 2012 15:21:59 GMT</pubDate><guid isPermaLink="false">New Post: dissociate Sharepoint pages and files from libraries files 20120130032159P</guid></item><item><title>New Post: Create a new parameter</title><link>http://sqlrbs.codeplex.com/discussions/286285</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;My goal is to add a new parameter to RBS installation beside @LOCATION@, @CAPACITY@, etc.&lt;/p&gt;
&lt;p&gt;this parameter will contain the RootDirectory (&amp;quot;c:\Code_Plex_RBS&amp;quot;), and i want to access this information in the&lt;/p&gt;
&lt;p&gt;code of the provider, because i have many sharepoint pools and every content database is using a specific web service&lt;/p&gt;
&lt;p&gt;to store blobs in a HD partition.&lt;/p&gt;
&lt;/div&gt;</description><author>walidowalido</author><pubDate>Mon, 16 Jan 2012 13:01:27 GMT</pubDate><guid isPermaLink="false">New Post: Create a new parameter 20120116010127P</guid></item><item><title>New Post: Writing a custom garbage collection solution</title><link>http://sqlrbs.codeplex.com/discussions/279468</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Yes, we have our own RBS provider implemented and we want more control over garbage collection by doing it ourselves.&lt;/p&gt;
&lt;p&gt;Faisal&lt;/p&gt;&lt;/div&gt;</description><author>faysalmalik</author><pubDate>Wed, 16 Nov 2011 04:17:18 GMT</pubDate><guid isPermaLink="false">New Post: Writing a custom garbage collection solution 20111116041718A</guid></item><item><title>New Post: Writing a custom garbage collection solution</title><link>http://sqlrbs.codeplex.com/discussions/279468</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;Hi Faisal,&lt;/p&gt;
&lt;p&gt;Is there a particular reason why you don't want to use Maintainer.exe? Writing custom garbage collection will depend on which RBS provider are you using. Are you also writing a custom provider?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vijendra.&lt;/p&gt;&lt;/div&gt;</description><author>vpurohit</author><pubDate>Tue, 15 Nov 2011 20:24:39 GMT</pubDate><guid isPermaLink="false">New Post: Writing a custom garbage collection solution 20111115082439P</guid></item><item><title>New Post: No provider of type &lt;Filestream&gt; found. Check the server configuration or install the provider on the client. </title><link>http://sqlrbs.codeplex.com/discussions/279089</link><description>&lt;div style="line-height: normal;"&gt;&lt;p&gt;That's good to know. We already have a fix ready for this issue which will be shipped with a later version. We'll update codeplex as it becomes available.&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vijendra.&lt;/p&gt;&lt;/div&gt;</description><author>vpurohit</author><pubDate>Tue, 15 Nov 2011 20:22:06 GMT</pubDate><guid isPermaLink="false">New Post: No provider of type &lt;Filestream&gt; found. Check the server configuration or install the provider on the client.  20111115082206P</guid></item></channel></rss>