Obfuscated code = they're hiding something they're ashamed of ;-) LOL

Out of interest what custom providers do people use and WHY? Is it mostly to 
get around the cross navigation in multiple Site Collections?

-----Original Message-----
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Paul Turner
Sent: Monday, 19 April 2010 5:13 PM
To: ozMOSS
Subject: RE: There is no web named....

After lots of 'reflector'... I suspect the problem is in:

Microsoft.SharePoint.Publishing.Navigation.PortalSiteMapNode.GetNavigationChildern(...)

However it is obfuscated, so I can't read the source... grrr...


Regards,

Paul Turner
Senior Solutions Specialist

M: 0412 748 168 P: 08 8238 0912 F: 08 8234 5966
A: 66 Henley Beach Road, Mile End SA 5031
E: paul.tur...@dws.com.au  W: www.dws.com.au
     
ADVANCED BUSINESS SOLUTIONS LTD

This email and any files transmitted with it are confidential and are only for 
the use of the person to whom they are addressed. If you are not the intended 
recipient you have received this email in error and are requested to delete it 
immediately. Any opinion expressed in this e-mail may not necessarily be that 
of DWS Pty Ltd.
Please consider the environment before printing this email.

-----Original Message-----
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Shannon Carey
Sent: Monday, 19 April 2010 4:17 PM
To: ozMOSS
Subject: RE: There is no web named....



I have actually thought about creating my own site map provider for this, 
however havn't really had the time :(. We do use a custom site map provider on 
our web site ;)

SPSiteMapProvider (the wss version) I have thought about, but as you say does 
not include the pages option. Maybe we could make it include pages as well

As this is the PortalSiteMapProvider I was thinking about testing if the 
provider behaves differently if the pages that it encounters inherit from 
Microsoft.SharePoint.Publishing.PublishingLayoutPage or similar, instead of the 
Microsoft.SharePoint.WebPartPages.WebPartPage.

Do you know if the PortalMapProvider would act differently in this scenario?


Shannon Carey
SharePoint Trainer and Consultant
Breeze
T  (02) 9362 5181  F (02) 9362 4898  M 0422 598 914 P.O. Box 528, Edgecliff, 
Sydney, NSW, 2027 shann...@breeze.net | http://www.breeze.net 
http://blogs.breezetraining.com.au/scarey

________________________________________
From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] on behalf of Chris 
Hewitt [chris.hew...@readify.net]
Sent: Monday, 19 April 2010 3:39 PM
To: ozMOSS
Subject: RE: There is no web named....

Sure, but it must be trying to tell us something...

PortalSiteMapProvider is the thing that builds the security-tailored menus for 
Portal sites (by default anyhow).

I'm not very happy with the way it's implemented...

Anyone know of any options (3rd party implementations)? It builds a cache of 
site-collection webs, pages and security access - so higher-level constructs 
can ask it for security-tailored menus.

The non-portal version doesn't include Pages - however you could try replacing 
PortalSiteMapProvider with SPSiteMapProvider in your MasterPage - would that 
work?

________________________________________
From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] On Behalf Of Paul 
Turner [paul.tur...@dws.com.au]
Sent: Monday, 19 April 2010 3:04 PM
To: ozMOSS
Subject: RE: There is no web named....

It always happens, just depends on the log levels you choose.

Regards,

Paul Turner
Senior Solutions Specialist

M: 0412 748 168 P: 08 8238 0912 F: 08 8234 5966
A: 66 Henley Beach Road, Mile End SA 5031
E: paul.tur...@dws.com.au  W: www.dws.com.au

ADVANCED BUSINESS SOLUTIONS LTD
This email and any files transmitted with it are confidential and are only for 
the use of the person to whom they are addressed. If you are not the intended 
recipient you have received this email in error and are requested to delete it 
immediately. Any opinion expressed in this e-mail may not necessarily be that 
of DWS Pty Ltd.
Please consider the environment before printing this email.
________________________________________
From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] On Behalf Of Chris 
Hewitt [chris.hew...@readify.net]
Sent: Monday, 19 April 2010 2:19 PM
To: ozMOSS
Subject: RE: There is no web named....

I suspect it has something to do with PortalSiteMapProvider.

Does it happen more on larger sites?

Does it happen more when the machine is loaded?

- Chris Hewitt

________________________________________
From: ozmoss-boun...@ozmoss.com [ozmoss-boun...@ozmoss.com] On Behalf Of Jeremy 
Thake [jth...@made4the.net]
Sent: Monday, 19 April 2010 2:03 PM
To: ozMOSS
Subject: RE: There is no web named....

I tend to block those errors subconsciously from ULS logs much like all the 
crappy Ads you get on web sites ;-)

I tend to see this error most on Publishing Sites.

I'd be interested to hear a way of reducing this noise! I'll ask a few 
contacts...

-----Original Message-----
From: ozmoss-boun...@ozmoss.com [mailto:ozmoss-boun...@ozmoss.com] On Behalf Of 
Shannon Carey
Sent: Monday, 19 April 2010 12:00 PM
To: ozmoss@ozmoss.com
Subject: There is no web named....

I have a problem with SharePoint that I keep seeing popup in the logs. I have 
been trying to figure it out for some time now and have had no luck. I was 
wondering if anyone else has seen this. I have seen it a a few client sites so 
far

In the SharePoint logs I see an error

w3wp.exe (0x1838)       0x275C  Windows SharePoint Services     General 8kh7    
High

There is no Web named "/somesite/Library/Forms/AllItems.aspx"
There is no Web named "/somesite/Lists/Calendar/AllItems.aspx"
...... and so on

To me it looks like there is some code calling something like 
"SPSite.OpenWeb("/somesite/Library/Forms/AllItems.aspx")" however there is no 
custom code on some of these servers and it is strange that it is happenning on 
multiple environments set up be different companies

It is also strange that when you deactivate the publishing feature in the Site 
the error goes away.

To further that, When you customise the MasterPage and change the Dynamic Link 
Levels to display more sites, we start seeing the errors encountered on 
additional sites that now participate in the new link levels of the navigation.

Some of the things I have read on the internet is a MS person saying to Change 
the logging so the errors do not show HAHAHA yeah that really fixes the problem.

Another site suggests that publishing features are not declared on the page, 
however the sites are WSS sites and we do not want it declaired

In my experience this is actually a real problem because if you have a few lot 
of sites in the navigation then it increases the page load time, as SharePoint 
is trying to hit alot of non existant sites.

Has anyone come across anything similar before? I'm intrested to hear your 
thoughts.

Thanks,
Shannon Carey
SharePoint Trainer and Consultant
Breeze
T  (02) 9362 5181  F (02) 9362 4898  M 0422 598 914 P.O. Box 528, Edgecliff, 
Sydney, NSW, 2027 shann...@breeze.net | http://www.breeze.net 
http://blogs.breezetraining.com.au/scarey
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss
_______________________________________________
ozmoss mailing list
ozmoss@ozmoss.com
http://prdlxvm0001.codify.net/mailman/listinfo/ozmoss

Reply via email to