Role Settings: Viewing Reports, but no downloading or printing

Question for all you admins:
Is it possible in the Role Setup, to allow users to access the reports tab, view /execute reports, but not be able to download or print them?
I know you can change setting on exporting lists, but what about analytics and reports?
Thanks much.
RAZ

Copy the URL of the report that you want to display. Open another report (below which this report is going to be displayed). Go to any one of the report and navigate to Step 2 Create layout, Click the Add View button, and then select Advanced > Narrative.
The prefix section is the place where you can embed the other report. The format for Iframe is
<IFRAME SRC="ANALYTIC2 URL" WIDTH=700 HEIGHT=500 FRAMEBORDER=0>
eg
<IFRAME SRC="https://newOn Demand.siebel.com/On Demand/user/analytics/saw.dll?PortalPages&PortalPath=/shared/pre-built+Analysis/_Portal/Activities+By+Opportunity+Dashboard" WIDTH=700 HEIGHT=500 FRAMEBORDER=0>
In the URL that you copied, you will find “&Options=rfd” here r refers to refresh, f refers to Print and d refers to download. If you want to restrict the users from printing and downloading, remove f and d from there.
You will also notice that the refresh, print and download options are removed from the first report also. (the moment you use Iframe, no matter what access you give over here, the first report wont have those 3 options)
Hope this helps....

