Saturday, March 31, 2012

[sharepointdiscussions] Digest Number 4419

Messages In This Digest (18 Messages)

Messages

1a.

Re: Problem to upload 500mb file to portal

Posted by: "Jason Brown" stopthatastronaut@gmail.com   stopthatastronaut

Fri Mar 30, 2012 6:43 am (PDT)



HTTP isn't really designed for big file transfers. DAV, however, which sits
on top, kinda is. So the other suggestion of Explorer view is a good one.
Otherwise I'd suggest using a more reliable large file transfer mechanism
like FTP to the same server, and writing a small app to handle uploading
from the FTP drop folder to SharePoint at the end. It's asynchronous,
though, so not perhaps as intuitive to users.

J

On Fri, Mar 30, 2012 at 1:30 PM, brother.gabriel <brgabriel@sspx.org> wrote:

> **
>
>
> Salvete! I have a document library where I need certain users to be able
> to upload 500mb files. I have the space in SQL, and in Sharepoint, I have
> increased the maximum limit to 1500mb.
>
> However, they don't seem to be able to upload their large files. Their
> browser spins (firefox) and after hours does not do anything.
>
> Is there something I can do? I have read this post:
> http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> I am hoping not to have to pay for a solution. Is Davcopy a good solution?
>
> Thank you for your attention.
>
>
>

--
Jason Brown
e+msn: stopthatastronaut@gmail.com
skype: stopthatastronaut
m: 0405 130 409
web: http://skepticator.com/
blog: http://mycolleaguesareidiots.com/
twitter-corporate: @socmotor
twitter-personal: @drunkenmadman

[Non-text portions of this message have been removed]

1b.

Re: Problem to upload 500mb file to portal

Posted by: "Michelle Sobers" michelle.sobers@gmail.com   sobers_michelle

Fri Mar 30, 2012 6:44 am (PDT)



try restarting IIS

On Fri, Mar 30, 2012 at 1:13 AM, Mark Todd <sandpiper_sj@yahoo.com> wrote:

> **
>
>
> Try using Explorer view. It's not uncommon for the browser to hang with
> large files like that.
>
> [Non-text portions of this message have been removed]
>
>
>

--
Kindest Regards

[Non-text portions of this message have been removed]

1c.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 7:05 am (PDT)



I don't even see an option for explorer view in 2010's ribbon.

--- In sharepointdiscussions@yahoogroups.com, Mark Todd <sandpiper_sj@...> wrote:
>
> Try using Explorer view.  It's not uncommon for the browser to hang with large files like that.
>
>
> [Non-text portions of this message have been removed]
>

1d.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 7:17 am (PDT)



Depending on the width of the ribbon it may only show up as an icon. You
can see it in the screenshot below. Just look in about the same place on
your ribbon for the icon.

http://www.screencast.com/t/SdvMQMDlzcn2

Paul Papanek Stork

Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
http://www.ShareSquared.com

The SharePoint Solution Experts!

<https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD

<mailto:Paul.Stork@ShareSquared.com> Paul.Stork@ShareSquared.com .
800.445.1279 x404

blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
<http://twitter.com/pstork> @pstork

The information contained in this e-mail message may be privileged,
confidential, and protected from disclosure. If you are not the intended
recipient, any further disclosure or use, dissemination, distribution, or
copying of this message or any attachment is strictly prohibited. If you
think that you have received this e-mail message in error, please delete it
and notify the sender.

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
Sent: Friday, March 30, 2012 10:06 AM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal

I don't even see an option for explorer view in 2010's ribbon.

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , Mark Todd
<sandpiper_sj@...> wrote:
>
> Try using Explorer view. It's not uncommon for the browser to hang with
large files like that.
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

1e.

Re: Problem to upload 500mb file to portal

Posted by: "ajmarsingh" ajmarsingh@yahoo.com   ajmarsingh

Fri Mar 30, 2012 7:22 am (PDT)



