Problems Closing Raptor EA4 After Report

After viewing a report, and closing the windows I cannot close raptor. This happens all the time with me.
I am running the EA4 of Raptor on Windows. I connect to my XE beta 3 database.
Steps to reproduce:
I click on reports, Data dictionary reports, Tables, Constraints, Foreign Key constraints
I pick the HR user to run against.
Keep default filter on popup for binds (null should be checked)
Click run report in SQL worksheet
Right click and format SQL
Close all open windows by clicking on the x on the tab
Try to close raptor and nothing happens. You have to use the task manager to kill it. The file-exit does not work; neither does ALT-F4.
I don't know if the formatting is a red herring or not. It seems to be whenever you close the tab containing the report SQL that causes the crash. Working within Raptor seems to be unaffected.

yup - known issue - need to close with Task Manager. We will be releasing EA4.1 to fix this.
-- Sharon

Similar Messages

  • Problem in Insertion into table through After Report Parameter form trigger

    Hi All,
    I am getting problem in inserting some data into temp table through Report.
    My requirement is like that, I have to do a calculation based on user parameters, and then insert the data into the temp table. I wanted to do this into After Report Parameter form trigger function. I have done all the calculation and wrote all the insert statement in that function. There is no problem in compilation. then I am taking value from this temp table in my formula columns.
    When I run this report, it hangs, don't understand what is the problem.Can anybody help me out in this.
    Thanks,
    Nidhi

    The code is as follows:
    function AfterPForm return boolean is
    CURSOR CUR_RECEIPT(RECEIPT_NUM_FROM NUMBER, RECEIPT_NUM_TO NUMBER) IS
    SELECT DISTINCT receipt, item_no FROM xxeeg.xxeeg_1229_sp_putaway WHERE RECEIPT BETWEEN
    RECEIPT_NUM_FROM AND RECEIPT_NUM_TO ;
    V_CUR_RECEIPT CUR_RECEIPT%ROWTYPE;
    begin
    OPEN CUR_RECEIPT(:RECEIPT_NUM_FROM, :RECEIPT_NUM_TO);
    FETCH CUR_RECEIPT
    INTO V_CUR_RECEIPT;
    LOOP
    EXIT WHEN CUR_RECEIPT%NOTFOUND;
    IF V_CUR_RECEIPT.ITEM_NO = 'TEST1' AND V_CUR_RECEIPT.RECEIPT = '12' THEN
    INSERT INTO SP_TEMP
    (RECEIPT, ITEM_NO, LOCATION1)
    VALUES
    (V_CUR_RECEIPT.RECEIPT, V_CUR_RECEIPT.ITEM_NO, 10);
    UPDATE SP_TEMP
    SET LOCATION2 = 12
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    UPDATE SP_TEMP
    SET LOCATION3 = 13
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    UPDATE SP_TEMP
    SET LOCATION4 = 14
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    ELSE
    IF V_CUR_RECEIPT.ITEM_NO = 'TEST2' AND V_CUR_RECEIPT.RECEIPT = '12' THEN
    INSERT INTO SP_TEMP
    (RECEIPT, ITEM_NO, LOCATION1)
    VALUES
    (V_CUR_RECEIPT.RECEIPT, V_CUR_RECEIPT.ITEM_NO, 10);
    UPDATE SP_TEMP
    SET LOCATION2 = 16
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    UPDATE SP_TEMP
    SET LOCATION3 = 17
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO =V_CUR_RECEIPT.ITEM_NO;
    UPDATE SP_TEMP
    SET LOCATION4 = 18
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    ELSE
    INSERT INTO SP_TEMP
    (RECEIPT, ITEM_NO, LOCATION1)
    VALUES
    (V_CUR_RECEIPT.RECEIPT, V_CUR_RECEIPT.ITEM_NO, 10);
    UPDATE SP_TEMP
    SET LOCATION2 = 19
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    UPDATE SP_TEMP
    SET LOCATION3 = 20
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO =V_CUR_RECEIPT.ITEM_NO;
    UPDATE SP_TEMP
    SET LOCATION4 = 21
    WHERE RECEIPT = V_CUR_RECEIPT.RECEIPT AND ITEM_NO = V_CUR_RECEIPT.ITEM_NO;
    END IF;
    END IF;
    END LOOP;
    COMMIT;
    CLOSE CUR_RECEIPT;
    return(TRUE);
    end;
    .....................................................................................................................

  • Problems with After Report trigger Updating using User-defined functions

    Hi,
    I have a report which uses SQL to select data that uses a user-defined stored function in the WHERE clause.
    I use the same SQL in the After Report trigger with and UPDATE statement to flag all records selected as being run.
    Data is being selected by the report no problem, but the records are not being updated. In a test, If I remove the conditions using the user functions, the records update as expected. In Live conditions I must have these conditions in the script.
    I originally tried putting the UPDATE in a formual column, but that would not fire on records where that page was not paged through (or paged to end) in the Runtime Previewer.
    Can anyone advise?

    In case anyone is interested.
    The issue was that the stored functions have roles assigned for security.
    PL/SQL for After Report doesn't seem to recognise the roles having been assigned for the report, so the implicit cursor update/select I had wouldn't work.
    I changed the SELECT into an explicit CURSOR and introduced a FOR LOOP, keeping the UPDATE as an implicit statement.
    I know see this was more of a PL/SQL issues than a report one, but such is life. So if anyone feels the urge to move it to the PL/SQL forum, then feel free!!
    Have a problem free afternoon. :-)

  • Open viewsets not released after report closed

    I create one data object "process" with layout like:
    process_id string
    company_id string
    user_id string
    then i create a report with only one bar chart view,
    edit bar chart add data object "process", leave group by as null, chart value = process_id, summary function = count. add fitler by company_id = report parameter1
    edit bar chart, add data object "process" again, leave group by as null, chart value = process_id, summary function = count. add fitler by user_id = report parameter2.
    save this report
    view this report. then in em, i can see it open two viewsets: one Shared viewset and one Inherited viewset.
    close this report, then in em, found there is no Shared viewset and Inherited viewset . but has one new Unshared viewset , and this viewset not released unless i restart BAM

    Vissharm,
    This issue still happened on my system.
    I can understand why there was two independent Viewsets, my concern is why still one open viewset after report closed.
    On my system, no any other report/alert use the same object
    I export the dataobject and report here:
    Data Ojbect:test
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <DataObject Version="14" Name="test" ID="_test" External="0">
    <Layout>
    <Column Name="process" ID="_process" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="company" ID="_company" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Column Name="user" ID="_user" Type="string" MaxSize="100" Nullable="1" Public="1"/>
    <Indexes/>
    </Layout>
    <Contents/>
    </DataObject>
    </OracleBAMExport>
    Report:/public/Report/Report1
    <?xml version="1.0"?>
    <OracleBAMExport Version="2025">
    <Report Name="/public/Report/Report1" ID="58" bMobileEnabled="false" Owner="csdev">
    <Contents>&lt;Iteration&gt;&lt;Report id=&quot;ITN_NEW_REPORT&quot; type=&quot;tiled&quot;&gt;&lt;Properties&gt;&lt;Title color=&quot;black&quot; font-family=&quot;Tahoma&quot; font-size=&quot;20&quot; font-style=&quot;normal&quot; font-weight=&quot;bold&quot; text-decoration=&quot;none&quot; text-transform=&quot;none&quot;/&gt;&lt;ReportBackgroundColor&gt;transparent&lt;/ReportBackgroundColor&gt;&lt;ActiveDataDelayMilliseconds&gt;0&lt;/ActiveDataDelayMilliseconds&gt;&lt;ShowBreadCrumbs&gt;true&lt;/ShowBreadCrumbs&gt;&lt;ShowReportPadding&gt;true&lt;/ShowReportPadding&gt;&lt;/Properties&gt;&lt;Layout maximize=&quot;true&quot;&gt;
    &lt;View height=&quot;100%&quot; id=&quot;view1&quot; left=&quot;0%&quot; top=&quot;0%&quot; width=&quot;100%&quot; z-index=&quot;0&quot;/&gt;
    &lt;/Layout&gt;&lt;Views&gt;&lt;View id=&quot;view1&quot; type=&quot;BarChart&quot;&gt;&lt;Modifiers&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;0&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;&lt;Group level=&quot;0&quot;&gt;&lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;&lt;/Group&gt;&lt;/Groups&gt;&lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_user&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;345&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;Modifier dataset=&quot;/test&quot; id=&quot;1&quot;&gt;
         &lt;FieldRefs/&gt;
         &lt;Groups&gt;
              &lt;Group level=&quot;0&quot;&gt;
                   &lt;Aggregate operandDatasetField=&quot;_process&quot; operation=&quot;COUNT&quot;/&gt;
              &lt;/Group&gt;
         &lt;/Groups&gt;
         &lt;Filter&gt;&lt;Branch type=&quot;ALL&quot;&gt;&lt;Entry type=&quot;EQ&quot;&gt;
                        &lt;Node type=&quot;COLUMN&quot;&gt;_company&lt;/Node&gt;
                        &lt;Node type=&quot;PARAMETER&quot;&gt;346&lt;/Node&gt;
                   &lt;/Entry&gt;
              &lt;/Branch&gt;&lt;/Filter&gt;&lt;/Modifier&gt;&lt;/Modifiers&gt;&lt;Properties ContentType=&quot;BarChart&quot; datasetId=&quot;/test&quot;&gt;&lt;Title background-color=&quot;#7B97C0&quot; background-display=&quot;default&quot; capitalize=&quot;false&quot; color=&quot;#3E403D&quot; display=&quot;true&quot; font-family=&quot;Tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; text-align=&quot;left&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;&gt;
              &lt;Text bUseViewName=&quot;true&quot;/&gt;&lt;/Title&gt;&lt;ChartTitle capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; font-weight=&quot;Bold&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;DataAxis auto=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; major=&quot;&quot; max=&quot;&quot; min=&quot;&quot; minor=&quot;&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;NonDataAxis bAllowDiagonal=&quot;true&quot; bShowGroupLabels=&quot;true&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Legend capitalize=&quot;false&quot; color=&quot;#000000&quot; display=&quot;false&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; location=&quot;bottom&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ColorPalette selected=&quot;&amp;lt;Row ID=&amp;quot;1&amp;quot;&amp;gt;&amp;lt;Column ID=&amp;quot;_Name&amp;quot; Value=&amp;quot;Cold Snap&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Number&amp;quot; Value=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color1&amp;quot; Value=&amp;quot;#C6D6BB&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color2&amp;quot; Value=&amp;quot;#243471&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color3&amp;quot; Value=&amp;quot;#8CD5E3&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color4&amp;quot; Value=&amp;quot;#5B81A6&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color5&amp;quot; Value=&amp;quot;#871C4C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color6&amp;quot; Value=&amp;quot;#D15F64&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color7&amp;quot; Value=&amp;quot;#EDE18C&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color8&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color9&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color10&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color11&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color12&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color13&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color14&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color15&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;Column ID=&amp;quot;_Color16&amp;quot; Null=&amp;quot;1&amp;quot;/&amp;gt;&amp;lt;/Row&amp;gt;&quot;/&gt;&lt;ActiveData newColor=&quot;#FFE299&quot; newTimeSeconds=&quot;1000&quot; showColor=&quot;true&quot;/&gt;&lt;Groups bynumber=&quot;false&quot;/&gt;&lt;SeriesValues capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;ErrorMessage capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;HorizontalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;VerticalAxisLabel capitalize=&quot;false&quot; color=&quot;#000000&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; labelpos=&quot;onside&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; showlabel=&quot;false&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Target bShowValue=&quot;true&quot; bUseTarget=&quot;false&quot; capitalize=&quot;false&quot; color=&quot;#000000&quot; eDashStyle=&quot;solid&quot; fTargetValue=&quot;&quot; font-family=&quot;tahoma&quot; font-size=&quot;11&quot; iDashThickness=&quot;1&quot; line-through=&quot;false&quot; lowercase=&quot;false&quot; overline=&quot;false&quot; strTargetColor=&quot;&quot; strTargetLabel=&quot;&quot; underline=&quot;false&quot; uppercase=&quot;false&quot;/&gt;&lt;Empty display=&quot;true&quot; text=&quot;No Values&quot;/&gt;&lt;ThreeDOptions fBackDepth=&quot;25&quot;/&gt;&lt;Body background-color=&quot;transparent&quot;&gt;&lt;Image name=&quot;BAM_default_bg.png&quot; position=&quot;stretch&quot; src=&quot;/shared/images/BAM_default_bg.png&quot;/&gt;&lt;/Body&gt;&lt;Drilling ModifierID=&quot;0&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;Series ModifierID=&quot;0&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;0&quot;/&gt;&lt;Series ModifierID=&quot;1&quot; aggregate=&quot;COUNT&quot; bShowAggFunction=&quot;true&quot; bShowPercent=&quot;false&quot; bShowSeriesName=&quot;false&quot; bShowValue=&quot;true&quot; chartType=&quot;BarChart&quot; dataType=&quot;STRING&quot; datasetField=&quot;_process&quot; include=&quot;true&quot; order=&quot;1&quot;/&gt;&lt;Drilling ModifierID=&quot;1&quot; bAllowDrillThrough=&quot;true&quot; bIncludeDrillingJS=&quot;true&quot; strDrillThroughViewType=&quot;UpdatingOrderedList&quot;/&gt;&lt;/Properties&gt;&lt;/View&gt;&lt;/Views&gt;&lt;/Report&gt;&lt;CreationInfo BuildNumber=&quot;7562&quot; CreationDate=&quot;2010-01-05 15:34:04.574&quot; ReportCreator=&quot;csdev&quot;/&gt;&lt;/Iteration&gt;</Contents>
    <Parameters>&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;345&lt;/lID&gt;
    &lt;strName&gt;user&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1650&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;0&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1651&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;521&lt;/lID&gt;
    &lt;lParameterID&gt;345&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;&lt;ParameterGroup&gt;&lt;Parameter&gt;
    &lt;lID&gt;346&lt;/lID&gt;
    &lt;strName&gt;company&lt;/strName&gt;
    &lt;bIsPrompt&gt;false&lt;/bIsPrompt&gt;
    &lt;ePromptMethod&gt;PARAMETER&lt;/ePromptMethod&gt;
    &lt;eDataType&gt;STRING&lt;/eDataType&gt;
    &lt;strCascadeLevel&gt;0&lt;/strCascadeLevel&gt;
    &lt;strCascadeDesc&gt;0&lt;/strCascadeDesc&gt;
    &lt;bCanLeaveBlank&gt;false&lt;/bCanLeaveBlank&gt;
    &lt;bCanLeaveUnselected&gt;false&lt;/bCanLeaveUnselected&gt;
    &lt;bCanSelectMultiple&gt;false&lt;/bCanSelectMultiple&gt;
    &lt;bAgainstField&gt;false&lt;/bAgainstField&gt;
    &lt;bActiveNowEnabled&gt;false&lt;/bActiveNowEnabled&gt;
    &lt;/Parameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1652&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;iOrder&gt;1&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ReportParameter&gt;
    &lt;lID&gt;1653&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;lReportID&gt;58&lt;/lReportID&gt;
    &lt;strViewID&gt;view1&lt;/strViewID&gt;
    &lt;iOrder&gt;2&lt;/iOrder&gt;
    &lt;/ReportParameter&gt;&lt;ParameterValue&gt;
    &lt;lID&gt;522&lt;/lID&gt;
    &lt;lParameterID&gt;346&lt;/lParameterID&gt;
    &lt;strValue&gt;_ALL_&lt;/strValue&gt;
    &lt;bIsDefault&gt;true&lt;/bIsDefault&gt;
    &lt;iQuantity&gt;0&lt;/iQuantity&gt;
    &lt;eTimeUnit&gt;NONE&lt;/eTimeUnit&gt;
    &lt;/ParameterValue&gt;&lt;/ParameterGroup&gt;</Parameters>
    </Report>
    </OracleBAMExport>
    Edited by: Jeffrey Yan on Jan 5, 2010 12:15 AM

  • After Report problem

    Hi,
    i am facing following problem
    If there is a run time error in afterreport ,when desformat is PDF it is generating the report and server queue does not show any error.
    the run time error in after report like,
    tmp number;
    tmp := 'abc'
    But when i used the same report as delimited and delimiter as ','
    the report is generated in cache,but server queue shows error.
    Is there any diff in the order of execution?
    Please help me.

    Applied patch (p2567445) in development environemnt; didn't help! Now getting: ORA-06502: PL/SQL: numeric or value error (WWV-11230) when attempting to use decode function as in:
    select log_date,
    decode(hour_type,'B', 'Business Hours', 'A', 'All Hours', 'N', 'Non-Business Hours', hour_type),
    wu_ps_id,
    organization
    from web_services.wu_popular_sites
    where log_date = :report_month
    order by hour_type, wu_ps_id
    No brain surgery here, just trying to use a simple query to produce a portal report. However, I would like to get another report running that uses additional built-in functions:
    select wau.log_date,
    wau.hour_type,
    rownum,
    substr(nvl(bu.oracle_login, bu.nds_user_name)
    ||' ('||bu.name||' - '
    ||substr(wau.nds_user_name,
    instr(wau.nds_user_name,'.')+1,
    instr(wau.nds_user_name,'.',1,2)-(instr(wau.nds_user_name,'.')+1))||')',1,35),
    to_char(wau.active_hh, '9990')||':'||ltrim(to_char(wau.active_mi, '00'))||':'||ltrim(to_char(wau.active_ss, '00'))
    from wu_active_users wau, bl_user bu
    where nvl(bu.oracle_login, bu.nds_user_name) = substr(wau.nds_user_name, 1, instr(wau.nds_user_name,'.')-1)
    order by wau.hour_type, wau.active_hh desc, wau.active_mi desc, wau.active_ss desc
    Again, not the most demanding query but I get nowhere on this one ("The page cannot be found").
    Does anyone know if I'm missing something concerning patch. I'm on portal v30984.

  • Problem in writing 'After Report trigger'

    Hi All,
    Iam trying to insert values into database table after running the report.
    but the values are not inserted into the table.
    Here is the code in 'After Report trigger'
    function AfterReport return boolean is
    begin
    insert into reports_log values('poorders',user,sysdate,'Y');
    commit;
    return (TRUE);
    end;
    Thanks in Advance

    Tested one of my reports and found:
    the After Report Trigger does not fire (to insert a table) in Report Builder (6i) but it fires when it's invoked from Apex.
    It you run your report in Froms or Apex or...., try over there.

  • How to correct close database connection after report generation

    Hello
    I have problem a with alive database connection after report creation and report  closing. How to properly to close connection to database?
    Best regards
    Edited by: punkers84 on Jun 17, 2011 10:38 AM

    that's what I am doing... after viewing the report, I call the close method on the window closing event of the container window. but the connection is still open. I had a lot of other issues with my jdbc driver but after downgrading to an older version those issues are resolved.Only this one is still there! Is there any other way to close the connection (like using dbcontroller or etc.)?

  • EBS: Email XML publisher output, from After Report Trigger in Data Template

    Here is what I'm trying to do:
    -- In EBS (11.5.10 CU2), I'm using XML publisher (5.6.2) data template and layout template to generate Output files (PDF, EXCEL etc)
    --In the Data Template's AfterReport Trigger, I'm using the Concurrent Request Id to locate the Output file name and trying to Email that output file.
    Problem:
    -- When the AfterReport trigger code is executed, the code is NOT seeing the output file and hence the file is NOT emailed.
    Observations/Questions:
    -- From what I observe, the Output Post Processor ( that generates the Excel / PDF files) is running AFTER the code in AfterReport trigger... and hence the AfterReport trigger is Not quite seeing / able to access the output file.
    So, the sequence of execution seems to be:
    -- Before Report Trigger
    -- Data Query (SQL statement)
    -- After Report Trigger
    -- Output Post Processor
    Because the AfterReport Trigger is running before the Output Post Processor, it is Not able to see the output file. Is that a True statement?
    If Yes, how else can the DataTemplate access the Output file?
    If No, what could cause the AfterReport trigger to not see the output file?

    Because the AfterReport Trigger is running before the Output Post Processor, it is Not able to see the output file. Is that a True statement?
    I believe so, as the OPP works on the output of the Report after the Report has completed execution.
    You could use the same approach as we do for bursting the report to different users. Write a Java Concurrent program based on "oracle.apps.xdo.oa.cp. XMLPReportBurst" with delivery channel Email to send the email output. You would need to add code to launch the Concurrent child request in your AfterReport Trigger:
    function AfterReport return boolean is
    jreq_id number;
    begin
    srw.message (100, 'DEBUG: AfterReport_Trigger +');
    jreq_id:= FND_REQUEST.SUBMIT_REQUEST ('XDO','XDOBURST','','',FALSE,:P_CONC_REQUEST_ID,'Y',chr(0),
    If (jreq_id=0)
    then
    srw.message (100,'Request id is zero');
    end if;

  • Problem with  Firefighter logs after upgrade to 5.3 from 5.2

    Hello Gurus ,
    just for 2 weeks we are running GRC 5.3 , which we updated from the 5.2 version .
    Unfortunately i could not make all the possible tests in one day and after i didnt check the FF reports .
    So after 10 days..after solving some issues from the upgrade i realized that in SPM (Superuser Priviliege Management ) we have a problem as well .
    We cant perform anymore reason / activity reports because the data are empty.By empty i mean all the entries users made dissapeard. I searched the two tables that normally should have the data (/virsa/zffcdhdr and the  STXH ) but with no luck .
    The other problem is..that after the upgrade to 5.3 from 5.2 the grcservice user that is responsible for the job  /VIRSA/ZVFATBAK didnt had enough authorization to complete the job , thing that before worked fine .
    So for 10 days the job didnt run and when i run the log report i see for every FFID the message "BACKGROUND JOB WAS NOT SCHEDULED/LOG & FILE NOT YET GENERATED"
    When i look directly in the tables CDHDR and CDPOS   i can see the data that the log  needs.
    But how can i reconstruct the FF log with this data ? Because when the auditor comes i would like to have the complete logs.
    thank you all for the support
    Cheerz ,
    david

    Hi David,
    Please go through the SAP Note [1143639|https://service.sap.com/sap/support/notes/1143639] (and subsequent Notes). I hope it is of help, at least partially.
    Best regatds,
    Feri
    Edited by: Ferenc Orosz on Apr 2, 2009 2:43 PM

  • Report Painter insert blank line after report header

    Hi Expert,
    I have a problem to insert a blank line (a spacing) after the report header of my customized report painter.
    For example, in standard cost center report, S_ALR_87013611, there is a small box listed information like cost center/group ... and reporting period.
    Right after reporting period, the report header box ends, and there is a space line between it and the cost element data ...
    For my customized report painter, I cannot make this space line.
    I tried edit > row > insert blank line ... but not successful ... kindly advise.
    Thanks and regards,
    -CK

    Hi
    In KKO2 go to output tab, here under layout, tick header and then press pencil symbol and in the editor you write your header. I think this will give you desired result.
    Regards
    Rajneesh Saxena

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • Trigger - After Report Not working.

    Hai,
    Below is the coding written on the after report trigger for inserting values in a table but it not working,
    even srw.message put and checked but not functioning at all...
    what might be the problem...
    Thanks in Advance...
    function AfterReport return boolean is
    begin
         srw.message(100,'Hai');
    if (:total_credit) is not null then
         insert into opcl (fiscal_yr_cd,Period_no,Col1,Col2,Col3,Col4,Col5,Col6)
         Values (:P_Fiscal_yr,:P_Period,nvl(:total_credit,0), nvl(:total_cess_cf,0),
         nvl(:total_sec_cess_cf,0), nvl(:cf_tot_serv_tax1,0), nvl(:cf_tot_serv_tax2,0),
         nvl(:cf_tot_serv_tax3,0));
    commit;      
    end if;      
    return (TRUE);
    end;

    How are you running the report? Not in the preview mode in builder I hope, because that won't fire the after report trigger.
    "The After Report trigger fires after you exit the *Runtime Previewer*, or after *report output is sent to a specified destination*..."

  • Facing issue in after report trigger in XML publisher

    HI All,
    I have a XML template in that i am calling a after report trigger like below :
    <dataTrigger name="afterReport" source="apps.testpkg.testupdate_fun(:HEADER_ID)"/>
    I am passing the header_id from my header block to the function.
    My Function looks like below:
    FUNCTION testupdate_fun(P_HEADER_ID IN NUMBER ) RETURN BOOLEAN AS
    BEGIN
    UPDATE TEST_TABLE SET PROCESS_FLAG='P' WHERE HEADER_ID=P_HEADER_ID;
    COMMIT;
    return true;
    EXCEPTION
    WHEN OTHERS THEN
    return false;
    END;
    The problem i am facing is it is updating only one record in the table.but in my header data block i am getting the details for more order numbers with header id like 1,2,3..., but it is updating only one header id in table, please help me out how to update record for all the header_id.
    Thanks

    Examples of combining all IDs into comma-separate list can be found here: http://www.oracle-base.com/articles/misc/string-aggregation-techniques.php . That list you need to send as parameter to the trigger. In the trigger you may split it again and update the records one-by-one, or you can build an EXECUTE IMMEDIATE statement to update the table, and in that statement the list can be used as a whole, no need to split it. Please, advise on which steps of this process you need more detailed assistance.

  • DELETE  in After report trigger

    Please help us resolve the following problem in a 6i report.
    The report had an After report trigger to delete the records from the same table used in the driver query. The report is launched thru a url to create a pdf file. The PDF is generated correctly for some users but for many others the PDF is generated with no data. When the delete statement is commented out, everybody get the PDF with data. All users have the same Acrobat Reader and IE version.
    Any idea why this is happening ?
    Appreciate your help
    Thanks

    Navneeth, Dmytro
    Thanks for your replies
    The report is for generating some sort of certificates ( in pdf format) from a staging table. If the certificate is issued, the record is to be deleted. So the report is different in each run.
    The real issue is the report behavior is not consistent from one machine to another. For the same set of data in the staging table for PC1 the PDF is generated and processed records are deleted. But in PC2 records are processed, records are deleted but the PDF has no data.
    We tried to use a global temp. table, didn't help either.
    In the before report trigger
    insert into gt_table select * from staging_table
    commit
    Report query modified to get data from gt_table
    After report trigger deletes records from staging_table
    The PDF data is seen in PC1 but not in PC2
    When the after report trigger is commented out, PDF launched in both machines contain data.
    There are many reports which generates PDF file without a delete trigger and they all work well.
    Is this problem happening because the records are getting deleted before pdf is launched? Or any type of browser (IE) or Acrobat reader settings required ?
    The deletes can be handled in the front end application after launching the report url but preferred to keep it in the reports to avoid deleting records in case there's a problem with report server and records are not processed.
    Thanks you for your help

  • Problem in premiere cs4 after updating

    hi all!
    I had a problem with the software when the effects of time did not act on any video
    A week ago I updated the software, I do not remember which version one ..
    Since I've updated the software I want to watch the source window, and video all the time stuck when i fast forword or backword
    What could be the problem? Please help me
    Thank you very much

    You need to provide more information
    Work through all of the steps (ideas) listed at http://ppro.wikia.com/wiki/Troubleshooting
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section, the questions at the end of the troubleshooting link... most especially the codec used... see Question 1

Maybe you are looking for

  • Want to be able to lock a period but still edit orders for the period

    Version: (Please provide the current version) 2007A PL 41 Description of requirements: (Please provide a detailed description) Customers require the ability to be able to go into open sales orders or purchase orders and make changes even though those

  • PDF Report adding white spaces

    NEVER MIND.... Why is their no DEL option... Added fm in front of MONTH ('DD fmMONTH YY') and its fixed. I have a report that goes to a PDF based on a RTF template. On the Dates, the XML Feed looks fine, but when it generates the PDF it is adding ran

  • How to use ugm:getGroupNamesForUser tag in jsp

    when I use the tag in jsp ,run in server,the console write"weblogic.servlet cannot be resolved or is not a field <p><ugm:getGroupNamesForUser username="weblogic" id="weblogic"/>" I don't how to use it,please tell me,thank you!

  • Interactive pages don't work on Skill soft LMS

    Hi, We are working on a course using captivate 6 and some interactive pages are developed using flash and integrated in captivate. these interactivities work fine if we review it from any LMS or offline but our client has Skill soft LMS where these i

  • Automatic Import Index Entries and Add All References?

    I have figured out how to import a list of index entries to automically generate an index. Problem is, it doesn't allow me to choose the Add All feature to search the entire document for those terms. What am I missing?