Reports 6.0 not executing thru Menu

Hi Everybody,
Problem in executing Report through menu.
Software used: Windows NT / 98, Oracle 8.1.6, Developer 6.0
Following is the PL/SQL code in Menu to call reports:
DECLARE
pl_id ParamList;
pl_name VARCHAR2(10) := 'tempdata';
ind number := 0;
BEGIN
pl_id := Get_Parameter_List('pl_name');
IF Id_Null(pl_id) THEN
pl_id := Create_Parameter_List('pl_name');
ind := 1;
END IF;
if ind != 1 then
delete_parameter(pl_id,'vg');
end if;
Add_Parameter(pl_id,'vg',TEXT_PARAMETER,1);
Run_Product(REPORTS,'article_list', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id,
null);
end;
The report 'article_list' contains a Query PL/SQL which uses a function
'sub_func'.
When we compile the report and a '.rep' file is generated and then use menu to
execute this report it gives following error.
REP-1401: 'sub_func' Fatal PL/SQL error occured
ORA-06508: PL/SQL: could not find program unit being called.
If the same report is called without '.rep' file that is with the source file
'.rdf' then it is executed normally.
Please let us know the possible solution for the above.
Thanks,
null

As I remember it was supportet against 8.0.5 and beginning with Patch 7 against 8.0.6, but never against 8.0.4. But this can still be viewed in the certification matrix in metalink.
Regards
Rainer