There is more to it then just increasing the limit. As someone mentioned below, it is probably better to use explorer view in such situation as it uses a different technology called WebDav. You also need research and test IIS settings as the timeout set in IIS will overwrite the timeout set in SharePoint. Also check web.config as you could have an entry in there for timeout.

--- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@...> wrote:
>
> Salvete! I have a document library where I need certain users to be able to upload 500mb files. I have the space in SQL, and in Sharepoint, I have increased the maximum limit to 1500mb.
>
> However, they don't seem to be able to upload their large files. Their browser spins (firefox) and after hours does not do anything.
>
> Is there something I can do? I have read this post:
> http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> I am hoping not to have to pay for a solution. Is Davcopy a good solution?
>
> Thank you for your attention.
>

1f.

Re: Problem to upload 500mb file to portal

Posted by: "Michelle Sobers" michelle.sobers@gmail.com   sobers_michelle

Fri Mar 30, 2012 7:22 am (PDT)



you need to click on the library option in the library tools and if you
have the correct permissions it will be active.

[Non-text portions of this message have been removed]

1g.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 7:44 am (PDT)



Okay, in the library tab, I do see the "open with explorer", but it is disabled. I am admin. I suppose there is a setting somewhere to enable it... (I know, I can google for that)

--- In sharepointdiscussions@yahoogroups.com, Michelle Sobers <michelle.sobers@...> wrote:
>
> you need to click on the library option in the library tools and if you
> have the correct permissions it will be active.
>
>
> [Non-text portions of this message have been removed]
>

1h.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 7:45 am (PDT)



I made those fixes in iis, and am able to upload a 600mb file now, myself, but I am in the same house as the server. I am waiting to see if it will work for them now. I set the timeout to 4 hours, which should be long enough for a slow connection. I'll let y'all know if it worked.

--- In sharepointdiscussions@yahoogroups.com, "ajmarsingh" <ajmarsingh@...> wrote:
>
> There is more to it then just increasing the limit. As someone mentioned below, it is probably better to use explorer view in such situation as it uses a different technology called WebDav. You also need research and test IIS settings as the timeout set in IIS will overwrite the timeout set in SharePoint. Also check web.config as you could have an entry in there for timeout.
>
> --- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@> wrote:
> >
> > Salvete! I have a document library where I need certain users to be able to upload 500mb files. I have the space in SQL, and in Sharepoint, I have increased the maximum limit to 1500mb.
> >
> > However, they don't seem to be able to upload their large files. Their browser spins (firefox) and after hours does not do anything.
> >
> > Is there something I can do? I have read this post:
> > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
> >
> > I am hoping not to have to pay for a solution. Is Davcopy a good solution?
> >
> > Thank you for your attention.
> >
>

1i.

Re: Problem to upload 500mb file to portal

Posted by: "Parthasarathi Yerra" ysarathi@yahoo.com   ysarathi

Fri Mar 30, 2012 7:48 am (PDT)



Hi,

Can you pelase consolidate the IIS changes that you have made, so that it will be helpful for the gorup members in future.

-Sarathi
--- On Fri, 3/30/12, brother.gabriel <brgabriel@sspx.org> wrote:

