HI,
I want to enable BLOB on my sharepoint 2010 portal. Portal has two servers: 1. SQL Server 2008 R2 64bit 2. Front-End Server (Windows 2008 64Bit)
I tried steps on this url but when I execute $rbss.Enable() command, I get this error:
Exception calling "Enable" with "0" argument(s):
"Must declare the scalar variable "@RbsId"."
At line:1 char:13
$rbss.Enable ()
CategoryInfo : NotSpecified: (:) [],
MethodInvocationException
FullyQualifiedErrorId : DotNetMethodException
Is there a solution for this error?