FIMSynchronizationService and Sharepoint 2010 August Update

Hi to everyone. I have a question i hope someone here can help.
I recentlly install the update from August 2010 for SharePoint 2010 and the User Profile stop working.
I did some research but i couldn't find a solution.
I notice in my Sharepoint console a pop-up message like this:
"System.ServiceModel.EndPointNotFoundException in OWSTimer.exe 7756"
and did a debug to this error and found the following exception
{"Could not connect to
http://vlaba-sh00:5725/ResourceManagementService/MEX. TCP error code 10061:
 No connection could be made because the target machine actively refused it 192.168.0.205:5725. "}
looking at the service i found that the Forefront Identity Manager Synchronization (miiserver.exe) couldnt be started.
every time i started its stop with the following message:
The service: Forefront Identity Manager Synchronization (miiserver.exe)
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="FIMSynchronizationService" />
  <EventID Qualifiers="49152">6211</EventID>
  <Level>2</Level>
  <Task>2</Task>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2010-10-19T18:37:32.000000000Z" />
  <EventRecordID>385757</EventRecordID>
  <Channel>Application</Channel>
  <Computer>vlaba-sh00.latam.com</Computer>
  <Security />
  </System>
  <EventData />
  </Event>
The service was unable to start because the version of the database does not match the version of the product.
Event 6211
also had this event:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
  <Provider Name="Forefront Identity Manager" />
  <EventID Qualifiers="0">3</EventID>
  <Level>2</Level>
  <Task>0</Task>
  <Keywords>0x80000000000000</Keywords>
  <TimeCreated SystemTime="2010-10-19T18:37:56.000000000Z" />
  <EventRecordID>385758</EventRecordID>
  <Channel>Application</Channel>
  <Computer>vlaba-sh00.latam.com</Computer>
  <Security />
  </System>
- <EventData>
  <Data>Microsoft.ResourceManagement.Workflow.Hosting.WorkflowManagerException: Forefront Identity Management Service does not support workflows of type 'Microsoft.ResourceManagement.Workflow.Activities.SequentialWorkflow, Microsoft.ResourceManagement,
Version=4.0.2450.5, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.</Data>
  </EventData>
  </Event>
both version for miiserver.exe and Microsoft.ResourceManagement.Service.dll are 4.0.2450.11.
I think the update fix didnt update the values of SyncDB database for the Identity Manager.
Well, i don't know how to fix this problem. If someone can help me i will appreciate it.
A big hug for all of you and thanxs for advance.

I've hit the same issue before. I was able to resolve it in my environment by stopping and restarting the User Profile Synchronization Service in the farm.
Steps:
Central Admin>System Settings>Manage Services on Server (select the server where the User Profile Service is running)
Stop the User Profile Service
Stop the User Profile Synchronization Service (you will be prompted that this will deprovision the service)
Once the services have stopped, Start the User Profile Service again
Start the User Profile Synchronization Service again (you will be prompted to enter the password for the User Profile Service's svc account) -note1: this service can take a little while to restart; note2: if it does not restart successfully, restart
the server and try again (this has worked for me)
Once complete, the User Profile Service and User Profile Synchronization service should show as Started, and the 2 corresponding FIM services on the server should be running again
From that point on, my errors went away.

Similar Messages

  • SCOM and SharePoint 2010 Add-In for Dashboards (Issue)

    I have an environment with SCOM 2007 R2, all working fine. I have installed ans new test server to integrate SCOM and SahrePoint 2010. On this server I have installed Visio 2010 (Yes, I know, never install Visio in a server, but this ins juts for test).
    I have installed Visio Add-In and SharePoint 2010 Add-In.
    All my dashboards created in Visio to reflect health state are working fine on Visio, in fullscreen. But, When I import this Visio file, (in . VWD), to SharePoint, I can see normally the Visio in my Webpart, all showing fine (I have used the step by step
    to configure SCOM and SharePoint integration). But, after my first Refresh for the diagram all Health State Icons becomes a FAIL Icon (like image below). This sounds like some permission problem, because on Visio all Health State Icons works fine.
    Someone can help me?

    I have used this step by step before, but I think the problem is a parte, because I dont understand better, the part is:
    To configure Visio Services for Read-Only Operator permissions on the RMS
    In order for Visio Services to refresh the diagrams that are published and connected to Operations Manager data, the Visio Services service application must be configured with credentials that have access to the RMS. This is because
    the Visio Services service application is executing the data provider which is responsible for returning the updated dataset from the RMS.
    The easiest way to configure this is to make the account that Visio Services is running as a Read-Only Operator on the RMS.
    To do this…
    Create domain account
    Run the Operations Manager console.
    From the Administration tab click on User Roles.
    In the User Roles list double-click on the Read-Only Operators role.
    Add the account that is configured for Service Application Pool.
    Can anyone help me about where configure this account on SharePoint??

  • Hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem

    hyper link of public image(hyperlink or image) can not be saved on windows server 2012 and sharepoint 2010 problem, is this a bug?
    thanks for any reply.
    Rosone

    It is not a bug, you might be using IE in Windows server 2012 and and browser might be restricting your site actions to respond properly.
    Check this in a different browser or access site in a differ OS.
    Adnan Amin MCT, SharePoint Architect | If you find this post useful kindly please mark it as an answer.

  • Unable to bind user to peopleeditor programmatically after SharePoint 2010 August 2011 CU

    I have a drop-down selected index change event to set value for a people editor control. This works fine for the first time. But the next time I change a value in the drop-down, the people editor wont change if it already holds  a value. I need
    to clear it and then  change the drop-down value,. This issue occurs after August 2011 CU update and does not happen in other environment where i dont have this update applied.
    Can someone officially confirm if this a known issue with August 2011 CU? I see this is being reported both in SP2010 and  MOSS 2007 after their respective August 2011 CU updates. Refer
    http://blogs.technet.com/b/stefan_gossner/archive/2011/08/31/august-2011-cu-for-sharepoint-2007-and-2010-has-been-released.aspx

     if (currentUser != null)
    //Clear ppl column:: sharepoint ppl id:  peFinanceDepartment
                                   peFinanceDepartment.Entities.Clear();
                                    PickerEntity UserEntity = new PickerEntity();
                                    // CurrentUser is SPUser object
                                    UserEntity.DisplayText = currentUser.Name;
                                    UserEntity.Key = currentUser.LoginName;
                                    System.Collections.ArrayList entityArrayList = new System.Collections.ArrayList();
                                    entityArrayList.Add(UserEntity);
                                    peFinanceDepartment.UpdateEntities(entityArrayList); 
                                    // Add PickerEntity to People Picker control
                                    //peFinanceDepartment.Entities.Add(peFinanceDepartment.ValidateEntity(UserEntity));
                                    // This should make People Picker control disable|readonly
                                    //peFinanceDepartment.ShowButtons = false;
                                    //peFinanceDepartment.AllowTypeIn = false;
    or
    if you clear using javascript plz follow below url
    http://www.sharemuch.com/2011/12/04/how-to-address-sharepoint-2010-people-editor-issue-not-clearing/
    Thanks
    Reddy
                                   

  • Custom Property in Microsoft Word 2010 Document Template and Sharepoint 2010 Content Type not Syncing up

    I wrote a macro in a Word 2010 template with a custom property called HeaderFooter (a Yes/No value). When the property is changed to No, the header and footer are hidden, otherwise, the header and footer are displayed.
    I added the template to a SharePoint 2010 Document library, with a content type DocInformation and a column name HeaderFooterOffOn that I want to map to the custom property HeaderFooter in the Word Document.
    The macro isn't working in SharePoint, though, because when the user clicks on the HeaderFooterOffOn in the DIP of the Word Document, the Word Custom Property (HeaderFooter) isn't changing with it.
    How do I get these two synced up, so that when the SharePoint column is changed, the Word Document's custom property simultaneously updates with it?

    Hi kevinkevinc,
    There is no direct way to run macro in SharePoint
    As a workaround, I suggest you use SharePoint Event Receiver to run some custom code when column changed.
    Here is a similiar thread for your reference:
    http://social.msdn.microsoft.com/Forums/office/en-US/249249e2-3263-4001-86fa-bda342d95f35/run-word-macro-on-newly-uploaded-sharepoint-word-documents?forum=sharepointdevelopmentlegacy
    More information:
    SharePoint Event Receiver:
    http://msdn.microsoft.com/en-us/library/ee231563.aspx
    http://msdn.microsoft.com/en-us/library/ff398052.aspx
    Best Regards
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Zhengyu Guo
    TechNet Community Support

  • Adobe Drive 3.0 and Sharepoint 2010

    Have the Adobe Drive/Sharepoint 2010 interoperability issues been resolved?

    Are you still interested in Creative Suite <-> Adobe Drive <-> MS SharePoint integration? Do you have SharePoint configured with CMIS? I’m not sure which specific issues you’re referring to, but there are a number of known integration issues (for example, check out functionality not working) that are being looked into by MS (confirmed that the check out issue and a number of others are ones they need to resolve). I do not have an ETA yet as to when an update with fixes will be released.

  • Adobe 3D, Ver8 and SharePoint 2010

    We recently updated from SharePoint 2007 to SharePoint 2010. We use the Adobe Shared Review (Link to Docu) process to send out documents for markup/comment/review. After the conversion, the documents are still going to the correct review folder as before for all writers but two.
    These writers recently had updates made to their PCs and so we went back into SharePoint and recreated new workspaces for them. Next, they started an Adobe Shared Review and recreated a new folder location, typed in the SharePoint Site URL, clicked Get Workspaces, and the workspaces appear in the list.
    Each workspace listed has the following document libraries listed: Master Page Gallery and Shared Documents. If these writers choose the Shared Documents library and click Verify, the shared folder location is not valid. If they choose Master Page Gallery and verify, the shared folder location is valid and they are able to add the new folder and complete the Shared Adobe Review process. However, this is not the folder to store and collect document comments/markups because the originator cannot see that any new comments/markups were added by a reviewer.
    I am one who is able to send out a review and have the PDF and comment collection folder added to the correct location. However, I did try to add a new folder and I also had a status of shared folder location is not valid when choosing Shared Documents from the library listing.
    Is there something different from SharePoint 2007 to 2010 that occurred during conversion? Can it be that the correct shared folder location needs synchronizing somehow and if so, how? Any insight is greatly appreciated.

    This is a known problem in Acrobat 8/9. You need to upgrade to Acrobat X where this is fixed.

  • Acrobat Pro 9 e-sign and SharePoint 2010 integration

    Hello,
    I cannot get an Acrobat Pro 9 created document with electronic signature fields to open in SharePoint 2010 so it can be checked out, signed, saved and checked back in. I have seen discussions on this subject from 2011, but have not come across any solutions. Has there been a fix to this yet?

    There are several different scenarios that happen. I am testing the document before I send it out the links again to have users esign. Not every user has Pro 9. Some only have Reader 8. I am uploading the unsigned document created in Pro 9 to a SharePoint 2010 site. There are 10 different signature fields – none of them are locked. When I go to the document to sign under the “edit” function in SharePoint I get an error that says object label badly formatted when trying to save, or I am able to sign once and save, and when I got to test signature number 2 it cannot open the document. Every time I upload it to SharePoint I have to enable Reader 8 usage rights. Sometime it lets me do it, and sometimes it says “this document could not be reader enabled.” It does not seem to be stable. Sometimes it works and then just a few minutes later it has problems. Please advise. Thanks.

  • UCM11g and SharePoint 2010 integration

    Hi everybody,
    I got a question if it's possible integrate Oracle UCM11g with Ms SharePoint2010. The SharePoint will be the user interface and UCM only the background storage. I found the threads about UCM10g.
    Where can I find the information about integration UCM11g and SharePoint?
    Thanks
    MB

    Hi MB,
    I am also facing same problem(question). I fallowed http://www.oracle.com/technetwork/middleware/webcenter/owcs-ps3-sharepoint-wcs-wp-335282.pdf link for ingetration sharepoint 2007 with webcenterspaces in this im using PS3 webcenter suite.
    have u done this.
    i hope in some of link i found SharePoint 2010 doesn't webcenter spaces(ps3).
    http://docs.oracle.com/cd/E21764_01/webcenter.1111/e12405/wcadm_documents.htm#BABDHCEC
    Regards
    Shankar

  • SkyDrive Pro and SharePoint 2010

    Why SkyDrive Pro can no longer sync SharePoint 2010 libraries? I was using Windows 8 with Office 2013 and SkyDrive Pro had no problems with synchronizing content from SharePoint 2010. Now I installed Windows 8.1 with Office 2013 and it doesn't work anymore.
    Is there any way to fix it? My colleagues (with Windows 8 and Office 2013) still can synchronize content from SharePoint 2010.

    Note that SkyDrive Pro does not support SharePoint 2010 so any issues you have with it won't be looked at by Microsoft.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • Adobe X Bates Stamping and SharePoint 2010

    I'm trying to use Adobe X with SharePoint 2010 and Bates Stamp a set of documents stored in a SharePoint library and running into the following issues:
    1. It's necessary to manually check out the documents in order to "stamp" them.  Is this a known issue -- is there a way to have Adobe automatically check out the documents? I suspect not but thought I'd ask (would be a nice feature to add)
    2. Once checked out, Adobe can process the documents.  However, even though I tell it to "overwrite" the existing documents and to change the file name to the Bates Stamp sequence, Adobe creates new documents in the same library.  The result is that I end up with twice as many documents in the library.  Is there a fix for this so that Adobe actually overwrites the existing documents instead of creating copies?
    Thanks

    Hi, Renew.
    Since this question is not related to the CreatePDF service, but rather related to Acrobat, I've moved your question to the Acrobat forum > Creating, Editing and Exporting PDFs.
    Dave, Adobe

  • Lync 2013 standard deployment: Exchange 2010 Sharepoint 2010 and outlook 2007 collaboration

    HI
    I have Exchange 2010 and sharepoint 2010 with all our user using outlook 2007. what options do I have for collaborations between these systems if I was to install Lync 2013. I have seen posts that mention that you cannot use outlook 2007 and lync 2013 and
    that you would be better off installing the lync 2010 client?
    1. would we be covered from a licensing point of view if we had bought lync 2013 cals but install the lync 2010 software on desktops?
    2. what Cals do we require for presence to be available in SharePoint we currently have standard sharepoint cals?
    3. what new features will we loose if we install 2010 lync software.
    4. if our mobile users use the 2013 lync software will these be able to communicate with the 2010 users?
    thanks
    J

    Hi,
    If you use Lync 2013 client with Outlook, multiple functions will not be achieved, such as: customize Outlook meeting invitations (add logo, help URL, disclaimer, footer text), in Outlook, configure meeting option to mute attendee audio and video by default,
    presence status in the Microsoft Outlook To and Cc fields, and so on. As Lync 2013 is the part of Office 2013, the best choice is using Outlook 2013.
    More details:
    https://technet.microsoft.com/en-us/library/gg412817.aspx
    For the CAL requirement, you can refer to following link:
    Lync Licensing Guide
    You can refer to the link below of “What’s new for clients in Lync Server 2013” to understand the new features for Lync 2013:
    https://technet.microsoft.com/en-us/library/jj204933.aspx
    If you use Lync 2013 mobile clients, you can communicate with 2010 users with no possible.
    Best Regards,
    Eason Huang
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Eason Huang
    TechNet Community Support

  • March 2015 TechNet Guru Awards! See who's boss in SharePoint 2010! It could be YOU!

    The results for March's
    TechNet Guru competition were posted!
    http://blogs.technet.com/b/wikininjas/archive/2015/04/17/the-microsoft-technet-guru-awards-march-2015.aspx
    Below is a summary of the medal winners for December. The last column being a few of the comments from the judges.
    Unfortunately, runners up and their judge feedback comments had to be trimmed from THIS post, to fit into the forum's 60,000 character limit, however
    the full version is available on TechNet Wiki.
    Some articles only just missed out, so we may be returning to discuss those too, in future blogs.
     BizTalk Technical Guru - March 2015  
    Steef-Jan Wiggers
    BizTalk Server 2013 R2 Instrumenting an orchestration with ETW
    Sandro Pereira: "Really nice article, I love it, nice use of the BizTalk CAT Instrumentation Framework. And once again, the article well detailed and excellent formated in terms of images and text format. Good work Steef-Jan."
    Ed Price: "Fantastic depth in the Introduction, Scenario, and Wrap Up!"
    Steef-Jan Wiggers
    View BizTalk Send Port Subcriptions
    Sandro Pereira: "Really useful script! Good job Steef-Jan."
    Ed Price: "Good context setting in the introduction (the image helps a lot)!"
     Forefront Identity Manager Technical Guru - March 2015  
    Tracy Yu-MSFT
    The Ultimate Tools to work ith RCDC in FIM
    Søren Granfeldt: "Very nice and a great help for all of us struggling with RCDC's"
    AM: "Thanks for posting Tracy! RCDCs can be very frustrating to troubleshoot."
    Wim Beck
    FIM2010: Protect passwords in configuration files
    Søren Granfeldt: "Nice technical explanation and good approach"
    AM: "Far too many FIM environments I find plain text passwords stored in scripts - great contribution.
    Another helpful resource"
     Microsoft Azure Technical Guru - March 2015  
    saramgsilva
    Avoid Nightmares Using EF First Migration in Azure Mobile Services
    JH: "Another nice one from Sara. Definitely worth a look."
    Ed Price: "I love the use of embedded links to the related library articles! And the article is rich with descriptions, well-formatted code with great commenting, and clarifying images. Plus a link to the source code. Fantastic job on
    this!"
    Alan Carlos: "Great! Very detailed!"
    Ken Cenerelli
    Creating an Microsoft Application Insights resource
    Alan Carlos: "Great article!"
    Ed Price: "Incredibly thorough how-to article!"
    JH: "Application Insight is something everybody should have on his radar. Ken provides a nice article to get started."
    Prashant Mahajan
    Azure: MVC application to refer js from blob
    JH: "Nice alternative on deploying JavaScript on Azure. Worth a look in some deployment scenarios
    Ed Price: "This is a great topic! Could be improved on with code formatting and a See Also section. Good article!"
     Miscellaneous Technical Guru - March 2015  
    XAML guy
    Convert and Edit Microsoft Office Live Meeting Recordings
    Alan Carlos: "Thanks XAML guy! Very yseful!"
    Durval Ramos: "This article was "welcome", but "a little late". Simple and clear. Well done, Peter!"
    Ed Price: "Fantastically crafted instructional guide!"
    Richard Mueller: "Great information. Good use of article guidelines. I like the images."
    Andy ONeill
    Silverlight: Trouble Shooting Installs
    Alan Carlos: "Cool Andy!"
    Durval Ramos: "This article is very detailed, has a demo and use description in different browsers, but could change sections order or maybe split article: "What's Silverlight?" and "Trouble Shooting Installs". Well,
    one more time... Good job Andy!"
    Ed Price: "Incredibly exhaustive with a lot of great supporting sections!"
    Richard Mueller: "Good use of article guidelines, like "See Also" and TOC."
    Tom Mohan
    Zen coding with Visual Studio
    Durval Ramos: "It would be welcome if added images and references about your use in VS"
    Ed Price: "Great topic with some great code formatting! Could benefit from section headers and a See Also section. Very helpful article!"
    Richard Mueller: "Very interesting. This tool could prove useful, once you get used to it."
     SharePoint 2010 / 2013 Technical Guru - March 2015  
    Murugesa Pandian
    Simple understanding on SharePoint Provider Hosted App Model
    Jinchun Chen: "Nice article"
    Hezequias Vasconcelos: ""
    KB: "Please correct typos. I like the explanation on difference between app only permissions and user permissions"
    Ed Price: "Great explanation! The diagrams are very helpful!"
    Margriet Bruggeman: "Interesting start, but I feel this article needs a lot more work to become really useful. Not because the article is bad, but because of the fact that the topic is so complex."
    Melick
    JSOM List Operations in SharePoint Apps in a proper way (Provider
    Hosted and SharePoint Hosted)–CRUD
    Margriet Bruggeman: "Clean implementation of a very useful JS library. I really like this approach"
    Hezequias Vasconcelos: "The sound is great content for development in SharePoint"
    Ed Price: "Good topic with helpful code snippets! Could benefit from Headers, a TOC, and a See Also section. "
    Michaelle de las Alas
    Expandable/Collapsible Headers Solution for SharePoint Pages
    Hezequias Vasconcelos: "The page management and scheduled SharePoint content is a great resource."
    Ed Price: "It's simple, well-written, and very helpful for the community! Could benefit from headers, a TOC, and a See Also section. Great topic!"
    Margriet Bruggeman: "I like it. A useful idea that is easy to implement." 
     Small Basic Technical Guru - March 2015  
    Philip Munts
    Small Basic and the Raspberry Pi
    Michiel Van Hoorn: "Wonderful idea and good write up. Would be cool so have something running with the "regular" Raspbian."
    RZ: "This is incredible. Detailed step-by-step instructions and pictures/screenshots. Makes me want to jump up and try it myself now. But I will save it for a nice rainy day project to work with my boy. I am sure he will be all in awe!"
    Yan Grenier
    Small Basic: Timeline for the games
    Michiel Van Hoorn: "Great advance article on timelines. Very usefull to those looking for more complex games."
    RZ: "This is a difficult topic, especially for beginners. But Yan explained it very well with details and examples!"
    Ed Price - MSFT
    Small Basic on TechNet Gallery
    Michiel Van Hoorn: "Very useful "baseline" for those who want to blog / post."
    RZ: "Very nice explanation of the TechNet Gallery"
     SQL BI and Power BI Technical Guru - March 2015  
    Jens Vestergaard
    SSIS Script Task and Proxy Auto Configuration (PAC) Script
    RB: "Great article, that applies to any kind of web content."
    PT: "Good quick reference example. Thanks for submitting it."
    Ricardo Lacerda
    SSIS: Data maintenance with Microsoft Azure SQL Database
    PT: "This is a very complete tutorial on setting up CDC which makes the process quite clear. Thnaks"
    RB: "Great article !"
     SQL Server General and Database Engine Technical Guru - March 2015  
    Visakh16
    Parsing Out Data From Flat File With Inconsistent Delimiters in SQL Server
    Durval Ramos: "Very useful. Good job !"
    Ed Price: "Fantastic job on the code formatting, in-depth descriptions, and robust use of images!"
    AM: "Thanks for presenting multiple approaches to solve the problem. It would be good to see a second part describing the format file."
    DRC: "This is a good article which provides different ways to import the data to SQL, But this article needs some modifications. Suggestions: • It would be helpful, if mentioned on which version of SQL server and Visual studio scenario
    was tested • We might encounter errors while using the format files, for example we get the below error if the format file doesn’t have blank space (character ) at the end of each line Msg 4862, Level 16, State 1, Line 10 Cannot bulk load because the file
    "C:\temp\good.fmt" could not be read. Operating system error code (null). • So it will be helpful if you can provide a sample format file and TSQL script along with the possible output which can be tested and compared. • The sample query and the
    format file is not yielding the right output. Screenshots shown in the article has invalid values (for example ID coulmn has invalid values). Format file need to be fixed to get the right data. • The format file under section “Files With Text Qualifiers” is
    also invalid and the data is not imported properly. • Implementation of import using the SSIS package needs more details about how to make the delimiter consistent, Attaching a sample package would be helpful. "
     System Center Technical Guru - March 2015  
    Noah Stahl
    Make System Center Orchestrator Text Faster than a Teenager using PowerShell
    and Twilio
    Ed Price: "Wow, I love the breakdown of sections. As Alan wrote in the comments, "Wow! Great article!""
    Mr X
    How to educate your users to regularly reboot their Windows computers
    Ed Price: "I love the table and use of code snippets and images! Great article!"
     Transact-SQL Technical Guru - March 2015  
    Saeid Hasani
    T-SQL: How to Sort a Column that Contains Character-Separated Numbers
    Durval Ramos: "Great article! The samples in this article are very enlightening."
    Richard Mueller: "Good use of guidelines. Good images. Grammar needs work."
    Saeid Hasani
    T-SQL: Troubleshooting When a Column Alias that
    Created in the SELECT Clause Cannot be Used in the ORDER BY Clause
    Richard Mueller: "Great use of article guidelines. I like the images and "See Also". Good explanation of an advanced topic."
    Durval Ramos: "An interesting topic and also have T-SQL script on TNGallery, about related issue in MS Connect. Good job!"
    sql-pro
    T-SQL: SQL Server Agent Job Execution Status
    Durval Ramos: "This article has interesting content, but needs to be better worked."
    Richard Mueller: "A great idea. We may need more references/links."
     Visual Basic Technical Guru - March 2015  
    Reed Kimble
    Simple Multi-User TCP/IP Client & Server using TAP
    Durval Ramos: "This article offers a complete description about an TAP implementation and has a download code on MSDN Code. Good job!"
    Richard Mueller: "I liked this article a lot. Good use of article guidelines. A lot of useful links, but some could be collected in an "Other Resources" section."
    .paul.
    Factorizing Quadratic Equations (practice and solver)
    Durval Ramos: "Very good. Well formatted article and has images that clarify how to work equations. "
    Richard Mueller: "A fun article with good images."
     Visual C# Technical Guru - March 2015  
    Isham Mohamed
    Setting custom Messages in user defined Exceptions
    Carmelo La Monica: "Good articles and sample code!"
    Jaliya Udagedara: "A short and to the point article. Answers a common problem."
    Tom Mohan
    .NET: Equality Features
    Jaliya Udagedara: "Great article. Has links to MSDN when needed. Definitely enjoyed reading."
    Carmelo La Monica: "Article very detailed in all parts, congrats!"
    Vithal Wadje
    Constructors and Its Types in C#
    Carmelo La Monica: "Well done in all its content , and very exhaustive of the types of constructors of a class"
    Jaliya Udagedara: "Explains Constructors in detail. Please do format the code as Andy suggested."
     Wiki and Portals Technical Guru - March 2015  
    Davut EREN
    Turkish Ninjas Team Council Center
    Durval Ramos: "Great collection of Turkish articles!!!"
    Richard Mueller: "Amazing collection of links."
    Ed Price: "Great job in using this article to build out Turkish content and encourage the community!"
    Alan do Nascimento Carlos
    TechNet Wiki - Images
    Durval Ramos: "Very useful for use in "Wiki Ninjas" Blog posts."
    Richard Mueller: "A great collection of fun images."
    Ed Price: "I can see this article being well used as we leverage these images in blog posts!"
     Windows Phone and Windows Store Apps Technical Guru - March 2015  
    Damien Allan
    Make a Styled Button in XAML for Windows Universal Apps
    JH: "Styling has always been special in XAML-based applications. This article shows nicely how to style a button in Blend in universal apps."
    Ed Price: "Great explanations and how-to content, with helpful images and code!"
    Carmelo La Monica
    Part four: The control Maps on Windows Phone 8.
    JH: "Another article about working with the maps control in Windows Phone 8. Nice to see another one in this series."
    Ed Price: "Fantastic and exhaustive explanation of the Maps control!"
     Windows PowerShell Technical Guru - March 2015  
    Noah Stahl
    Make System Center Orchestrator Text Faster than a Teenager using PowerShell
    and Twilio
    Alan Carlos: "Wow! Great article! Congratulations!!!!"
    Ed Price: "What a powerful solution with great details and helpful images!"
    Richard Mueller
    PowerShell Script to Search Active Directory
    Ed Price: "This article is amazing, due to great details, a couple of helpful tables, lots of supporting images, and a plethora of related links at the end!"
    Alan Carlos: "Very useful!!!"
    Dan Christian
    Add MSG file metadata to a SharePoint list using PowerShell
    Alan Carlos: "Excellent!"
    Ed Price: "I love the supplemental video and helpful images!"
     Windows Presentation Foundation (WPF) Technical Guru - March 2015  
    Andy ONeill
    Uneventful MVVM
    Ed Price: "Amazing depth on this article! I love the See Also and Other Resources sections! Astonishingly great article!"
    Peter Laker: "Supurb article Andy. Nice work again."
    Magnus (MM8)
    WPF: Implementing Global Hot Keys
    Ed Price: "I love the breakdown of sections and clear descriptions!"
    Peter Laker: "Excellent topic and well explained Magnus!"
    Tom Mohan
    Asynchronous data binding using IsAsync and Delay
    Peter Laker: "Great tip Tom, thanks for your contribution!"
    Ed Price: "Very valuable topic!"
     Windows Server Technical Guru - March 2015  
    Pierre-Alexandre Braeken
    Active Directory - Clone a Domain Controller in Windows Server 2012
    with Hyper-V (VM-GenerationID)
    Mark Parris: "The principals of cloning a DC."
    JM: "This is an excellent article on cloning a DC, nice work and thanks for the contribution."
    Richard Mueller: "Excellent topic and great images."
    Mr X
    Netstat for Beginners
    JM: "This is a great article on netstat, thanks for your contribution."
    Richard Mueller: "Very good tutorial on this important tool. I like the images and tables."
    Mark Parris: "Good Insight"
    Pierre-Alexandre Braeken
    Set up a virtual infrastructure at home with Windows 8 + Hyper-V
    Manager and a Synology DS412j
    Mark Parris: "Nice how to article."
    JM: "Although not aimed at Windows Server users, this is also an excellent article."
    Richard Mueller: "Extensive documentation for all the steps."
    As mentioned above, runners up and comments were removed from this post, to fit into the forum's 60,000 character limit.
    You will find the complete post, comments and feedback on the
    main announcement post.
    Please join the discussion, add a comment, or suggest future categories.
    If you have not yet contributed an article for this month, and you think you can write a more useful, clever, or better produced wiki article than the winners above,
    here's your chance! :D
    Best regards,
    Pete Laker
    More about the TechNet Guru Awards:
    TechNet Guru Competitions
    #PEJL
    Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over to
    TechNet Wiki, for future generations to benefit from! You'll never get archived again, and
    you could win weekly awards!
    Have you got what it takes o become this month's
    TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

    Congrats to Muguresa, Melick, and Michaelle!
     SharePoint 2010 / 2013 Technical Guru - March 2015  
    Murugesa Pandian
    Simple understanding on SharePoint Provider Hosted App Model
    Jinchun Chen: "Nice article"
    Hezequias Vasconcelos: ""
    KB: "Please correct typos. I like the explanation on difference between app only permissions and user permissions"
    Ed Price: "Great explanation! The diagrams are very helpful!"
    Margriet Bruggeman: "Interesting start, but I feel this article needs a lot more work to become really useful. Not because the article is bad, but because of the fact that the topic is so complex."
    Melick
    JSOM List Operations in SharePoint Apps in a proper way (Provider
    Hosted and SharePoint Hosted)–CRUD
    Margriet Bruggeman: "Clean implementation of a very useful JS library. I really like this approach"
    Hezequias Vasconcelos: "The sound is great content for development in SharePoint"
    Ed Price: "Good topic with helpful code snippets! Could benefit from Headers, a TOC, and a See Also section. "
    Michaelle de las Alas
    Expandable/Collapsible Headers Solution for SharePoint Pages
    Hezequias Vasconcelos: "The page management and scheduled SharePoint content is a great resource."
    Ed Price: "It's simple, well-written, and very helpful for the community! Could benefit from headers, a TOC, and a See Also section. Great topic!"
    Margriet Bruggeman: "I like it. A useful idea that is easy to implement." 
    Also worth a mention were the other entries this month:
    JSOM List Operations in SharePoint Apps in a proper way (Provider Hosted
    and SharePoint Hosted) – Search (Part2) by
    Melick
    Margriet Bruggeman: "Good stuff - interesting approach for a JS API for JSOM"
    Ed Price: "Good breakdown of methods. Could benefit from more context and a See Also section at the end."
    SharePoint Online: How to change primary administrator for all site collections
    using Powershell by
    Arleta Wanat
    Margriet Bruggeman: "complete discussion of this problem"
    Ed Price: "An incredibly valuable topic!" 
    SharePoint 2013 : Displaying sum for calculated column in a list view using JSLink by
    Jaydeep Mungalpara
    Jinchun Chen: "Helpful"
    Margriet Bruggeman: "This is very useful, I've seen people ask for a solution like this"
    Ed Price: "Good descriptions and use of images. Great to have the code download!" 
    THE PROVIDED APP DIFFERS FROM ANOTHER APP WITH THE SAME VERSION
    AND PRODUCT ID in SharePoint 2013 App Development by
    Melick
    Margriet Bruggeman: "Excellent explanation of the thought process behind solving this problem"
    Ed Price: "Great topic and use of images! Could benefit from more contextual explanation and a See Also section."
    SharePoint Hosted Apps - Create Enterprise WIKI page using REST API by
    Kashif Pervaiz Butt
    Ed Price: "Good intro, reference, and code formatting! Could benefit breaking out the code more and explaining each piece. Good to have the Reference link!"
    Margriet Bruggeman: "Great if you're looking for this exact code, but doesn't do much to explain what is going on."
    SharePoint 2013: Deleting Orphaned SharePoint Databases by
    Matthew Yarlett
    Jinchun Chen: "It is useful in mose cases."
    Ed Price: "Great job on the code formatting and explaining each part! "
    Margriet Bruggeman: "Handy, but I'm missing some insights why this has happened" 
    SharePoint 2010 : Batch Updates on List Items using SharePoint Designer Workflow by
    Murugesa Pandian
    Hezequias Vasconcelos: "The SharePoint Workflow is one of the most sought by the community resources." 
    Margriet Bruggeman: "I guess I expected some more depth, the intro is really nice and then the solution is presented and over before you know it." 
    Ed Price: "Good descriptions and great use of images! Could benefit from Headers and a TOC. " 
    Configure a SharePoint server in non domain(Workgroup) environment by
    Inderjeet Singh Jaggi
    Margriet Bruggeman: "Didn't know that that was even possible, so cool! Although I feel this has limited usefulness." 
    Ed Price: "Good topic, but it could benefit from code formatting, Headers, a TOC, and a See Also section. The images help with clarity!"
    Access SQL server database of any version of SharePoint Standalone farm by
    Inderjeet Singh Jaggi
    Ed Price: "Good use of images, with clear steps and good to have the Reference. Would benefit from a Reference section."
    Margriet Bruggeman: "I feel there is a limited audience for this, and the complexity if the article is aslo limited. I do like the angle about sharepoint in a non-AD environment though, it's just not for me" 
    ADFS signout issue for SharePoint site in IE browser due to FedAuth Cookie by
    Inderjeet Singh Jaggi
    Margriet Bruggeman: "Very useful info, clear focus and article gets right to the point." 
    Ed Price: "Good write up. It's important to write articles in a Wiki perspective rather than a blog tone. Good description of the problem! Could benefit from code formatting." 
    Ed Price, Azure & Power BI Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • Windows Server 2008 hangs in "Applying computer settings" after installing Sharepoint 2010

    Hi!
    I have a server which is designated to be a Sharepoint server, I have successfully installed the server, SQL server R2 and Sharepoint 2010, but right after Sharepoint Server 2010 is installed the nex time I reboot the machine it hangs in "Applying computer
    settings" I have tried reinstalling the server several times, improving the server specs.
    The installations run just fine I can even see the sharepoint site, and make any configuration, the issue comes when I restart the server (for updates for example..)
    Can someone help me with this issue?
    Thanks in advance
    Carlos R Vargas M

    Hi,
    It may take some time for configuration after the new installation. Please wait patiently. If it still hangs, please refer to the following article:
    KB article 2379016
    A computer that is running Windows Vista or Windows Server 2008 stops responding at the "Applying User Settings" stage of the logon process.
    http://support.microsoft.com/kb/2379016
    Tim Quan

  • SharePoint 2010 sites along with SharePoint 2013 sites

    Hi,
    we have a client who ha SharePoint 2013 foundation installed. They bought third party extension, and unfortunately they found out, that extension is compatible up to SharePoint 2010.
    Is it possible to install new SharePoint server 2010, connect it to existing SP 2013 farm and thus activate extension for SP 2010?
    Thanks,
    Tomas

    This only works one way and a SharePoint 2013 farm can not consume services from a SharePoint 2010 provider
    http://blogs.msdn.com/b/alimaz/archive/2012/08/07/service-application-federation-between-sharepoint-2013-and-sharepoint-2010.aspx
    Kind Regards, John Naguib Technical Consultant/Architect MCITP, MCPD, MCTS, MCT, TOGAF 9 Foundation

Maybe you are looking for

  • Am connected to wireless but can't connect to internet

    I am connected to a wireless router (password protected). Full strength.  However, I cannot get onto the Internet, nor receive or send email.

  • Western Digital Duo and TM locking up.

    I have a Western Digital Duo.  I use it as a network storage, backup, and itunes library.  When I access itunes, all future timed TM backups are rejected with the message that the disk is in use even if I am out of itunes.  I have to reset the storag

  • Missing tools in Fast-Blur effect, Gaussian Blur effect, ...

    Hey there, I'm using Premiere Pro CC and I was just about to mask an object in my video with the Fast-Blur effect (Schneller Weichzeichner in german and as it can be seen in the attached image). But when I apply this effect to my video it won't show

  • How do I prevent Firefox auto re-direct to Yahoo Direct Search page

    When browsing in Firefox, I am being re-directed to Yahoo Direct Search page even though I did not request it. This is a major problem and you will lose users if this is not fixed. Is thete any way to prevent this?

  • Safari 5 stops my internet completely!

    I tried installing Safari 5 to get HTML5, which IE8 doesn't have, but when I install it it just stops every application's internet connection, messenger disconnects, antivirus can't update, and internet browsers (including safari)can't load anything!