> From: brother.gabriel <brgabriel@sspx.org>
> Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> To: sharepointdiscussions@yahoogroups.com
> Date: Friday, March 30, 2012, 10:45 AM
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
> I made those fixes in iis, and am able to upload a
> 600mb file now, myself, but I am in the same house as the
> server. I am waiting to see if it will work for them now.
> I set the timeout to 4 hours, which should be long enough
> for a slow connection. I'll let y'all know if it
> worked.
>
>
>
> --- In sharepointdiscussions@yahoogroups.com,
> "ajmarsingh" <ajmarsingh@...> wrote:
>
> >
>
> > There is more to it then just increasing the limit. As
> someone mentioned below, it is probably better to use
> explorer view in such situation as it uses a different
> technology called WebDav. You also need research and test
> IIS settings as the timeout set in IIS will overwrite the
> timeout set in SharePoint. Also check web.config as you
> could have an entry in there for timeout.
>
> >
>
> > --- In sharepointdiscussions@yahoogroups.com,
> "brother.gabriel" <brgabriel@> wrote:
>
> > >
>
> > > Salvete! I have a document library where I need
> certain users to be able to upload 500mb files. I have the
> space in SQL, and in Sharepoint, I have increased the
> maximum limit to 1500mb.
>
> > >
>
> > > However, they don't seem to be able to upload
> their large files. Their browser spins (firefox) and after
> hours does not do anything.
>
> > >
>
> > > Is there something I can do? I have read this
> post:
>
> > > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> > >
>
> > > I am hoping not to have to pay for a solution. Is
> Davcopy a good solution?
>
> > >
>
> > > Thank you for your attention.
>
> > >
>
> >
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

1j.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 8:06 am (PDT)



Its normally not a setting that is the problem. Usually its either a
permissions issue or that your client isn't setup to allow it.

1. You need both the "Use Remote Interfaces" & "Use Client Integration
Features" pemissions. Make sure you are have a permission level that grants
those two.

2. If you are on Windows server make sure that the "Desktop
Experience" feature is enabled.

Paul Papanek Stork

Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
http://www.ShareSquared.com

The SharePoint Solution Experts!

<https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD

<mailto:Paul.Stork@ShareSquared.com> Paul.Stork@ShareSquared.com .
800.445.1279 x404

blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
<http://twitter.com/pstork> @pstork

The information contained in this e-mail message may be privileged,
confidential, and protected from disclosure. If you are not the intended
recipient, any further disclosure or use, dissemination, distribution, or
copying of this message or any attachment is strictly prohibited. If you
think that you have received this e-mail message in error, please delete it
and notify the sender.

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
Sent: Friday, March 30, 2012 10:44 AM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal

Okay, in the library tab, I do see the "open with explorer", but it is
disabled. I am admin. I suppose there is a setting somewhere to enable it...
(I know, I can google for that)

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
<michelle.sobers@...> wrote:
>
> you need to click on the library option in the library tools and if you
> have the correct permissions it will be active.
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

1k.

Re: Problem to upload 500mb file to portal

Posted by: "Lal" lal@bahwanit.com   lal_mohan

Fri Mar 30, 2012 8:33 am (PDT)



Hi,

The quota limit set for a web application cannot be changed simultaneously from CA once provisioned. You need to run this for each and every sub-sites individually. It is a tedious task, especially for MySites, depending on no. of users you have.

Better option is to run SharPoint script as below, after configuring a new quota template.

Set-SPSite -Identity "<Site>" -QuotaTemplate "<Template>"

Hope this helps!

LM

--- In sharepointdiscussions@yahoogroups.com, Mark Todd <sandpiper_sj@...> wrote:
>
> Try using Explorer view.  It's not uncommon for the browser to hang with large files like that.
>
>
> [Non-text portions of this message have been removed]
>

1l.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 9:01 am (PDT)



The quota limit of the site collection deals with how much can be stored in
the site collection, not how big a file can be uploaded.

Paul Papanek Stork

Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
http://www.ShareSquared.com

The SharePoint Solution Experts!

<https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD

<mailto:Paul.Stork@ShareSquared.com> Paul.Stork@ShareSquared.com .
800.445.1279 x404

blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
<http://twitter.com/pstork> @pstork

The information contained in this e-mail message may be privileged,
confidential, and protected from disclosure. If you are not the intended
recipient, any further disclosure or use, dissemination, distribution, or
copying of this message or any attachment is strictly prohibited. If you
think that you have received this e-mail message in error, please delete it
and notify the sender.

