SharePoint 2010 On-Prem and Yammer Integration

Hello guys,
I'm having trouble to integrate SharePoint Server 2010 Enterprise on-premises and Yammer.
I installed Yammer App for SharePoint 2010 and did all steps in the instruction guide:
Added and Deployed the Yammer solution
I have added both certificates to the application pool identity account and the computer account on all servers on my farm
Verified that Yammer Apps feature is NOT activated for CA site collection
Enabled farm feature "Yammer Web Application Configuration"
Configured Proxy configuration on all WFE-servers
Clicking on “test connection” shows me that the server is able to make requests to yammer
But when I fill in my Yammer Service account, I get an error message stating that my email address or password is incorrect. I’m able to login to yammer.com using the same email/password combination.
Service account is a Yammer admin
Service account has a valid email address
Any ideas on what may be causing this issue?
Thanks in advance.

I was able to solve the issue generating a temporary password. 
"• In the Yammer website, log in as the VERIFIED ADMIN account you are using to configure the web part.
• Click on the Apps link
• Scroll down and click on the Yammer tab, then find the Desktop App, and click Learn More
• In the Single Sign On Instructions, copy the passcode.
• Paste the passcode into the password field in Central Administration." 
ref: http://blogs.msdn.com/b/spses/archive/2014/07/06/sharepoint-2010-amp-yammer-step-by-step-guide.aspx

Similar Messages

  • When attempting to create an SSRS Report in SharePoint 2010 Dashboard Designer and change the Server Mode from Report Center to SharePoint Integrated

    Hi,
    When attempting to create an SSRS Report in SharePoint 2010 Dashboard Designer and change the Server Mode from Report Center to SharePoint Integrated, I get the following unhandled exception:
    ************** Exception Text **************
    System.InvalidOperationException: There was an error generating the XML document. ---> System.InvalidOperationException: Instance validation error: '2' is not a valid value for Microsoft.PerformancePoint.Scorecards.SqlReportViewData.SqlReportViewDataServerMode.
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlReportViewData.Write1_SqlReportViewDataServerMode(SqlReportViewDataServerMode v)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlReportViewData.Write3_SqlReportViewData(String n, String ns, SqlReportViewData o, Boolean isNullable, Boolean needType)
       at Microsoft.Xml.Serialization.GeneratedAssembly.XmlSerializationWriterSqlReportViewData.Write4_SqlReportViewData(Object o)
       --- End of inner exception stack trace ---

    Hi,
    According to your post, an error occurred when you integrate SQL Server Reporting Services with SharePoint.
    1. Please check the steps as the link below:
    http://technet.microsoft.com/en-us/library/ff724283(v=office.14).aspx
    2. Try to clean the configuration cache on all of your SharePoint servers and re-tested.
    http://blogs.msdn.com/b/josrod/archive/2007/12/12/clear-the-sharepoint-configuration-cache-for-timer-job-and-psconfig-errors.aspx
    Best Regards
    Dennis Guo
    TechNet Community Support

  • SharePoint 2010 - Document Management and Security Setup Recommendations

    Greetings All!
    I have a requirement where the business would like to manage various files.  The setup looks like this:
    User1
    ----------->User2
    ----------->User3
    -------------------->User4
    -------------------->User5
    Where User1 has permission to see everything that is their files and everything below their level.   The lower levels cannot see files above them.  I hope this makes sense.
    Right now we are using folder level permissions, breaking inheritance, and then explicitly assigning permissions - this could turn into an admin nightmare.
    What other options or recommendations do you have?
    Best Regards!
    CodeYankee

    Hello,
    I would suggest to create SharePoint user groups with required permission levels and add users to those groups. I think you will need to break inheritance in order to achieve your objectives but it would be easier to manage with SharePoint users groups.
    Hope this helps!
    Thanks!

  • SharePoint 2010 Manage content and structure copy operation issue

    Hi,
    I am trying to copy a subsite from location A to B in the same site collection using the copy operation of Manage content and structure. Site is getting copied but default.aspx page is not getting copied to the destination. I tried copying the default.aspx
    page directly using copy operation but that too is not working. There is no error thrown but the page is not coming up in the pages library of destination site.
    As a workaround, i copied the page using SharePoint designer but i am looking for a solution to this issue.
    Thanks in advance
    Ajit

    Hi Ajit,
    According to your description, my understanding is that you could not copy default.aspx page using Manage Content and Structure.
    I did a test about this issue, and found the followings:
     1.When I checked out the publishing page, then copied the site to other location at the same site sollection with Manage Content and Structure, the page was not copied.
     2.When I checked in the page without publishing,  and copied the page as the step1, the page also was not copied.
     3.I published the page,  then copied it, the page could be copied.
    So , for resolving your issue, please check the default.aspx page, make sure that the page is published.
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • How can I promote a field in my form to a SharePoint 2010 list column and have it populated?

    Hello,
       I have created a form using some jquery, html and <td> tags. I would like to promote the fields that I am having users fill out in the form so that they appear in the list that the submitted form is writing to. Below is the code that I
    have written, with some help of a great tool (Forms 7), is there another tag or class that I can input in order for the field names to appear in the list? I'm trying to also create a workflow and without these fields being columns I'm at a loss. Please help
    <link  type="text/css" rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/start/jquery-ui.css" /> 
    <!-- Reference jQuery on the Google CDN --> 
    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> 
    <!-- Reference jQueryUI on the Google CDN --> 
    <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script> 
    <!-- Reference SPServices on cdnjs (Cloudflare) --> 
    <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery.SPServices/0.7.2/jquery.SPServices-0.7.2.min.js"></script> 
    <script type="text/javascript" src="http://www.sharepointhillbilly.com/demos/SiteAssets/jquery.Forms7-0.0.03.js"></script>
    <style type="text/css">
    .error
    {font-family:'Tahoma',sans-serif;font-size:10px;text-align:left;color:red;}
    </style>
    <script type="text/javascript">
    $(document).ready(function() {
        //Initialization function. Tells Forms7 which Query String Variable
        //has the ID of the form, and the name of the list to read data from
        $("#sampleForm").Forms7Initialize({
    queryStringVar: "formID",
    listName: "Contacts"
    //helper function to load a drop downlist
    //assumes there is a list called "States"
        $("#PassSelect").Forms7LoadDDL ({
    listName: "Passengers",
    firstOptionText: "Select",
    fieldName: "Title"
       //apply the jQueryUI calendar to the DepartDate field
    $( "#DepartDate" ).datepicker({
               changeMonth: true,
               changeYear: true,
            //apply the jQueryUI calendar to the ReturnDate field
    $( "#ReturnDate" ).datepicker({
               changeMonth: true,
               changeYear: true
    //function to load the city drop down list to only show cities for the selected state
    function LoadCities(stateID)
    //helper function to load a cascading dropdown list
    //in this example it would load Cities from a list called "Cities"
    //where that list had a lookup field called "State" and it would
    //use the ID of the selected State
    //    $("#CitySelect").Forms7LoadChildDDL({
    // parentID: stateID,
    // parentField: "State",
    // listName: "Cities",
    // firstOptionText: "Select City",
    // fieldName: "Title"
    function SubmitForm()
    //When the form is submitted store it to the specified list
    //also pasas in the x and y offset of error messages for elements
    //this allows you to change their location in reference to the form field
    $("#minimalForm").Forms7Submit({
    listName: "Reservations",
    errorOffset"Apple-tab-span" style="white-space:pre;">    
    errorOffsetnbsp;           completefunc: function(id) { 
    alert("Save was successful. ID = " + id);
    window.location = window.location.pathname + "?formID=" + id; 
    </script>
    <div id="minimalForm" >
    <table width="100%" cellpadding="10" cellspacing="0" >
    <tr bgcolor="white">
    <div id="minimalForm" >
    <br><img src="http://BannerImage.jpg"  width="400" height="160" alt="AltImageName" align="middle">
    <font size="6">Vehicle Request Form</font>
    <font size="1">Last Modified: 03/21/2014</font></br>
    <hr><b></hr></b>
    <p>
    </p>
    <hr>
    <br><font size="3"><b>Forms on File</b></u></font></br>
    <hr>
    <font size="2"><b>NOTE:</font></b> <font size="1">The following forms must be on file with Human Resources before you can use a vehicle. Only fill out the third form if you need to notify HR about any activities
    that may affect your eligibility to operate a motor vehicle
    </font>
    <br><a href="url"><font size="3">1) Driver's History Consent Form </a>
    <br><a href="url"><font size="3">2) Driver Qualification Procedure Acknowledgement Form</a>
    <br><a href="url"><font size="3">3) Driver Qualification Procedure Notification</a>
    <br>
    <br><font size="1"><b>These forms must be signed and submitted to Human Resources every 6 months.</font></b>
    <br><font size="1">Do you currently have these forms on file with Human Resources?</font> 
    </font>
    <hr>
    <table>
    <td><font size="3"><b><u>Driver Information</b></u></font></td>
    </table>
    <table>
    <tr bgcolor="white">
    <br>
    <td class='formLabel'>First Name:</td>
    <td class='formLabel'><input title="First Name" id='FirstName' data-displayname="DriverFirstName"class='required formInput' maxlength="40"></td>
    <td class='formLabel'>Middle Name:</td>
    <td class='formLabel'><input title="Middle Name" id='MiddleName' class='formInput' maxlength="1"></td>
    <td class='formLabel'>Last Name:</td>
    <td class='formLabel'><input title="Last Name" id='LastName' class='required formInput'maxlength="40"></td>
    </tr>
    <tr bgcolor="white">
    <td class='formLabel'>Email:</td>
    <td class='formLabel'><input title="Email" id='Email' class='required formInput' maxlength="40"></td>
    </tr>
    <tr bgcolor="white">
    <td class='formLabel'>Supervisor Name:</td>
    <td class='formLabel'><input title="SupervisorName" id='SupervisorName' class='required formInput' maxlength="40"></td>
    </tr>
    </table>
    <hr>
    <table>
    <td><font size="3"><b><u>Passenger Information</b></u></font></td>
    </table>
    <table>
    <tr bgcolor="white">
    <br>
    <td class='formLabel'>Passenger Name:</td>
    <td class='formLabel'><input title="First Name" id='PFName' class='required formInput' maxlength="40"></td>
    <td class='formLabel'>Middle Initial:</td>
    <td class='formLabel'><input title="Middle Name" id='PFName' class='formInput' maxlength="1"></td>
    <td class='formLabel'>Last Name:</td>
    <td class='formLabel'><input title="Last Name" id='PLName' class='required formInput'maxlength="40"></td>
    </tr>
    <tr bgcolor="white">
    <td class='formLabel'>Email:</td>
    <td class='formLabel'><input title="Email" id='PEmail' class='required formInput' maxlength="40"></td>
    </tr>
    <tr bgcolor="white">
    <td class='formLabel'>Passenger Supervisor Name:</td>
    <td class='formLabel'><input title="SupervisorName" id='PSuperVisorName' class='required formInput' maxlength="40"></td>
    </tr>
    <tr bgcolor="white">
    <td class='formLabel'>Number of Additional Passengers:</td>
    <td class='formLabel'><select title="Pass#" id='PassSelect' class='formInput' onchange="LoadPassengers(this.value);"></select></td>
    </tr>
    </table>
    <hr>
    <table>
    <td><font size="3"><b><u>Reservation Duration</b></u></font></td>
    </table>
    <table>
    <tr bgcolor="white">
    <br>
    <td class='formLabel'>Depart Date:</td>
    <td class='formLabel'><input title="Depart Date" id='DepartDate' class='required formInput' isDate="yes" validate="validDate" onchange="validDate(this.value,this);"></td>
    <td class='formLabel'>Return Date:</td>
    <td class='formLabel'><input title="Return Date" id='ReturnDate' class='required formInput' isDate="yes" validate="validDate" onchange="validDate(this.value,this);"></td>
    </tr>
    </table>
    <hr>
    <table>
    <td><font size="3"><b><u>Travel Information</b></u></font></td>
    <tr bgcolor="white">
    <td class='formLabel'>Please describe reason for request:</td>
    <td class='textbox' height='20' width='30'><input title="DestInfo" id='DestInfo' class='required formInput' maxlength="500"></td>
    </tr>
    </table>
    </hr>
    <p></p>
    </br>
    <input type="button" value="Submit/Update Request Form" onclick="SubmitForm();">

    Hi,
    If you want to add fields to a list, as you have written your form in JavaScript, you can take consideration of using JavaScript Client Object Model to add/delete fields dynamically.
    How to: Create, Update, and Delete Lists Using JavaScript
    http://msdn.microsoft.com/en-us/library/office/hh185005(v=office.14).aspx
    If you want to achieve it with Form7, it is recommended to post the question to its forum to get quick and confirmed answer.
    Thanks
    Patrick Liang
    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]
    Patrick Liang
    TechNet Community Support

  • Sharepoint online presence with Lync 2010 On Prem

    We have recently moved to Office 365 in an exchange hybrid deployment.  We have Lync 2010 on-prem, and are not using
    lync online.  We are experiencing issues with IM presence in sharepoint online and one drive, but have presence indicator within outlook online.  We do not see the options to sign into im at all, and the presence indicator is grey.  I verified
    that the SIP:username@domainname was added to the PROXY attribute in AD.
    Any idea where we should start?

    Hi,
    Did you integration Lync Server with SharePoint successfully?
    Please check if ActiveX control work normally. To display the presence indicator and its associated contact card (in Office 2010), SharePoint uses the Microsoft ActiveX control
    name.dll. The ActiveX control makes calls directly to the Microsoft Lync 2010 API, and then Lync makes MAPI or Exchange calls to supply the requested information.
    You can refer to the following link:
    http://blogs.msdn.com/b/modonovan/archive/2005/05/11/416376.aspx
    Please also update Lync Server and SharePoint Server to the latest version and then test again.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • SharePoint 2010 - Yammer webpart- Cannot connect to Groups

    We have a SharePoint 2010 environment with the Yammer webpart installed
    when adding the Yammer webpart to a page we can connect to user feeds, company feed, but when we want to add a GroupFeed and try to search for groups we get following:
    Somebody encountered this issue before?

    Hi,
    As this question is more related to the Yammer web part configuration, I suggest you create a post to the Yammer Support, more experts will help you find the solution
    of the issue.
    Support for Yammer:
    http://support.microsoft.com/gp/yammer
    Best regards,
    Zhengyu Guo
    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

  • SharePoint 2010 and Adobe Reader & Standard

    I have latest Adobe Reader and Adobe Acrobat installed on Windows 7 machine (64 Bit Professional). SharePoint open all PDF files in reader. I would like to change this behaviors. I need to PDF files from SharePoint open in Adobe Acrobat so I can edit files.

    Hi,
    I have exactly the same problem. I have Sharepoint 2010 with Dutch and English sites. If I open PDF documents on the English site everything works fine, I am able to save PDF documents in SHarepoint. However when I open a PDF on a Ducth site in the same Site collection I am not able to save the PDF. I get a Dutch error which can be translated in: "Adobe Reader cannot access the network. Please verify your computer's network connection and try again". I think that the problem lies in the URL with which the Adobe Reader tries to open the document. In other language versions of Sharepoint. The url looks like this:
    http://[servername]/Projecten/english/_layouts/inplview.aspx?Cmd=Ctx&List={E37DAFC2-410E-45C3-BAF 2-AA6264F13905}&View={3E6738C9-DC40-4732-A5BE-EA9FA8ABEF3F}&ViewCount=8&IsXslView=TRUE&Fie ld=LinkFilename&ID=1&ListViewPageUrl=http://[servername]/Projecten/english/SitePages/Home.aspx
    If anyone kwnows a workaround or better if Adobe can deliver a solution, this would be fine.
    Thanx,
    René

  • Setting up excel services on Sharepoint 2010

    I am using sharepoint 2010 enterprise version, and needs some advice with setting up excel services.
    When installing sharepoint 2010 enterprise, is the service application for excel services already installed. I see it listed so i assume it is, but is it better to setup a new one with its own application pool.
    Also is there any thing you need to configure , or is the out of the box settings fine to work with.  I see the trusted file location is set to http://, which includes all specified URL locations as trusted locations to upload workbook from.  I
    am fine with that with the moment.
    But do i need to setup any data connection libraries, not sure what this is for.  Also for user-defined fujnction assembly either, or trusted data providers.
    So on a  site, I can add a new web part, choose business data as the category and then choose the excel web access as the web part, and from their open the tool pane and then upload the workgroup from the document library.  That works for me.  
    But is there anything else i need to setup.   Choose want to make sure before i deploy in prod.
    Thanks

    Hello,
    I need help setting up excel services.
    Excel service is already running on sharepoint server.
    I have one reporting file which is generated by DBA with database connection. i want to upload that file under document library and i want whenever user open it through document library, it gets updated through database connection 
    This is my first time, so pls guide me
    Reporting file has authentication set to --> None 
    Do i require any specific settings for authentication? like unattended account ? which username should i use
    Connection String -->
    Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=True;User ID=ExcelServices;Initial Catalog=SurveyData;Data Source=jdb1;Use Procedure for Prepare=1;Auto Translate=True;Packet Size=4096;Workstation ID=RSTKW7W-06709;Use Encryption for Data=False;Tag
    with column collation when possible=False
    http://../training/sptestsite/Medication_Audit_Report
    http://../training/sptestsite/Medication_Audit_Data_Connection_Library/
    Trusted File Location - is this place do i need to upload that reporting file? 
    Trusted Data Connection Libraries - is this place do i need to save connection file .odc ?
    If i am not wrong, should i put
    Trusted File Location = http://../training/sptestsite/Medication_Audit_Report
    Trusted Data Connection Libraries = http://../training/sptestsite/Medication_Audit_Data_Connection_Library/
    http://../training/sptestsite/Medication_Audit_Report -- Here only reporting file will be uploaded right?
    http://../training/sptestsite/Medication_Audit_Data_Connection_Library/ -- Here only database connection .odc file will be uploaded?
    what other settings are required. please correct me
    my email address - [email protected]
    Harsh

  • Prepare sharepoint 2010 with sp2 environment on windows server 2012 R2

    HOw  prepare sharepoint 2010 with sp2 environment how i  install sharepoint 2010 with sp2 in a windows server 2012 
    i mean
    from scratch  i just prepared a windows server 2012 R2 vm
    and i set all required  roels (Appserver,webserver etc) according to this link
    http://social.technet.microsoft.com/wiki/contents/articles/12502.how-to-install-and-configure-windows-server-2012-for-sharepoint-2010.aspx
    and i have sharepoint 2010 set up, and i downloaded sharepoint 2010 sp2
    from this link
    http://www.microsoft.com/en-us/download/details.aspx?id=39672
    now should i install sp2 and install sharepoint 2010 binaries?
    adil

    SharePoint 2010 has no supportability statement for Server 2012 R2.  I would not use it until Microsoft releases a supportability statement.
    Even it  has no supportability for server 2012, but sharepoint 2010 running fine in my server 2012 test environment
    adil
    You indicated you were using 2012 R2.  SharePoint 2010 supports Server 2012 (non-R2) with SP2 media, but has no supportability statement for Server 2012 R2.
    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.

  • Error creating subsite from template - SharePoint 2010

    I appreciate the help from anyone who can help in my situation.
    I am trying to create a subsite whose parent is a SharePoint Server 2010 website. When I'm doing that, I go to:
    Site Actions > Create > Sites and Workspaces
    My purpose is to create a subsite using the "Web Databases > Issues Web Database" template. When I do that, the page tries to create a website for a long time, and when it finishes, the following error message page appears:
    Preparing Site ...
    Someone has recently made changes to this site and the site is being updated. If the site remains offline for an extended period of time, contact a site owner. Wait
    a moment and refresh your browser
    However, when I use another template, say "Collaboration > Team Site", such website is created successfully and is fully functional.
    Can anybody help me with this issue? My vast expertise in SharePoint extends to one week. I have no idea how to figure this out.
    Thank you so much for everything! Have a great year.

    you have to create access service application. See below
    You have to make sure you did the following:
    Created a Access Service Application
    (Central Administration – Manage Service Applications – New – Access Services)
    Started the Access Database Service
    (Central Administration – Manage Services on Server)
    then open up the SharePoint 2010 Management Shell, and give the following powershell command: enable-spSessionStateService –DataBaseName <SomeNewDatabaseName>
    above command will create a session state database and turns on the session state service.
    Refresh your browser and you are  all set to go
    http://neelb.wordpress.com/2011/05/12/108/
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Create folder in Document Library using Sharepoint 2010 Client Object Model

    I would like to check for the existence of a folder in s Sharepoint 2010 Document Library and if the folder is not found, create it. (I would then subsequently programmatically upload documents to that folder -- which I have figured out). Can someone
    please help me figure out how to check for the extistence of and then create a folder using the Sharepoint 2010 Client Object Model?

    You can use this:
    public static void CreateFolder_ClientOM(string listName, string folderName)
    ClientContext clientContext = new ClientContext("http://basesmc2008");
    Web web = clientContext.Web;
    List list = clientContext.Web.Lists.GetByTitle(listName);
    clientContext.Load(clientContext.Site);
    string targetFolderUrl = listName + "/" + folderName;
    Folder folder = web.GetFolderByServerRelativeUrl(targetFolderUrl);
    clientContext.Load(folder);
    bool exists = false;
    try
    clientContext.ExecuteQuery();
    exists = true;
    catch (Exception ex)
    if (!exists)
    ContentTypeCollection listContentTypes = list.ContentTypes;
    clientContext.Load(listContentTypes, types => types.Include
    (type => type.Id, type => type.Name,
    type => type.Parent));
    var result = clientContext.LoadQuery(listContentTypes.Where
    (c => c.Name == "Folder"));
    clientContext.ExecuteQuery();
    ContentType folderContentType = result.FirstOrDefault();
    ListItemCreationInformation newItemInfo = new ListItemCreationInformation();
    newItemInfo.UnderlyingObjectType = FileSystemObjectType.Folder;
    newItemInfo.LeafName = folderName;
    ListItem newListItem = list.AddItem(newItemInfo);
    newListItem["ContentTypeId"] = folderContentType.Id.ToString();
    newListItem["Title"] = folderName;
    newListItem.Update();
    clientContext.Load(list);
    clientContext.ExecuteQuery();
    Blog | SharePoint Field Notes Dev Tool |
    ClassMaster

  • RSS Feeds in Sharepoint 2010

    Hi, I am trying to include RSS Feeds in my Team site. But i am not able to do so and i get the error message like
    "The requested RSS feed could not be displayed. Please verify the settings and url for this feed. If this problem persists, please contact your administrator."
    Should i enable Kerberos as mentioned in many other websites? I am not for changing settings in my server. Please do help me if there are any other ways to proceed with this. I dont see any error messages relating to this in Event Viewer.

    Hello
    We are also facing the same issue with RSS web part in SharePoint 2010 environment for https feeds. It's working fine for the feeds with http feeds. Please see the below error we are getting.
    "The requested RSS could not be displayed. Please verify the settings and url for this feed.
    If this problem persists, please contact your administrator."
    We have also  referred the below sites for help but didn't get result.
    http://lazysharepointadmin.com/blog/2011/10/15/sharepoint-2010-rss-viewer-and-ssl-https-feeds/
    http://www.helpmeonsharepoint.com/2012/10/registering-and-trust-external-ssl.html
    Please provide your suggestion for the issue.     
    Deeptyranjan

  • Unable to Create Work Document in SharePoint 2010 by one user

    Hi,
       We have a unique issue. One user in our organisation is not able to create Word Document in our SharePoint environments.
    We have SharePoint 2010 Enterprise Edition and Office 2010 Professional Edition. This issue is faced by only one user in our organization. no issues for thousands of other users.
    We tested with our multiple SharePoint environments of different type of web applications. No where user is able to create Word Document using New Document functionality.
    User is able to create Excel, PowerPoint documents of all extensions. User is able to upload Word Document. User is able to Edit the existing word documents both in browser and Word client.
    Since it fails in all SharePoint environments, I am suspecting some common failure point like User Profile issue, CAL etc. Any suggestions from experts like you is highly appreciated.
    Thanks in advance.

    Hi Sivanandham,
    Could you please test two more options below with the user for narrowing down the issue scope?
    Create a new content type inheriting from content type Document and then upload a new word file as the template to the new content type.
    Change the word template for the content type with issue when the user creates a document from the content type.
    Please also check ULS log for more detailed error for further research.
    Best regards,
    Victoria
    TechNet Community Support
    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]

  • How to change the date format of Sharepoint 2010 to dd MMM yyyy

    Hi,
    I am looking to change the datetime format with in the modified column from mm/dd/yy to dd MMM yyyy. I dont want to create calculated field with dd MMM yyyy format. I want the actual modified column value to be represented as dd MMM yyyy format.
    Thanks for your help in advance.
    regards
    Kalyan

    Please ask your question in the SharePoint 2010 forum and not in this pre-SharePoint 2010 forum.
    SharePoint 2010 - General Questions and Answers
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010general/threads
    SharePoint 2010 - Setup, Upgrade,Administration and Operation
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/threads
    SharePoint 2010 - Using SharePoint Designer, Infopath, and other customization
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010customization/threads
    SharePoint 2010 - Using Visual Studio with SharePoint and other programming
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/threads
    Dirk Van den Berghe

Maybe you are looking for