Similar Messages

  • Report(3.0) not executing from Forms 6.0.

    Hello
    I am trying to run a report (developed in Report designer 3.0) from a form (developed in Form Builder 6.0) as follows :
    -- message ('Before Report...');
    -- run_product (REPORTS, 'proj', SYNCHRONOUS, RUNTIME, FILESYSTEM, listid ) ;
    -- message ('After Report...');
    DECLARE
    repid report_object ;
    rep VARCHAR2(100);
    BEGIN
    message ('Before Report...');
    repid := find_report_object('PROJ');
    rep := RUN_REPORT_OBJECT(repid);
    message ('After Report...');
    END;
    I have tried both of these methods (Run_Product and Run_Report_Object) but nothing works. What is the difference between Run_Product and Run_Report_Object for report processing point-of-view ? It is displaying both messages but giving no error. The Properties of PROJ node in 'REPORTS' class are as follows :
    Name : PROJ
    File-Name : <full-path>/proj.rdf
    Execution Mode : RunTime
    Communication Mode : Synchronous
    Data Source Block : Null
    Query Block : Null
    Report Destination Type : Screen
    Destination Name : Null
    I am not able to see the results even by executing in form builder.
    Any help will be appreciated.
    Manish

    Hi Shay
    Thanks for your reply. I have compiled the report (repname.rdf) in Report Builder 6.0 and trying to execute it from a form, developed in Form Builder 6.0, as follows :
    PROCEDURE run_report IS
    list_id ParamList;
    run_date date;
    repid report_object ;
    repout varchar2(100) ;
    BEGIN
    run_date := sysdate;
    list_id := Create_Parameter_List('input_params');
    Add_Parameter(list_id, 'DESTYPE', TEXT_PARAMETER, 'FILE');
    Add_Parameter(list_id, 'DESNAME', TEXT_PARAMETER, '/home/mgupta/orep.ps');
    -- Run_Product(REPORTS, 'Full-Path/repname.rdf', synchronous, runtime, filesystem, list_id);
    repid := find_report_object('repname');
    repout := run_report_object(repid);
    Destroy_Parameter_List(list_id);
    END;
    I have tried both methods (Run_Product and Run_Report_Object) but nothing works. What is the difference between Run_Product and Run_Report_Object for report processing point-of-view? Note that I have given full path for Run_Product while report-name is given for Run_Report_Object. The full path is also given in the property palette report. It is displaying both messages but giving no error. The Properties of REPNAME node of 'REPORTS' class in Object Navigator of specified form are as follows :
    Name : REPNAME
    File-Name : <full-path>/repname.rdf
    Execution Mode : RunTime
    Communication Mode : Synchronous
    Data Source Block : Null
    Query Block : Null
    Report Destination Type : Screen
    Destination Name : Null
    This report is running fine if I execute it in Report Builder but not running thru form.
    Any help will be appreciated.
    Manish

  • How to run reports thru menu in 10g

    Hi,
    I'm a junior oracle programmer and have already migrated forms 6i to 10g. Now I have to migrate the reports to 10g. I have read many documentations about running report from forms or menu, but the more I read, the more confused I get. Please note that I am very new to all this oracle stuff. So please bear in mind that I might not understand everything too well. Thats the reason I would like help from you experts out here.
    We have a menu (mmb) which has two horizontal sub menus (eg. Forms & Reports). Now Forms and Reports again in turn hv couple of vertical sub menus. Each vertical submenu under Forms calls a form (for eg. submenu_f1 calls forms1, submenu_f2 calls forms2 and so on). Same thing for Reports (eg. submenu_r1 calls report1, submenu_r2 calls report2, etc). Now this is what we want for the Reports. Each of our report has parameters like Begin Date, End Date, Agency_Type, Year, etc. We want our user to have one more choice in the parameters "FORMAT" (pdf, excel, html, etc) . Now this is what I dont know how to do. I cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms). I tried web.show_document but the problem in this is that everything is hard-coded, so I cannot give a choice in the desformat.
    I would appreciate if someone can tell me how to run my report thru menu and give the user the option for the format. The users mostly want the output in excel (but might want pdf, etc too).
    Plus we want to schedule certain reports to run at certain times everyday or every month, how can I do that?????
    Any help would greatly be appreciated.
    Thanks in advance for taking your time to reply my query.

    Hi,
    cannot use run_report_object here cause I cannot create a report object in menu (like how we can do it in forms).
    Create a generic named Report node in the forms that you reference from the RunReport object request. This way you can run Reports from a menu
    Frank

  • Classic report regions not executing queries after clicking in a chart link

    I have a chart region with a link to page passing values to select list items, but report regions are not loading.
    This is the link generated at chart series:
    f?p=106:32:1310398926027:::RP:P32_DATE_SELECT,P32_SERVICE,P32_RESOURCE,P32_ROLE_ID:09%2F02%2F2013,1,EDER%20ZAVALA,1
    All page items passed are filled correctly, but report regions don't show any data.
    Please notice I am using two LOV where second one is showing values according the first one selected and doing the submit event where report regions are showing the result of the queries executed.
    Report regions shows data when I do the select of page items manually, but not when I pass those values thru link url
    I am using Oracle APEX 4.2.2.00.11
    Please advise
    Thanks,
    Cesar

    hi Vishal,
    Due to our client policies; I can not upload data. are you able to join to a webex meeting? so I can share you my screen and see the current problem I am having
    Here for your comments
    Thanks,
    Cesar

  • MS Office Report (Report Generation toolkit) is not executable​, Xnode broken?

    Hi, I am trying to generate an excel report, and I figured it would be easier to use the MS Office report VI, but I am getting the broken arrow saying the SubVI is not executable and that the library that defines the xnode is broken... here is a screensot attached, I already uninstall and reinstall the report generation toolkit and still the same... this is what I found on NI: "This error occurs when the library that defines the XNode you used is broken. To correct this error, reconfigure the XNode." but no idea how to reconfigure xnode
    Attachments:
    Error.png ‏67 KB

    What version of LabVIEW are you using?
    What is the nature of your Report?  What should it look like?  What kind of data should it contain?
    Can you show us some code that you've tried to use?  If so, include the code as either a Snippet or as a VI attachment (so we can plug it into our own LabVIEW installations and experiment with it).
    I generally find that the Report Generation Toolkit is a very easy way to generate Excel Workbooks.  I work primarily with LabVIEW 2012 and LabVIEW 2014.
    Bob Schor

  • Converted Crystal Report Not Executing in Info View

    We are in the process of testing BOXI3.1 sp2 fix pack 2.8. The problem we are having was not occurring in BOXI rel2.
    After saving a Crystal Report developed with version 11.5.0.313 using CR2008, the report was run successfully within Crystal Reports.  I'm assumming that the report was converted to 2008 format due to saving the report.
    The report was then saved into the repository from Crystal Reports.  After logging into Info View the report was scheduled.  The report that normally returns results in less than 5 seconds from Crystal just hung in Info View.  After 4 hours the the task was cancelled.  Even though Info View presented that the report was "running", there ws NO thread started with the database.  This was confirmed by our DBA
    The report was rewritten from scratch using CR2008. This report was able to execute to import this report
    to Info View without error.
    John
    Edited by: JOHN DOMBROWSKI on Jul 6, 2010 11:18 AM

    Thanks for your response.
    Before I read your response, I tried tweaking my reports and was able to resolve the issue.
    Steps taken to solve the issue are the following:
    a. Value not showing one field of four (4) reports.
    Solution: I created new ones and integrate it in VB 6. The values are now showing. Tweaked on the line object properties, got a problem with the extended line but solved it by adjusting the height of the detail section.
    b. Value not showing in sub-report.
    Solution: My report used a shared variable so I can pass the condition to my sub-report. I used the new reports and just pass a query during runtime. The values in the subreport is still not showing. I added a formula and called the value in it. Values in the subreport is now showing.
    I'll try to update the crystal reports version as suggested at a later time.

  • Interactive report jquery not executed on pagination

    recently i fell into another problem when using jquery in an interactive report.
    in the page header i do this
    <script type="text/javascript">
    $(document).ready( function() {
       var pageID = $('#pFlowId').val();
       $('.Artikelinfo').each( function(i) {
                var $item = $(this);
                var get = new htmldb_Get(null,pageID ,'APPLICATION_PROCESS=GET_ARTIKEL_INFO',0);
                get.addParam('x01', $item.attr('artnr'));
                $item.attr('rel', get.url());
                $item.attr('relTitle', $item.html());
                return true;
       $('.Artikelinfo').cluetip({
             arrows: true,
             tracking: true,
             titleAttribute: 'relTitle'
    });in the link attributes of a column i put this:
    target="_blank" class="Artikelinfo" artnr="#NUMMER#" rel="" reltitle=""it works like charm... but only on the first page.
    as soon as a change page the jquery is not executed, the attributes are not set.
    i think this is because while pagination of the IR the actual page is not reloaded.
    how can i achieve that that the jqury part is executed after pagination?
    u can find an example here [http://apex.oracle.com/pls/otn/f?p=19645:1] username "user1" password "abc123"
    hover over the first column u will see a cluetip.
    afer the first pagination, the hoverhelp is lost
    thanks
    peter

    below is from http://api.jquery.com/ajaxComplete/
    "Register a handler to be called when Ajax requests complete. This is an Ajax Event."
    "Whenever an Ajax request completes, jQuery triggers the ajaxComplete event. Any and all handlers that have been registered with the .ajaxComplete() method are executed at this time."
    I'm looking into this now...
    Also need to know how to AJAX refresh the IR report to get the changes I did through an AJAX call... ??????
    Anyone???

  • Interactive reports do not execute with Z business role

    Hi all,
    We have created interactive reports which are working fine and displaying results with a standard business role. However, the report does not even execute when we use a custom business role - no blank screen no error, but the report does not execute at all.
    What could be missing ? Need your inputs please.
    Regards.

    Compare the profile value for the function profile id REPORTING_PROF in Z business role with your std business role. To check this go to define business roles> select your ZBusiness role>double click on Assign function profiles.
    Hope this helps!
    Regards,
    Kumar

  • CGI call to Oracle Reports with embedded graph not executing triggers on bars

    I have the following function which is suppose to change the color of the bars in subgroups.
    PROCEDURE Set_Group_Color(elem IN og_object, a_group_index number) IS
    v_color varchar2 (32);
    v_temp og_object;
    v_idx number;
    BEGIN
    v_temp := OG_GET_OBJECT ('GRPG_NM1_GRPG_CNT_legend_label');
    v_temp := OG_GET_PARENT (v_temp);
    v_color := color_list (a_group_index);
    og_set_bfcolor (elem, v_color);
    og_set_ffcolor (elem, v_color);
    v_idx := a_group_index * 2 + 1;
    v_temp := OG_GET_CHILD (v_temp, v_idx);
    -- 0 = legend_frame
    -- 1 = border of color box (no name)
    -- 2 = GRPG_NM1_GRPG_CNT_legend_label
    -- 3 = border of color box of next group
    -- 4 = GRPG_NM2_GRPG_CNT_legend_label
    OG_SET_BFCOLOR (v_temp, v_color);
    END;
    This function is called from the format trigger of the bars themselves. The code works the way i want it to in the ORacle Graphics designer but when i executed from the web the triggers are not executed at all!!!
    Am i forgetting to do something? Is this a known bug. When i put a format trigger on the graph axis-labels they execute correctly in both the designer and the web. But the bar triggers do not!

    1. Along with this version of Reports you should find the reports server (r30mts on unix). This will allow you to deploy your reports on the web - on HP/UX or Solaris.
    2. To web deploy you have:
    Web Browser --->
    Web Listener + Reports CGI ----->
    Reports Server -->
    RDBMS
    3. You don't need the cartridge if you are using the CGI.
    For more information, please look at the Reports Server Configuration whitepaper, available on OTN - it was written for Reports 6.0, but the concepts and architecture are applicable for Reports 3.0
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • How to find reports not executed.

    Hello,
    My client has asked me to find out all the reports that are created but not executed since one year to one and half year and delete them. Can anyone please tell me how to find out the zreports that are not executed since one year? Working replies will definetly be rewarded. Thanks in advance.
    Regards.
    N.M.S.M.Krishna.
    Moderator message: VFAQ, please search for previous discussions of this topic, do not offer re-ward.
    Edited by: Thomas Zloch on Oct 29, 2010 1:05 PM

    Thanks for mentioning me.
    Thread locked, it is a FAQ, I did not say it has a satisfying solution.
    Thomas
    http://www.google.com/search?hl=en&source=hp&q=site%3Asdn.sap.comlastexecutiondateof+programs&meta=lr%3D&aq=f&aqi=&aql=&oq=&gs_rfai=
    P.S. if you vary the search terms slighty, you will get even more results

  • System - services - reporting does not execute ABAP Reporting

    Hi All,
    system -> services -> reporting does not execute ABAP Reporting.
    we are able to execute sa38 by running t-code.
    Please help.
    Thanks
    Harshit

    Check authorizations (SU53).

  • Query link not executing in Management Cockpit

    Hi,
    We have two types of Frame in the Management Cockpit namely Graphic and
    Reports and Links. The Graphic Frame is working fine.
    In the Frame Type-Reports and Links, we have added link of the
    query.However, when we try to execute this query from there, we
    get a popup as "Analyzer Message Popup" with the following messages:
    "Components D0LD7QSGDO27MCD613JJ04WLR (version A) do not exist on the
    database.
    The requested query/D0LD7QSGD027MCD613JJ04WLR does not exist on the
    current server.
    Unknown or deleted query"
    We are able to execute this query otherwise from analyzer or thru menu.
    Please advise.
    Regards,
    Ramesh

    user10887630 wrote:
    the second query is not returning rows at all................... So are you stating that the query never returns (i.e. it executes forever)? That it returns but the result set is not what you are expecting? Or something else?
    i mean that local ='en_us' is not there That sounds like you may be saying that the query returns but the results are not what you expect. Is that the case?
    Can you post the results of the query I posted?
    Justin

  • Operating System Window XP Professional. I can not open Firefox. I have reset it and it worked for a few days. Now I can not execute it. Appreciate help.

    Can not execute Firefox. So I updated it and reinstalled it. Then I reset it. For a couple days it worked fine. Now I am back to square one. Can not open firefox again.

    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox and any leftover program files and then reinstall Firefox. Please follow these steps one by one:
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu) and confirm all upcoming messages.
    #Now, uninstall Firefox by following the steps mentioned in the [[Uninstall Firefox from your computer#w_uninstall-firefox|Uninstall Firefox]] article.
    '''IMPORTANT:''' On Windows, the uninstaller has the option to remove your personal data and settings. Make sure that you do '''not''' check this option; otherwise all of your bookmarks, passwords, extensions, user customizations and other Firefox [[Profiles|user profile data]] will be removed from your computer.
    After uninstalling Firefox on Windows, delete the "Mozilla Firefox" program folder, located by default in one of these locations:
    * '''(On 32-bit Windows)''' ''C:\Program Files\Mozilla Firefox''
    * '''(On 64-bit Windows)''' ''C:\Program Files (x86)\Mozilla Firefox''
    #Go to the Windows Start menu and click on "Computer".
    #In the Explorer window that opens, double click Local Disk (C:) to open the C:\ drive.
    #Find the "Program Files (x86)" folder or "Program Files" folder.
    #* On 32-bit Windows, double-click the '''Program Files''' folder to open it.
    #* On 64-bit Windows, you will see a "Program Files (x86)" folder AND a "Program Files" folder. Open the '''Program Files (x86)''' folder.
    #Look for a '''Mozilla Firefox''' folder. If you find one, right-click it and select ''Delete'' and confirm that you want to move the folder to the Recycle Bin.
    Now, go ahead and reinstall Firefox:
    #Double-click the downloaded installation file and go through the steps of the installation wizard.
    #Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • "Request for Reporting available " is not displayed after loading the data.

    Hi
    A DSO feeds the data to a cube and DSO. In dso reporting sysmbol is present. However in the cube "Request for Reporting available " is not present in the manage tab of the cube.
    Please advise on this.
    Regards
    loyee

    Hi,
    What is the status in Monitor. If it is ok, go to manage of the infocube,
    in that screen on the menu, Environment --> Automatic Request processing. Then you will get three check boxes.
    Click the first check box, (Set Quality status to OK). If you aggregates,  choose second box.
    Hope this helps.
    Regards,
    Rama Murthy.

  • ALV report value is not coming in output

    Hi all,
    I have developed one ALV report using ABAP OOPS. i have used Custom Container to display my all values.
    below are the methods i am calling to dispaly and all values is coming in T_DATASET[] ans fcat, But after Executing my report it is not displaying any value.
    my container is blank in output only fcat-coltext is coming and fieldname value is not coming.
    wa_fcat-fieldname = 'T_DATASET-KAVS'.
                 wa_fcat-coltext = ' '.
    CALL METHOD grid1->set_table_for_first_display
        CHANGING
          it_outtab       = T_DATASET[]
          it_fieldcatalog = fcat.
    please guide me.
    Thanks in Advance.

    Check below code. And make sure you code below steps before calling set table for first display.
    IF G_CUSTOM_CONTAINER1 IS INITIAL.
    *     create container for ALV grid1
          CREATE OBJECT G_CUSTOM_CONTAINER1
             EXPORTING
               CONTAINER_NAME = 'CUST_CONT'.
    else.
        ENDIF.
        IF GRID1 IS INITIAL.
    *     create ALV grid
          CREATE OBJECT GRID1
             EXPORTING
               I_APPL_EVENTS = SELECTED    "application event
               I_PARENT = G_CUSTOM_CONTAINER1.
          G_LAYOUT1-EDIT       = 'X'.
          G_LAYOUT1-sel_mode   = '3'.
          G_LAYOUT1-NO_TOOLBAR = 'X'.
          G_LAYOUT1-ZEBRA      = 'X'.
          G_LAYOUT1-info_fname = 'ROWCOLOR'.
          G_LAYOUT1-GRID_TITLE = TEXT-006.
          G_LAYOUT1-STYLEFNAME = 'CELLTAB'.
          CALL METHOD GRID1->SET_TABLE_FOR_FIRST_DISPLAY
               EXPORTING IS_LAYOUT        = G_LAYOUT1
                         IT_TOOLBAR_EXCLUDING = GT_TOOLBAR_EXCLUDING
               CHANGING  IT_FIELDCATALOG  = GT_FIELDCAT_LVC[]
                         IT_OUTTAB        = CONP[].

Maybe you are looking for

  • How do I create one Family account with multiple sub web sites?

    It seems like this would already have been discussed. I have searched and have not found what I am looking for. What I would like is: web.mac.com/myfamilyaccountname/family then I might have one for whatever reason: web.mac.com/myfamilyaccountname/ha

  • Aperture 3.4 refuses to take Facebook login

    Let me start by saying I've tried a few remedies found in other threads here, such as deleting Aperture's preferences file, clearing all caches, removing Aperture from my list of approved apps on Facebook, and restarting. This seems really bizarre. T

  • Non Constructor Runtime error

    Here is the error: TypeError: Error #1007: Instantiation attempted on a non-constructor. at BitmapButtonExample()[C:\programming\flex\__FlexProfessional\Chap16\BitmapButtonExample.a s:33] Here is the code: package{ import flash.display.Bitmap; import

  • Can someone help me with downloading?

    hey people what's up? well i just bought my ipod mini and it's a 1 GB that holds 240 songs. Well i have already downloaded way more than 240 songs onto my itunes library ane was wondering how i can get only certain songs to download onto my ipod. if

  • How to print data

    Hi I am trying to printout text area data Please help me how to do this? and also give idea about how to print table data ?