SharePoint Online: Organization Browser fault and SharePoint-Designer-Error

Hello,
I have two Problems:
Firstly, the Organization Browser-WebPart is not viewed correctly. The Managers are not displayed on this WebPart. On SharePoint User-Profile I can see, that a Manager is availible for everyone.
I wanted to delete this WebPart and paste it again, but I get a Error, if i want to edit the Person.aspx or personimmersive.aspx with SharePoint Designer:
Object moved.
Object moved to here.
Can everyone help me?
Best Regards,
Atakhan

Hi Atakhan,
Assuming you're synching with Active Directory and there are no issues with the synch connection,
I can speak to your first part, the organization browser web part, if not modified, but rather OOB, gets it's data from the Organization tab of the user object in active directory.  On the organization tab, there is a field for manager for each user,
and a field for direct reports (e.g. in the event the person is a manger).
Check that tab in active directory for one of your users and you'll see if is correct. 
Sorry, cant speak too much to editing the system pages directly.  Other than you should avoid that practice.
And best way to approach that is to change the master page they pull from and make your edits on a COPY of the master page, not on the original. 
Stacy www.sharepointpapa.com

Similar Messages

  • Migrating from SharePoint Online to an In House SharePoint Environment

    What will be the method for clients to migrate from SharePoint Online to an In House SharePoint environment if the need arises in the future. I have had clients ask me this and I do not yet have a good answer.

    Hi Michael,
    Right now, to migrate off of SharePoint Online, it is a manual process. You would need to copy the documents, lists, etc. all manually (suggest creating list templates that contain the data). Third party tools like those offered by Quest, Metalogix, and Casahl also work in this scenario.
    However, we realize this is not ideal. We have heard several requests in this area and are now exploring options to provide an automated way to get your data off of SharePoint Online.

  • Access 2010 Linked to Sharepoint online - avoid direct access to sharepoint stored data

    Hello,
    I have an access 2010 application (front end)  connected to SharePoint online team site (as back end).
    I wish to allow my users to work with the front end but to avoid direct access to the data on SharePoint Online.
    The user will open the access application and it will auto connect & work with SharePoint online.
    How can I implement this?
    Thank you for your help

    Hi,
    According to your description, my understanding is that you want to use Access 2010 to connect the SharePoint Online data.
    In Access 2010, you can connect the SharePoint list as a external datasource like the capture below. It will need to input url and user credentials to access SharePoint site in the wizard. If you want to connect automatically, you will need write some custom
    Micro code to achieve it.
    If you have some question about Micro code to connect SharePoint list automatically, I suggest you can create a new thread in Access Development, you will get more detailed information from there.
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=accessdev
    Thanks
    Best Regards
    Jerry Guo
    TechNet Community Support

  • Visual studio 2012 can't connect to SharePoint Online 365 to create an sharepoint hosted app

    Could any one please help me out with below one? i am getting this error recently. earlier it was working fine
    http://stackoverflow.com/questions/23960725/visual-studio-2013-cant-connect-to-sharepoint-online
    Navaneeth

    I am able to login now after updating the "Nuget Package Manager". 
    I have noticed that its installed but not "UPDATED"!!. It worked
    Thanks Again!
    Navaneeth

  • SharePoint Online, how to hide the SharePoint logo on a list using css or jquery

    Hi
    Im creating a page for submitting forms. I want to remove the SharePoint Logo on from the page. Can this be done in CSS or jquery?
    brgs
    Bjorn

    hi 
    you need to include the below style in your page
    td.s4-titlelogo{
    display: none;!important;
    http://sharepointwings.blogspot.in/2012/03/adding-custom-css-in-sharepoint-2010.html
    http://microsoft-techies.blogspot.in/2014/03/sharepoint-2013-how-to-remove-default.html
    Or find the class name of logo in my case it is "ms-siteicon-img"using f12 (firebug) tool.
    $('.ms-siteicon-img').hide();
    or 
    var img1= $('.ms-siteicon-img');
    img.style.display="none";
    and this must be in document.ready method.
    $( document ).ready(function() { var img1=$('.ms-siteicon-img');img1.style.display="none";});
    Regards,
    Rajendra Singh
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful
    http://sharepointundefind.wordpress.com/

  • SharePoint Online: Adding language support to SharePoint apps

    I think adding language support is a bit tricky. So, I created a tutorial that might help others. 
    https://youtu.be/uiIRsitQmEY

    You can refer below link for different options to contact Microsoft for office 365 support. Call support is also there for quick help.
    https://support.office.com/en-us/article/Contact-Office-365-for-business-support-32a17ca7-6fa0-4870-8a8d-e25ba4ccfd4b
    Please don't forget to mark it answered, if your problem resolved or helpful.

  • Binary seg.faults and gives strange errors

    Hi!
    I've got a binary which I can't execute...
    All it does is segfaulting. When I try gdb it gives me
    BFD: /tmp/binary: invalid string offset 48 >= 0 for section `.shstrtab'
    BFD: /tmp/binary: invalid string offset 2 >= 0 for section `'
    BFD: /tmp/binary: invalid string offset 48 >= 0 for section `.shstrtab'
    BFD: /tmp/binary: invalid string offset 2 >= 0 for section `'
    BFD: /tmp/binary: invalid string offset 48 >= 0 for section `.shstrtab'
    BFD: /tmp/binary: invalid string offset 2 >= 0 for section `'
    BFD: /tmp/binary: no group info for section
    <stripped....>
    BFD: /tmp/binary: sh_link [1] in section `' is incorrect
    "/tmp/binary": not in executable format: File format not recognized
    Alright, so I gave it a try with "file"
    /tmp/binary: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), stripped
    (ldd says it's statically linked, which would make more sense..)
    readelf recognizes the binary as an ELF32 too... objdump says "File format not recognized"...
    I can't understand what's going on, anyone got a hint?
    Edit:
    Might be interesting to know: The binary was compiled on another computer, and I don't have the source
    Last edited by diddi (2009-01-18 18:21:16)

    well, i kinda know the author of it so
    It's actually a company (run by a guy I know),who have made this binary as a wargame... the deal is to find a bug and then exploit it.
    So i'm not really afraid of running it.
    I have no hope to actually solve it, just checking out how far I would make it : )
    Disassemble it doesn't work, as every program I try all says that the file format is not recognized...
    Another friend of mine actually got this binary to execute, and has spotted the bugs... but for some reason it doesn't work for me : O
    (and I can't reach him atm)

  • Is Office Home and Business 2013 fully compatible with Sharepoint Online (Office 365)?

    My client recently upgraded 3 Windows 7 PCs (2-32 & 1-64-bit OS) from Office 2007 32-bit (which was actually working fine against Exchange/SharePoint Online) to Office Home and Business 2013 (32-bit)
    Now, for all 3 PCs, while Office 2013 Word/Excel can open, check out/in, and save SharePoint Online files, there is ALWAYS a 2 minute delay in closing the file which is apparently waiting for the Local Security Authority call to return. This seems
    to indicate an issue related to SharePoint security on the client side.
      Problem Event Name: AppHangXProcB1
      Application Name:        
    WINWORD.EXE
      Application Version:    
    15.0.4657.1000
      Waiting on Application Name: 
    lsass.exe:lsasspirpc
    This is the Local Security Authority Security Support Provider Interface Remote Procedure Call (LSA SSPI RPC)
    My client has 66 licenses for SharePoint Online (Plan 2) and 73 Exchange Online (Plan 1) "stand alone" services. The same failure is happening on 3 Win 7 PCs. All of which I've carefully reviewed against the MS Office trouble shooting guides (start
    Windows OS w/out non-MS services, Word/Excel safe mode w/out add-ons, O365 readiness checks, Office repair, etc.). We have PCs running Win 7 (32 & 64-bit) w/Office 365 ProPlus & Office Professional Plus 2013 that work fine. it's JUST these 3 Win 7
    PCs that were upgraded from Office 2007 to Office Home and Business 2013 that have the 2 min. SharePoint file close time.
    Can you please confirm that Office Home and Business 2013 is compatible w/SharePoint Online
    at least for Excel and Word?
    The "slow close" problem can be demonstrated on multiple site collections/sub sites and w/Excel & Word docs in doc libs and lists
    After many hours capturing information, following the MS Office trouble shooting guides, and repairing the Office install, I've had no luck in resolving this.While Word/Excel will eventually close SharePoint Online files after about
    2 minutes, this is certainly unacceptable. Otherwise, locally stored files close normally and new files were created by the Office 2013 Excel/Word for this testing.
    Any thoughts or guidance would be appreciated.  

    Hi raygabe,
    I couldn't find the document mentioned there is any compatibility between Office365 SharePoint online and Office Home and Business 2013 version, I would recommend that you check if the issue could be reproduced on other Win7 machines installed with Office
    Home and Business 2013 installed directly instead of upgrading from Office2007, see if issue is related to Office application upgrade.
    I also recommend that you post this issue on our dedicated Office365 SharePoint online forum and Office 2013 forum for a better assistance with more experts regarding this issue from the following links.
    http://community.office365.com/en-us/f/154.aspx
    https://social.technet.microsoft.com/Forums/office/en-us/home?category=officeitpro
    Thanks,
    Daniel Yang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you havefeedback for TechNet Subscriber Support, contact [email protected] 
    Daniel Yang
    TechNet Community Support

  • Download older version of a file from SharePoint Document Library using CSOM and 404 error

    Hi,
    I am trying to download previous versions including Major and Minor versions of documents from SharePoint Online using CSOM. I get 404 error when I try to download the file. I found several posts on various discussion forums where people are getting same
    error but none of those have any solution/answer. Below is one of the threads and sample code I have tried that results in 404 error. If I use the link in browser directly, I am able to download the file. Also I am able to download the current version of file
    using CSOM without any problem, it is only the older versions that give me 404 in CSOM.
    http://qandasys.info/how-to-download-the-historical-file-version-content-using-csom/
    public int GetStreamFromFile(string docid, string lib, string fileurl, ClientContext clientContext, int iuserid, string Version, bool isCurrrent)
    if(!isCurrent)
    List LibraryName = clientContext.Web.Lists.GetByTitle(lib);
    clientContext.Load(LibraryName);
    clientContext.ExecuteQuery();
    CamlQuery camlQuery = new CamlQuery();
    camlQuery.ViewXml = "" + fileurl +
    Microsoft.SharePoint.Client.ListItemCollection collListItem = LibraryName.GetItems(camlQuery);
    clientContext.Load(collListItem, items => items.Include(item => item.Id, item => item["FileLeafRef"], item => item["LinkFilename"],
    item => item["FileRef"], item => item["File_x0020_Size"], item => item["DocIcon"], item => item.File.Versions));
    //clientContext.Load(collListItem);
    clientContext.ExecuteQuery();
    foreach (Microsoft.SharePoint.Client.ListItem oListItem in collListItem)
    //string fileurl1 = (string)oListItem["FileRef"];
    //string filename = (string)oListItem["LinkFilename"];
    foreach (FileVersion version in oListItem.File.Versions)
    if (Version == version.VersionLabel)
    //Added excutequery to get object one more time as per blog
    //http://social.technet.microsoft.com/Forums/de-DE/sharepointdevelopmentprevious/thread/88a05256-8694-4e40-863d-6c77512e079b
    clientContext.ExecuteQuery();
    FileInformation fileInformation = ClientOM.File.OpenBinaryDirect(clientContext,version.Url);
    bytesarr = ReadFully(fileInformation.Stream);
    Darwaish

    Hi,
    According to your description,
    I know you want to get older version of a file from SharePoint Document Library using Client Object Model.
    The following code snippet for your reference:
    public void GetVersions()
    ClientContext clientContext = new ClientContext(“http://SPSite”);
    Web site = clientContext.Web;
    clientContext.Load(site);
    clientContext.ExecuteQuery();
    File file = site.GetFileByServerRelativeUrl(“/Shared Documents/mydocument.doc”);
    clientContext.Load(file);
    clientContext.ExecuteQuery();
    ListItem currentItem = file.ListItemAllFields;
    clientContext.Load(currentItem);
    clientContext.ExecuteQuery();
    FileVersionCollection versions = file.Versions;
    clientContext.Load(versions);
    clientContext.ExecuteQuery();
    if (versions != null)
    foreach(FileVersion _version in versions)
    Console.WriteLine(“Version : {0}”,_version.VersionLabel);
    More information:
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.client.file.versions.aspx
    Best Regards,
    Dennis Guo

  • How to Get the Current Logged user location ID in SharePoint online

    Hi All ,
    Please suggest me how we can get the SharePoint online current Login user
    Location ID
    Actually i want to show the weather report in my SharePoint online site (App Part in SharePoint Online Site)
    Suppose SPO user Login From India(Delhi) so that i want to show the India(Delhi) weather report
    If Login user from US(dallas) so that US user see the US(dallas) weather report 
    Thanks
    Deepak Chauhan
    SharePoint 2010 & 2013 and Office-365 Branding and Front End Customization, UI Design

    @Mohamed
    Derhalli ,
    Suppose SPO user Login From India(Delhi) so that i want to show the India(Delhi) weather report
    If Login user from US(dallas) so that US user see the US(dallas) weather report
    so without using how we can show the weather report can you please suggest me how we can show the weather report
    Reply ..
    Thanks
    Deepak Chauhan 
    SharePoint 2010 & 2013 and Office-365 Branding and Front End Customization, UI Design

  • SharePoint online - "open in Explorer" - cannot move file to subfolder - access denied.

    Windows 8.1, office 365 64bit.
    It is suggested that webdav is not compatible with 64 Bit office.
    see "Although I haven’t tested, my understanding is WebDEV doesn’t work for 64-bit Office 2013 edition."  (social.technet.microsoft.com/Forums/office/en-US/newthread?category=sharepoint&forum=sharepointgeneral&prof=required)
    Can someone confirm this or provide a definitive fix to the problem below?
    Problem:
    Using SharePoint online I browse to a Library then click "Open library in Windows Exporer."
    Using  internet explorer I can create a file but cannot move that file to a subfolder  -> "Error 0x800700E0 - Access Denied".
    The screen grab below shows error returned when attempting to move test9.txt to the CHANGE REQUEST folder.
    (On my Windows 7, Office 2010 laptop I can move the file - no error).
    I have googled this and completed many suggested fixes (check stay logged-in, add to trusted sites, ensure weblcient service is running, edited registry etc. 

    Hi,
    I tested the same scenario per your post, and my environment is windows 8.1 with 64-bit Office 2013 installed.
    When I accessed the SharePoint Online site library with Open with Explorer for the first time, the same error occurred when moving documents to a subfolder.
    Then when I add the site to the trusted site in Internet Explorer(IE), then re-open the site in IE. And then open the library with Open with Explorer, the issue did not occur when moving documents to a subfolder.
    Please make sure that the sites are added to the trusted sites in IE.
    And please also check if the account has permission to move the files to subfolder in SharePoint library.
    Thanks,
    Victoria
    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]
    Victoria Xia
    TechNet Community Support

  • Connecting to Sharepoint Online Access Web Tables - error - The business data connectivity metadata sore is currently unavailable

    I have a SharePoint Online E3 site kbhp2-public.SharePoint dot com  on which I have created an Access Web App.  Now, I need to use an External Content Type to access the underlying database tables, which I understand to be stored somewhere
    in Azure.  The ID of the server is bxh1ixb9lo.database.windows.net and the ID of the database is db_9857fa7d_4bf1_4558_be8c_24543b041e2.
    I have done the following so far:
    Set Metadata Store Permissions
    Created Secure Store credentials Mapping
    But when I opened the SharePoint site in SharePoint Designer and clicked on External Content Types, I get the Message:
    The business data connectivity metadata store is currently unavailable.
    Any guidance you can give me will be greatly appreciated
    Steve

    Hi Steve,
    It is Windows Azure SQL Database forum. Your question is more related to SharePoint Online.
    Please post the question in the Office 365 or online services forum. It is appropriate and more experts will assist.
    http://social.technet.microsoft.com/Forums/msonline/en-US/home?forum=onlineservicessharepoint
    http://community.office365.com/en-us/f/154.aspx
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • HTTP 403 while using SharePoint Online REST API anonymously

    Hey Team,
    While using REST API to get list items (SharePoint Online) anonymously, I am getting HTTP 403 error:
    Request: http://server/site/_api/web/lists('guid')/items?$select=Title,Products/Name&$expand=Products/Name
    Response: HTTP 403 : System.UnauthorizedAccessException : Access denied. You do not have permission to perform this action or access this resource.
    Authenticated users do not face this issue. The list has anonymous access (View) enabled. Anonymous users can access the lists without facing any issue.
    I am not sure and could not able to find any link that says anonymous users can't use REST API to get SPListItems. Any input in this regard will be highly appreciated.
    Regards,
    Sanjay
    Either you love IT or leave IT

    Hi,
    From this documentation from MSDN about
    Reading data with REST, “Note that you cannot obtain an access token from code that is running on a browser client. You must obtain the access token from code that is running
    on a server”, it will only allow the authenticated users who has an access token to access the REST API.
    The two links below will provide more information about authentication in SharePoint 2013:
    http://msdn.microsoft.com/en-us/library/fp142382.aspx
    http://msdn.microsoft.com/en-us/library/jj687470.aspx
    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

  • Concurrent Editing Excel Workbook Sharepoint Online

    I am having an issue that hopefully someone out there has some experience with.
    We have a deployment of Sharepoint online working right now and we are running into an issue where Excel documents can only be edited by 1 person at a time. I need for those workbooks be be able to allow multiple people to get in to edit concurrently.
    I have went through the options to share workbook but that doesn't seem to work. 
    What am I missing? It seems like Sharepoint should allow for this type of behavior.
    Sean
    This topic first appeared in the Spiceworks Community

    Hi,
    For your issue, there are some things you can try:
    If you have Excel installed on your device, you can download the workbook and then open it in Excel.
    If you have edit permissions to the workbook, you can try to
    reduce the workbook's file size.
    If you do have Power BI for Office 365 and the workbook contains a Data Model, you can check to see if the workbook is visible in
    Power BI sites on Power BI for Office 365 and
    enabled for web viewing.
    If you don’t already have
    Power BI for Office 365, you can sign up for it. Ask your administrator for help with this.
    For more information, refer to the following article:
    https://support.office.com/en-us/article/File-size-limits-for-workbooks-in-SharePoint-Online-9e5bc6f8-018f-415a-b890-5452687b325e?ui=en-US&rs=en-US&ad=US
    Best Regards,
    Lisa Chen
    Lisa Chen
    TechNet Community Support

  • Is it possible to change the title of a webpart using client object model/c#/sharepoint online

    Hi folks!
    I have been busted my butt trying to Write a program changing the title of an existing webpart on on of our subsites on SharePoint online. But I keep getting an error in the very last context.executequery. Tried a bunch of different approaches, but I can't
    make it work. Before I start posting code; I Wonder if anyone have ever done this?
    Its a plain Windows form application, using Visual studio Express and the Client Object model. (Listsing the titles of the webparts Works but changing titles seem impossible. Thought it might be a checkin/out problem but it doesn't make a difference).
    Any help would be highle appreciated.
    Lars

    It depends: are you using the default style for Text Captions? In that case you can change the default style in the Object Style Manager and have it applied to all Captions.
    Or you can change one text caption, and in its Properties panel choose the option 'Save Changes to existing style' from the menu top right (see screenshot). Both methods will work if you didn't override the default Caption Style for those captions. Beware: Quizzing objects can use another style.

Maybe you are looking for

  • After the update, My ethernet cannot bring up with 1000Mbps

    Before I can get the 1000Mbps, but after update, I can get only 100Mbps,  not the dmesg shows 10Mbps How need I to do to fix this problem? the download speed: sftp> get archlinux-2014.03.01-dual.iso Downloading archlinux-2014.03.01-dual.iso from /dat

  • Adobe TV helps tutorials for Photoshop CS6

    When trying to view Adobe TV help tutorials for Photoshop CS6 all I see is a black screen/box where the video should be.  I am running XP, with maximum memory, IE 8, and the latest Flash player.  I have also run through all of the check points noted

  • Hyperlinks to external word files convert to pdf

    Hello! I have many Word documents (version 2007), which are linked among themselves through hyperlinks. Now, I want to convert these documents in pdf files (Adobe Acrobat Prof. 7.0). The problem of the pdf files are the hyperlinks: They still link to

  • Intel iMac keyboard compatible with G5?

    The subject is the question: Will the wired keyboard that came with my 2009 iMac work on a G5 iMac? Thanks for any help.

  • Excel Header Format using GUI_DOWNLOAD

    Hi Experts, I need to download the excel file with the below shown header format. I can able to download as excel using GUI_DOWNLOAD. But I don't know how to bring the first row of the above pasted image. Please advice any way to download the file wi