Users Email Subscriptions of Interactive Reports, getting deleted

Hi,
We have apex 4.0.2 version instances installed in DEV, Test, Prod environments.
We use the same app id across all the 3 environments
eg: App no 200 is used in all the 3 environments.
The users subscriptions for the interactive reports are getting deleted,
when the App from Dev is moved to Test or Prod environments.
Any ideas or suggestions ?
Thnx

Hi,
I could able to get back the users subscriptions in the target environment with below procedure.
In my scenariou i am moving the app 200 from Dev to Test environment.
Step1: Export the app 200 from Test environment by selecting Export interactive Report Subscriptions to Yes in Export Preferences tab
Step2: Extract carefully the wwv_flow_api.create_worksheet_notify code +(you will see more than 1 statements, if there are multiple users subscriptions)+ from the app 200.sql .
Step3: Extract wwv_flow.g_flow_id and wwv_flow_api.g_id_offset initializer statements.
Example below:
In my scenariou i was testing with 1 interactive report user subscription
begin
wwv_flow.g_flow_id := nvl(wwv_flow_application_install.get_application_id,200);
wwv_flow_api.g_id_offset := nvl(wwv_flow_application_install.get_offset,0);
wwv_flow_api.create_worksheet_notify (
p_id => 3351032625694541+wwv_flow_api.g_id_offset,
p_flow_id => wwv_flow.g_flow_id,
p_worksheet_id => 11045125897667191+wwv_flow_api.g_id_offset,
p_report_id => 11046318922668871+wwv_flow_api.g_id_offset,
p_owner => 'abc.def',
p_email_subject => 'Primary Report test',
p_email_address => '[email protected]',
p_start_date => '2012.09.07.01:00:00',
p_notify_interval => 'D');
end;
Step4: Import the app 200 from Development environment to Testing environment.
Step5: Execute the above Example pl/sql in the Test environment sql prompt.
Run the app in Test environment, You will see your interactive reports user subscription to the associated pages.
Note: This procedure applies only when you have  app id same across all the enviornments