From: sharepointdiscussions@yahoogroups.com
[mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of Lal
Sent: Friday, March 30, 2012 11:13 AM
To: sharepointdiscussions@yahoogroups.com
Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal

Hi,

The quota limit set for a web application cannot be changed simultaneously
from CA once provisioned. You need to run this for each and every sub-sites
individually. It is a tedious task, especially for MySites, depending on no.
of users you have.

Better option is to run SharPoint script as below, after configuring a new
quota template.

Set-SPSite -Identity "<Site>" -QuotaTemplate "<Template>"

Hope this helps!

LM

--- In sharepointdiscussions@yahoogroups.com
<mailto:sharepointdiscussions%40yahoogroups.com> , Mark Todd
<sandpiper_sj@...> wrote:
>
> Try using Explorer view. It's not uncommon for the browser to hang with
large files like that.
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

1m.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:33 am (PDT)



I found those iis changes at this page:

http://forums.iis.net/p/1179189/1986099.aspx

Here is the text:

Highlight your website, then open the "Advanced Settings..." link in the right-most panel. Set "ConnectionTime-out (seconds)" to a much bigger number. For example: "3600", which is an hour. Close "Advanced Settings...".
While still highlighting your website, click on the "ASP" tab, then expand "Limits Properties" and set "Maximum Requesting Entity Body Limit" to 1073741824.
Finally, open a command window as an administrator and run the command "c:\windows\system32\inetsrv\appcmd set config -section:requestFiltering -requestLimits.maxAllowedContentLength:100000000". This tells IIS the largest amount you may upload, in this case, it's 100MB. You may set your number accordingly.

--- In sharepointdiscussions@yahoogroups.com, Parthasarathi Yerra <ysarathi@...> wrote:
>
> Hi,
>
> Can you pelase consolidate the IIS changes that you have made, so that it will be helpful for the gorup members in future.
>
> -Sarathi
> --- On Fri, 3/30/12, brother.gabriel <brgabriel@...> wrote:
>
> > From: brother.gabriel <brgabriel@...>
> > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> > To: sharepointdiscussions@yahoogroups.com
> > Date: Friday, March 30, 2012, 10:45 AM
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >  
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > I made those fixes in iis, and am able to upload a
> > 600mb file now, myself, but I am in the same house as the
> > server. I am waiting to see if it will work for them now.
> > I set the timeout to 4 hours, which should be long enough
> > for a slow connection. I'll let y'all know if it
> > worked.
> >
> >
> >
> > --- In sharepointdiscussions@yahoogroups.com,
> > "ajmarsingh" <ajmarsingh@> wrote:
> >
> > >
> >
> > > There is more to it then just increasing the limit. As
> > someone mentioned below, it is probably better to use
> > explorer view in such situation as it uses a different
> > technology called WebDav. You also need research and test
> > IIS settings as the timeout set in IIS will overwrite the
> > timeout set in SharePoint. Also check web.config as you
> > could have an entry in there for timeout.
> >
> > >
> >
> > > --- In sharepointdiscussions@yahoogroups.com,
> > "brother.gabriel" <brgabriel@> wrote:
> >
> > > >
> >
> > > > Salvete! I have a document library where I need
> > certain users to be able to upload 500mb files. I have the
> > space in SQL, and in Sharepoint, I have increased the
> > maximum limit to 1500mb.
> >
> > > >
> >
> > > > However, they don't seem to be able to upload
> > their large files. Their browser spins (firefox) and after
> > hours does not do anything.
> >
> > > >
> >
> > > > Is there something I can do? I have read this
> > post:
> >
> > > > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
> >
> > > >
> >
> > > > I am hoping not to have to pay for a solution. Is
> > Davcopy a good solution?
> >
> > > >
> >
> > > > Thank you for your attention.
> >
> > > >
> >
> > >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>

1n.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:39 am (PDT)



Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.

As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!

--- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@...> wrote:
>
> Its normally not a setting that is the problem. Usually its either a
> permissions issue or that your client isn't setup to allow it.
>
>
>
> 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> Features" pemissions. Make sure you are have a permission level that grants
> those two.
>
> 2. If you are on Windows server make sure that the "Desktop
> Experience" feature is enabled.
>
>
>
> Paul Papanek Stork
>
> Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> http://www.ShareSquared.com
>
> The SharePoint Solution Experts!
>
>
> <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
>
> <mailto:Paul.Stork@...> Paul.Stork@... .
> 800.445.1279 x404
>
> blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> <http://twitter.com/pstork> @pstork
>
>
>
> The information contained in this e-mail message may be privileged,
> confidential, and protected from disclosure. If you are not the intended
> recipient, any further disclosure or use, dissemination, distribution, or
> copying of this message or any attachment is strictly prohibited. If you
> think that you have received this e-mail message in error, please delete it
> and notify the sender.
>
>
>
> From: sharepointdiscussions@yahoogroups.com
> [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> Sent: Friday, March 30, 2012 10:44 AM
> To: sharepointdiscussions@yahoogroups.com
> Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
>
>
>
>
>
> Okay, in the library tab, I do see the "open with explorer", but it is
> disabled. I am admin. I suppose there is a setting somewhere to enable it...
> (I know, I can google for that)
>
> --- In sharepointdiscussions@yahoogroups.com
> <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> <michelle.sobers@> wrote:
> >
> > you need to click on the library option in the library tools and if you
> > have the correct permissions it will be active.
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
> [Non-text portions of this message have been removed]
>

1o.

Re: Problem to upload 500mb file to portal

Posted by: "Paul Stork" pstork@att.net   pstorkoh

Fri Mar 30, 2012 9:43 am (PDT)



It's a feature of the OS not SharePoint. Are you working on the sharepointmserver or a client workstation?

Paul Stork, MVP
Sent from my iPad

On Mar 30, 2012, at 12:39 PM, "brother.gabriel" <brgabriel@sspx.org> wrote:

> Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.
>
> As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!
>
> --- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@...> wrote:
> >
> > Its normally not a setting that is the problem. Usually its either a
> > permissions issue or that your client isn't setup to allow it.
> >
> >
> >
> > 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> > Features" pemissions. Make sure you are have a permission level that grants
> > those two.
> >
> > 2. If you are on Windows server make sure that the "Desktop
> > Experience" feature is enabled.
> >
> >
> >
> > Paul Papanek Stork
> >
> > Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> > http://www.ShareSquared.com
> >
> > The SharePoint Solution Experts!
> >
> >
> > <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> > 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
> >
> > <mailto:Paul.Stork@...> Paul.Stork@... .
> > 800.445.1279 x404
> >
> > blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> > <http://twitter.com/pstork> @pstork
> >
> >
> >
> > The information contained in this e-mail message may be privileged,
> > confidential, and protected from disclosure. If you are not the intended
> > recipient, any further disclosure or use, dissemination, distribution, or
> > copying of this message or any attachment is strictly prohibited. If you
> > think that you have received this e-mail message in error, please delete it
> > and notify the sender.
> >
> >
> >
> > From: sharepointdiscussions@yahoogroups.com
> > [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> > Sent: Friday, March 30, 2012 10:44 AM
> > To: sharepointdiscussions@yahoogroups.com
> > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> >
> >
> >
> >
> >
> > Okay, in the library tab, I do see the "open with explorer", but it is
> > disabled. I am admin. I suppose there is a setting somewhere to enable it...
> > (I know, I can google for that)
> >
> > --- In sharepointdiscussions@yahoogroups.com
> > <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> > <michelle.sobers@> wrote:
> > >
> > > you need to click on the library option in the library tools and if you
> > > have the correct permissions it will be active.
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
> >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>

[Non-text portions of this message have been removed]

1p.

Re: Problem to upload 500mb file to portal

Posted by: "Parthasarathi Yerra" ysarathi@yahoo.com   ysarathi

Fri Mar 30, 2012 9:44 am (PDT)



Thank you.

-Sarathi

--- On Fri, 3/30/12, brother.gabriel <brgabriel@sspx.org> wrote:

> From: brother.gabriel <brgabriel@sspx.org>
> Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> To: sharepointdiscussions@yahoogroups.com
> Date: Friday, March 30, 2012, 12:33 PM
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>  
>
>
>
>
>
>
>
>
>
> I found those iis changes at this page:
>
>
>
> http://forums.iis.net/p/1179189/1986099.aspx
>
>
>
> Here is the text:
>
>
>
> Highlight your website, then open the "Advanced
> Settings..." link in the right-most panel. Set
> "ConnectionTime-out (seconds)" to a much bigger
> number. For example: "3600", which is an hour.
> Close "Advanced Settings...".
>
> While still highlighting your website, click on the
> "ASP" tab, then expand "Limits
> Properties" and set "Maximum Requesting Entity
> Body Limit" to 1073741824.
>
> Finally, open a command window as an administrator and
> run the command
> "c:\windows\system32\inetsrv\appcmd set
> config -section:requestFiltering
> -requestLimits.maxAllowedContentLength:100000000". This
> tells IIS the largest amount you may upload, in this case,
> it's 100MB. You may set your number accordingly.
>
>
>
> --- In sharepointdiscussions@yahoogroups.com,
> Parthasarathi Yerra <ysarathi@...> wrote:
>
> >
>
> > Hi,
>
> >
>
> > Can you pelase consolidate the IIS changes that you
> have made, so that it will be helpful for the gorup members
> in future.
>
> >
>
> > -Sarathi
>
> > --- On Fri, 3/30/12, brother.gabriel
> <brgabriel@...> wrote:
>
> >
>
> > > From: brother.gabriel <brgabriel@...>
>
> > > Subject: [sharepointdiscussions] Re: Problem to
> upload 500mb file to portal
>
> > > To: sharepointdiscussions@yahoogroups.com
>
> > > Date: Friday, March 30, 2012, 10:45 AM
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >  
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > > I made those fixes in iis, and am able to
> upload a
>
> > > 600mb file now, myself, but I am in the same house
> as the
>
> > > server. I am waiting to see if it will work for
> them now.
>
> > > I set the timeout to 4 hours, which should be long
> enough
>
> > > for a slow connection. I'll let y'all
> know if it
>
> > > worked.
>
> > >
>
> > >
>
> > >
>
> > > --- In sharepointdiscussions@yahoogroups.com,
>
> > > "ajmarsingh" <ajmarsingh@> wrote:
>
> > >
>
> > > >
>
> > >
>
> > > > There is more to it then just increasing the
> limit. As
>
> > > someone mentioned below, it is probably better to
> use
>
> > > explorer view in such situation as it uses a
> different
>
> > > technology called WebDav. You also need research
> and test
>
> > > IIS settings as the timeout set in IIS will
> overwrite the
>
> > > timeout set in SharePoint. Also check web.config
> as you
>
> > > could have an entry in there for timeout.
>
> > >
>
> > > >
>
> > >
>
> > > > --- In sharepointdiscussions@yahoogroups.com,
>
> > > "brother.gabriel" <brgabriel@>
> wrote:
>
> > >
>
> > > > >
>
> > >
>
> > > > > Salvete! I have a document library
> where I need
>
> > > certain users to be able to upload 500mb files. I
> have the
>
> > > space in SQL, and in Sharepoint, I have increased
> the
>
> > > maximum limit to 1500mb.
>
> > >
>
> > > > >
>
> > >
>
> > > > > However, they don't seem to be able
> to upload
>
> > > their large files. Their browser spins (firefox)
> and after
>
> > > hours does not do anything.
>
> > >
>
> > > > >
>
> > >
>
> > > > > Is there something I can do? I have
> read this
>
> > > post:
>
> > >
>
> > > > > http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx
>
> > >
>
> > > > >
>
> > >
>
> > > > > I am hoping not to have to pay for a
> solution. Is
>
> > > Davcopy a good solution?
>
> > >
>
> > > > >
>
> > >
>
> > > > > Thank you for your attention.
>
> > >
>
> > > > >
>
> > >
>
> > > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> > >
>
> >
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>

1q.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:49 am (PDT)



Doh! I was using firefox... Okay, it works in IE. Sorry for the noise! What an idiot!

--- In sharepointdiscussions@yahoogroups.com, Paul Stork <pstork@...> wrote:
>
> It's a feature of the OS not SharePoint. Are you working on the sharepointmserver or a client workstation?
>
> Paul Stork, MVP
> Sent from my iPad
>
>
> On Mar 30, 2012, at 12:39 PM, "brother.gabriel" <brgabriel@...> wrote:
>
> > Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.
> >
> > As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!
> >
> > --- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@> wrote:
> > >
> > > Its normally not a setting that is the problem. Usually its either a
> > > permissions issue or that your client isn't setup to allow it.
> > >
> > >
> > >
> > > 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> > > Features" pemissions. Make sure you are have a permission level that grants
> > > those two.
> > >
> > > 2. If you are on Windows server make sure that the "Desktop
> > > Experience" feature is enabled.
> > >
> > >
> > >
> > > Paul Papanek Stork
> > >
> > > Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> > > http://www.ShareSquared.com
> > >
> > > The SharePoint Solution Experts!
> > >
> > >
> > > <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> > > 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
> > >
> > > <mailto:Paul.Stork@> Paul.Stork@ .
> > > 800.445.1279 x404
> > >
> > > blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> > > <http://twitter.com/pstork> @pstork
> > >
> > >
> > >
> > > The information contained in this e-mail message may be privileged,
> > > confidential, and protected from disclosure. If you are not the intended
> > > recipient, any further disclosure or use, dissemination, distribution, or
> > > copying of this message or any attachment is strictly prohibited. If you
> > > think that you have received this e-mail message in error, please delete it
> > > and notify the sender.
> > >
> > >
> > >
> > > From: sharepointdiscussions@yahoogroups.com
> > > [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> > > Sent: Friday, March 30, 2012 10:44 AM
> > > To: sharepointdiscussions@yahoogroups.com
> > > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> > >
> > >
> > >
> > >
> > >
> > > Okay, in the library tab, I do see the "open with explorer", but it is
> > > disabled. I am admin. I suppose there is a setting somewhere to enable it...
> > > (I know, I can google for that)
> > >
> > > --- In sharepointdiscussions@yahoogroups.com
> > > <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> > > <michelle.sobers@> wrote:
> > > >
> > > > you need to click on the library option in the library tools and if you
> > > > have the correct permissions it will be active.
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> > >
> > >
> > >
> > > [Non-text portions of this message have been removed]
> > >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>

1r.

Re: Problem to upload 500mb file to portal

Posted by: "brother.gabriel" brgabriel@sspx.org   brother.gabriel

Fri Mar 30, 2012 9:57 am (PDT)



Thanks, folks, for all of your advices! I still have to see if it works for my client now. I'll let you know what happens.

--- In sharepointdiscussions@yahoogroups.com, "brother.gabriel" <brgabriel@...> wrote:
>
> Doh! I was using firefox... Okay, it works in IE. Sorry for the noise! What an idiot!
>
> --- In sharepointdiscussions@yahoogroups.com, Paul Stork <pstork@> wrote:
> >
> > It's a feature of the OS not SharePoint. Are you working on the sharepointmserver or a client workstation?
> >
> > Paul Stork, MVP
> > Sent from my iPad
> >
> >
> > On Mar 30, 2012, at 12:39 PM, "brother.gabriel" <brgabriel@> wrote:
> >
> > > Okay, for permissions, that can't be a problem. I am using the farm admin account, and I the option is disabled even for me.
> > >
> > > As for those features, I don't see them in either the features list of SCA nor in the features list of the site. Where do I find a place to set permissions for those? But I am farm admin, there should be no permissions limitations on this account. If there is, then there is no other account who could give them to me!
> > >
> > > --- In sharepointdiscussions@yahoogroups.com, "Paul Stork" <pstork@> wrote:
> > > >
> > > > Its normally not a setting that is the problem. Usually its either a
> > > > permissions issue or that your client isn't setup to allow it.
> > > >
> > > >
> > > >
> > > > 1. You need both the "Use Remote Interfaces" & "Use Client Integration
> > > > Features" pemissions. Make sure you are have a permission level that grants
> > > > those two.
> > > >
> > > > 2. If you are on Windows server make sure that the "Desktop
> > > > Experience" feature is enabled.
> > > >
> > > >
> > > >
> > > > Paul Papanek Stork
> > > >
> > > > Chief Architect . ShareSquared, Inc. . <http://www.sharesquared.com/>
> > > > http://www.ShareSquared.com
> > > >
> > > > The SharePoint Solution Experts!
> > > >
> > > >
> > > > <https://mvp.support.microsoft.com/profile=6D05CC8D-32ED-4626-A29E-142DC7A68
> > > > 0E0> SharePoint MVP, MBA, MCT, MCSE+I, MCSA, MCSD, MCDBA, MCITP, MCPD
> > > >
> > > > <mailto:Paul.Stork@> Paul.Stork@ .
> > > > 800.445.1279 x404
> > > >
> > > > blog: <http://dontpapanic.com/blog> http://dontpapanic.com/blog . twitter:
> > > > <http://twitter.com/pstork> @pstork
> > > >
> > > >
> > > >
> > > > The information contained in this e-mail message may be privileged,
> > > > confidential, and protected from disclosure. If you are not the intended
> > > > recipient, any further disclosure or use, dissemination, distribution, or
> > > > copying of this message or any attachment is strictly prohibited. If you
> > > > think that you have received this e-mail message in error, please delete it
> > > > and notify the sender.
> > > >
> > > >
> > > >
> > > > From: sharepointdiscussions@yahoogroups.com
> > > > [mailto:sharepointdiscussions@yahoogroups.com] On Behalf Of brother.gabriel
> > > > Sent: Friday, March 30, 2012 10:44 AM
> > > > To: sharepointdiscussions@yahoogroups.com
> > > > Subject: [sharepointdiscussions] Re: Problem to upload 500mb file to portal
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > Okay, in the library tab, I do see the "open with explorer", but it is
> > > > disabled. I am admin. I suppose there is a setting somewhere to enable it...
> > > > (I know, I can google for that)
> > > >
> > > > --- In sharepointdiscussions@yahoogroups.com
> > > > <mailto:sharepointdiscussions%40yahoogroups.com> , Michelle Sobers
> > > > <michelle.sobers@> wrote:
> > > > >
> > > > > you need to click on the library option in the library tools and if you
> > > > > have the correct permissions it will be active.
> > > > >
> > > > >
> > > > > [Non-text portions of this message have been removed]
> > > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > [Non-text portions of this message have been removed]
> > > >
> > >
> > >
> >
> >
> > [Non-text portions of this message have been removed]
> >
>

Recent Activity
Visit Your Group
Yahoo! Groups

Small Business Group

Ask questions,

share experiences

Search Ads

Get new customers.

List your web site

in Yahoo! Search.

Yahoo! Groups

Mental Health Zone

Schizophrenia groups

Find support

Need to Reply?

Click one of the "Reply" links to respond to a specific message in the Daily Digest.

Create New Topic | Visit Your Group on the Web

No comments: