ExecutionLog : Retrieve subscription name of report execution

Hi everybody and thanks for your read,
We would like to understand our SSRS execution logs.
Our problem:
Several reports are executed by data driven-subscriptions, and one report can be found in several subscriptions. We read ExecutionLog table and we can attach reports names on the execution entries. Some report falling in error, and we want to see the attached
subscription. 
Question:
In the "ExecutionLog" table in reportServer database, is that possible to match the name of the subscription with the log report?
If not, have you another method to see him?
Thanks very much for your time,
Arnaud

Hi Arnaud,
In Reporting Service, we can use the query below to find all the subscriptions in the report server. Then we can make some modification in the query to achieve your requirement.
USE [ReportServer]; -- You may change the database name.
GO
SELECT USR.UserName AS SubscriptionOwner
,SUB.ModifiedDate
,SUB.[Description] As sSubscriptionName
,SUB.EventType
,SUB.DeliveryExtension
,SUB.LastStatus
,SUB.LastRunTime
,SCH.NextRunTime
,SCH.Name AS ScheduleName
,CAT.[Path] AS ReportPath
,CAT.[Description] AS ReportDescription
FROM dbo.Subscriptions AS SUB
INNER JOIN dbo.Users AS USR
ON SUB.OwnerID = USR.UserID
INNER JOIN dbo.[Catalog] AS CAT
ON SUB.Report_OID = CAT.ItemID
INNER JOIN dbo.ReportSchedule AS RS
ON SUB.Report_OID = RS.ReportID
AND SUB.SubscriptionID = RS.SubscriptionID
INNER JOIN dbo.Schedule AS SCH
ON RS.ScheduleID = SCH.ScheduleID
ORDER BY USR.UserName
,CAT.[Path];
Hope this helps.
Thanks,
Katherine Xiong
Katherine Xiong
TechNet Community Support