Similar Messages

  • HELP: Cant view webpages but can download

    edit: nevermind, a router reset solved this

    Hi,
    I got the free upgrade - option 2
    on order tracking it says "in progress"
    I can login to steam and download games
    or update any programs
    I can also ping sites fine
    Broadband light is blue on hub
    but when i try to view pages in any of my web browsers it loads for ages then i get:
    The webpage is not available
    Error 101(net::ERR_CONNECTION_RESET)
    Currently on mobile 3G connection till i can fix this

  • Cannot create Power View reports with HelloWorldPicnicPowerViewRTM.xlsx

    I have uploaded HelloWorldPicnicPowerViewRTM.xlsx to Power Pivot Gallery on SharePoint 2013 and SQL Server 2012.
    I have clicked Create Power View Reports, but there is error with connection.
    I'm trying to follow instructions on
    http://technet.microsoft.com/en-us/library/hh759325.aspx
    <detail><ErrorCode xmlns="rsCannotRetrieveModel</ErrorCode><HttpStatus">http://www.microsoft.com/sql/reportingservices">rsCannotRetrieveModel</ErrorCode><HttpStatus
    xmlns="400</HttpStatus><Message">http://www.microsoft.com/sql/reportingservices">400</HttpStatus><Message xmlns="An">http://www.microsoft.com/sql/reportingservices">An
    error occurred while loading the model for the item or data source 'http://servername/sites/bi/powerview/PowerPivotGallery/HelloWorldPicnicPowerViewRTM.xlsx'. Verify that the connection information is correct and that you have permissions to access the data
    source.</Message><HelpLink xmlns="http://go.microsoft.com/fwlink/?LinkId=20476&EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&EvtID=rsCannotRetrieveModel&ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&ProdVer=11.0.3128.0</HelpLink><ProductName">http://www.microsoft.com/sql/reportingservices">http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0</HelpLink><ProductName
    xmlns="Microsoft">http://www.microsoft.com/sql/reportingservices">Microsoft SQL Server Reporting Services</ProductName><ProductVersion xmlns="11.0.3128.0</ProductVersion><ProductLocaleId">http://www.microsoft.com/sql/reportingservices">11.0.3128.0</ProductVersion><ProductLocaleId
    xmlns="127</ProductLocaleId><OperatingSystem">http://www.microsoft.com/sql/reportingservices">127</ProductLocaleId><OperatingSystem xmlns="OsIndependent</OperatingSystem><CountryLocaleId">http://www.microsoft.com/sql/reportingservices">OsIndependent</OperatingSystem><CountryLocaleId
    xmlns="1033</CountryLocaleId><MoreInformation">http://www.microsoft.com/sql/reportingservices">1033</CountryLocaleId><MoreInformation xmlns="<Source>ReportingServicesLibrary</Source><Message">http://www.microsoft.com/sql/reportingservices"><Source>ReportingServicesLibrary</Source><Message
    msrs:ErrorCode="rsCannotRetrieveModel" msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsCannotRetrieveModel&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="An">http://www.microsoft.com/sql/reportingservices">An error occurred while loading the model for the item or data source 'http://servername/sites/bi/powerview/PowerPivotGallery/HelloWorldPicnicPowerViewRTM.xlsx'.
    Verify that the connection information is correct and that you have permissions to access the data source.</Message><MoreInformation><Source>Microsoft.ReportingServices.ProcessingCore</Source><Message msrs:ErrorCode="rsErrorOpeningConnection"
    msrs:HelpLink="http://go.microsoft.com/fwlink/?LinkId=20476&amp;EvtSrc=Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings&amp;EvtID=rsErrorOpeningConnection&amp;ProdName=Microsoft%20SQL%20Server%20Reporting%20Services&amp;ProdVer=11.0.3128.0"
    xmlns:msrs="Cannot">http://www.microsoft.com/sql/reportingservices">Cannot create a connection to data source 'TemporaryDataSource'.</Message><MoreInformation><Source>Microsoft.AnalysisServices.SPClient</Source><Message>We
    cannot locate a server to load the workbook Data Model.</Message><MoreInformation><Source></Source><Message>We cannot locate a server to load the workbook Data Model.</Message><MoreInformation><Source>Microsoft.Office.Excel.Server.WebServices</Source><Message>We
    cannot locate a server to load the workbook Data Model.</Message></MoreInformation></MoreInformation></MoreInformation></MoreInformation></MoreInformation><Warnings xmlns="http://www.microsoft.com/sql/reportingservices"
    /></detail>
    Kenny_I

    Hi Kenny_I,
    Based on the error message, the issue may be caused by the incorrect configuration of Claims to Windows Token Service (C2WTS). The C2WTS is required because the communication between the web front-end (WFE) and the Reporting Services shared service will
    always be Claims authentication.
    The domain account used by the Claims to Windows Token Service needs to be granted the following rights through the Local Security Policy:
    Act as part of the operating system
    Impersonate a client after authentication
    Log on as a service
    We can find these settings under Administrative Tools > Local Security Policy > Local Policies > User Rights Assignment. And we should add the service account to the local Administrators Groups ahead.
    For more information, please see the following links:
    http://www.codeovereasy.com/2014/01/powerview-report-fails-no-credentials-are-available-in-the-security-package/
    http://msdn.microsoft.com/en-us/library/hh231678.aspx
    Hope this helps.
    Thanks,
    Katherine xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Slide views only to be reported, but grade is reporting to lms as 0 instead of n/a

    My client has a number of quiz questions throughout their course. They asked that the quiz be set up to allow infinite attempts until the learner gets the answer right, and that there are no points or grade associated with the quiz. I've set up each question as a quiz question, but set the grade to be 0. I did it as a quiz question as there are matching type questions, multiple choice, etc. and I found it valuable to have the structure in place to add in the content. The reporting preferences are set up as to report back slide views only, but when this file communicates with the LMS, it is reporting back a pass/complete but giving a grade of 0. I'd like it to show up as n/a under the grade rather than 0.
    Also, this course isn't booking marking and learners aren't happy because when they go back in their answers aren't saving. As well, the client wanted backward movement to be allowed but when the learner clicks the back button to go back through the slides, it automatically resets the question slides and they have to re-answer them to continue. Is there a way to change a setting so that the answers will stay in place?
    And my last question (promise, sorry for so many) under the quiz settings and then required there are 4 options. I'm just wondering if anyone can explain these 4 options and what each do, so that I can make sure I'm selecting the best one. Up until now it's been a trial/error type of thing, but it would be great if anyone can share some additional info.

    Thanks so much! I'm the only one working in Captivate, and so I can't even tell you how helpful it is to have replies and people that understand what I'm asking.
    I looked into the manifest file, but I couldn't seem to find the masteryscore text. Here's a copy and paste of my manifest file. Am I missing something?
    <?xml version="1.0" encoding="UTF-8" ?>
    <manifest identifier="captivate client and family centred care_ID" version="1.3" xmlns="http://www.imsglobal.org/xsd/imscp_v1p1"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:imscp="http://www.imsglobal.org/xsd/imscp_v1p1"
    xmlns:adlcp="http://www.adlnet.org/xsd/adlcp_v1p3"
    xmlns:imsss="http://www.imsglobal.org/xsd/imsss"
    xsi:schemaLocation="http://www.imsglobal.org/xsd/imscp_v1p1 imscp_v1p1.xsd
          http://www.adlnet.org/xsd/adlcp_v1p3 adlcp_v1p3.xsd
          http://www.imsglobal.org/xsd/imsss imsss_v1p0.xsd
          http://ltsc.ieee.org/xsd/LOM lomStrict.xsd">
    <metadata>
      <schema>ADL SCORM</schema>
      <schemaversion>CAM 1.3</schemaversion>
      <lom xmlns="http://ltsc.ieee.org/xsd/LOM">
       <general>
        <identifier>
         <catalog>Adobe Captivate Course</catalog>
         <entry>captivate client and family centred care_ID</entry>
        </identifier>
        <title>
         <string language="x-none">captivate client and family centred care_Course_Title</string>
        </title>
        <description>
         <string language="x-none"></string>
        </description>
        <keyword>
         <string language="x-none"></string>
        </keyword>
       </general>
       <lifeCycle>
        <version>
         <string language="x-none">1.0</string>
        </version>
        <status>
         <source>LOMv1.0</source>
         <value>final</value>
        </status>
       </lifeCycle>
       <metaMetadata>
        <identifier>
         <catalog>test</catalog>
         <entry>test 1000</entry>
        </identifier>
        <metadataSchema>LOMv1.0</metadataSchema>
        <metadataSchema>SCORM_CAM_v1.3</metadataSchema>
       </metaMetadata>
       <technical>
        <format>text/html</format>
        <location>.</location>
       </technical>
       <educational>
        <typicalLearningTime>
         <duration>PT0H0M</duration>
         <description>
          <string language="x-none">Average length of time to experience this Adobe Captivate Project.</string>
         </description>
        </typicalLearningTime>
       </educational>
       <rights>
        <cost>
         <source>LOMv1.0</source>
         <value>no</value>
        </cost>
        <copyrightAndOtherRestrictions>
         <source>LOMv1.0</source>
         <value>no</value>
        </copyrightAndOtherRestrictions>
       </rights>
       <classification>
        <purpose>
         <source>LOMv1.0</source>
         <value>idea</value>
        </purpose>
        <description>
         <string language="x-none"></string>
        </description>
        <keyword>
         <string language="x-none">Adobe Captivate</string>
         <string language="x-none"></string>
        </keyword>
       </classification>
      </lom>
    </metadata>
    <organizations default="captivate client and family centred care_ID_ORG">
      <organization identifier="captivate client and family centred care_ID_ORG">
       <title>captivate client and family centred care_Course_Title</title>
       <item identifier="captivate client and family centred care_ID_SCO" isvisible="true" identifierref="captivate client and family centred care_ID_SCO_RES">
        <title>captivate client and family centred care_SCO_Title</title>
        <imsss:sequencing>
         <imsss:objectives>
          <imsss:primaryObjective objectiveID="PRIMARYOBJ" satisfiedByMeasure="false">
          </imsss:primaryObjective>
         </imsss:objectives>
         <!-- to override the default SCORM 2004 completion setting, add this... -->
         <imsss:deliveryControls completionSetByContent="true" objectiveSetByContent="true"/>    
        </imsss:sequencing>
        <adlcp:dataFromLMS>.</adlcp:dataFromLMS>
        <adlcp:timeLimitAction>exit,message</adlcp:timeLimitAction>
       </item>
      </organization>
    </organizations>
    <resources>
      <resource adlcp:scormType="sco" identifier="captivate client and family centred care_ID_SCO_RES" type="webcontent" href="captivate client and family centred care.htm">
       <file href="captivate client and family centred care.swf"></file>
       <file href="captivate client and family centred care.htm"></file>
                <file href="SCORM_support/scorm_support.htm"/>
                <file href="SCORM_support/scorm_support.js"/>
                <file href="SCORM_support/scorm_support.swf"/>
      </resource>
    </resources>
    </manifest>

  • Hi, I tried to download a bunch of my favourite TV episodes.  I was unable to get them all due to lack of storage.  I increased my storage but the downloads didn't come.  I tried deleting the already downloaded and viewed episodes but don't know how.

    Hi, I tried to download a bunch of my favourite TV episodes.  I was unable to get them all due to lack of storage.  I increased my storage but the downloads didn't come.  I tried deleting the already downloaded and viewed episodes but don't know how.
    I'm wondering if I should increase my storage again but I'm not sure that's the issue.

    You need more storage on your iPad, however, it can't be increased. iCloud storage is ecternal to the iPad and is used for backup.
    You need to delete some item on the iPad.
    How much space is used by your Other? You may be able to reduce.
    How Do I Get Rid Of The “Other” Data Stored On My iPad Or iPhone?
    http://tinyurl.com/85w6xwn
    With an iOS device, the “Other” space in iTunes is used to store things like documents, settings, caches, and a few other important items. If you sync lots of documents to apps like GoodReader, DropCopy, or anything else that reads external files, your storage use can skyrocket. With iOS 5/6/7, you can see exactly which applications are taking up the most space. Just head to Settings > General > Usage, and tap the button labeled Show All Apps. The storage section will show you the app and how much storage space it is taking up. Tap on the app name to get a description of the additional storage space being used by the app’s documents and data. You can remove the storage-hogging application and all of its data directly from this screen, or manually remove the data by opening the app. Some applications, especially those designed by Apple, will allow you to remove stored data by swiping from left to right on the item to reveal a Delete button.
    There are some wireless external hard drives that can be used with the iPad.
    Best iPad External Hard Drive Storage Options
    http://www.unlocktips.com/2012/11/best-ipad-mini-external-hard-drive-memory-stor age-options/
    iPad Storage Solutions
    http://www.ipadstoragesolutions.com/iPadWirelessStorage.php
    SanDisk Connect Wireless Media Drive http://www.sandisk.com/products/wireless/media-drive/
    Another option:
    Expand your iPad's storage capacity with HyperDrive
    http://www.macworld.com/article/1153935/hyperdrive.html
    On the road with a camera, an iPad, and a Hyperdrive
    http://www.macworld.com/article/1160231/ipadhyperdrive.html
     Cheers, Tom

  • The Control A key is not working. I cannot multi-select my songs. I'm not sure if it is the problem with iTunes 10.6.1.7 or my PC settings encounter issues. Also, i cannot find Album Artwork online using iTunes and i cannot select any view form but List.

    The Control A key is not working. I cannot multi-select my songs. I'm not sure if it is the problem with iTunes 10.6.1.7 or my PC settings encounter issues. Also, i cannot find Album Artwork online using iTunes and i cannot select any view form but List.

    The Control A key is not working. I cannot multi-select my songs. I'm not sure if it is the problem with iTunes 10.6.1.7 or my PC settings encounter issues. Also, i cannot find Album Artwork online using iTunes and i cannot select any view form but List.

  • Allow a document to be viewed in the browser but not downloaded to the local machine

    I have SharePoint 2013 deployed and RMS integration enabled. and am willing to install Office Web Apps. I want to enable users to view documents in the browser only but not be able to download them to their desktops. This would mean there is no "save
    as" button in the browser-based viewer and no ability to download the documents to the desktop to be used with the desktop Office apps (word, Excel, etc.).
    I understand that I need RMS and Office Web Apps to do this. Could someone please confirm if I'm able to accomplish the goal above and, if so, how I do it?
    Thanks very much in advance for your help.

    When you enable OWA. you can read the file online and edit it
    The only way to allow users to read but not edit or print a file would be to implement Windows Rights Management.  You can read about that here:
    http://msdn.microsoft.com/en-us/library/ms458245.aspx
    It won't be doable with SharePoint permissions only as, even with read only, the documents is still downloaded to the client cache to read and as such can still be retrieved from there.
    You need to follow below steps for IRM 
    http://webcache.googleusercontent.com/search?q=cache:OZ-m0M4Z5J4J:msmvps.com/blogs/ivansanders/archive/2012/06/08/check-out-the-weather-forecast-for-teched-2012.aspx+&cd=8&hl=en&ct=clnk&gl=in
    http://webcache.googleusercontent.com/search?q=cache:4XRMy2NZG1MJ:sp-vinod.blogspot.com/2013/08/configuring-information-rights.html+&cd=4&hl=en&ct=clnk&gl=in
    If this helped you resolve your issue, please mark it Answered

  • HT1399 I have 11,000 songs on my iPod Classic but since downloading the new itunes software I am having trouble locating where I can view my full collection of songs. Can anyone tell me where I can view these please?

    ! have 11,000 songs on my iPod Classic but since downloading the new version of itunes software I am having trouble locating where I can view my full collection to edit/delete. I can add music and see the additions cannot see the full list. Can anyone tell me where I can view them please?

    Here is what worked for me:
      My usb hub, being usb2, was too fast. I moved the wire to a usb port directory on my pc. That is a usb1 port which is slow enough to run your snyc.

  • I want to try SAP Crystal Report, but where can I download SAPCrystalSetup?

    I want to try SAP Crystal Report, but where can I download SAPCrystalSetup?
    The one I found has no AddOns; So where can I find SAPCrystalSetup (the one with AddOns)?
    Thank you!
    Vesuvius - Huangjer
    Edited by: Claudia Gasperl on Apr 6, 2009 5:58 PM

    Please check this thread:
    Re: Latest version of Crystal Reports Add-on for SAP B1
    Thanks,
    Gordon

  • Outgoing server settings entered correctly but will not update and tries to send under old settings

    I can receive all of my emails correctly but can not send any emails. I have set up under a different program and it works fine. I have tried to update thunderbird by its settings and it does not provide any options?? I am running ubuntu 14.04lts.
    My outgoing mail settings are correct but when thunderbird tries to send it uses old settings and does not update to the new mail server.
    https://app.box.com/s/i27ulu2zq53iaq444boxoo7dp047qgyt
    https://app.box.com/s/ivujudbq64mp8e5fd0pzkv5yt724bzta
    https://app.box.com/s/zwj25bxv10sad27fcuov2ters23lcvu8
    Thanks in advance

    Application Basics
    Name: Thunderbird
    Version: 31.4.0
    User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
    Profile Directory: Open Directory
    (Unknown location)
    Application Build ID: 20150112185638
    Enabled Plugins: about:plugins
    Build Configuration: about:buildconfig
    Memory Use: about:memory
    Mail and News Accounts
    account2:
    INCOMING: account2, , (none) Local Folders, plain, passwordCleartext
    account3:
    INCOMING: account3, , (imap) imap.netregistry.net:993, SSL, passwordCleartext
    OUTGOING: smtp.netregistry.net:465, SSL, passwordCleartext, true
    account5:
    INCOMING: account5, , (imap) imap.netregistry.net:993, SSL, passwordCleartext
    OUTGOING: smtp.netregistry.net:465, SSL, passwordCleartext, true
    account6:
    INCOMING: account6, , (imap) imap.netregistry.net:993, SSL, passwordCleartext
    OUTGOING: smtp.netregistry.net:465, SSL, passwordCleartext, true
    account7:
    INCOMING: account7, , (imap) imap.netregistry.net:993, SSL, passwordCleartext
    OUTGOING: smtp.netregistry.net:465, SSL, passwordCleartext, true
    account9:
    INCOMING: account9, , (pop3) mail.crochead.com:110, plain, passwordCleartext
    OUTGOING: mail.crochead.com:465, SSL, passwordCleartext, true
    account10:
    INCOMING: account10, , (imap) imap.crochead.com.au:143, alwaysSTARTTLS, passwordEncrypted
    OUTGOING: smtp.netregistry.net:465, SSL, passwordCleartext, true
    account11:
    INCOMING: account11, , (imap) mail3.bigcommerce.com:993, SSL, passwordCleartext
    OUTGOING: mail3.bigcommerce.com:587, alwaysSTARTTLS, passwordEncrypted, true
    Crash Reports
    Extensions
    Enigmail, 1.7.2, true, {847b3a00-7ab1-11d4-8f02-006008948af5}
    Lightning, 3.3.4, true, {e2fda1a4-762b-4020-b5ad-a41df1933103}
    Messaging Menu and Unity Launcher integration, 1.3.1, true, [email protected]
    Provider for Google Calendar, 0.32, true, {a62ef8ec-5fdc-40c2-873c-223b8a6925cc}
    Important Modified Preferences
    Name: Value
    browser.cache.disk.capacity: 204800
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    extensions.lastAppVersion: 31.4.0
    general.autoScroll: true
    mail.openMessageBehavior.version: 1
    mailnews.database.global.datastore.id: 912c1d9f-f79f-4a8b-9bf5-5c273fa7a3c
    mailnews.database.global.indexer.enabled: false
    mailnews.database.global.views.conversation.columns: {"threadCol":{"visible":true,"ordinal":"1"},"flaggedCol":{"visible":true,"ordinal":"3"},"attachmentCol":{"visible":false…
    network.cookie.cookieBehavior: 2
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1424651152
    places.history.expiration.transient_current_max_pages: 104858
    plugin.importedState: true
    print.print_bgcolor: false
    print.print_bgimages: false
    print.print_colorspace: default
    print.print_downloadfonts: false
    print.print_evenpages: true
    print.print_in_color: true
    print.print_margin_bottom: 0.5
    print.print_margin_left: 0.5
    print.print_margin_right: 0.5
    print.print_margin_top: 0.5
    print.print_oddpages: true
    print.print_orientation: 0
    print.print_page_delay: 50
    print.print_paper_data: 0
    print.print_paper_height: 279.40
    print.print_paper_name: na_letter
    print.print_paper_size_type: 1
    print.print_paper_size_unit: 1
    print.print_paper_width: 215.90
    print.print_plex_name: default
    print.print_resolution_name: default
    print.print_scaling: 1.00
    print.print_shrink_to_fit: true
    print.print_to_file: false
    print.print_unwriteable_margin_bottom: 56
    print.print_unwriteable_margin_left: 25
    print.print_unwriteable_margin_right: 25
    print.print_unwriteable_margin_top: 25
    privacy.donottrackheader.enabled: true
    security.disable_button.openCertManager: false
    security.disable_button.openDeviceManager: false
    Graphics
    Adapter Description: X.Org -- Gallium 0.4 on AMD KABINI
    Vendor ID: X.Org
    Device ID: Gallium 0.4 on AMD KABINI
    Driver Version: 3.0 Mesa 10.1.3
    WebGL Renderer: false
    GPU Accelerated Windows: 0
    AzureCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    AzureFallbackCanvasBackend: none
    AzureContentBackend: cairo
    JavaScript
    Incremental GC: 1
    Accessibility
    Activated: 0
    Prevent Accessibility: 0
    Library Versions
    Expected minimum version
    Version in use
    NSPR
    4.10.6
    4.10.6
    NSS
    3.16.2.3 Basic ECC
    3.16.2.3 Basic ECC
    NSS Util
    3.16.2.3
    3.16.2.3
    NSS SSL
    3.16.2.3 Basic ECC
    3.16.2.3 Basic ECC
    NSS S/MIME
    3.16.2.3 Basic ECC
    3.16.2.3 Basic ECC

  • Cannot run/view report

    I am using Crystal Reports Server XI R2.
    Cannot preview a report in CMC or view it in InfoView. Things were working and then got into this state without me or anyone doing anything. I have stopped/started all the servers to no avail.
    Other parts of CMC/InfoView are working fine. The only problem is viewing a report.
    Please help!

    I have a similar problem.
    I am also running XI R2.  Everything works fine internally inside the company network, but on the metaframe servers, users aren't able to view reports.  Most other things works fine.
    I am wondering if it has something to do with java and/or browser settings, but haven't been able to figure it out yet.
    The workspace panel just comes up as blank, without any error message.
    Any tips or ideas is greatly appreciated.

  • Reporting Agent and Download Scheduler

    Hello All,
        I have an issue with the Reporting Agent and Download scheduler.  I am on BW 3.5.  I am not familiar with the setup myself (I inherited it), and I would like some basic information.
       Essentially it was working fine until we added some new settings.  Now, the Download Scheduler freezes mid-run - just stops - and I am guessing this has to do with the new settings that were created (not by me - again, I just inherited all this).
       Any help, suggestions, links to white papers (Google was NOT helpful) anything at all on this ancient technology would be appreciated.
       Thanks.
    Dave

    Hi Nagesh,
    Chech whether the user or role is specified in your web template settings.
    Check this link for further details:
    http://help.sap.com/saphelp_nw04/helpdata/en/4b/ddb057ca3aa447b0d5aff7ea2408d3/frameset.htm
    Regards,
    Prema

  • SCCM 2012 R2 - Setting security Role for SCEP reporting shows nothing.

    Have an issue.
    I've created a new security role for a user so he can view reports about Endpoint Protection(Just copied Endpoint Manager role and set all permissions to Read) .
    But when user runs reports, he gets nothing:

    Try setting the "Audit Security" permission to Yes on "Collection" within your custom security role.

  • How to migrate Power View reports and respective BISM connections from one SharePoint environment to another?

    Hello All,
    We have a few Power View reports and respective BISM connections that need to be migrated from our DEV SharePoint 2013 site to our TEST Sharepoint 2013 site. The reports have been "migrated" over but they do not work. Eventually, I just recreated
    all the Power View reports from the BISM connections.
    We have to do one more Sharepoint migration, and I'd rather not have to recreate the reports. What do we need to do in order to migrate the Power View reports seamlessly?
    Thanks,
    Carter

    I created a new BISM in the new SharePoint site with the same name and modified the cinneciton string in the report and uploaded the PowerView Reports ( download from the existing SP site ).
    Please see the below link to modify the connection string in the PowerView report.
    https://pivotstreamllc.zendesk.com/hc/en-us/articles/202123933-Editing-a-Power-View-Connection-String

  • View Reports for individual Collections

    Hello,
    Is there a way to view Reports for individual Collections?  When I review my Usage Reports or look at Reports within the PSM I only get a break down of total user actions per day for the whole site.  I don't see a way to view data for just a single Collection.  It would be extremely helpful to me and my faculty if we could see reports or stats for specific Collections.  For example, if I could see total subscriptions and downloads for HIST1010.  It'd be even better if we could view totals for whole months rather than each day of the month but at this point any data about a whole individual Collection would be great.  Any help in viewing the data in this way is really appreciated.
    Thanks!
    Nikki
    Multimedia Tech
    Roane State Community College

    Hi Syd,
    Thanks so much for your prompt reply.  I was able to use your directions to pull stats for the last few weeks for the faculty member who requested this info. 
    My dream (if Apple is reading) would be to view monthly stats and have that information attached to each course so faculty members could view and sort that information on their own.  This would be especially helpful because as our site continues to grow and I continue to encourage faculty to manage their own content, the ability to access the data on their Collections would provide great feedback on how their ocntent is being used.  Being able to see how frequently the content they're taken the time to make is being used could be empowering.
    Anyway, thanks again for assisting with how to access the data that is currently available.
    Best,
    Nikki

Maybe you are looking for