0REPORT_TEMPLATE_BROADCASTING variable reset issue

I am broadcasting a formatted report (created in report designer) as a pdf. The broadcast runs fine but the result is always fixed to a specific time period. The variables are not resetting. I checked the default template 0REPORT_TEMPLATE_BROADCASTING and the properties doesn't have the "reset variable values to default" checked. So I created a custom template ZREPORT_TEMPLATE_BROADCASTING (changed the 0REPORT_TEMPLATE_BROADCASTING to reset variable values to default). Then I went to SAP Reference IMG and set the Standard Web Template for Report Precalculation to the new one (ZREPORT_TEMPLATE_BROADCASTING). I had Basis restart the J2EE engine after this change. But the problem still persists. The pdf that is broadcast still runs for the fixed old time periods. It should run for the current month since that is the default variable but it runs for last month. How can I fix this?

You need to use one of the SAP provided system variables that calculate the curent month for you. Also ensure the variable is not marked "Ready for Input", its that way by default. Try the variable "Current Month (RSTT General)" (0RSTTCM) if your using 0CALMONTH. This is the only way i was able to get broadcasting to work when you are trying broadcast every certain period.
Good Luck.

Similar Messages

  • WAD webpage reset issue

    Hi Forum,
    I have a requirement wherein a web page selection screen is developed in WAD(with some amount of Javascript involved) for the page transition from the selection screen to the report output. The ideal scenario in this case is once a user selects his selection of specific values in the selection screen and runs the report, it displays the report and the selection screen should remain intact as it is for reselecting different values. The issue occuring here is once the user selects the values and clicks on the Run Report button, the report displays fine but the selection screen resets back to a different kind of a screen(displaying exceptions and few other tabs) wherein the user is not able to reselect other values for rerunning the report. Once the user clicks on the back button then the selection screen displays again wherein the user can enter his selections again. So, ideally we need to prevent the selection screen from resetting itself to the exceptions screen, keeping the screen intact as it was.
    If anyone has faced a similar kind of an issue in WAD, any help on this would be extremely appreciated.
    Thanks & Regards,
    SwatsG

    Hi,
    Try the below steps.
    open WAD ---> open the Web Template (WT) you want to make changes ---> goto properties of the WT ---> select tab 'web item' ---> try checking or unchecking the below mentioned items in the web item list.
    Forced Variable Screen Display
    Reset variables to Default
    Display same variable only once
    Read Mode for Data
    Hope this will help resolve webpage reset issue.
    Regards,
    VJ

  • S750 - How many people get the power on/off/resetting issue?

    How many people get the power on/off/resetting issue?
    I've had my S750s for about 6 months, with X-Fi Elite Pro, and has been doing it since.
    Any idea on what's the cause? Something to do with the control pod?
    Thanks.

    Hi,
    What do you mean exactly? On my side I have power on/off/resetting issue when the speaker are in standby mode (thus red light on the control pod) and when I switch them on via the remote control or the control pod. It makes a strange noise in the subwoofer ("clic"), the red light disappear, then a new noise and the speakers are switched on. The problem is that all volume levels (rear / side / center / sub and main) are reinitialized! I have to configure them each time this problem appears...
    I have a Creative Sound Blaster Audigy 2 ZS connected to this speaker system. For me it is related to an electrical problem in the subwoofer like if the voltage was not stable (variations).
    Regards,
    Vincent

  • APEX ADMIN user password Reset issue

    Hello All,
    I am trying to reset the password for ADMIN user using following script (taken apxchpwd.sql) from SQL Developer. I have connected to database as user with DBA privileges.
    alter session set current_schema = APEX_040000;
    begin
        wwv_flow_security.g_security_group_id := 10;
        wwv_flow_security.g_user := 'ADMIN';
        wwv_flow_security.g_import_in_progress := true;
        for c1 in (select user_id
                     from wwv_flow_fnd_user
                    where security_group_id = wwv_flow_security.g_security_group_id
                      and user_name = wwv_flow_security.g_user) loop
            wwv_flow_fnd_user_api.edit_fnd_user(
                p_user_id       => c1.user_id,
                p_user_name     => wwv_flow_security.g_user,
                p_web_password  => 'newPassword',
                p_new_password  => 'newPassword');
        end loop;
        wwv_flow_security.g_import_in_progress := false;
    end;
    Commit;But I am getting following error.
    session SET altered.
    Error starting at line 2 in command:
    begin
        wwv_flow_security.g_security_group_id := 10;
        wwv_flow_security.g_user := 'ADMIN';
        wwv_flow_security.g_import_in_progress := true;
        for c1 in (select user_id
                     from wwv_flow_fnd_user
                    where security_group_id = wwv_flow_security.g_security_group_id
                      and user_name = wwv_flow_security.g_user) loop
            wwv_flow_fnd_user_api.edit_fnd_user(
                p_user_id       => c1.user_id,
                p_user_name     => wwv_flow_security.g_user,
                p_web_password  => 'newPassword',
                p_new_password  => 'newPassword');
        end loop;
        wwv_flow_security.g_import_in_progress := false;
    end;
    Error report:
    ORA-20001: Unauthorized access (security group package variable not set).
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 22
    ORA-06512: at "APEX_040000.WWV_FLOW_FND_USER_API", line 1625
    ORA-06512: at line 12
    commited.Database Version: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    APEX Version: 4.0.2.00.07
    Can someone let me know what is the issue?
    Regards,
    Hari

    Hello All,
    Our DBA has ran the script apxchpwd.sql as SYS and it went fine. But still we are unable to login into INTERNAL schema with ADMIN user. Any thoughts?
    Only thing I need to check is APEX user.
    alter session set current_schema = APEX_040000;But that is correct.
    Where and how can I check the apex INTERNAL workspace user ADMIN status?
    Regards,
    Hari

  • BI Variable authorization issue

    Hello Experts,
    Please help me with the below issue. I have implemented Variable authorizations as below.
    1)I have marked Cost Center and Profit Center info objects as Auth relevant.
    2) Created a global Variables for CC and PC with processing by authorization & user exit.
    3) Created analysis authorization for the info object 0cost center and Profit Center and added value as $ ZCOST.
    4) Created the include program ZSECTEST in the user exit to check the Variables.
    I have created only one analysis authorization with both CC and PC fields and restricted to Variables.
    Scenario 1: If the Query that was built on the Cube has only CC data authorizations are working fine by picking the values from the table. u2013 Working
    Scenario 2 : I have a query that was created on MP which has cube A with CC and cube B with PC data.
    (system checks if the user has access both info objects since both were auth relevant fields)
    When user ran the query u2013 custom code checks the table and gets the CC and PC values to the query variable screen.
    Issue: If the query has both CC and PC data for the given date it was showing results fine.
    If the query has only CC data and no PC data then query is giving message saying no data available.
    My requirement is even there is not PC data for that date I want to display the CC data.
    Thanks in Advance.
    Thanks,
    Kumar.

    Hello Sandipan,
    Thanks for the quick response.  Primary key has been already defined in the table.  Issue is I have only one analysis authorization created with fileds  CC and PC restrcited to variables VAR1 and VAR2 respectively.
    When I execute the query in the variable selection screen values are coming fine as below from the custom table. (works)
    Variable selection screen :                   
    Cost Center   -    1,2,3,4
    Profit Center   -     A,S,D,F
    Date               -   10/2010
    In the above example if the query has only CC data for that date - I get error no data available because system is fetching for the  combination of CC 1,2,3,4 and PC A,S,D,F .  I guess some aggregation auth are missing.
    When I execute the same query with SAP_ALL and BI_ALL I get results with only CC - because PC data on this query was not available for that date.
    My requirement is  even if the PC data was not avaiable for that date I want to display all the CC realted  data.
    Thanks,
    Kumar.

  • Variable screen issue in BEX !!

    Hi Gurus,
    Problem Description - When any query is opened through u2018Web BEx Analyzeru2019->u2019New Analysisu2019 button in portal , variable screen is shown and report is getting executed. Again, if we open same query from u2018Web BEx Analyzeru2019->u2019New Analysisu2019 (Donu2019t close the session use same session), Variable screen will NOT be shown at Second time. Directly, Query will be executed with previous Variable values & result will be shown.
    I have modified following parameters but it did not take any effect to the variable screen problem.
    VARIABLE_SCREEN, MELT_VARIABLES, VARIABLES_CLEAR, USE_PERSONALIZATION
    100% points are assigned
    kindly do the needy
    Sherwin
    Edited by: sherwin paul on Jun 24, 2008 1:13 PM

    Paul,
    I have experienced similar issues with the behaviour of variable selection screens e.g. variable screen appears in the Bex Excel version but not the web version. One of our consultants has suggested that the behaviour depends on whether the variables are optional or mandatory, something I've yet to confirm.
    Regards,
    PP

  • Connection Reset issue in Weblogic 8.1

    Hi,
    We have an application running on weblogic 8.1. Please let men explain the steps that we carried out:
    1. A new user was being enrolled through the applciation.
    2. To make the connection object the value of the properties DriverClass, ConnectionURL, UserId and Password was obtained from the config.xml.
    3. preparedStatement.executeUpdate() inserted data in the database.
    This works fine initially but when i leave the system idle for an hour or so and then try to access the application we get an error:
    java.sql.SQLException: Io exception: Connection reset
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334)
    at oracle.jdbc.ttc7.TTC7Protocol.handleIOException(TTC7Protocol.java:3675)
    at oracle.jdbc.ttc7.TTC7Protocol.open(TTC7Protocol.java:618)
    at oracle.jdbc.driver.OracleStatement.open(OracleStatement.java:575)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2803)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:608)
    at workout.security.weblogic.realm.rdbms.RDBMSDelegate.addGroupMember(RDBMSDelegate.java:757)
    at workout.security.weblogic.realm.rdbms.RDBMSRealm.addGroupMember(RDBMSRealm.java:446)
    at workout.security.weblogic.RDBMSSecurityRealm.add(RDBMSSecurityRealm.java:84)
    at workout.util.LDAPClientHelper.add(LDAPClientHelper.java:39)
    at workout.ejb.Enrollment.EnrollmentBean.enroll(Unknown Source)
    at workout.ejb.Enrollment.Enrollment_q1qync_EOImpl.enroll(Enrollment_q1qync_EOImpl.java:206)
    at workout.ejb.Enrollment.Enrollment_q1qync_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:166)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
    at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
    at workout.ejb.Enrollment.Enrollment_q1qync_EOImpl_812_WLStub.enroll(Unknown Source)
    at workout.beans.UserProfile.enroll(Unknown Source)
    at jsp_servlet._customer_service._consumer_enrollment.___processall._jspService(___processall.java:1524)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:33)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:971)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:402)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:305)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:6350)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:317)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:118)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3635)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2585)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)
    After some more attempts the system appears to work fine.
    If anyone can advise then it will be of great help.
    Thanks & Regards
    Neeraj Kanodia

    For those interested, I have some updates on this subject and someone out there sent me a mail asking if I ever found anything out.
    Basically, when I encountered this issue the first time, I was working on a SP2 Portal. We were having numerous small bugs like this one with SP2 that centered around the back button or refresh button. BEA gave us a "super patch" back in July or so that when applied to our SP2 project, fixed our issue. I have sense moved onto SP3, and I did not see the compression issue (so I think SP3 must have the patches correctly setup...like I would assume it would).

  • Variable substitution issue

    Hi all,
    I've a select against a view (V_XXX) which performs drammaticaly different if run in this two ways:
    SQL> SELECT COUNT(*) FROM METOD.V_XXX
    2 WHERE MATRICOLA LIKE '%'||LTRIM('310491A')||'%';
    --> 50 msecs.
    SQL> VARIABLE var VARCHAR2(10);
    SQL> EXECUTE :var:='310491A';
    SQL> SELECT COUNT(*) FROM METOD.V_XXX
    2 WHERE MATRICOLA LIKE '%'||LTRIM(:var)||'%';
    --> 17516 msecs.
    Explain plain shows that in second case all the joins present inside the wiev are parsed by oracle...whilst it doesn't happen using the direct select.
    Thanks a lot for help...
    Marco

    Optimizer is cost based...
    In any case the issue seems to be linked to the presence of db_links.
    The issue happens when my select runs against a view (on my 'local' instance) built against three synonyms, all of them are created against remote db objects through db_links.
    Building the same view directly inside the remote db and creating a synonym (with a db_link) on my istance, my select has the same performance using a constant or a variable in the where clause (so no issue!).
    If someone can explain, what is happening...
    Thanks, Marco

  • Password Reset Issue in Portal

    Hi All,
    Please help me to resolve this issue.
    Issue : We have resetted a password for one srm user in Portal. The User when he tried to login after the password reset initially it was asked to change the password. User changed the password. He is succesfully logged into the portal. Now the problem is when he tries to access a srm work item in worklist it is opening a new window and asking to reset the password again with the error message "No switch to HTTPS occurred, so it is not secure to send a password & This is an initial password that must be changed". It is not asking to change when he tries to login to portal and this error is promting only when he tries to open a work item. Because of this the user could not proceed to work further.
    Can any please let me know if faced with the same error.
    Thanks in advance.
    Regards,
    Viswes

    Hi Viswes,
    There are two solutions for this issue,
    1. Create a custom application which will change PWD in all the systems once you change your Portal PWD.
    2. Change the backend PWD before accessing UWL. (Login to backend system directly, it will ask for change of PWD).
    Thanks.
    Sushil

  • Variable entry issue when the query is executed on the WEB

    Hi,
           When I execute a 2004S query on the WEB,In the variable entry screen , even if I specify  for example  'A'  for a variable ,  the 'A' is completly ignored and it returns all the values.So there is a problem with '*'.
            If I execute the same query in the Analyser, '*' is considered while returning the results.
            Anyone having similar issue.
            Thanks in advance.

    Hi siva,
    Its a program error. Please apply the advanced correction from SAP note <a href="https://service.sap.com/sap/support/notes/1062214">1062214</a>
    Assign points if helpful,
    Regards, Uday

  • BEx  Variable input Issue

    Hi everyone,
                       I have an issue with Input Parameters in BEx Variable Screen. For Example, I have included Customer Name in the Variable Screen. Then , the user says, he does not remember the complete customer name. There will be thousands of names. Instead he remembers only a few Initial Characters. For example, if the  customer Name is ZSAMSUNG. He only remembers ZS out of the whole name.
    In that case, he wants to enter ZS* in the Variable Selection Screen for Customer Name. But this is not working in BEx. It says invalid Parameters. I have created a Characteristic variable with Manual Entry.
    Currently, I am working on BI7.0, Support Package 11.
    Please provide your valuable inputs.
    1) Is it possible create a Customer Exit Variable for the same with some logic.
    Regards,
    Samiir

    Hi Samir
    Sry, but I think that this functionallity is allredy usable in Bex.
    When the variable-screen appears, the customer has to press F4 for help.
    Another screen pos up.
    -> in that screen, in the FIRST ROW, the customer can seach by therms:
       in the first column:  KEYS
       secound column:  Text
       other columns:  attributes if available
    he also has the possibility to search with *
      like  ZS*  for ZSAMSUNG
    try out, it works 
    reagrds
    Tom

  • Substitution Variable update issue

    Hi,
    I am using Essbase 9.2.0.3. I have noticed a problem afetr updating Substitution Variable.
    The calculation script which uses the Substitution Variable works well after updating the variable.
    But the Member formula doesn't work, unless we restart the application .The member formula is in Period dimension to calculate QTD/YTD.
    Formula is: QTD=@MEMBER(@CONCATENATE (QTD,&ActEnd));
    Have anyone come across this? why the outline formula is not taking the updated value fronm Substitution Variable?
    Thanks,
    Tarini

    Hi,
    I reported this issue to the support and it was classified as: Bug 13072601: USING SUBSTITUTION VARIABLES IN FORMULAS OF OUTLINE MEMBERS.
    But as support didn't see this behavior as unusual or as a bug I went deeper and requested for enhancement. I asked them if it is possible to introduce a config setting which would switch on/off automatic updates of subs vars in outline as well as in partitions.
    Status is: Approved for Future Release, but there is no fixed version available yet.
    The ER# is: 13107378: AN ESSBASE CONFIG SETTING WHICH MAY SWITCH ON/OFF AUTOMATIC UPDATES OF SUBSVARIA
    So anyone interested can requested them for status.
    Regards,
    Adam

  • Variable Privacy Issue

    This is my first post so hi to everyone.
    In my program I need to keep the value in some variables when it leaves that class. For example I am running a menu class which gives options. When an option is selected I go to that class and run it. However the values put in the variable need to be stored and kept so that they can be added to in other classes from the menu.
    To do this I have done:
         private static String wordArray[];
         private static int arrayLength;
    which allows me to keep the values and add to them.
    My question is will this be a privacy issue? Or are they any other issues that will make my program a security risk from doing this?
    If so does anyone have any suggestions about others ways to do this? Thanks alot.
    P.S: The values only need to be kept for that run of the program. Not stored after the program is quit.

    For offsets instead of creating 12 different selection you should give range.
    e.g. variable-12 to variable
    Restrict -> value ranges -> between
    Then select same variable in both from and to input boxes.
    Once you transfer it to right and select the offset, it will ask offset two times.
    One for - from variable
    next for - to variable
    Select -12 and 0 respectively.
    It should give you prior 12 period offset.
    It will increment/decrement according to values of master data. So if you have master data fro 13/2008 then only it will go to that period, otherwise 01/2009 will be selected.
    Abhijeet

  • Variable selection issue

    can someone plzzz help me regarding the following issue..........
      how to limit set of master data values in variable selection during query execution?
    cheers
      hari.

    Hi,
    check this link
    it's for increasing the limit you can use it to decrease the limit.
    BEX - number of displayed values
    Thanks

  • BW-BPS Attribute variable selections issues

    Hi Marc / Gerd,
    I am using an attribute variable on material that has a lot of filters for values on material group, material type, EANUPC, and even a date such as created date / product start date (reference 0date). 
    The function /layout has issues if the selection has no material choosen and I know we needed to create exit variables on a previous project (someone else did the ABAP and I set out the spec) to do material group / category selection based on material attribute and the material group variable. 
    Any other good options or work arounds since we cannot use variable in attribute variables?
    Thanks,
    Mary

    Hi Marc,
    1. I checked the layout configuration and the config was transported okay to QA so the field that I want to input does not have compariable checked and it should be open for input.
    2. there are no data slices yet.
    3. Validation check - that might be an issue.  The BW loads originally had some master data not loaded in BWQ and have some mapping not occuring as it should and I have been asking for them for the last 2 load cycles.  I was told all missing master data have been since loaded and I need to ask for a load of the transaction again but the BW person is waiting for some missing mapping.  Also we had to document enabled some infoobjects. 
    But the category we are using for the integration testing should have all the master data correctly set up since I checked on it end of last week.  Do I have to set up some system settings for the document server? Do I need to force it to regenerate after some transports?
    The master data we used for the 2 systems are different since the DEV has very little master data and some were manually maintained or uploaded via flat files.  The BW QA has a lot of master data since R/3 QA has been refreshed recently. 
    Thanks,
    Mary

Maybe you are looking for