Subscribing to Emailed Reports with filters

We have an application that have various levels of security such as "isadministrator" and "isuser". These filters are used to limit the interactive report data displayed. This security is based on the user logged into the system. When using the interactive tools all work fine including sending email reports. Unfortunately the Subscription always sends empty reports, this i suspect is due to the fact that there is no user logged in to run the report (the scheduler is running the report) so no authority exists and filters out all data.
eg.
select *
from employees
where lower(manager_id) = lower(:APP_USER)
Is there any way to pass the full (resolved) SQL to the scheduler?

I'm not sure there's a clear solution, but there is a discussion here
http://www.talkapex.com/2010/09/apex-ir-subscriptions-with-bind.html

Similar Messages

  • Error on running reports with filters/security

    Post Author: mishel
    CA Forum: Publishing
    Hi,    I am trying to run a report with filters/security defined via Business View.  When I run the report as administrator, I am able to view successfully.  However, when I login as test/dummy account which filters my parameters, I am getting such error - "A request was cancelled.  The necessary security privileges could not be verified.  This indicates a problem with the security server."  Appreciate all the help I can get.Thank you,Michelle

    Hi onizga,
    According to your description that you are migrating SSRS 2008 R2 reports to SSRS 2012 SP2, after migration you got some error like “The Uri string is too long” which only occurred when accessing the drill-through actions, right?
    Usually, the issue can be caused when you try to pass some parameters that cause the URL length to exceed 65,520 characters for a Microsoft SQL Server 2012 Reporting Services (SSRS 2012), you cannot render the report, and you may receive the following error
    message:
    The value of parameter 'param' is not valid. (rsInvalidParameter).Invalid URI: The Uri string is too long.
    This is an known issue and already have the hotfix SQL Server 2012 Service Pack1 Cumulative Update 9 (CU9) as you know, you can try to reinstall this hotfix to fixed this issue:
    http://support.microsoft.com/kb/2916827 .Any issue after applying the update, please post it on the following thread or you can submit an feedback:
    http://connect.microsoft.com/SQLServer/feedback/details/788964/ssrs-2012-invalid-uri-the-uri-string-is-too-long 
    Similar threads for your reference:
    SSRS - The value of parameter 'param' is
    not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long.
    Microsoft.ReportingServices.Diagnostics.Utilities.InvalidParameterException:
    The value of parameter 'pSetOfScopes' is not valid. ---> System.UriFormatException: Invalid URI: The Uri string is too long
    If you still have any question, please feel free to ask
    Regards
    Vicky Liu
    If you have any feedback on our support, please click here

  • Email reports with graphs as HTML (via schedule)

    == W2K machine with Oracle Reports Server 6i R2 ==
    How can I schedule/design a report if sent via email (in HTML format), so the graph that is part of the reports shows up? Currently, the gif is missing. I can use the "hyperlink" in the web setting to point to the file on the web server, but this means my "customers" need to click the missing object.
    If I send the report as PDF, all is well but again, my customers need to "open" the file.
    Is there a way to email reports with graphs as HTML?
    In any other format where the receiver does not have to take any other action?
    Thx
    Josh

    My bursting SQL query:
    SELECT DISTINCT
    ip.APPL_ID KEY,
    '11F_Search_Prospect_Email' TEMPLATE,
    'RTF' template_format,
    'en-US' locale,
    'HTML' output_format,
    'EMAIL' DEL_CHANNEL,
    ip.email PARAMETER1,
    '[email protected]' PARAMETER3,
    'Welcome' PARAMETER4,
    'true' PARAMETER6
    FROM ugrad.inquiry_prospect ip,
    ugrad.correspondence f,
    ugrad.address e,
    ugrad.f_lookup fl
    WHERE ip.appl_id = f.appl_id
    AND ip.APPL_ID = e.APPL_ID
    AND fl.TYPE_CODE='C'
    AND ip.record_stage = 'Prospect'
    AND e.COUNTRY_CODE=fl.code
    AND e.table_name = 'INQUIRY_PROSPECT'
    AND e.address_type =
    NVL ((SELECT gg.address_type
    FROM ugradadm.address gg
    WHERE gg.address_type =
    DECODE (f.mailpref,
    'Home', 'HOME',
    'Best', 'LOCAL',
    'HOME'
    AND gg.table_name = 'INQUIRY_PROSPECT'
    AND gg.APPL_ID = ip.appl_id
    AND((gg.address_type='LOCAL' AND NVL(gg.address_expir_date,sysdate)>sysdate)
    OR gg.address_type='HOME')),
    'HOME'
    AND f.batchid = :Batch_ID
    This report when bursted sends an email with the layout template as html body.
    The EMAIL configuration is set with a server Port number and its host address.

  • Link to interactive report with filters

    I want to put a link to a page with an interactive report. But the link should setup a filter for the interactive report.
    For example, if I'm looking at a client, I want a link that sends me to the activity reports, but filtered to show only that client already.
    Is there a way to do that?
    Thanks
    Edited by: user1415525 on Sep 21, 2009 7:34 AM

    Hello,
    Set a parameter IR_<COLUMN_NAME_IN_IR> to #<COLUMN_NAME_IN_LINK>#
    Example : Set IR_ORDER_ID to #ORDER_ID#
    or for you
    Set IR_CUSTOMER_ID to #CUSTOMER_ID#
    (Of course you have to change the column names)
    Greetings,
    Roel
    http://roelhartman.blogspot.com/

  • Link to summary report with filtered data set within FormsCentral

    Is it possible to generate a link to a summary report with a filtered data set within FormsCentral?
    If I have 4 sales agents each using the form to submit their repsective sales (with a dropdown indicating the sales agent) is it possible to filter the data so that only Sales Agent A see a report of their sales?
    Thanks,
    D

    Try following forum:
    http://forums.adobe.com/community/formscentral?view=discussions

  • Create report with filtered teststeps

    Hello,
    i am using TS3.5 and want to create a report with only selected teststeps included.
    For this i created in my custom teststeos a container called "Config" and inside this container a
    bool-parameter called "ShowIt".
    Then i opended Teststand -> Configure -> Report-Options and set
    "Result Filtering Expression" to "Config.AddIt == True"
    When i run then the sequence i get a popup after finishing which says:
    ActiveX Error
    sCode = 0xffffbc66
    Description: Unknown variable or property name "Config"
    Error accessing item "Config".
    But when i copy the parameter "AddIt" into Result.AddIt and change the
    "Result Filtering Expression" to "Result.AddIt == True" then it works!
    Why cant i use a custom container for this filtering?
    The standard-teststand models stops then with Error in the TestReportCallback at teststep "Get Report Body (DLL)"
    Thanks for your help.

    Yes, this is enabled.
    I attached the testsequence and a screenshot of the report-options.
    In the sequence i copied the default "passfail-Test" and added there a container "Config" with a bool-variable "AddIt"
    This new steptyp is then called twice in the mainsequence where the first call is AddIt == False and trhe second call AddIt ==True.
    Then i changed the report-options as you can see in the attached screenshot.
    But then i get the error-message.
    What am i doing wrong here?
    Attachments:
    dummytest.vi ‏11 KB
    report.seq ‏29 KB
    ReportOptions.jpg ‏61 KB

  • Crystal report with filtering data.

    hi, i work on an add-on for creating crystal report with SAP B1 UI. Do somebody know how to do it. if possible please provide me the reference needed, way to create the crystal report, way to connect the crystal report to database.
    hope u guys can help me out. Coz i'm new to crystal report. Thanks for help...

    Hi hock,
    It is crystal report online documentation.
    <a href="http://support.businessobjects.com/documentation/default.asp">http://support.businessobjects.com/documentation/default.asp</a>
    Hope it helps.
    Min

  • Send Email Report with Publisher? and  Job Manager...

    Hi, i have a great Doubt, i try to send Email with a report, first i try to send with Publisher, this is all configurations.
    Delivery Configuration
    !http://lh3.ggpht.com/_V2lpPpulbm0/Slwm-4TLiJI/AAAAAAAACag/xZ5w57zkRnM/s800/BI%20Publisher.PNG!
    Email Configuration
    !http://lh5.ggpht.com/_V2lpPpulbm0/Slwm_PKsjVI/AAAAAAAACak/baCeaA9kV_s/s800/BI%20Publisher2.PNG!
    Configuration Send Parameters
    !http://lh5.ggpht.com/_V2lpPpulbm0/SlwroVMXh4I/AAAAAAAACao/0-UaglX4N5Y/s512/configuracionparametros.PNG!
    But when i submit.. i have an error: "Must issue a STARTTLS comand first",*this error* means that Gmail Server not suporter?
    Do you know Some Mail Company to Rrealize some test.
    !http://lh3.ggpht.com/_V2lpPpulbm0/Slwm-8g_LJI/AAAAAAAACac/1CeWNWZLL18/s640/errorpublisher.PNG!
    But... It is neccesary configurate Job Manager? why is necessary configurate Publisher and Job manager, is the same? or Each one is in use for a different thing, all forms i post my Job Manager configuration too.
    !http://lh4.ggpht.com/_V2lpPpulbm0/Slwm-X7idrI/AAAAAAAACaU/eq_N_Rloqjs/s576/SchedulerConfiguration.PNG!
    thanks all and sorry for Spam Images(I think You comprehension better me)

    . i have an error: "Must issue a STARTTLS command first",this error means that Gmail Server not suporter?  yes gmail will not support to send emails from this......because our accounts are free...
    Try with your corporate mail ids it will work.
    It is neccesary configurate Job Manager? why is necessary configurate Publisher and Job manager, is the same? or Each one is in use for a different thing Bi Publisher will not use Job manager mail settings.....If yes ,why we need to configure the mail settings in BIPublisher itself??
    Two things are different......
    thanks,
    Saichand.V

  • PowerShell, email report with specific word in the body and email status.

    Hello,
    I've two doubt:
    1) I need to create a Powershell script that return a report if a "keyword or string" is present in the body/message. Can I do it? I've tried to find something but probably I can't.
    2) Can Powershell return the status of email (READ/NOT READ)? Example: a query return all mail sent by me, i would like see if receiver has read or unread the email.
    I've Exchange 2010 SP2.
    Thank you.

    Below are the links of few informative articles. These can help to resolve the issue.    
    http://tinyurl.com/lonryjy (You can monitor the complete system report including (body/message) even on daily basis.) 
    http://tinyurl.com/mlwgq6p (This link comes with an option to provide the static report of your sent email either the receiver has read your mail or still pending.)
    In addition, you can also use automated exchange reporting tools like
    this in case you are not able to do this with script.

  • Need to call a Report Painter Report with filtered selection criteria

    Hello All,
    I have created a Report through which I am calling a Report Painter Program 'Z443'  as I have to first filter out the selections and then pass it to the Report Painter Report.
    I tried the following two ways and found these problems :
    1. Submit (program) with selection-table ..... and Return.
      The output had many entries i.e the parameters were not passed correctly to the Report Painter Report.
    2. Tried using the FM ' CRIF_RW_WEB_CALL_REPORT '.
      The transaction for the Report Painter is opening but selections from the first Report is not being transferred.
    Please help if you have worked on any similar requirements .
    Thanks!

    hi
    thanx for ur reply.
    i think the select-options is the best way to get more then one currency values.
    but i need to know what code i have to write for display of this day.
    in the standard report MCTA there he is using only one currency. similarly i need to add 2 more columns for each currency in that same report o/p.
    how to do that can any body help me
    regards,
    maqsood

  • BW reports with filters as iViews

    Hello Everyone,
    We have two iViews created from the BW Report iView template. iView-A shows some level 1 data as WAD charts. iView-B shows level 2 data charts.
    In iView-A, the user can set filters (like plant, company etc) and that would show data at level1 specific to the filtered values. Now, if the user clicks on iViewB, he would be shown the level 2 data but without the filters. How can I make the user selected filter values transfered to iViewB? I don't want my user to select iView B and then again set filters. Is this possible at all?
    I am thinking if there's some kind of way to hold state here. May be a placeholder for the filter in the "application parameters" property of the iView which is dynamic and set automatically at runtime?
    Thanks,
    Kiran

    you can pass data between iviews using EPCF
    check this how to doc on the same
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ef3b9a90-0201-0010-5ba5-97539aab5abf
    Regards
    Raja

  • Send Email Report with Publisher?

    Hi all I try to send Email with Publisher, No with Job Manager scheduler
    I can send Email with Oracle Data Integrator with the same configuration with publisher, but publisher say me errors, I don´t think if I have wrong configuration or i will have to configurate others things...
    I post Images for my configuration for If you help me.
    Admin Email Configuration
    !http://img53.imageshack.us/img53/9296/configdelivery.jpg!
    !http://img376.imageshack.us/img376/7338/congfigserver.jpg!
    Send Configuration
    !http://img204.imageshack.us/img204/3590/configuracionenvio.png!
    Scheduler History
    !http://img132.imageshack.us/img132/6777/schedulerhistory.png!
    Errors
    !http://img55.imageshack.us/img55/1442/sendincorrect.png!
    Send to other Email
    !http://img54.imageshack.us/img54/3156/otheremail.jpg!
    Thaks for your time

    Thanks for response other time eejimkos, I try to do with SSL=False and nothing.
    This is my configuration with ODI(Oracle Data Integrator), With ODI I can to send perfect Emails.
    !http://img366.imageshack.us/img366/9408/odi.png!
    I have to Firewall inactive and I quit Antivirus.
    Saichand this is telnet results
    !http://img60.imageshack.us/img60/2143/telnet.png!
    This mean that I have open ports.
    Any Suggestions?
    thanks for request.

  • SCSM2012 R2 Custom Reports with Weekly and monthly schedule to email

    Hi
    I am able to pull standard ListofIncidents Reports, want a similar kind of report with a Weekly and monthly scheduled reports to email, I have tried using pull reports from Cubes to Excel and do a custom reports but is not showing like standard ListofIncidents
    Reports. Could you please guide me on this.
    Thanks and Regards,
    Pradeep Kumar
    Pradeep Kuimar

    Hi,
    Would you please check the articles below regarding to publishing and Subscribing to Service Manager Reports:
    http://blogs.technet.com/b/servicemanager/archive/2010/06/30/publishing-and-subscribing-to-service-manager-reports.aspx
    How to Schedule a Standard Service Manager Report
    https://technet.microsoft.com/en-us/library/hh519682.aspx
    Hope this can be helpful for you!
    Regards,
    Yan Li
    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]

  • Publish Subscribe Server with Filters

    Has anyone managed to get the WebLogic Server 10.3 HTTP Publish/Subscribe server to work with message filters?
    With a message filter configured, running with the Sun JVM I see errors of the following type (JRockit gives an error at the same point but it has less information) when I send a message via JMS:
    <02-Sep-2008 10:43:23 o'clock BST> <Warning> <HTTP Pubsub Server JMS support> <BEA-2152103> <Error occurs when retrieving message from JMS topic.
    weblogic.jms.common.JMSException: [JMSClientExceptions:055115]Error deserializing an object
    at weblogic.jms.common.ObjectMessageImpl.getObject(ObjectMessageImpl.java:190)
    at com.bea.httppubsub.jms.internal.TopicListener.fetchBayeuxMessageFromJmsMessage(TopicListener.java:97)
    at com.bea.httppubsub.jms.internal.TopicListener.onMessage(TopicListener.java:70)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
    Truncated. see log file for complete stacktrace
    java.lang.ClassNotFoundException: com.bea.httppubsub.bayeux.messages.DeliverEventMessage
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
    Truncated. see log file for complete stacktrace
    My filter is not being invoked (I just throw an exception in the filter and I've also tried setting a breakpoint there in debug mode and neither get hit).
    My weblogic-pubsub contains the following:
    <wlps:message-filter>
    <wlps:message-filter-name>myFilter</wlps:message-filter-name>
    <wlps:message-filter-class>pubsubtest.filters.SecurityFilter</wlps:message-filter-class>
    </wlps:message-filter>
    <wlps:channel>
    <wlps:channel-pattern>/abc/**</wlps:channel-pattern>
    <wlps:jms-handler-name>abcJmsHandler</wlps:jms-handler-name>
         <wlps:message-filter>myFilter</wlps:message-filter>
    </wlps:channel>
    The class name is definitely correct because the app fails to publish entirely if it is not. I have the pubsub library referenced in my weblogic.xml and it works without the filter so that suggests that the pubsub server is deployed.
    Anyone have any ideas?
    -Shaun

    I'm not familiar with HTTP pub/sub.
    My one guess is that the server is attempting to deserialize an Object that's embedded within a JMS Object message, but the classpath is missing required classes in order to instantantiate the Object. In which case the solution is to ensure that the classpath includes any classes that might be embedded within the message object.
    If this doesn't help, can you post the full stack trace? The posted stack trace is truncated but the full trace should be in the log, as per the message "Truncated. see log file for complete stacktrace".
    Tom

  • How can I print and email a report with a logo?

    How can I print and email a report with a logo?
    Is this possible??

    hi ravikant!
    im talking about reports, not forms.
    i bet se78 is for forms and oaer is for report.
    because my logo is displayed on screen, using html-top-of-page.
    but at the time of printing and email, internally, alv grid is converted into alv list, and alv list doesn't support having a logo.
    That's my know-how of the situation.
    Do you have a way with it???
    Please advice.
    Thanks a lot!

Maybe you are looking for