Pingback from Sharepoint link love 06-21-2007 at Virtual Generations
Technorati Tags: WSS , MOSS , SharePoint , Information Management Office SharePoint Server 2007 shipped
Technorati Tags: WSS SharePoint Search In previous posts I talked about the pitfalls of searching in
SPSiteDataQuery - Greater Than 10 Lists Issue
Pingback from Sharepoint 2007 link love 07-25-2007 at Virtual Generations
You should be able to get around this by including a Lists node, with the lists node, you can specify a MaxListLimit of 0, which means unlimited lists:
<Lists MaxListLimit="0" />
Out of the box, it is supposed to default to 1000, but I'm not sure if that is the case after I've gotten errors about too many lists with smaller sites.
More detail here at my blog
www.sharepointblogs.com/.../spsitedataquery-the-query-cannot-be-completed-because-the-number-of-lists-in-the-query-exceeded-the-allowable-limit.aspx
This is not a workaround. Microsoft has confirmed this as a bug QFE19490 now with the possibility that it will be included in the SP1 release.
Great heads-up! I was going to be relying on this approach for more than 10 lists. Good to know that there are issues now.
"Ahhh, but there is a way around this which could be in a future post"... Is there any way you could hint at the workaround to point me in the right direction?
Thanks
That would work...
Carmelo Lisciotto
www.carmelolisciotto.com
Microsoft has informed us a hotfix will be coming around October 12.
Hi,
Interesting reading. However, as barcodes cannot be guaranteed to be unique the value is probably fairly limited. We have spent half a year to get unique document identifier (=barcodes) operational - tough but now working like a dream.
Morten
You mentioned bug QFE19490 - do you happen to have a link? I can't seem to find it.
Technorati Tags: MOSS , WSS , SharePoint Development , Discoverability , Testing A big topic these days
Pingback from Links (9/25/2007) « Steve Pietrek’s SharePoint Stuff
Pingback from links for 2007-09-29 « Footprint of IT
Microsoft has informed us yesterday that there will not be a fix for this until SP2.
Thanks for the well written explanation.
I am trying to add some tags to word docs from a pick-list. Ehereafter I want to present the picklist in an advanced search page and I suppose the fields will show up as ows_MyField1 etc.
Question:
How can you remove the ows_ in front from the views?
if i use WSS 3.0 in my custom applicaiton and i store data in SSEE. Is it posible to search the data from SSEE through my custom application using WSS 3.0. I dont want to use MOSS 2007. I would have only WSS 3.0 installed.
Technorati Tags: WSS SharePoint Search In one of my last posts I talked about the limitations of using
Have you tried setting the MaxListLimit attribute to 0?
<Lists BaseType="1" MaxListLimit="0" Hidden="TRUE" />
Thanks,
Mike Parrill
Hi there,
it sounds very interesting!
But, let me ask a question... what if after updating the CT, you do an "iisreset". It seems to be modified only in memory... correct me if I'm wrong!
thx
No, this updates the database not just memory. We use this method of adding custom edit forms to document libraries in our KnowledgeLake Indexing product for SharePoint.
I have a scenario where I need to get all the items on the basis of a specific server template. I have created a scenario where I have 15 document libraries in 4 different sites of a site collection and SPSiteDataQuery object is returning correct result set every time.
I would really appreciate if you please provide the exact scenario (Site Collection template, Site template within collection, specific column type etc) that generates this issue so we can counter it.
Good!!! thx a lot!
Dear ,
i have question , i need to add interactive search field on WSS 3.0 as yahoo search field i.e when i just enter letter s then drop down all the my clients that those name start with "s" such suzan ,sam,....
second question if i need to create serach function on each page or part on share point services 3.0 i.e for eaxmple i have list called client information then when i use search field for this just appear information for the rows in this part. how can i do that????????
can u help me plzzzzzzzzzzzzzzzzz
Is it pssible the Content Query Web Part has the same issue? We have CQWPs that worked for months that all of a sudden are failing and not returning data - when pointed at the site collection. When pointed at a site (and it's subsites), they work fine. I'm wondering if we hit some kind of internal limit. Has anyone else seen this?
The following knowledgebase article 946484 gives detail on the 10 document library limitation.
support.microsoft.com/.../946484
Technorati Tags: WSS SharePoint Search In previous posts I talked about the inaccurate results received
Pingback from SharePoint Link Love: 01-27-2008 part deux at Virtual Generations
I am wondering if you can guide me a little.
I have a customized list.
I want the default view to use the default forms(dispform/editform) but customized view(another filter view) to use the customized forms(dispform/editform).
I am trying to hide certain input fields to the certain view users.
But the rest of users will have the default input fields.
I learned to change the supporting files but that applies to the whole list and every views are affected by it. So even the default views will have those customed forms.
Do you know how I can do this??
Thanks much.
Q
kyu_bae@yahoo.com
Susan: yes. The CQWP uses a SPSiteDateQuery to return results and is affected by the issue.
You can identity and potentially repair issues with this CodePlex tool: www.codeplex.com/SPCQOptimizer
Steve, have you heard of anyone getting a hot fix for this issue?
Thanks.
Technorati Tags: MOSS WSS Office Document Management There are many ways to upload files to SharePoint
SPSiteDataQuery and 10 Lists.
Interesting notes. I am wondering if my below requirement can be address with this.
I have a repository of files which are project documents. I would like to apply a label to all the documents of certain individual versions with this label. Yes, I am trying to baseline all the documents using this feature. Wondering if its possible in Share Point.
Pingback from Links (3/20/2008) « Steve Pietrek’s SharePoint Stuff
How to support transaction while update/insert/delete operations are being executed on multiple sharepoint lists using APIs and not CAML.?
-Sachin
I have office documents in a moss-2007 doc-library that I am unable to edit the AUTHOR, KEYWORDS, or COMMENTS, via the Edit-Properties page.
The Edit seems to change the document properties (if I download it, look at the properties), but when viewing in Sharepoint it doesn't change.
Deep in "Advanced Properties", there seem to be separate fields "_Author" "_Comments", and these are the ones that Sharepoint shows, but then why doesn't it edit them?!?! Frustrating and uneccessarily convaluted to say the least.
Great explanation buddy.
That sucks in a massive way. Essentially you can alter the number or records returned by search by appending an order by clause. An order by clause should never effect the number or records returned. This is total bullocks. Im annoyed.
I'm looking for a solution to the orderby problem for my cross list datasource. I thought that there HAD to be some way that the SP dev team provided a workaround for the behavior... Guess not. :/
Après vous avoir parlé de ce que l'on pouvait faire avec les extensions de méthodes et un peu de réflection,
Thank You much for your article, it's helpfull,
good luck
hi,
i am new to the sharepoint. i need a help to search the document in the site with check the user permissons. iam using window 2003 and wss 3.0 ...any one have idea and solution ..help me
thanks
senthil
Pingback from sharepoint web application policy
Hi
I am also working on sharepoint.
In our application we have lots of sites and each site has its own discussion forum.We have used a content query webpart to pull data from all the discussion boards.The webpart was working fine until we changed the settings of discussion board of 1 site.we changed the created by column to show name with pictures in one site.On all other sites, this column shows only name.SPSITE data query fails for the content query webpart in this case.
Any idea why we have this behaviour?
Yes, that way run OK. Thank you. My problem was that I couldn't find those items in the standard list.
Keep the good work !!
Thank You !
Pingback from Links (10/12/2008) « Steve Pietrek - Everything SharePoint