| Author |
Message |
kopbeen
Guest
|
Posted:
Tue Oct 04, 2005 4:51 pm Post subject:
Browse for webpart list - timeout... |
|
|
G’day,
- Any of you guys had a timeout issue when browsing for web parts on a
sharepoint site? I.e. the user clicks on Modify Shared Page, Add Web Part,
and Browse …
- The problem does not happen on other sites on the same server….
- Error: [HttpException (0x80004005): Request timed out.]
- No obvious errors in IIS / Event logs…
- Ran SQL Profiles - nothing funny there also ... |
|
| Back to top |
|
 |
Cornelius J. van Dyk
Guest
|
Posted:
Tue Oct 04, 2005 8:51 pm Post subject:
Re: Browse for webpart list - timeout... |
|
|
When you say other sites, do you mean other site collections or other
sub, peer or parent sites in the same site collection?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
| Quote: | G'day,
- Any of you guys had a timeout issue when browsing for web parts on a
sharepoint site? I.e. the user clicks on Modify Shared Page, Add Web Part,
and Browse .
- The problem does not happen on other sites on the same server..
- Error: [HttpException (0x80004005): Request timed out.]
- No obvious errors in IIS / Event logs.
- Ran SQL Profiles - nothing funny there also ... |
|
|
| Back to top |
|
 |
kopbeen
Guest
|
Posted:
Wed Oct 05, 2005 8:51 am Post subject:
Re: Browse for webpart list - timeout... |
|
|
Hi Cornelius,
Its other peer sites. There is one parent site with about 10 child sites,
and the timeout does not happen on any other site except one....
thanks - Pieter
"Cornelius J. van Dyk" wrote:
| Quote: | When you say other sites, do you mean other site collections or other
sub, peer or parent sites in the same site collection?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
G'day,
- Any of you guys had a timeout issue when browsing for web parts on a
sharepoint site? I.e. the user clicks on Modify Shared Page, Add Web Part,
and Browse .
- The problem does not happen on other sites on the same server..
- Error: [HttpException (0x80004005): Request timed out.]
- No obvious errors in IIS / Event logs.
- Ran SQL Profiles - nothing funny there also ...
|
|
|
| Back to top |
|
 |
Cornelius J. van Dyk
Guest
|
Posted:
Wed Oct 05, 2005 4:51 pm Post subject:
Re: Browse for webpart list - timeout... |
|
|
The only thing I can think is that you have unique web parts deployed to
that particular site which other sites do not have, but it does seem
strange though.
Have you tried upping the timeout level?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
| Quote: | Hi Cornelius,
Its other peer sites. There is one parent site with about 10 child sites,
and the timeout does not happen on any other site except one....
thanks - Pieter
"Cornelius J. van Dyk" wrote:
When you say other sites, do you mean other site collections or other
sub, peer or parent sites in the same site collection?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
G'day,
- Any of you guys had a timeout issue when browsing for web parts on a
sharepoint site? I.e. the user clicks on Modify Shared Page, Add Web Part,
and Browse .
- The problem does not happen on other sites on the same server..
- Error: [HttpException (0x80004005): Request timed out.]
- No obvious errors in IIS / Event logs.
- Ran SQL Profiles - nothing funny there also ...
|
|
|
| Back to top |
|
 |
kopbeen
Guest
|
Posted:
Wed Nov 09, 2005 9:51 am Post subject:
Re: Browse for webpart list - timeout... |
|
|
got it sorted with help of MS.....
need to add the execution timeout in the following web.config files:
• C:\Program Files\Common Files\Microsoft Shared\web server
extensions\60\TEMPLATE\ADMIN\1033\web.config
<httpRuntime executionTimeout="99999" />
• C:\Inetpub\<sharepoint root site>
<httpRuntime executionTimeout="99999" maxRequestLength="51200" />
Regards,
Pieter
"Cornelius J. van Dyk" wrote:
| Quote: | The only thing I can think is that you have unique web parts deployed to
that particular site which other sites do not have, but it does seem
strange though.
Have you tried upping the timeout level?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
Hi Cornelius,
Its other peer sites. There is one parent site with about 10 child sites,
and the timeout does not happen on any other site except one....
thanks - Pieter
"Cornelius J. van Dyk" wrote:
When you say other sites, do you mean other site collections or other
sub, peer or parent sites in the same site collection?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
G'day,
- Any of you guys had a timeout issue when browsing for web parts on a
sharepoint site? I.e. the user clicks on Modify Shared Page, Add Web Part,
and Browse .
- The problem does not happen on other sites on the same server..
- Error: [HttpException (0x80004005): Request timed out.]
- No obvious errors in IIS / Event logs.
- Ran SQL Profiles - nothing funny there also ...
|
|
|
| Back to top |
|
 |
Engelbert
Guest
|
Posted:
Wed Nov 09, 2005 1:51 pm Post subject:
Re: Browse for webpart list - timeout... |
|
|
Why did you need to ask Microsoft?
Cornelius already suggested upping the timeout level and if asked here would
no doubt have said where to do this.
Engelbert
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:E9B3B1C1-F9DF-4869-85EE-67D17E2D2CD5@microsoft.com...
| Quote: | got it sorted with help of MS.....
need to add the execution timeout in the following web.config files:
. C:\Program Files\Common Files\Microsoft Shared\web server
extensions\60\TEMPLATE\ADMIN\1033\web.config
httpRuntime executionTimeout="99999" /
. C:\Inetpub\<sharepoint root site
httpRuntime executionTimeout="99999" maxRequestLength="51200" /
Regards,
Pieter
"Cornelius J. van Dyk" wrote:
The only thing I can think is that you have unique web parts deployed to
that particular site which other sites do not have, but it does seem
strange though.
Have you tried upping the timeout level?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
Hi Cornelius,
Its other peer sites. There is one parent site with about 10 child
sites,
and the timeout does not happen on any other site except one....
thanks - Pieter
"Cornelius J. van Dyk" wrote:
When you say other sites, do you mean other site collections or other
sub, peer or parent sites in the same site collection?
Thanks
C
"You miss 100% of the shots you don't take!" - Michael Jordan
Blog: http://spaces.msn.com/members/cjvandyk
"kopbeen" <kopbeen@hotmail.com> wrote in message
news:kopbeen@hotmail.com:
G'day,
- Any of you guys had a timeout issue when browsing for web parts
on a
sharepoint site? I.e. the user clicks on Modify Shared Page, Add
Web Part,
and Browse .
- The problem does not happen on other sites on the same server..
- Error: [HttpException (0x80004005): Request timed out.]
- No obvious errors in IIS / Event logs.
- Ran SQL Profiles - nothing funny there also ...
|
|
|
| Back to top |
|
 |
|
|
|
|