Similar Messages

  • How to retrieve Host Name from reports?

    Hi.
    I've a report with excel template with links inside (XDO_LINK_?...)...
    How can I create a link with a dynamic host name? Like http://<hostname>/xmlpserver/.....
    Thank you
    R.

    I've found this:
    https://blogs.oracle.com/xmlpublisher/entry/creating_dynamic_urls_in_your
    how can I use this method in EXCEL template?
    thanks, R.

  • How to find name of report if I know name of instance and location of instance in Output File Store

    Hello all,
    can somebody help me to find name of the report if I know name of report instance and also location of instance in Output File Store. It should be done via Query Builder.
    It is ...rpt file as output from Crystal Reports. I tried few commands in Query Builder but usually they finished with timeout error.
    Could you help me and send specific command? Or way how to change timeout of Query Builder?
    Thanks.
    matus

    Hello all,
    We finally found solution.
    We knew that file is located on path .../Output/a_145/009/002/133521/~ce10c.....9332.rtf
    This file has more than 2 GB. We tried to find which report is related and provide necessary actions.
    As I mentioned we still failed due to timeout error - There was an error retrieving data from the server: CMS operation timed out after 9 minutes.
    So we tried to use our testing environment. We started there QueryBuilder and there we successfully tested that we found details about files from FileStore /like Name of the report in Launch Pad, CUID, ...
    SELECT SI_NAME, SI_CUID, SI_FILES FROM CI_INFOOBJECTS WHERE SI_FILES.SI_PATH = 'frs://Input/a_148/020/000/5268/'
    or
    SELECT * FROM CI_INFOOBJECTS WHERE SI_FILES.SI_PATH = 'frs://Input/ a_148/020/000/5268/'
    Best regards,
    matus

  • Report Execution History

    Hi all,
    I have a requirement like, when the user executes a report; it has to show the previous execution history. Like last time execution date, time and number of times the report wad executed. How can I handle this and which event can I write the code.
    Thanks in advance.

    I think you have to create a Z table with the following fields.
    Mandt.
    program name (key field).
    Executed by (key field).
    Executed on (key field).
    Executed time (key field).
    YOu have to update this z table evry time you run this program.
    Then you have to get the records from this table to find out the report execution history.
    tables ztab.
    end-of-selection.
    ztab-mandt = sy-mandt.
    ztab-progname = sy-repid.
    ztab-exby = sy-uname.
    ztab-exdt = sy-datum.
    ztab-extm = sy-uzeit.
    modify ztab.

  • How to view report execution Log files on RAS Server

    I wish to view the log files that are generated when a crystal report is run. In my application the crystal report is triggered from java application. The report templates are stored on the BO server. The report is executed converted to PDF and then returned back to java app for viewing. I need the execution logs and the activities performed by the server for this report generation.
    1. Where can I find the log file with this information on the server?
    2. Are there any setting required to be made to capture these information ? If yes, where and ho can I make these settings ?
    Thanks in advance.

    Hi Don,
    Thank you very much for your reply. I am fairly new on working on the Admin side and this is my first opportunity to be managing some tasks of this role. I have majorly been a CR report designer.
    The answers to your questions are as below :
    1. The reports are developed using CR 2008.
    2. I have access to the CMC. The product version as specified in the settings tab is Product Version:  12.1.0.882 .
    3. The Dev application programming language is Java(Spring,hibernate etc)
    4. I have access to BusinessObjects Enterpriseu2122 XI Release 2 Administratoru2019s Guide. However I couldnt find anything that can give me report execution information.
    Am I looking at the correct application (CMC) and docs ? If not, what is the correct BO application I should be using to enable  Iogging. In the settings tab, I can however see that Auditing is enabled. Below is the complete information I can see under Properties in the Setting tab of the CMC application.
    Build Date:  2008/09/13:08:31:32  
    Build Number:  882  
    Product Version:  12.1.0.882 ; 
    Data Source:  BOE120:localhost:3306  
    Database Name:  5.0.34-enterprise-nt  
    Database User Name:  sa  
    Auditing:  Enabled  
    I  am really confused and require your urgent help.
    Thanks
    Malvika

  • Automate a report execution & save results as a flat file on FTP server

    Hello Gurus
    I am working on BW 3.5 version. I want to Automate a report execution, and save the results of the same as a flat file on a FTP server.---- (So that another program could look it up and run few processes at it's end). pls give me solution in step-by-step format. Plss help.....

    Hi Priyadarshini,
    You can Automate a Report Execution and Save the results as a flat file by creating a Query Extract and by scheduling  the Query Extractor using the T-Code RSCRM_BAPI.
    Steps:
    1. Goto RSCRM_BAPI T-Code
    2. Select the Quey from the list
    3. Click on Query Extract
    4. Create a Query Extractor and give the file name and Path.
    5. Schedule the Query Extractor.
    Hope it helps.
    Regards,
    -Vijay

  • Is it possible to retrieve the list of reports

    Dear all
    I'm using products BOE XI R2 and XI 3.1, I want to know if there is a good way to retrieve the list of reports.
    I want to return a list for all the reports that show out the report name and the folder structure of the report from BOE.
    Like I have a report named salary and it's stored in the BOE in the folder structure as Finance-> Year 2010 -> Income, then I would like to retrieve these information.
    As far as I checked, BOE is not provide this kind of function, to carry out this we might need to write some code, does any body have some idea about this? or sample code for this?
    Thanks a lot.
    Alex

    The best way to query the CMS for information like this in hierarchical view is with this:
    http://www.infolytik.com/blog/cmsreports-cms-object-catalog-report
    Installation and Setup Video:
    http://www.infolytik.com/video/cmsconnect_ce_install/cmsconnect_community_edition_installation.html?iframe
    Download Location:
    http://www.infolytik.com/cmsconnect-community-edition
    Also - the driver + universe is  mode and platform agnostic - .NET/Windows/Java/Unix/etc.  Simply install it on your client machine and use Web Intelligence Rich Client to report against your CMS.  No muss, no fuss. 
    And it's  free ;>
    Enjoy!
    Atul Chowdhury
    Infolytik, Inc.

  • Discoverer Report: How to find Business Area name from Report Name.

    Hi
    I opened a report in Disco Desktop 4 -> Resonsibiolity --> Report Name.
    So I know Report name but don’t know which Business Area it belongs to.
    How to find Business Area Name from Report Name?
    Cheers
    Vijay

    Hi,
    There is no relationship between reports and business areas. Each report can be built from many folders. Each folder can be in many business areas.
    However you can try the following SQL which may give you the result you want for an v5 EUL. You will have to modify for Discoverer 4 EUL:
    select distinct doc_name, obj.obj_name folder_name, bas.ba_name
    from eul_us.eul5_documents doc
    , eul_us.eul5_elem_xrefs xref
    , eul_us.eul5_expressions exp
    , eul_us.eul5_objs obj
    , eul_us.eul5_ba_obj_links bol
    , eul_us.eul5_bas bas
    where xref.ex_from_id = doc.doc_id
    and doc.doc_name = &your_report
    and xref.ex_to_id = exp.exp_id
    and obj.obj_id = exp.it_obj_id
    and bol.bol_obj_id = obj.obj_id
    and bas.ba_id = bol.bol_ba_id
    Rod West

  • Why can't I see usernames and/or mahcine names in reports?

    We are demoing the 650 web content filter, and really like them for the blocking, but for some reason we aren't seeing the usernames or machine names in reports, only IP addresses of the users machines. Did I set this up wrong? I set it for authentication using ntlmssp, but I dont know if it is working correctly... Can someone help please? Thanks! John Truxton

    John,
    If the WSA knows the username, it will be logged in the reports. It's possible that you are matching rules that do not require authentication or perhaps the authentication isn't working correctly?
    Check the access logs to verify that the usernames are present.
    If authentication isn't working or if the names are present in the access logs, it's recommended that you contact support for a deeper analysis of the issue.

  • I refuse to pay for a one year automatic subscription for Cosumer report that was charged to my account today without me noticing. How can I cancel that and get reimbursed now?

    I refuse to pay for a one year automatic subscription for Cosumer report that was charged to my account today without me noticing. How can I cancel that and get reimbursed now?
    Patrick

    First turn off auto-renewing subscriptions:
    iTunes Store: Purchasing and managing auto-renewing subscriptions
    Getting a refund won't be as simple. For that you will have to contact iTunes Store Support.

  • Strange problem in report Execution in test system

    Hi,
    As something strange going on my program in test system.
    1) Executing the program in Development system using SE38->program name->F8. the program executes and display selection screen fraction of seconds.
    issue:
    When i am doing same process in TEST System(using SE38->program name->F8) the execution process is min 1 or 2 min , then i am gettign the Selection screen.
    I have checked other programs in TEST System but it doesnu2019t happen to any other programs on TEST system.
    Program functionality--
    i am using 2 table and MARA and Z table,  Using Selection screen i am extracting the data into output screen and excel download
    Dispaly
    1)if user select the Radio button output to screen in selection screen
    Display data into screen using some color formatted
    2)if user select the Radio button output to file in selection screen
    I am using OLE Automation Controller to get the Output excel download some color formatted data
    please let me know how to rsolve this type of isssue in Test system...
    plz respond when you find the time.
    Regards,
    AS
    Moderator Message: Urgency downgraded.
    Edited by: kishan P on Apr 13, 2011 11:59 AM

    Yes ..
    INITIALIZATION. Event  i have written code like free the objects ans clear Work Area and Refresh the Internal tables
    And
    *-to highlight the comments on selection-screen
      LOOP AT SCREEN.
        IF SCREEN-GROUP1 = 'RM1'.
          SCREEN-INTENSIFIED = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.
    Add entries to get the search help values
      PERFORM SEARCHELP_REGION.
      PERFORM SEARCHELP_COUNTRY.
    At selection screen event i am getting the search help for the region and country
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_REGN-LOW.
    *Search help for Region
      PERFORM SEARCHHELP_REGN_F4.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR S_CTRY-LOW.
    *Search help for Country
       PERFORM SEARCHHELP_CTRY_F4.
    using FM :*FM for F4 help for returning the value to be displayed
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    Please let me know is it couse problem in TEST System....
    so how to resolve the issue...
    Regards,
    SR

  • Discrepancy in report execution duration

    Hello,
    Everyday we are executing audit reports which tells us report execution time for all our daily scheduled reports. Here we have observed some discrepancy between the time shown in the instance history verses auditing report's data. For example, if XYZ report took 120 seconds to execute, our auditing report shows 110 seconds only (-10 sec difference); however instance status in report history shows 120 sec only.
    Here are environment details:
    Product: SAP BI 4.0 SP6 Patch 6
    Server OS: Windows Server 2008 R2
    CMS DB: Oracle 11g R2
    Auditing DB: Oracle 11g R2
    We would like to know why there is a difference? Please advise!
    Regards,
    Daya Jha

    Issue resolved after doing multiple activity.
    - Adding 2 new cluster in PRD environment, After refering Server sizing Guide from SAP
    - Adding 4 new Web Intelligence Processing Server in PRD environment
    - Assign Static port in all 4 Nodes, Previously it was Dynamic Ports
    - Proper spiliting of APS as per SAP APS Sliting KBA (1792286 ,1694041)
    - Change Maximum Connection Paremeter in Web Intelligence Processing Server, Because we have more Web Intelligence Business user to view the Web Intelligence reports.By Default SAP provided 50 Connections.
    - Change in Tomcat Parameters like
    Parameter                Old Value      New Value
    XX:MaxPermSize      384 M          512 M
    Maximum Memory     2,048           4,096
    maxThreads              200              900
    Thanks,
    Daya

  • Reporting Services R2 log entries have stopped generating on report execution.

    Hi -
    I have a new instance of a reporting server and the log files have quit generating on report execution. 
    When the services restart this is the log file:
    rshost!rshost!8e8!01/22/2014-17:08:33:: i INFO: CLR runtime is initialized.
    rshost!rshost!8e8!01/22/2014-17:08:33:: i INFO: Derived memory configuration based on physical memory as 3931704 KB
    rshost!rshost!8e8!01/22/2014-17:08:33:: w WARN: Failed to initialize performance counters: ffffffff. Possible setup issue.
    rshost!rshost!8e8!01/22/2014-17:08:33:: e ERROR: Failed to start service, error=1063.
    We have logging turned on on the server.  Report Server Mode is Native.  Dont see anything in the application log about failed service.
    Any ideas?

    Hi dwrco,
    Have you recently install any update such as MS12-070 (KB2716440)? If so, it is a known issue for some patches for SQL Server. The reason is as follows:
    When a .NET application starts up, the .NET Framework tries to check if the Microsoft assemblies are right and have not been modified, this is done through connecting to a server that has a revocation list in internet. When the framework tries to connect
    to the server to check if it has access to internet with an elevated timeout, this makes that any other .NET application that has less timeout setting fails (such as SSIS or SSRS) with timeout error.
    For example, the error message "The request failed or the service did not respond in a timely fashion." means that the SSRS timeout is lower than the timeout of the connection to the revoke list server established by .NET Framework.
    To work around the issue, we usually use two approaches:
    Increase the value of ServicesPipeTimeout registry key of Reporting Services
    Disable generatePublisherEvidence element of ReportingServicesService.exe.config file
    For the detailed steps, please see:
    http://blogs.msdn.com/b/mariae/archive/2012/11/12/reporting-services-service-doesn-t-start-after-the-installation-of-ms12-070-security-patch.aspx 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Store z-table (during an report execution) in a BW system

    Is there a way (and how- an example) to store z-table (during an report execution) in a BW system. We would not like Ztables to reside in R/3
    Thank you in advance

    Is there a way (and how- an example) to store z-table (during an report execution) in a BW system. We would not like Ztables to reside in R/3
    Thank you in advance

  • Special Characters in Report Name or Report Description(URGENT)

    Hi All,
    I am using Hyperion Financial Reporting System 9 tool. Could anyone tell me what problem we face if we use special characters in report name and report description?
    Waiting for quick response.
    Regards,
    SN

    when using "&" in report and folder titles we had issues with report books not being able to run and also the report name would be incorrectly described.
    try to avoid if possible, there is a lower risk if using on an all windows enviroment (clients and servers) but if you have *nix OS it does introduce complexity.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Itunes wont start

    Hi, I've recently tried to install itunes 6. During the installation process it looked like everything was going well but at the 'installation successful' screen the windows send error report window appears. I close that window and click finish to co

  • Don't believe what you read... there's no error.

    The only error I've found w/ iWeb is it SAYING there's an error... If you publish your site and get the dreaded error massage just leave iWeb open and sync your iDisk completely then close iWeb and sync your iDisk one more time, just to make sure. Ma

  • Image Gallery with cfdirectory with no DB

    Hi Im trying to get an image Gallery going with cfdirectory with no Database amd pagination through Cfdirectory Im current using cfdirectory to create a query and cfx_openimage to create thumbnails. the issue I have and where Ive been stuck is when a

  • How can we use SX_OBJECT_CONVERT_OTF_INTO_PDF function module IN SCRIPT

    Hi Gurus, can any one inform me,how to use  SX_OBJECT_CONVERT_OTF_INTO_PDF  function module in script.. how can we convert  the script output into pdf file format.... i need your help......plz my mail id : [email protected]  Thanks, Rajkumar.A Edited

  • Can I use Photoshop Elements 8 to create printable items for commercial purposes?

    I like to create printables for classroom use using my Photoshop Elements 8 that I purchased about 4 years ago.  I would like to be able to sell these items on www.teacherspayteachers.com, but I am not sure if I can leagally do that.  Can Elements be