Why is PowerView Missing From My Site Collection?

I'm setting up a test lab with SQL Server 2012 SP1 and SharePoint 2013.
I successfully setup the integration using PowerShell and Central Administration. I can see the service application and it is related to my web application, however the PowerView/SSRS features are missing from my site collection and so are the content types.
I even tried creating a new site collection and no dice.
Any thoughts on this would be great!
Cheers!

Hi Anthony,
Based on the current information, I suggest that you make sure the Reporting Services Add-in for SharePoint has been installed when installling SQL Server 2012 SP1. Then, please verify the Reporting Services installation referring to the following article:
Verify a Reporting Services Installation
If you can create the Reporting Services Service Application and a site collection successfully, please verify the Report Server Integration Feature is active. After that, please active the Power View Integration Feature for the site collection.
Additionally, I suggest that you refer to the following blog for the SQL Server Reporting Services Integration with SharePoint 2013:
Installing and configuring SQL Reporting services on SharePoint 2013
Hope this helps.
Regards,
Mike Yin
If you have any feedback on our support, please click
here
Mike Yin
TechNet Community Support

Similar Messages

  • User missing from all site collections but present in User Profile (Central Admin)

    I have a user who does not show up in "People and Groups" (or if I search for this user) in any of the site collections but does show up when I look up his user profile on Central Admin. I've tried to add this user to the site collection using
    the following command, but I get an error: " The specified user domain\accountname could not be found."
    Get-SPWeb 'http://site' | New-SPUser -UserAlias 'domain\accountname'
    Idk if this is related, but on this user's profile, "Personal Site" field shows up as "SPSSITEERROR".
    Any help would be greatly appreciated.
    Thanks.

    Hi,
    I recommend to check if the user exists in Active Directory firstly.
    If yes, then the error will occur. And for the user profile of the user, it may due to the user profiles have not been synced with Active Directory yet.
    That "Personal Site" field shows up as "SPSSITEERROR" means that the MySite of that user has not been created successfully.
    I recommend to run User Profile Synchronization timer job and then check the results.
    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

  • Why is audio missing from movie

    why is audio missing from movie

    I think I may have confused you a little bit, sorry.  Hope this might be easier to follow.
    1.  Copied nieces VHS tape to DVD discs.  Tape runs approximately 2hr. 39min.
    2.  Put first part on work copy 1.  This consisted of the lead up to the ceremony and the ceremony itself, ending with still shots of the wedding party, in the park.  About 1hr. 1min.
    3.  Put second part on work copy 2.  This consisted of the wedding reception, beginning to end.  About 1hr 38min.  No possibility of overlapping content.
    4.  Ran both work copy 1 and work copy 2 on the VCR that's hooked up to the TV.  (Not the Toshiba copy machine).  Both ran through, beginning to end with no glitches.
    5.  Opened Adobe Premiere Elements and loaded work copy #1 so as to make three finished copies, one for bride and groom, one for bride's parents, one for groom's parents.
    6.  When placed on the timeline, contents of work copy 1 had no audio for VTS_01_1.VOB while VTS_01_2.VOB and VTS_01_3.VOB were whole.
    7.  Tried for several days to eliminate the problem with no success.  A.P.E. showed file sizes of .99GB, .99GB and 47MB respectively.  The 47MB is actually about 2 minutes of still pictures of       the wedding party.  I was not going to attempt to burn the project until correcting the audio problem.
    8.  Wrote in to the community forum and happily received your response.  Tried every thing you offered without success.  Though I am thankful for all your time and effort.  While nothing worked       so far, I have learned a few things and will retain my notes so as to keep this information at hand.  (Don't know how you're able to maintain all that info).
    9.  At this point, in view of the results of step #4, I thought to try Windows DVD Maker to see what developed.  Loaded work copy 1 into that program, which recognized the audio in the first clip       (VTS_01_1.VOB).  I did not run the work copy, beginning to end, in this program.  But I felt that as long as the audio was present in the first clip, this program would allow me to burn the           copy.  When the burn button was pushed, I received the error message "Will Not Fit", and the duration of 30 min for clip 1, 30 min. for clip 2 and 25 hours and 30 min. for clip 3.  Clip 3 being       the 2 minutes of still pictures.  After trying unsuccessfully to remedy this problem it was time to try a different approach.
    10.  Opened A.P.E. and loaded work copy 2 onto the timeline.  Successfully made three finished copies of this disk in a short period of time.
    11.  Took the VHS tape back to the Toshiba to make another copy (work copy 1A) of the first segment.
    12.  Played copy 1A in the TVs VCR and it played fine, no glitches.
    13.  Opened A.P.E. and put work copy 1A on the Timeline.  This time there was audio in clip 1, which could be seen on the audio line, but it was the audio from work copy 2.  This, even though       I had deleted the files from work copy 2.
    14.  Accepted the fact that this has become a career.  Can't imagine what you're thinking.  Since beginning this endeavor I have become much older and grouchier.  My dog will no longer walk         with me.  Neighbors go back in the house when they see me coming.  Oh, and my wife sticks out her tongue and makes funny noises whenever I turn my back. 

  • Why is help missing from help dropdown menu?

    Why is help missing from Ps CC help dropdown menu in preferences?

    bumpkin wrote:
    Why is help missing from Ps CC help dropdown menu in preferences?
    ???? I see help being shown in some of Photoshop  preferences pages but both of you questions confuse me.

  • Aggregate lists from multiple site collections

    Hi,
    I'm currently working on an application that stores its data in sharePoint lists. Some lists are created at the WebApp level while others are available at the SiteCollection level. All lists, at the same level, fit to the same structure.
    I need to create SSRS reports based on consolidated values from all site collections. I'm interested in a solution using only SharePoint and SSRS, without writting code. It is important to note that SiteCollections are generated dynamically, meaning
    that I don't have a fixed number of SiteCollections. Is that possible to make a cross SiteCollections query from SSRS or something similar that would not require code?
    Thanks in advance,
    Jerome.

    Hi Jerome, 
    i tried to look for the solution that is not with coding, but seems i can't find something that is similar with your needs, although i found this article.
    http://camldotnet.codeplex.com/
    Sharepoint have this class: SPSiteDataQuery.
    this class should be able to query different site collection, but it is a must under the same web application.
    http://msdn.microsoft.com/en-us/library/microsoft.sharepoint.spsitedataquery.aspx
    http://www.codeproject.com/Tips/401818/SharePoint-2010-SPSiteDataQuery-with-Example
    http://www.c-sharpcorner.com/uploadfile/anavijai/how-to-query-across-multiple-lists-in-multiple-web-sites-in-in-sharepoint/
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Photos missing from Recently Added, Collections after IOS8 update

    After I uptaded my IPad Air to IOS 8, photos were missing from Recently Added and Collections. (I understand Camera Roll and Photo Stream are gone.) My Recently Added photos dated to June (it's September) and my shared IPhone photos were missing from both the Collections/Moments where everything is supposed to be  now. Photos In Last Import are also from June. I was fumbling through the Comminties threads and found a partial solution on a related IPhone thread. I can't figure out how to link to it, but someone called Apple tech and they suggested going to Settings/Photos & Camera and toggling My Photo Stream off and then on again. I was reluctant to do this since a pop-up warns that all photos in your stream will be deleted. But as soon as I did it, aphotos started downloading to the Recently Added. They're out of chronological order, and there are duplicates, but at least they haven't all disappeared. (Also, not w complaint, but my Recently Added goes back to 2011, not 30 days.) Photos are still missing from Last Import and Collections. Any other ideas? At least now this feels recoverable, I'll put everything in Albums quick.

    Hi Lizka_2,
    It sounds like you may be having some issues finding your Photos after you have updated to iOS 8. Try using the information in the following article to help you resolve this issue:
    Get help finding your Photos in iOS 8
    http://support.apple.com/kb/HT6464
    Where can I see all of my photos and videos?
    Tap Photos to see your photos and videos in Moments, Collections, and Years.
    Get more help
    If you don't see your photos and videos in the Photos tab of the Photos app organized by Moments, Collections, and Years or in the Recently Added album, contact Apple Support.
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • Managed Metadata values scrambled when copying or moving documents from one Site collection to another.

    Hi
    What works: Copy or move a document library containing one or more MM columns *within* a Site Collection = all column managed metadata replicated accurately.
    What doesn't work: Copy or move a document library containing one or more MM columns *from one Site Collection to another* within the same Webapp. The issue is that some but not all MM values are totally wrong. By totally wrong I mean that the incorrect
    terms are associated with a TermSet that is not even referenced in this DL!
    Same result for all method's tried:
    1) Save the DL as a template (no contents) and then copy or move the documents in
    2) Programmatically do the copy
    3) Export the list via CA and then reimporting it using Pshell
    This thread is very similar but his workaround has not helped in this instance:
    https://social.msdn.microsoft.com/Forums/office/en-US/6aca7b7c-97cb-4f1f-99f1-5e1fa0b1e3ed/content-type-hub-custom-library-template-managed-metadata-lostscrambled-when-moving-files?forum=sharepointdevelopment#65b52342-408f-47b4-a9f8-5d0b952acc12
    Has anyone else experienced this and found the cause/solution? Or can anyone do this without the issues that I have described?
    Thanks

    Hi Nuno,
    I've got to the root of the issue but in answer to your question first: The MM column is attached to a Global Content Type - there is nothing local.
    The fact that some are ok and others are not led me down the route of checking the columns at item level. Scripting this did not help - all rows returned are what I would expect. ie The same MMColName with the expected value (as appearing
    on the source DL).
    On checking SharePoint manager however I have found what looks to be causing the issue.
    When checking the properties (ie SiteCollection/Lists/<ListName>/items/<itemName>/Properties) of the 'good' documents against the 'bad' documents I find the following:
    Good Docs: The MMColName is displayed as expected at the item level
    Field: Name
    Field:  Internal Name
    Item Properties:
    Ok?
    Partnership Type
    Partnership_x0020_Type
    Partnership Type
    Y
    Bad Docs: The MMColName is NOT displayed as expected at the item level. Instead the internal name is displayed:
    Field: Name
    Field:  Internal Name
    Item Properties:
    Ok?
    Register Type
    Type_x0020_of_x0020_Licence
    Type_x0020_of_x0020_Licence
    N
    Meeting Type
    Meeting_x0020_Type
    Meeting Type & Meeting_x0020_Type (Both columns are listed)
    N
    I should add that each of these 3 examples are taken from 3 different DL's - hence the different Fields
    So this looks to be a case of corruption - and unless we can think of any other outcome we will have to look to rebuild the DL - while trying to maintain the metadata!

  • PowerShell Command to export a list of subsites from a site collection

    Is there a Powershell command to export a list of sub sites from a site collection into a .csv file?
    Thanks.

    Hi,
    According to your post, my understanding is that export subsites to excel via PowerShell.
    There is an article about this topic, it will enumerate all the sub-sites and print them in a .csv file, you can refer to them.
    http://www.sharepointfix.com/2012/02/powershell-script-to-enumerate-sites.html
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Why i cannot download From any site short videos ntwith Iernet Download Manager in new Mozilla Firefox?

    '''
    Why i cannot download From any site short videos with Iernet Download Manager in new Mozilla Firefox?'''
    I want to install the new version,but the Last one it is
    Better.
    Thank you ...

    You need to update Firefox to 3.6.17 via Help | Check For Updates.
    Then install this add-on: https://addons.mozilla.org/en-US/firefox/addon/flash-video-downloader-youtube/
    Some security issues affecting your system.
    Go to Tools | Add-ons | Plugins and disable "Fun Web Products Plugin". This is spyware.
    Update the following plugins.<br><br>
    * Adobe Flash via http://get.adobe.com/flashplayer/<br><br>
    * Adobe Shockwave For Director via http://get.adobe.com/shockwave/<br><br>
    * Adobe Reader via http://get.adobe.com/reader/?promoid=BUIGO<br><br>
    * Java via http://www.java.com/en/<br><br>
    Here's the relevant Adobe security advisory: http://www.adobe.com/support/security/advisories/apsa11-02.html

  • OWA Excel Survey Missing on some Site Collections?

    Weird issue with Office Web Apps & the Excel Survey function: I know that OWA isn't configured this way, but it seems that for many site collections the "Survey" button on the ribbon is missing.
    Since the configuration for OWA & SharePoint is pretty straightforward and doesn't have much to do with specific featues, sites or web applications I haven't the first clue what to do with this one.
    Missing:
    Present:

    Hi,
    According to your description, my understanding is that you want to why the Excel Survey function is missing in Excel web app.
    This Excel Survey function in Excel web app is available in the libraries in OneDrive(SkyDrive Pro) in SharePoint and not available in team sites.
    If you set the property
    ShareByLinkEnabled on SPSite to true, the survey option becomes available. This option controls if a user will be able to share links to documents that can be accessed without logging in.
    More reference:
    http://techmikael.blogspot.com/2014/01/using-excel-surveys-in-sharepoint-2013.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Using Content search web part to retrieve items from another site collection

    I have a web application that contains two site collections(team site + enterprise wiki), with the following URLs:-
    -http://applicationname/teamsite
    -http://applicationname/enterprisewiki
    Now I need to display the latest 10 wiki pages from the enterprise wiki site collection(according to the modified date) inside the team site. So I read that using Content search web part allow for cross-site content query. Currently I added a new content
    search web part , inside my team site, and I click on “change query” button. But I am not sure how I can reference the enterprise wiki site collection's wiki page library and to specify that I need to get the latest 10 wiki pages , inside the following dialog:-
    Basically this setting partially worked for me, I provide the following settings inside the “Build Your Query” dialog:-
    From the “Select a Query” I defined the following:- “items matching content type(system).”
    Restrict by app : “Do not restrict results by app”
    Restrict by content type “Enterprise Wiki Page”.
    This showed all the sites, lists and even pages are based on the “Enterprise Wiki Page” content type. But I am facing these three problems:-
    1. The above setting showed only the sites,lists and pages matching the “Enterprise Wiki Page” content type, that exists on another web application, and not that exists inside the current web application.
    2. To test the web part , I got the following results, But I was not able to add additional info for the items such as created by, modified by ,etc.
    3.  Also there is no way to sort the wiki pages by the modified date, as in the Sorting tab inside the “Build Your query” dialog I cannot find the “modified” inside the Soft by list
    So can anyone advice how to fix these three problems

    Hi,
    1. In "Build Your Query" dialog, we can select "Specify a URL" in
    Restrict by app and enter another site URL.
    2. If you want to add more information for the items, we need customize the display template, the following link for your reference:
    http://blogs.technet.com/b/sharepoint_quick_reads/archive/2013/08/01/sharepoint-2013-customize-display-template-for-content-by-search-web-part-cswp-part-1.aspx
    3. In the Sorting tab, we can use "LastModifiedTime" to instead of "Modified".
    Best Regards 
    Dennis Guo
    TechNet Community Support

  • Populate Lookup Lists from Different Site Collection

    Hi,
    we are using O365 environment
    We have 2 Site Collections: Site Collection 1 has Sub sites and has lookup Columns in Lists..
    This Subsite is created as a Site Collection 2 in O365 ..In Site Coll Lists we have Lists which has Lookup columns referring to Site Coll 1
    How do I bring the content over to Site coll 2 with Lookup columns without having the Lists moved from Site Coll1
    Thanks

    This can't be done out of the box.  It would require a custom solution or a 3rd party plugin (not sure if one exists or not).
    Brandon Atkinson
    Blog: http://sharepointbrandon.com

  • Save Image ..why is it missing from Firefox when IE has it ?

    Such a fundamental thing to have as the ability to save an image is missing from Firefox and as I have gone over to Firefox from IE I am dumbfounded as to why Mozilla fails to feature this. Why is this ? I have the add on but you get 'save images from current tab', when right clicking on an image that has launched on screen after clicking on a thumbnail, and you end up with hundreds of images, every damn bit of the webpage, the big image is indistinguishable from its thumbnail and every image has to be looked at and discarded until one finds the bigger versions. Who in their right mind would want every little bit of a webpage ? The large images look the same as the thumbnails and each one has to be enlarged to see if its the big image or not.
    A task that took seconds in IE takes half an hour.
    Can we see Firefox catch up with IE6 for image saving ?

    Having now tried another website, where images do not have thumbnails, I have 'save image as', though the dropdown window is empty, no options on file type, its those where clicking a thumbnail sees a new window appear, rotating dots then the image occurs. No save image as, only the save image plugin which proceeds to capture everything. Trying IE on this I see also no save image option, so I guess its the website not Firefox. I shall have to use printscreen button I guess.
    I dont know why the dropdown combobox gives no options of file type, IE6 didnt have much but jpg or bmp was offered.

  • Intel PRO/Wirele​ss 5100 drivers for Thinkpad T400 missing from lenovo site

    Hi,
    There is wireless drivers missing from lenovo´s download site.
    Link to T400 driver download page:
    http://www-307.ibm.com/pc/support/site.wss/documen​t.do?lndocid=MIGR-70439
    has link to here http://www-307.ibm.com/pc/support/site.wss/documen​t.do?lndocid=MIGR-62875
    But that old driver that dont support new T400
    Where i can find correct drivers to download
    System info:
    Thinkpad T400 Model:276812G
    Windows XP
    Message Edited by outouser on 09-23-2008 10:47 AM
    Solved!
    Go to Solution.

    Temporary solution.
    Download drivers from intel website
    http://downloadcenter.intel.com/filter_results.asp​x?strTypes=all&ProductID=2963&OSFullName=Windows*+XP+Professional&lang=eng&strOSs=44&submit=Go!

  • Why are Albums missing from the Albums "tab" in Photos app?

    I just upgraded to the new version of OS X with the new Photos app.  All of my photos transferred over to the new app correctly, but not all of my Albums are showing up in the new Albums "tab" in the Photos app. 
    For instance, my "Honeymoon" album does not show up on the Albums "tab," but when I search for in the Photos app it will appear. 
    How do I get all of my Albums to show up on this tab?
    Additionally, does anyone know how to change the "timestamp" on photos?
    Any help would be greatly appreciated!

    Terence,
    I appreciate the reply, but that did not solve my issue.  Several of my albums are still "missing" from the list, even though I can find them when I search:

Maybe you are looking for

  • Text animation not working in Captivate 5

    Hi there -- I am seeing some strange results and need some help troubleshooting. I have one project and on the first slide I have an image, a text animation, and video.  I view it and everything plays perfectly.  Here is what the timeline and propert

  • View (compare) multiple photos in Photos

    How do you view multiple photos at the same time in Photos (the new app)? In iPhoto, you could select the photos you wanted to compare and then click the Edit button to open them side by side with each other. I can't figure out what Photos wants me t

  • Reader drop-down menus have invisible content

    I'm running 9.4.7 on Ubuntu 11.10. The Reader drop-down menus either have no text in them or the text is the same colour as the background. I've tried changing the Ubuntu theme but the problem remains.

  • No phone sound after 7.0.2

    I have sound in apps, but I have no sound during phone calls. People can hear me but I can't hear them, unless I put it on speaker or use headphones. Any ideas if there's a setting I can adjust?

  • Cannot import/export shared services

    Hey guys, just a question from a beginner... I am trying to import the native directory in shared services from one server to another. I have gotten as far as what seems to be a successful import however the users in the native directory have not bee