Similar Messages

  • How many characters in users subscriptions of Interactive Report

    Hi,
    Can someone please help me in Apex 4.1. I would like to know how many characters can I enter in users subscriptions (email address) of Interactive Report and where data are stored.
    Thanks,

    Jessi wrote:
    Can someone please help me in Apex 4.1. I would like to know how many characters can I enter in users subscriptions (email address) of Interactive Report and where data are stored.
    Details of interactive report subscriptions are available in the APEX_APPLICATION_PAGE_IR_SUB APEX view. The maximum size of a subscription email address is 255 bytes.

  • User Interface Template for Interactive Report Region

    In 3.2, where do we set the user interface template for Interactive Reports region?
    No matter what out of the box theme I switch to, the Interactive Reports region shows the same. What and where do I change the template so that alternating rows use two different colors?

    There is no template for Interactive Reports like for a "normal" report. You need to modify the CSS and supply your own for this to happen.
    I believe most things are tagged with #apexir - firebug with Firebox is invaluable. This thread may help:
    Re: changing the look and feel of interactive report.

  • Email in Exchange inbox are getting deleted

    Hi
    Email in Exchange inbox are getting deleted automatically.
    I could see my mails received in my Inbox and immediately getting disappeared.
    Is there any possible way to find the how these are getting deleted.
    Thanks
    Santosh

    Hi Santosh,
    From your description, I recommend you disable the POP3 feature on the problematic mailbox to determine whether the issue is related to POP3 account.
    If the issue persists, please move this problematic mailbox to another mailbox database and check the result.
    Hope it helps.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Enable email field on Interactive report

    Hi,
    I have a column that contains the contact email as well an other column that contains the website of the company both displayed on an interactive report .
    Does anyone knows what I need to do to be able to:
    1. Click on the email (on the report) and open the local email client to send an email
    2. Click on the URL field (on the report) and open the default browser to visit that site
    Thank you
    YannisR

    for the mail question, you would create a tag like this as a report column:
    <a href="mailto:youremailaddress">Email Me</a> 
    or with a subject
    <a href="mailto:[email protected]?subject=DAMIFINOY">
    Send Email</a> Thank you,
    Tony Miller
    Webster, TX
    On the road of life...There are 'windshields', and there are 'bugs'
    (splat!)
    "Squeegees Wanted"
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Interactive report gets cut off

    I have an Interactive Report that gets cut off whenever the window is opened in lower resolution screens such us laptops and stuff
    Is there a way to set an overflow to appear the scrollbar when the IR gets too large?
    Here is the picture
    http://www.imagehousing.com/image/875821
    Edited by: Edward_MX on 15-oct-2011 7:25

    Hi Edward,
    Under the Region Attributes of the Attributes Section of your report, specify the below
    style="overflow-x:auto;width:1450px"Adjust pixels accordingly.
    Brgds,
    Mini
    Mark Answers Promptly

  • My email on my exchange account gets deleted from my inbox

    I have random emails that show up in my inbox and then get sent to my deleted folder automatically. Does anyone know what is casusing this and what the solution to fix it. Recently I have deleted the exchange account and reinstalled to see if that would help. This started happening after the latest upgrade. I'm using a iphone 4S

    Just to clearify the emails are not yahoo or gmail. Most are from inside my company but some out side as well.

  • Email Subscription Fails when report includes and Excel ODBC Data Source

    I have developed a report in SSRS vs3 which uses a SQL 2008r2 datasource and an Excel datasource using an ODBC connection.
    The report runs perfectly well manually, and from a subscription it will run the report and write the file to a UNC folder.
    However if i try to setup a subscription to email the file it fails everytime with the following message
    "Failure sending mail: Exception 0xc0000005 was generated at address 0x000007FEF1D95B3B Mail will not be resent."
    I have tried the usual searches online but not managed to find an explination, work around or resolution.
    Thank you in advance for any help offered.

    Hi Adam,
    Based on my research, the problem may occur if the From field of the e-mail message contains more than 255 characters or there are something wrong with cdosys.dll library, because all the errors come from exchange's cdosys.dll library (CDO - Collaboration
    Data Objects) that SSRS uses to send emails. 
    In the first scenario, please ask the System administrator to check if the mail server has been updated or if there is any error in the mail server. In the second scenario, restart report server could help as you basically restarting the process and reloading
    all libraries.
    References:
    http://support.microsoft.com/kb/842031
    http://www.experts-exchange.com/Database/MS-SQL-Server/MS-SQL_Reporting/Q_27046012.html
    http://msdn.microsoft.com/en-us/library/ms160334.aspx
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • AT USER COMMAND event in interactive reports

    hi experts,
    Can anyone explain me about AT USER COMMAND event with one practical ex.
    thanks in advance
    R.vijai

    Hi vijaya kumar,
        If the user chooses a function code during list processing that is neither processed by the system, or PICK or PF<nn>, the system triggers the event AT USER-COMMAND. For this event, you must define your own GUI status for a list. To react to your own function codes in a program, you must define the following event block:
    AT USER-COMMAND.
    <statements>.
    In this event block, you can use an IF or CASE structure to tell the function codes apart. They are available in the system field SY-UCOMM. There are further system fields that are filled in list events, such as SY-LSIND and SY-PFKEY, that allow you to make further case distinctions.
    REPORT Test_program.
    START-OF-SELECTION.
      SET PF-STATUS 'TEST'.
      WRITE:  'Basic list, SY-LSIND =', sy-lsind.
    AT LINE-SELECTION.
      WRITE:  'LINE-SELECTION, SY-LSIND =', sy-lsind.
    AT USER-COMMAND.
      CASE sy-ucomm.
        WHEN 'TEST'.
          WRITE:  'TEST, SY-LSIND =', sy-lsind.
      ENDCASE.
    With this code double click on 'TEST' and define your own PF status and give user command as TEST and check out this useful programe.
    All the very best to you.
    Regards,
    Mohan Vamsi Krishna.A

  • *Help Needed* Adding multiple emails/mailing list in the email subscription

    Help Needed
    Hi,
    Can someone help me in adding multiple email address/mailing list in the email subscription for interactive reports in Apex 4.
    pls mail me at [email protected]
    Regards,
    Sunny

    The doc does not mention a separator for the email addresses because we only support one email address per subscription. I have logged a task for our next release to look at expanding it and allowing multiple.
    -- Sharon

  • Interactive Report Subscription emailing different dataset

    Hi All,
    I am having a bit of strange problem with subscriptions email on an interactive report.
    I have the report to email users every morning from an interactive report.  The dataset that is emailed is not the same as the report on the interactive report screen.  The variance between what is emailed and what is on the report screen page is quite large and it is not an issue of the data changing between the email fist going out and the report screen being viewed.
    Also, is there a way for a user to 'unsubscribe' from a report?
    Any help would be great,
    Thanks
    Chris
    APEX Version v:  Application Express 4.0.0.00.46

    Hello Becky,
    While exporting from DEV you should set NO for following options
    <li> Export Private Interactive Reports
    <li> Export Interactive Report Subscriptions
    Because, Private Reports and Subscriptions will be made by end-users and they will be made on Prod systems. So if you export them from DEV and import into PROD, then all private reports and subscriptions will be lost on PROD.
    Regards,
    Hari

  • Download to email in interactive reports returns same sender as recipient

    Hello everyone
    I just upgraded to Apex 4 and is very happy with it, and I love the feature to download and send by email option in interactive reports, which makes life a little bit easier. However, when I send the mail, I get the same sender e-mail, as the recipient I entered.
    So when the mail with report arrives it says
    from: [email protected]
    to: [email protected]
    Instead of
    from: [email protected]
    to: [email protected]
    This is no dealbreaker, but it can confuse the customer that requested the report and think it might be something fishy with the attachment, thinking it's something bad like a virus.
    Is there any way to change this? Cannot find anything in the settings to change this.
    Sincerely
    Johnny
    Edited by: Johnny_Johnny on Aug 4, 2010 2:02 AM
    Spelling error in recipient :)

    Getting the same problem. Anyone found a solution or is this a bug

  • Save Interactive Reports in Apex 4.0 for a specific user

    Hello all
    Here's the setup: I have APEX 4.0.1 running on Oracle EE 10.2.0.5 on Windows 2003.
    I built a GPS application which allows users to see their vehicles on a google map...but this is beside the point.
    My problem is that when a user saves a specific Interactive Report (after having done some customization as to columns & computaitons etc) the report is visible to any one that connects to the application.
    I am using a custom made authentication (in Apex I use no authentication and have a function validate the user logon before he is taken to the main page). this is because users are divided into companies, sub companies and departments and each user is granted access to a page in function of his presence in this hierarchy.
    My question is: how can I implement the feature whereby saved interactive reports are visible to only those users that saved them?
    Thanks in advance

    Hi "user12045065" (please change your forum handler),
    what does APP_USER show for you? Is it the same for all users?
    I'm not sure if I fully understood your sentence "in Apex I use no authentication and have a function validate the user logon".
    Does that mean you are NOT using a "custom authentication scheme" for that? If you answer that question with yes, how should APEX be able to distinguish the different users? And I still don't understand why you don't use it, because also with a "custom authentication scheme" you can redirect the user to the page he is privileged for.
    Regards
    Patrick
    My Blog: http://www.inside-oracle-apex.com
    APEX 4.0 Plug-Ins: http://apex.oracle.com/plugins
    Twitter: http://www.twitter.com/patrickwolf

  • User accounts get deleted automatically

    Hi Guys,
    there is a very strange problem. I create user accounts in domain but they get deleted after 10-15 minutes. event id 4726 is left in event viewer showing a user is deleted.
    any help would be so appreciated.
    Thanks and regards,
    Bahman

    Hi,
    Once you have completed the above settings.The appropriate events will generate if the user account changes occur including user account deletion. The next step is analyzing the event ids.
    Event ids to be analyzed:
    4726 - A user account was deleted.
    5141 - A directory service object was deleted.
    By comparing the these two event ids you can get a complete picture on user account deletion.
    Checkout the below links regarding information on event id,
    http://www.morgantechspace.com/2013/08/active-directory-change-audit-events.html
    http://www.ultimatewindowssecurity.com/securitylog/encyclopedia/event.aspx?eventid=5141
    If you are interested to checkout a third party tool, I would suggest JiJi AuditReporter.
    Regards,
    Gopi
    JiJi Technologies

  • Emails automatically getting deleted with in 24hrs

    My Email system was all good recently bought an Iphone 6 & started to notice that Emails from my account are getting deleted automatically with in 24hrs & even lesser changed all settings but still couldn't get rid of the problem, Please help me how to get rid of this problem as these are my official emails & I need them to accessable

    Hi,
    I think I had something similar once. The thing I did then was deleted the task and created a new one, and let SAP generate the container elements of the task from the method. Then I inserted and the task in the workflow and did the binding and it worked.
    So maybe an option to try.
    Regards,
    Martin

Maybe you are looking for

  • How to measure frequency using daq 6009

    HAI..    Im using PFIO line to measure the frequency..i have attached my vi along with this..output is read approximately to the given input when i highlight the execution,but when i use run and run continuosly alone,am getting incorrect values..im t

  • Inability to open office files in windows 8

    I cannot open any downloaded office file from office 13 and office 2010 in windows 8. why is that? Is there a solution?

  • I hav to upload bdc for vk11 trans and table konv.

    hi experts, i m new in BDC... i hav to upload bdc for vk11 trans and table konv. frst doubt is i hv to run shdb transc?? or just i hv to write program?? nd cn any1 send me teps as hw to create upload.. Condition Type Sales Organisation Distribution c

  • MAcBook Pro Bluetooth dead

    I cannot connect my wireless Apple mouse or keyboards anymore. They show being connected for 2 or 3 seconds, then go off as being unconnected. I've tried deleting them and reconfigurating them as new Bluetooth devices, but to no avail. Suggestions pl

  • SRW.SET_HYPERLINK without USERID, How ?

    I run a report in which I want to drill to another report passing some parameters. I use srw.set_hyperlink(/reports/rwservlet.....) and it works fine. However I'm forced to set userid and password in the url and this is a big hole in the security. Ho