| | | ContentIterator | | | Pending |
| | | zevenseas AD ChangePassword WebPart released | | Hi Does this webpart work in SharePoint 2010.. If so where can i find the 2010 Installer | Pending |
| | | zevenseas Feature Blocker | | Hi, Just got to say I love this, the principles behind it are so....dirty! ;-) From the comments I see you were going to expand it to be multi-scoped, did you get round to that ? It's no problem if you didn't, I'll just have to write extend it myself, as I have jQuery on my site I'll probably hide the whole line. Thx BinaryJam | Pending |
| | | Anonymous Application Pages | | I did this and I am not prompted. However, the page displayed in the browser shows the error icon panel. Is there something else I need to do get the page to display normally? Daryl | Pending |
| | | zevenseas AD ChangePassword WebPart released | | When I received the error message above, I saw such errors in the Security eventlog: Event Type: Failure Audit Event Source: Security Event Category: Account Logon Event ID: 680 Date: 3/29/2011 Time: 10:41:33 AM User: NT AUTHORITY\SYSTEM Computer: WSSServer Description: Logon attempt by: MICROSOFT_AUTHENTICATION_PACKAGE_V1_0 Logon account: loginname Source Workstation: WSSServer Error Code: 0xC0000064 I found this solution on the internet: IIS 6 intranet web site with Integrated Windows Authentication was causing more than a thousand instances of this event per day, even though the site worked. There were no 403 errors in the log files for the site that could be associated with the Security 680 event. Clients were using Kerberos, which failed and caused the 680 event, then failed over to NTLM with success. I checked the IIS metabase NtAuthenticationProviders and found it was incorrectly set to "NTLM", instead of "Negotiate, NTLM", which corrected the problem. See the link to “Integrated Windows Authentication“ for more information. After I disabled the Integrated Windows Authentication the webpart started to work. It may help someone. BG.
| Pending |
| | | Experiences with URL Rewriting and SharePoint | | I guess images webservice-calls etc are also processed by the rewriter. Maybe making the rule in web.config more specific on the match will improve site performance. Try running dotTrace for your project to find that out. | Pending |
| | | Don’t panic! | | Very exciting. I hope MS treats you well. It's a great education on multiple levels. All the Best. Joel - Your friend who took you all the way to LUX. | Pending |
| | | Don’t panic! | | Hey Robin, I wish you all the best and enjoy every minute of it. By the way, kids are less scary then you might think as long as you have two separate laptops. One for the kids, one for the PFE. ;-) | Pending |
| | | Don’t panic! | | Hey mate, All the best for your future. I'm sure, you'll have an awesome 2011! Warm Regards, Purvin | Pending |
| | | Don’t panic! | | Robin, Mate its always great to read whatever you write. Some of your blogs on this site are on my favourite tab. Wish you a great luck for future.
| Pending |
| | | Don’t panic! | | Mate, it's been amazing time working together, our all the best wishes are with you for new year and new job. Anyways, we will be in touch for sure!!!! Success!!! Suyog Patki | Pending |
| | | Current Navigation, SPNavigationNodes and the AreaNavigationSettings page | | Thank you Robin for post | Pending |
| | | Current Navigation, SPNavigationNodes and the AreaNavigationSettings page | | private static void AddNodes(PublishingWeb pubWeb, { ... bool blank = newNodeXml.BlankUrl; if (blank) { node.Properties["Target"] = "_blank"; } // Save our changes to the node. node.Update(); node.MoveToLast(existingNodes); // Should already be at the end but I prefer to make sure :) if (newNodeXml.Childrens != null && newNodeXml.Childrens.Count > 0) { AddNodes(pubWeb, node.Children, newNodeXml.Childrens); } } | Pending |
| | | Current Navigation, SPNavigationNodes and the AreaNavigationSettings page | | List<NavigationNode> childs = new List<NavigationNode>(); childs.Add(new NavigationNode("test1", "/sites/test", NodeTypes.AuthoredLinkPlain, false, null, null)); childs.Add(new NavigationNode("test2", "/sites/test2", NodeTypes.AuthoredLinkPlain, false, null, null)); childs.Add(new NavigationNode("test3", "/sites/test3", NodeTypes.AuthoredLinkPlain, false, null, null)); nodeCollection.Add(new NavigationNode("test", "/sites/test", NodeTypes.Heading, false, childs, publishingWeb.CurrentNavigationNodes)); | Pending |
| | | Current Navigation, SPNavigationNodes and the AreaNavigationSettings page | | public class NavigationNode { public string Title { get; set; } public string Url { get; set; } public NodeTypes NodeType { get; set; } public bool BlankUrl { get; set; } public List<NavigationNode> Childrens { get; set; } public SPNavigationNodeCollection NavigationNodeCollection { get; set; } public NavigationNode(string title, string url, NodeTypes nodeType, bool blankurl, List<NavigationNode> childrens, SPNavigationNodeCollection collection) { Title = title; Url = url; NodeType = nodeType; BlankUrl = blankurl; Childrens = childrens; NavigationNodeCollection = collection; } } | Pending |
| | | SP.UI.Notify is awesome | | I get an error at this line: Notification notification = webApplication.GetChild<Notification>("Notify"); Notification is missing a reference. Could please tell me which one is it? One more question: I would like to write some notification or messages in the status bar but from code behind based on specific events. How can I accomplish that? Thank you in advance. | Pending |
| | | zevenseas AD ChangePassword WebPart released | | Will there be a version that works with SharePoint 2010 | Pending |
| | | zevenseas is speaking at TechEd Berlin 2010! | | Hi, The two subjects covered in the above seminar seems very interesting, can you please share the link or send me the presentation slides in my mail id : pullak19@gmail.com Thanks Pullak | Pending |
| | System Account | SP.UI.Notify is awesome | | Kewl! Thanks.. | Approved |
| | System Account | Enumerating through SSP's | | Just what I've been looking for .. with SharePoint nothing is simple, always a challenge .. I suppose that's why I love it :) Thanks, CP.
| Approved |
| | System Account | Site Life Cycle Management V2 .. Why V2? | | While we migrate from SP2007 to SP2010 I’ve been keeping a hopeful eye on this tool particularly because of the simple workflow of site locking, notifying its’ owner, then deleting the site while creating a backup. Please!!! keep it that simple!!! Hopefully it can incorporate the Site Delete Capture tool in case of an inadvertent deletion by an inexperienced Site Owner, otherwise I don’t mind a separate install. What the big boys (AvePoint, Symantec, Metalogic and others) with their great GUIs don’t understand is that there are plenty of site collections that aren’t big enough to need to archive a small number of individual oversized SQL blobs, yet do need to keep down the number of unused “Project” sites. I wish I was capable of contributing to this project but hope it produces a good end result. I encourage you to Keep it simple!!! | Approved |
| | System Account | zevenseas Feature Blocker | | Hi Robin, First of all thanks for such a wonderful tool and thanks for unleashing SPPersisted objects. I have installed this tool on our sandbox (single Sharepoint server). The functionality works the way you described.However, I observed that after a iisreset is done or the machine is rebooted, the below error is displayed when I access ManageFeatures.aspx pagee. Unable to create type 'zevenseas.SharePoint.Solutions.FeatureBlocker.FeatureBlockerAdapter'. at System.Web.Configuration.HttpCapabilitiesBase.GetAdapter(Control control) at System.Web.UI.Control.ResolveAdapter() at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Though many blogs suggest to clear the asp.net cache, it didn't work for me. I devised a work around of taking the dll file out of the bin folder and putting it back. This fixes the issue. Please let me know if I am missing anything and also let me know how this can be fixed. Can you also explain how will blocking the features at the farm level / web application level can be utilized in the real time? Both of these features are managed from the central admin and that' the reason I raised this question. Thanks in advance for your help on this. | Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | Can you use this webpart if you are using a Stand-alone machine as your sharepoint server that is not connected to a domain controller. If so what would be the format for the LDAP query string? Thanks in advance. | Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | How can I get this working with Sharepoint 2010? Is there a straght forward installer? | Approved |
| | System Account | zevenseas Feature Blocker | | Successfully installed the tool. Worked great. One exception though : I am not able to use the blocker on both site collection and site level. Your thoughts? | Approved |
| | System Account | SharePoint file encoding and uploading the CustomQuickAccess.xml | | Thanks! Helped me a lot. | Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | Hello, sorry to bother, but I'm afraid I'm having a bit of trouble getting this one to work properly. I'm getting the error "The server could not be contacted", and I believe the problem is most likely in the Domain field. I'm using the .NET 3.5 version, but the description on the field gives examples like "litwareinc.com" while this page says to use the domain name, such as "litwareinc". We're on a managed webhosting service at the moment. So our URL is along the lines of foobar.webhost.com, while our login domain is FOOBAR\UserName. But so far, I haven't been able to figure out a proper string for the Domain field. Since the description shows URLs, I tried both "foobar.webhost.com" and "webhost.com", but neither worked. And the page here says to use the login domain, so I tried "FOOBAR" and "foobar", since I wasn't sure if it was case sensitive. I'm not familiar with LDAP, so if someone could shed some light on this, I would be very grateful. ^_^;; | Approved |
| | System Account | zevenseas Feature Blocker | | Hi, First, congrats for your MVP! I really like this feature and was very eager to implement it but no luck :(. Does this solution have compatibility with IE6 and IE7? I tried to use your solution in two different environments(IE6 on one & 7 on the other) but it didn't work in either. Had similar results in both. Here is what I did: 1. Ran installer, selected web apps... installation completed successfully. 2. Activated zevenseas Feature Blocker under Manage Farm Features. Feature activated successfully. 3. Went to Feature Blocker Settings, selected the CA admin web app: empty. Did not show any features. 4. Selected web app that did not have feature blocker activated. Hit Install block. I tried choosing from the various scope levels, but all were empty. Do you have any idea why this occurs? Am I missing a step or something? Thanks! | Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | Did anyone check if ChangePassword (.Net frameworks 3.5 version)works when SSL is not enabled on the server? | Approved |
| | System Account | zevenseas Feature Blocker | | haha.. damn.. you got me.. no i haven't updated it yet :( | Approved |
| | System Account | zevenseas Feature Blocker | | Is it soonish yet?? :-) | Approved |
| | System Account | Anonymous Application Pages | | Thank you. Your solution worked for me to. Thank you one more time. | Approved |
| | System Account | I’d wish I knew about the SPPersistedObject a bit earlier.. | | Robin, I tried replicating this code. However, I'm not able to get it working. Whenever the timer job runs, an error is generated at the overloaded constructor. It mentions "Value is null", reference cannot be set to an instance of object. Any thing that is missing & any way to get it working? | Approved |
| | System Account | ContentIterator | | | Approved |
| | System Account | Site Life Cycle Management V2 .. Why V2? | | Hi Was there a resolution to the int32 error. As I receive this when I try and delete a site. The directories are created in the backup share but nothing else. Receive the following error on any site I try to delete even if its newly created as abc using default team site: Value was either too large or too small for an Int32. Value was either too large or too small for an Int32.. at System.Convert.ToInt32(Int64 value) at zevenseas.LifeCycleManagement.EventReceivers.DeleteCapture.<>c__DisplayClass1.<WebDeleting>b__0() Thanks Kev | Approved |
| | System Account | Using the PeoplePicker in your custom webpart | | I have the same issue. Please If you find the solution can you post it? I can't sort the dialog of the People Picker. | Approved |
| | System Account | Anonymous Application Pages | | Great Stuff, I was able to resolve my problem with login prompts using information on this page.
| Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | how to set the property of Domain, this is where you specify the LDAP string. | Approved |
| | System Account | SP.UI.Notify is awesome | | Hi panoone, this is only available for SP2010 indeed.. Robin | Approved |
| | System Account | SP.UI.Notify is awesome | | This looks like just what I need. Will it work with 2007 or is this only for early adopters of 2010? | Approved |
| | System Account | I’m a SharePoint Services MVP! | | Thanks everyone!!! :D | Approved |
| | System Account | I’m a SharePoint Services MVP! | | Gefeliciteerd Robin! You earned it. | Approved |
| | System Account | ContentIterator | | Yes, though there are a lot more calls you can do to retrieve listitems using the ContentIterator (by using the SPQuery for example as a parameter) Was just wondering as well if we need to dispose the SPWeb and SPSite objects. I looked what's going on behind the scenes with Reflector and it does close the objects. Don't know if that's enough for the garbage collector to dispose the objects as well. | Approved |
| | System Account | ContentIterator | | As I was reading this I was thinking "there's gotta be a performance hit for that extra checking", so I'm glad you took a look. I agree it could be appropriate to use this at least for background tasks - could be a step towards governing resources there. Although one consideration might be that even if you're using all the items in a collection, you might find a query which is faster than iteration in any case. Good info mate :) | Approved |
| | System Account | I’m a SharePoint Services MVP! | | He Robin, gefeliciteerd! | Approved |
| | System Account | I’m a SharePoint Services MVP! | | Contratulations !!! | Approved |
| | System Account | I’m a SharePoint Services MVP! | | Congratulations! | Approved |
| | System Account | I’m a SharePoint Services MVP! | | Well deserved! Congrats! | Approved |
| | System Account | Using the PeoplePicker in your custom webpart | | Hi, I am facing one problem... I want to add the columns that are shown in the dialog of the People Picker. How can i control that. When i do PeoplePicker.ResolvedEntities[0].EntityData...where is this data coming from...? Is it coming from Active Directory...? If Yes, then how can i make sure that "Email" will always be the part of the EntityData collection... thanks, Shakti | Approved |
| | System Account | SP.UI.Notify is awesome | | @Tobias, thanks buddy! :) | Approved |
| | System Account | SP.UI.Notify is awesome | | Roger that mate ;-) Good post, like the dynamic addition of notifications like you've done. Z | Approved |
| | System Account | SPList has no Url property? | | Hello! Google gerade im Web und bin auf dieser Homepage gelandet. Respekt, haben Sie toll gemacht. Ich wünsche Ihnen weiterhin viel Erfolg mit Ihre Seite und natürlich viele Besucher. Hier habe ich mich sehr wohl gefühlt und werde wieder hierher zurückkommen. Freue mich auf einen Gegenbesuch auf meiner Homepage
| Approved |
| | System Account | SPList has no Url property? | | foreach (SPWeb web in SPContext.Current.Site.AllWebs) { foreach (SPList l in web.Lists) { string listUrl = SPContext.Current.Site.Url + l.DefaultViewUrl; } } | Approved |
| | System Account | This form was customized not working with attachment – Solved! | | Since this post is top of the Google search result, I guess this is right place to post my finding. I couldn't patch any further as it said "The expected version of the product was not found on your system" and I think I have most up-to-date SP Designer. But I have two machines that running different language Windows; on English Windows I do not have problem with customize the form, but on Japanese Windows I do see two or more fields missing compare to English Windows after saving the form. And yes, I do hit "This form was customized not working with attachment" only on the form that edited with Japanese windows. And I still have no solution.... | Approved |
| | System Account | New MOSS SP2 bug? | | The Sharepoint pain continues, is it just me or is Sharepoint simply horrendous to use?? | Approved |
| | System Account | Want to configure Timer Jobs ? ;) | | Looks good. One question. Why top-nav selection doesn't work? It shows "Home". Should it be "Operations"? | Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | Looks like Change Password web part is talking Hiddenly with some other server - not sure if it is trying to transfer any information from my system to the server where it is trying to connect? Atleast this is what error suggest, I guess, The server could not be contacted ?? | Approved |
| | System Account | Updated : FeatureBlocker | | Hi Barry, I've sent you an email with an updated version of the WSP. Apparently I had forgotten that I also copy the .dll from the Features folder to the WebApp folder. So an old version of that .dll was shipped with the version you have downloaded. Hopefully the problem is solved now :) | Approved |
| | System Account | Updated : FeatureBlocker | | I directly copy zevenseas.SharePoint.Solutions.FeatureBlocker.dll into bin folder located in web application folder, then I can access the site, but when I try to open page of site feature or site collection features, I got following error: Request for the permission of type 'Microsoft.SharePoint.Security.SharePointPermission, Microsoft.SharePoint.Security, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c' failed. | Approved |
| | System Account | Updated : FeatureBlocker | | I use the source to build solution in VS and deploy it on farm, but I got following error when acccee site collection. "onfiguration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'zevenseas.SharePoint.Solutions.FeatureBlocker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4306074270f0265a' or one of its dependencies. The system cannot find the file specified. Source Error: Line 2: <browser refID="Default"> Line 3: <controlAdapters> Line 4: <adapter controlType="Microsoft.SharePoint.WebControls.FeatureActivator, Microsoft.SharePoint.ApplicationPages, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" Line 5: adapterType="zevenseas.SharePoint.Solutions.FeatureBlocker.FeatureBlockerAdapter, zevenseas.SharePoint.Solutions.FeatureBlocker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4306074270f0265a" /> Line 6: </controlAdapters> Source File: E:\Inetpub\wwwroot\wss\VirtualDirectories\FeatureTest\App_Browsers\zevenseasFeatureBlocker.browser Line: 4 Assembly Load Trace: The following information can be helpful to determine why the assembly 'zevenseas.SharePoint.Solutions.FeatureBlocker, Version=1.0.0.0, Culture=neutral, PublicKeyToken=4306074270f0265a' could not be loaded." Could you please help me to figure out, Many thanks :) | Approved |
| | System Account | Updated : FeatureBlocker | | Hi Robin: I had download changeset 38248, but no wsp file in the package. Could you please tell me how to deploy the updated solution to MOSS farm? Mang thanks :) | Approved |
| | System Account | Do you live in India.. and do you love SharePoint? | | uh oh..... I prefer Hyderabad | Approved |
| | System Account | Using the PageViewerWebPart to show a list or document library as a ListViewWebPart | | Hey , Its an excellent article... I am getting an Exception (Cannot Complete this action, Please try again) while calling the Clone method of view while creating a new view.. Please help me | Approved |
| | System Account | This form was customized not working with attachment – Solved! | | Hi, I finally solved it a long time by recreating the form but yesterday it suddenly stopped working agauin... I'm still checking what caused it. sorry for the very late reply | Approved |
| | System Account | Where is the Save button? | | The functionality is great and the button very funny? The Save button is so 2007 :) It's also since office 2010 that the ribbon is consistant. | Approved |
| | System Account | zevenseas Feature Blocker | | @UncleJohnsBand, sorry! Yes.. good thing to remind me, will do it very soonish ;) | Approved |
| | System Account | Do you live in India.. and do you love SharePoint? | | @Colin, thanks! Hou je mailbox in de gaten ;) @SP, in Bangalore ;) | Approved |
| | System Account | zevenseas Feature Blocker | | Hi Robin.....I thought I would check back on any updates on your solution. Cheers | Approved |
| | System Account | Do you live in India.. and do you love SharePoint? | | Where in India? | Approved |
| | System Account | Do you live in India.. and do you love SharePoint? | | He Robin, ik ken wel wat mensen uit India die C# etc. doen, wil evt. wel even bellen voor jullie? Ben 3 keer naar India geweest en heb daar heel wat mensen leren kennen, waaronder Certified trainers etc. De pool aan developers is daar zo groot, ze staan daar echt in rijen van 10 voor sollicitaties, etc. (laatste keer dat ik er was vertelde die vriend van me over een vacature waarop wel 7000 man had gereageerd 8-|!!) Mail me indien je meer wilt weten / in contact met mensen daar wilt komen (waarvan ik weet dat het goed zit)... | Approved |
| | System Account | Extending CQWP by doing a bottom-up aggregation | | Thanks for such a nice blog post....i was searching for something like that.
| Approved |
| | System Account | zevenseas AD ChangePassword WebPart released | | Hi, can I somewhere to change the labels to another language (Czech)? Is it in database or in xml? Thanks, Patrik | Approved |
| | System Account | This form was customized not working with attachment – Solved! | | Hi mek, Just wondering if you ever solve the question you left here on the 16th November. I'm having the exact same problem and, honestly speaking, i'm running out of possible solutions... :( Any help would be aprreciated! | Approved |
| | System Account | Adding Themes the supported way! | | Hi Robin. It looks like the code has been pulled from CodePlex - This page is the only location where the info still exists. Is it going to be re-released soon? Thanks! Brad | Approved |
| | System Account | Nintex Workflow 2007 | | | Approved |
| | System Account | Nintex Workflow 2007 | | | Approved |
| | System Account | Nintex Workflow 2007 | | I want to try this feture | Approved |
| | System Account | Nintex Workflow 2007 | | | Approved |
| | System Account | Extending CQWP by doing a bottom-up aggregation | | Thats great, I never knew before this blog.
| Approved |
| | System Account | Building a custom Nintex Workflow Activity : using the CredentialPicker | | Better yet I think it would be nicer to see this with the Create an Item action that Nintex offers. I think this would be more powerful. How about that challenge..... :-) Also, Inkspot.....Robin was talking about including this in your own Custom Activity. You have to build your own and add this to it. Hope that helps. | Approved |
| | System Account | Building a custom Nintex Workflow Activity : using the CredentialPicker | | Now what I would really would like to see is this feature rolled in with the Copy an Item action that Nintex offers as well. Up to the challenge... :-) | Approved |
| | System Account | This form was customized not working with attachment – Solved! | | mek, I had this same problem recently. The only thing I did was delete the edit form and recreate it and miraculously the attach file function worked fine on my custom edit form (it didn't stay on the attach file form after attachment and I didn't have to hit cancel to go back to list). | Approved |
| | System Account | Building a custom Nintex Workflow Activity : using the CredentialPicker | | I'm sorry...I meant share it as a Nintex .NWA format. | Approved |
| | System Account | Building a custom Nintex Workflow Activity : using the CredentialPicker | | Would you be willing to share an nintex installation wsp file of this. It's exactly what I need but I'm not exactly clear on how to build it for Nintex. | Approved |
| | System Account | Want to configure Timer Jobs ? ;) | | Hi, I am creating a site defination. This site defiation creates a TimerJob. I want to be this timer is configurable after deployment. I also want to allow some other custom options, specific to this timer job. Can we add an link inside the site setting and custom aspx page which contains configurable option to change values? | Approved |
| | System Account | Write error on file "wssxxx.tmp" | | | Approved |
| | System Account | SPList has no Url property? | | I like your post, it’s a really good stuff, keep it up! Office Conceirge has another benefit that it is economic too
| Approved |
| | System Account | I’d wish I knew about the SPPersistedObject a bit earlier.. | | Hi man, you saved my life today.. I was confused with how we can create the object first of all!!.. cheers | Approved |
| | System Account | This form was customized not working with attachment – Solved! | | Hi, I've installed the hotfix and it works fine now, I can now attached the only problem is when I edit a document and attached a file, the file is gone but if I press cancel it is attached in the form. The normal thing should happen is that after I attached a file, it will go back to the form. But after installing the hotfix it doesn't go back to the form after attaching. P.S it only happens in EDIT mode, but in NEW attachments works fine | Approved |
| | System Account | IGNITE recap | | Hi Sahil, yes you are totally right.. and even with the feature upgrade framework as it is now you'll need to build your own tool that updates an individual feature or a set of features instead of doing a PSConfig -cmd upgrade that upgrades the entire farm.. But.. at least it is supported right now and that's something we are wanting for quite some time eh? :) | Approved |
| | System Account | zevenseas Feature Blocker | | I didn't realize that you could only pick one scope period to block....I originally thought the issue was just if the feature itself was scoped on two different levels (i.e. Enterprise Services). Will your update allow the blocking of features at different levels at the same time (regardless of them being multi-scoped features or not). For example....I want to disable: * The Excel Services at the farm level * Office SharePoint Server Web Application features at the Application Level * Office SharePoint Server Enterprise Site Collection features at the Site level * Translation Management Library feature at the Web level * Office SharePoint Server Enterprise Site features at the Site level All at the same time..... That's all.... :-) Cheers | Approved |
| | System Account | IGNITE recap | | The kicker of course is "Existing sites get updated using the feature update framework" - which is not as trivial as .. just bullet 5.4 if you know what I mean :) And then if you think about it, the bulk of your work is still in authoring those updates. So practically speaking, it is still a lot of work, but the one big advantage here is a standard supported upgrade mechanism, that is in code, and not in documents - which is the feature upgrade framework. Sahil | Approved |
| | System Account | zevenseas Feature Blocker | | Excellent Robin! Looking forward to the multi-scope feature update. Any idea on delivery date? :-) Cheers. | Approved |
| | System Account | Troubleshooting : An unexpected error occurred while connecting to the report server. Verify that the report server is available and configured for SharePoint integrated mode. | | Please, can you tell us how you modified the host file?. We have the same problem conecting reporting service. Thanks. | Approved |
| | System Account | Want to prevent users from activating certain features? | | @Smakim, download the complete solution from codeplex and there you will find the proper code to copy the .browser file to each WFE using a timerjob ;) | Approved |
| | System Account | zevenseas Feature Blocker | | Hi, yes, you are correct. In this version you can only block a certain scope (farm/webapp/site/web) features. On the other question, the enterprise features appear both in the web and sitecollection features page. If you block the sitecollection one, it will be sufficient because the webfeature is dependent on that sitecollection feature. I will upload a modification to the featureblocker tool to support multiple scoped features :) | Approved |
| | System Account | zevenseas Feature Blocker | | Hi Robin....I posted this over at codeplex as well in the issues area but figured I would try posting here as well.... Perhaps this is how this is to work.....but it seems odd. If I block Enterprise Services at the web level then switch to the site level and block Enterprise Services there.....the settings for what was blocked on the Web level are lost. Can you only block items at one level or is this a bug of some sort? | Approved |
| | System Account | Nintex Workflow 2007 | | | Approved |
| | System Account | Site Life Cycle Management V2 .. Why V2? | | Hi robin I really like the idea of this tool and have just downloaded from codeplex. I am interested if the new version for gathering information at a subweb level. You have an updated version which would seem to be around 27 Aug 2009 but all I can find is the version on codeplex of March, and this version only seems to do sites collection gathering? Is there anywhere else I can get the new version
| Approved |
| | System Account | Enumerating through SSP's | | Oh! Awsome!! Thanks!! | Approved |