9iDS - FIND_REPORT_OBJECT doesn't find report

What do I need to do to have FIND_REPORT_OBJECT be able to find a report? Can I specify a full path or do I need to set some configuration file to point to where it is?
Here's the code I'm using to run a report from a form.
PROCEDURE do_print2 IS
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status VARCHAR2(20);
BEGIN
repid := FIND_REPORT_OBJECT('module2');
v_rep := RUN_REPORT_OBJECT(repid);
END;

Mark,
I think that the usage of fin_report_object is wrong.
PROCEDURE do_print2 IS
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status VARCHAR2(20);
BEGIN
repid := FIND_REPORT_OBJECT('module2');
v_rep := RUN_REPORT_OBJECT(repid);
END;
If module2 is the actual name of the Report definition file, then the usage is not correct. In Forms you create a Reports node. This Reports node then takes the Reports module name as a property. In find_report_object( ) you specify the Reports node name as a value.
E.g. if you created a Reports node in Forms with the name of "myReps" then your code sequence looks like this
PROCEDURE do_print2 IS
repid REPORT_OBJECT;
v_rep VARCHAR2(100);
rep_status VARCHAR2(20);
BEGIN
repid := FIND_REPORT_OBJECT('myReps');
v_rep := RUN_REPORT_OBJECT(repid);
END;
The Reports node needs also to define the Reports Server name used if not set by set_report_object_property(repid,REPORT_SERVER, <name here>);
Please have a look at the Reports integration Whitepaper written for Forms6i/Reports6i. As far as the Run_Report_Object usage goes, it is still valid.
http://otn.oracle.com/products/forms/pdf/277282.pdf
Please note that Oracle Reports web reports (jsp files) cannot be used with run_report_object in Forms
Frank

Similar Messages

  • Crystal Report 2011 doesn't find SAP B1 DB in Expert DB

    Good morning,
    I've found a problem when I've installed SAP Crystall Report 2011 on the computer where is my SAP B1 (version 9.0).
    When I try to create a connection to a DB, the Expert DB doesn't find the SAP B1 DB on the PC.
    Here's a screenshot
    Thanks for your help
    (and apologize for my bad english).

    Hi
    Check the below link it may helps you
    data source sap business one
    With Regards
    Balaji Sampath

  • ARD 3 doesn't find a file that exists in Report...File Search

    I am trying to gather files with the Report...File Search tool. The files exist on the computers but ARD doesn't find them. I can search for another file in the same folder as the one I am actually looking for, and ARD finds it. If I use the Finder's search on the remote computer, the file is found.
    Any suggestion?
    Thank you for your help.

    The file search cache must be up to date for this to work properly. Usually this cache is only updated once a day depending on your cache settings.
    If the machines are Tiger machines, use the spotlight search instead.

  • FRM - 41219 CANNOT FIND REPORT INVALID ID  - CALLING REPORT FROM FORM

    I am using Developer Suite 10g (forms 9i, reports 9i) . windows XP.
    I am using the following code in WHEN-BUTTON-PRESSED-PRESSED trigger in form to call report.
    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status varchar2(20);
    BEGIN
    repid := find_report_object('C:\EMP.RDF');
    v_rep := RUN_REPORT_OBJECT(repid);
    END;
    as as result It is displaying FRM - 41219 CANNOT FIND REPORT INVALID ID.
    I have used the EMP.JSP also in find_report_object built-in. But there is no difference.
    what could be the reason - plz give the solution.
    with thanks
    by GMS

    Unless you made a mistake and overlooked it, what I suggested should work. Having said that, you did not mention the exact Forms version you are using. There may have been a problem in the version you are using which was corrected in a later release. I tested the example I offered using Forms 10.1.2.3 and it works correctly. Carefully review what you did. Verify that the file actually exists in the file system. Also, I would recommend renaming the file with all lower case letters and referencing it in the form with all lower case letters. Here is the complete code of the form I tested. I will also include the property values from the Report object.
    Report1 settings:
    Name - REPORT1
    Subclass Information -
    Comments -
    Filename - dummy.rdf
    Execution Mode - Batch
    Communication Mode - Synchronous
    Data Source Data Block - <Null>
    Query Name -
    Report Destination Type - File
    Report Destination Name -
    Report Destination Format -
    Report Server -
    Other Reports Parameters - On the form create the following items in BLOCK1:
    Text fields:
    <li>SERVERNAME
    <li>REPNAME
    <li>OTHERPARAMS
    Button:
    <li>CALL_REP
    In the WHEN-BUTTON-PRESSED trigger add this code:
    Declare
    repid REPORT_OBJECT;
    v_rep varchar2(256);
    rep_status varchar2(256);
    Begin
       repid := find_report_object('REPORT1');
    -- Set Report Object properties
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESTYPE, CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_DESFORMAT, 'HTML');
    -- Comm mode 1 = SYNCHRONOUS
    -- Comm mode 2 = ASYNCHRONOUS
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_COMM_MODE, 1);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_SERVER, :block1.SERVERNAME);
    SET_REPORT_OBJECT_PROPERTY(repid, REPORT_FILENAME, :block1.REPNAME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,:block1.otherparams);
    SYNCHRONIZE;
    -- Run report and get status
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := report_object_status(v_rep);
    SYNCHRONIZE;
    -- Wait for Reports to generate results
        WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
        LOOP
          rep_status := report_object_status(v_rep);
        END LOOP;
        SYNCHRONIZE;
    -- If DESTYPE is appropriate for displaying to user, execute WEB.SHOW ;   
        IF rep_status = 'FINISHED' THEN
          WEB.SHOW_DOCUMENT('/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server='||:block1.SERVERNAME,'_blank');
        ELSE
          message(rep_status);
        END IF;  
    END; When you run the form, enter the Report Server name and the Report filename (include the path if you have not configured REPORTS_PATH). Then click on the button. Note that the substr logic may need to be altered slightly if you are using an old version of Forms/Reports.
    .

  • Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command   S, I get a looping "cannot mount errno = 19" message.

    Disk Utility says everything's fine, but Install disk doesn't find my internal drive as a possible destination. When I startup with Command + S, I get a looping "cannot mount errno = 19" message.
    Problem started when I used Tech Tool Pro 6 to "de-fragment volume". Had to cancel that process before it finished because I ran out of time. Thereafter, when I startup my machine normally, I get the gray Apple logo at first, but it changes to a prohibited symbol (circle with a slash thru it) and hangs.
    When I startup holding the Option key, I can see my internal drive, but I get the same results as above.
    When I startup using the MacBook OSX Install DVD, it does not find my internal drive as possible destination.
    When I startup using the MacBook OSX Install DVD and then run Disk Utility, it finds my drive, allows me to "repair" and says everything is fine.
    When I startup with Command + S, I get a looping error message "errno = 19" and cannot stop it to do anything else.
    When I startup from Disk Warrior v4.4, it does not find my internal drive to do any repairs.
    When I startup from Tech Tool Pro 6 and run the "computer check" diagnostics, everything passes but the Volume Structure, which fails at "Volume Extents (B-tree)." When I use TTP's "Tools" option to run "volume repair" it will show my internal drive and allow me to click the GO button, but nothing happens and nothing changes.
    I have a Time Machine backup on an external USB drive, but for as long as the internal drive doesn't mount, I can't use the backup to restore.

    It's a false report and should be ignored.
    I would not rely on TT as I've already said earlier even before Grant posted similar advice.
    I really think the Rigid Disk Block may be corrupted. This holds the partition map and could prevent a volume from being unmounted. Unfortunately, there is no way to fix that without repartitioning the drive which will remove everything. So, before going down this road I hope you have backups or can make a backup.
    Drive Partition and Format
    1. Boot from your Snow Leopard Installer Disc. After the installer loads select your language and click on the Continue button.  When the menu bar appears select Disk Utility from the Utilities menu.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Note the SMART status of the drive in DU's status area.  If it does not say "Verified" then the drive is failing or has failed and will need replacing.  SMART info will not be reported  on external drives. Otherwise, click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Quit DU and return to the installer.  Proceed with reinstalling OS X.
    5. Download and install Mac OS X 10.6.8 Update Combo v1.1.

  • URGENT : FRM-41219 Can not find report : INVALID ID

    hello all
    The same problem i have also posted in forms forum..
    i am getting the exception FRM-41219 when calling the report from my form with the method RUN_REPORT_OBJECT.
    I m calling the report in my program unit method as follows :
    DECLARE
    Pl_Id ParameterList;
    RepId REPORT_OBJECT;
    Vrep Varchar2(1000);
    BEGIN
    add_parameter(pl_id,'report_parameter',text_parameter,record_block.input_box);
    RepId := find_repor_object('report_name');
    Vrep := RUN_REPORT_OBJECT(RepId,Pl_Id);
    END;
    But when i run the fmx .. i get the exception "FRM-41219 can not find report :Invalid ID"
    I have checked all possiblities i.e. i have also called the method as RUN_REPORT_OBJECT(RepId) and also RUN_REPORT_OBJECT(ReportName)..but in all cases i am getting the same error..i have also checked the environment variable ..it contains the correct path of my application folder where the report is available.
    Kindly help me with this
    if any body knows the solution..or the cause for it..please let me know here or contact me on this address
    [email protected]
    thank you.

    Try this:
    DECLARE
    Report_Id report_object;
    v_rep varchar2(200);
    rep_status varchar2(20);
    BEGIN
    report_id:=FIND_REPORT_OBJECT('EMP');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_FILENAME,:REPORT_NAME);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,:REPORT_DESFORMAT);
    if :REPORT_DESTYPE='CACHE' then
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    elsif :REPORT_DESTYPE='FILE' then
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,FILE);
    end if
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESNAME,:REPORT_DESNAME);
    v_rep := RUN_REPORT_OBJECT(report_id);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    if rep_status = 'FINISHED' then
    message('Report Completed');
    else
    message('Error when running report.');
    end if;
    END;
    Thanks
    Rohit

  • FIND_REPORT_OBJECT doesn't work

    Dear members,
    When using "find_report_object", I get a "FRM-41219 Cannot find report : Invalid ID" error.
    I used the same report name with "run_product", and it worked fine.
    Here's the code :
    report_id := FIND_REPORT_OBJECT('deploiements');
    or
    Run_Product(REPORTS, 'deploiements', SYNCHRONOUS, RUNTIME, FILESYSTEM, pl_id, NULL);
    Any idea ?

    In c/s mode things are simple. Suppose you have your report object defined, with preview as the report destination type. The only code you need is:
    declare
    repid report_object;
    v_rep varchar2(100);
    begin
    repid := find_report_object('test');
    set_report_object_property(repid,report_filename,'test1');
    set_report_object_property(repid,report_other,'dept_id=10');
    v_rep := RUN_REPORT_OBJECT(repid);
    end;
    You don't have a report server, you just run the report in c/s mode.

  • ITunes Diagnostic Doesn't Find Audio CD or iPhone/iPad - Help!

    I
    I’m having issues with iTune to recognize my iPhone and iPad.  My iPod nano (G5) is recognized.  I’ve run diagnostics with two failures (No Audio CD Found, and No iPod, iPhone, iPad connected).  A month ago everything was working.  What happened?  I’ve spend many hours following the instructions that’s on the web without success.  BTW – the music list that’s on my ‘test’ CD is displayed in iTunes and can be played.  It’s very strange that the diagnostic shows a CD/DVD issue.  I don’t have a virtual drive.  'Importing the CD' works cleanly - no problems.
    I am at a loss.  Any suggestions, phones numbers?
    Thanks, Pat
    Below is the diagnostic report
    Microsoft Windows Vista Home Premium Edition Service Pack 2 (Build 6002)
    HP-Pavilion RP826AV-ABA a1750e
    iTunes 10.3.1.55
    QuickTime 7.6.9
    FairPlay 1.11.17
    Apple Application Support 1.5.2
    iPod Updater Library 10.0d2
    CD Driver 2.2.0.1
    CD Driver DLL 2.1.1.1
    Apple Mobile Device 3.4.1.2
    Apple Mobile Device Driver 1.57.0.0
    Bonjour 2.0.5.0 (214.3)
    Gracenote SDK 1.8.2.457
    Gracenote MusicID 1.8.2.89
    Gracenote Submit 1.8.2.123
    Gracenote DSP 1.8.2.34
    iTunes Serial Number 0014B5E0092A3C90
    Current user is not an administrator.
    The current local date and time is 2011-07-17 16:22:10.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is not supported.
    Core Media is supported.
    Video Display Information
    NVIDIA , NVIDIA GeForce 7500 LE
    **** External Plug-ins Information ****
    No external plug-ins installed.
    Genius ID: 72dfc61552d02f347bc3653b3c001aea
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:      {3D6285FF-7CD0-4784-99E2-8F34C6839F81}
    Description:          NVIDIA nForce 10/100/1000 Mbps Ethernet
    IP Address:           192.168.0.105
    Subnet Mask:        255.255.255.0
    Default Gateway:  192.168.0.1
    DHCP Enabled:    Yes
    DHCP Server:       192.168.0.1
    Lease Obtained:   Sun Jul 17 15:28:25 2011
    Lease Expires:     Sun Jul 24 15:28:25 2011
    DNS Servers:       192.168.0.1
    Active Connection:               LAN Connection
    Connected:           Yes
    Online:                  Yes
    Using Modem:      No
    Using LAN:           Yes
    Using Proxy:         No
    SSL 3.0 Support:   Enabled
    TLS 1.0 Support:   Enabled
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was successful.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was successful.
    Connection attempt to Gracenote server was successful.
    Last successful iTunes Store access was 2011-07-17 16:18:57.
    **** CD/DVD Drive Tests ****
    LowerFilters: PxHelp20 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.2.0.1),
    Failed while scanning for CD / DVD drives, error 2510.
    Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.
    E: Unsupported CD or DVD drive.
    Virtual drives can sometimes interfere with reading and writing CDs in iTunes. If this is a virtual drive and you are having problems with other drives, try uninstalling the virtual CD application.
    **** Device Connectivity Tests ****
    iPodService 10.3.1.55 is currently running.
    iTunesHelper 10.3.1.55 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller.  Device is working properly.
    Standard Enhanced PCI to USB Host Controller.  Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    AGERE OHCI Compliant IEEE 1394 Host Controller.  Device is working properly.
    Most Recent Devices Not Currently Connected:
    iPod nano (5th Generation) running firmware version 1.0.2
    Serial Number:     YM015EPQ71V
    iPhone 4 running firmware version 4.3.3
    Serial Number:     61120JJWA4S
    iPad running firmware version 4.3.3
    Serial Number:     DLXFPEWMDFHW
    **** Device Sync Tests ****
    No iPod, iPhone, or iPad found.

    After trials and tribulation I found the fix to the iPhone issue.   I removed the USB connect to my external drive (buffalo backup).  After booting up, iTunes recognized my iPhone and iPad.  Major issue resolved.  iTunes diagnostic still doesn't find the Audio CD/DVD, but seems to function correctly.  I will following other discussion topic "Error 2510 regarding CD/DVD drives"
    - Pat

  • Pkg-config doesn't find libmfx

    Hi,
    I'm trying to build ffmpeg with h264_qsv (QuickSync) support. In order to do that, I need libmfx. But pkg-config doesn't find the libmfx files, although they are present:
    PKG_CONFIG_PATH is filled with the correct path:
    [root@nuc FFmpeg]# echo $PKG_CONFIG_PATH
    /usr/lib/pkgconfig/
    The libmfx files are there:
    [root@nuc FFmpeg]# ls -l /usr/lib/pkgconfig/libmfx.*
    -rw-r--r-- 1 root root 120284 Jun 20 19:25 /usr/lib/pkgconfig/libmfx.a
    -rwxr-xr-x 1 root root 893 Jun 20 19:25 /usr/lib/pkgconfig/libmfx.la
    -rw-r--r-- 1 root root 339 Jun 20 20:05 /usr/lib/pkgconfig/libmfx.pc
    The libmfx.pc contents seems ok?
    [root@nuc FFmpeg]# cat /usr/lib/pkgconfig/libmfx.pc
    prefix=/usr/local
    exec_prefix=${prefix}
    libdir=${prefix}/lib
    includedir=${prefix}/include
    Name: libmfx
    Description: Intel Media SDK Dispatched static library
    Version: 2013
    Requires:
    Requires.private:
    Conflicts:
    Libs: -L${libdir} -lsupc++ ${libdir}/libmfx.a
    Libs.private:
    Cflags: -I${includedir} -I/media/downloads/opensource/SDK/include/
    The header files are at the included in the SDK dir:
    [root@nuc FFmpeg]# ls -l /media/downloads/opensource/SDK/include/
    total 168
    -rw-r--r-- 1 zao zao 4835 Jun 3 09:58 mfxastructures.h
    -rw-r--r-- 1 zao zao 5479 Jun 3 09:58 mfxaudio++.h
    -rw-r--r-- 1 zao zao 3493 Jun 3 10:02 mfxaudio.h
    -rw-r--r-- 1 zao zao 4767 Jun 3 10:00 mfxcommon.h
    -rw-r--r-- 1 zao zao 6306 Jun 3 09:58 mfxdefs.h
    -rw-r--r-- 1 zao zao 2865 Jun 3 10:00 mfxenc.h
    -rw-r--r-- 1 zao zao 2976 Jun 3 09:58 mfxjpeg.h
    -rw-r--r-- 1 zao zao 2900 Jun 3 10:00 mfxla.h
    -rw-r--r-- 1 zao zao 3048 Jun 3 09:58 mfxmvc.h
    -rw-r--r-- 1 zao zao 2881 Jun 3 09:58 mfxpak.h
    -rw-r--r-- 1 zao zao 28117 Jun 3 09:58 mfxplugin++.h
    -rw-r--r-- 1 zao zao 11066 Jun 3 10:00 mfxplugin.h
    -rw-r--r-- 1 zao zao 2647 Jun 3 09:58 mfxsession.h
    -rw-r--r-- 1 zao zao 38541 Jun 3 10:00 mfxstructures.h
    -rw-r--r-- 1 zao zao 10411 Jun 3 10:00 mfxvideo++.h
    -rw-r--r-- 1 zao zao 6257 Jun 3 10:00 mfxvideo.h
    -rw-r--r-- 1 zao zao 2690 Jun 3 09:58 mfxvp8.h
    -rw-r--r-- 1 zao zao 1662 Jun 3 09:58 mfxvstructures.h
    But configure cant't find the files:
    [root@nuc FFmpeg]# git pull
    Already up-to-date.
    [root@nuc FFmpeg]# ./configure --enable-libmfx --enable-nonfree --enable-iconv --arch=x86 --disable-debug --disable-shared --disable-doc --disable-w32threads --enable-gpl --enable-version3 --enable-runtime-cpudetect --enable-avfilter --enable-bzlib --enable-zlib --enable-librtmp --enable-gnutls --enable-avisynth --enable-frei0r --enable-filter=frei0r --enable-libbluray --enable-libcaca --enable-libopenjpeg --enable-fontconfig --enable-libfreetype --enable-libass --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo-amrwbenc --enable-libschroedinger --enable-libsoxr --enable-libtwolame --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvorbis --enable-libvo-aacenc --enable-libopus --enable-libvidstab --enable-libvpx --enable-libwavpack --enable-libxavs --enable-libx264 --enable-libx265 --enable-libxvid --enable-libzvbi
    ERROR: libmfx not found using pkg-config
    If you think configure made a mistake, make sure you are using the latest
    version from Git. If the latest version fails, report the problem to the
    [email protected] mailing list or IRC #ffmpeg on irc.freenode.net.
    Include the log file "config.log" produced by configure as this will help
    solve the problem.
    Sorry for being new at this, but I really want to learn
    Thanks in advance, zAo

    Did a restart from scratch: removed all *mfx* files from /usr/*, removed all build files and downloaded them again. Apart from make install, everything is run as my desktop user.
    [zao@nuc mfx_dispatch]$ mkdir build && cd build
    [zao@nuc build]$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local
    -- The C compiler identification is GNU 5.1.0
    -- The CXX compiler identification is GNU 5.1.0
    -- Check for working C compiler: /usr/bin/cc
    -- Check for working C compiler: /usr/bin/cc -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Detecting C compile features
    -- Detecting C compile features - done
    -- Check for working CXX compiler: /usr/bin/c++
    -- Check for working CXX compiler: /usr/bin/c++ -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    -- Detecting CXX compile features
    -- Detecting CXX compile features - done
    -- Intel Media SDK is here: /media/downloads/git/mfx_dispatch
    -- Configuring done
    -- Generating done
    -- Build files have been written to: /media/downloads/git/mfx_dispatch/build
    Start build
    [zao@nuc build]$ make -j
    Scanning dependencies of target mfx
    [ 8%] [ 16%] [ 25%] [ 50%] [ 41%] [100%] [ 41%] [ 66%] [ 66%] [ 75%] [ 83%] [ 91%] Building CXX object CMakeFiles/mfx.dir/src/mfx_dxva2_device.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/main.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_library_iterator.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_library_iterator_linux.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_critical_section.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_load_dll.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_dispatcher_log.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_function_table.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_critical_section_linux.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_load_dll_linux.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_dispatcher.cpp.o
    Building CXX object CMakeFiles/mfx.dir/src/mfx_win_reg_key.cpp.o
    Linking CXX static library libmfx.a
    [100%] Built target mfx
    Install
    [zao@nuc build]$ sudo make install
    [100%] Built target mfx
    Install the project...
    -- Install configuration: ""
    -- Installing: /usr/local/include/mfxjpeg.h
    -- Installing: /usr/local/include/mfxplugin++.h
    -- Installing: /usr/local/include/mfxastructures.h
    -- Installing: /usr/local/include/mfxla.h
    -- Installing: /usr/local/include/mfxenc.h
    -- Installing: /usr/local/include/mfxcommon.h
    -- Installing: /usr/local/include/mfxplugin.h
    -- Installing: /usr/local/include/mfxvp8.h
    -- Installing: /usr/local/include/mfxdefs.h
    -- Installing: /usr/local/include/mfxmvc.h
    -- Installing: /usr/local/include/mfxstructures.h
    -- Installing: /usr/local/include/mfxvideo.h
    -- Installing: /usr/local/include/mfxvstructures.h
    -- Installing: /usr/local/include/mfxaudio++.h
    -- Installing: /usr/local/include/mfxpak.h
    -- Installing: /usr/local/include/mfxvideo++.h
    -- Installing: /usr/local/include/mfxaudio.h
    -- Installing: /usr/local/include/mfxsession.h
    -- Installing: /usr/local/lib/pkgconfig/libmfx.pc
    -- Installing: /usr/local/lib/libmfx.a
    pkg-config doesn’t find the right files:
    [zao@nuc build]$ pkg-config --list-all| grep mfx
    [zao@nuc build]$ echo $?
    1
    I know that building via PKGBUILD is much cleaner, but -for me- it add additional levels of complexity.
    Any tips or ideas? Thanks for your patience

  • Cannot find report Invalid ID

    I am running Oracle10gAS, and running report from form and getting this message "FRM-41219: Cannot find report Invalid ID" The coding is
    declare
         repid report_object;
         v_rep varchar2(100);
    begin
         repid:=find_report_object('erp_emp_asgn');
         v_rep:=run_report_object(repid);
    end ;
    I have already set REPORTS_PATH =c:\new_erp;
    But still i am getting the same message
    Please if somebody can help me.
    Thank You

    Did you define a Report Object in Forms Builder called 'erp_emp_asgn'?

  • FRM 41215: CAN NOT FIND REPORT - Please help

    Hi,
    I am new to oracle 9i. I am trying to convert the forms in 8i to 9i. While i am doing i have many forms calling reports thru run_product. Now i am changing those into run_report_object. Even though i am getting errors like FRM 41215: CAN NOT FIND REPORT , INVALID REPORT ID.
    declare
    repid report_object;
    v_rep varchar2(100);
    begin
    repid := find_report_object('mrnr0028');
    v_rep := RUN_REPORT_OBJECT(repid);
    end;
    This is the command i have used. Is there anything wrong, or is there any necessity to specify any particular path for report files.
    Pls help me asap.
    Thanks

    I HAVE CREATE THIS PROGRAM UNIT(WITH LOT OF HARD WORK) FOR CHARACTRE AS WELL AS DEFAULT REPORT
    RUNING ON WEB
    -----------------FOR CHARACTER REPORT
    procedure web_report_c ( type varchar2,parameter varchar2) is
    report_id Report_Object;
    report_job_id VARCHAR2(100);
    report_status varchar2(100);
    FILE_NAME VARCHAR2(100);
    web_name varchar2(300);
    user_name varchar2(30);
    BEGIN
    user_name:=get_application_property(username);
    if type='PRINTER' THEN
    report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.RRPT'; --use  in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report TEMPRARY
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing parameter to report
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop --checking report status
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report is finished then make call to report
              --          web_name:='HTTP://logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    ELSIF type='SCREEN' THEN
         report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.txt'; --use txt in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report TEMPRARY
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing report parameter
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id); --checking of report status
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report status is finished then make  call to report
                        --web_name:='HTTP://ORACORP/logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    end if;
    end;
    ------------FOR DEFAULT REPORT
    procedure web_report_c ( type varchar2,parameter varchar2) is
    report_id Report_Object;
    report_job_id VARCHAR2(100);
    report_status varchar2(100);
    FILE_NAME VARCHAR2(100);
    web_name varchar2(300);
    user_name varchar2(30);
    BEGIN
    user_name:=get_application_property(username);
    if type='PRINTER' THEN
    report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.RRPT'; --use  in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing parameter to report
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop --checking report status
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report is finished then make call to report
              --          web_name:='HTTP://logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    ELSIF type='SCREEN' THEN
         report_id:= find_report_object('REPORTNODE');
         file_name:=user_name||to_char(sysdate,'-ddmmyy_hh24miss')||'.txt'; --use txt in case of character mode report
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_EXECUTION_MODE,BATCH);
         SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_COMM_MODE,ASYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESTYPE,file);
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_DESNAME,'c:\logiWWW\temp\'||file_name); --where u want to save report
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_SERVER,'REPSERVER'); --report server name
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_OTHER,parameter); --passing report parameter
    report_job_id:=run_report_object(report_id);
         report_status:=REPORT_OBJECT_STATUS(report_JOB_id); --checking of report status
                   while report_status IN ('RUNNING','OPENING_REPORT','ENQUEUED') loop
                        report_status:=REPORT_OBJECT_STATUS(report_JOB_id);
                   end loop;
                   IF report_status='FINISHED' THEN --if report status is finished then make  call to report
                        --web_name:='HTTP://ORACORP/logi/'||file_name;
                   WEB.SHOW_DOCUMENT('/logi/'||file_name,'_BLANK');
                   else
                        MESSAGE('Report has failed. '||'status is -'||report_status);
                   end if;
    end if;
    end;

  • Frm-41219 Error finding report

    Hi everyone
    I am trying to run report from a push button from form.Every time i am getting error FRM-41219 Cannot find report. Invalid ID.
    Of course report exists and is compiled.I specified REPORTS_PATH variable in registry to point to my folder,
    PROCEDURE print_report IS
         repid      REPORT_OBJECT;
         report_job_id     VARCHAR2(100);
    BEGIN
    repid := FIND_REPORT_OBJECT('DEPARTMENT');
    report_job_id := RUN_REPORT_OBJECT(repid);
    END;
    Is tis a report Services Settings issue? What settings need to be done in Report Services? Or there is some other reason.
    Please help me, I am stucked
    Thank u

    Hello,
    'DEPARTMENT' in
    repid := FIND_REPORT_OBJECT('DEPARTMENT');
    is not the name of a REP or RDF file, it is the name of
    a report object which should have been created in Forms.
    You can check if the object exists in the Forms Builder :
    Open the FMB
    Go in the "Object Navigator"
    Check if an Object called DEPARTMENT exist under the
    Reports node. (If it does not exist, create it)
    Regards

  • Finder doesn't find

    I tried using finder to find all files with "Adium" in the name. I simply typed "Adium" in the search box and made sure that "This Mac" and "File Name" were selected in the finder window. There is an application called "Adium" installed on my computer.
    The finder found the application in the Applications folder and the "Adium_1.3.2.dmg" file in the "Downloads" folder that was used to install it, but it didn't find the many AdiumAddressBookAction*.scpt files that were in the "~/library/Address Book Plug-Ins" folder.
    What does it mean when the finder doesn't find things?

    Thanks for the answer. I am as mystified as you about the choices Apple made -- it dramatically reduces my confidence in everything else Leopard reports to me. I could go along with their choices if there were transparency and symmetry in them, but giving special and near-invisible special treatment to certain files like that in a search algorithm, of all places, seems irresponsible.
    If the Preference pane listed these strange choices it would have been a little less weird, at least they would have been in a reasonable place.
    I will follow one of your most sage pieces of advice -- to let Apple know that some of us really do want to know what's going on and aren't just content with oversimplified, consumer glitz.

  • IPad (1) bluetooth only "searches".. doesn't find. All works on my IPhone 4, but the IPad can't "find" the devices. Using Motorola behind the head and Rocketfish behind the head headphones.

    I have both Motorola and Rocketfish behind-the-head earphones.  Both work fine on my IPhone 4.  But the bluetooth setting on my IPad only "searches" and doesn't find the devices.  Any ideas? (Using Latest OS for IPad

    I had the same problem for the last 2 weeks and today it just started working with nothing changing.  I've also read reports of others having it just start working today.  Give it a shot again.  I think it was a problem that AT&T sorted out.

  • My ipad doesn't find my printer....

    How do I make my hp 3510 discoverable to my ipad? The wireless printing works from my laptop which has the same wifi settings, but the ipad cannot find the printer????

    Hi Kiwisteve77,
    I understand the Ipad doesn't find the printer.
    Thank you for your reply.
    I will be happy to help you with this.
    Try turning the wi-fi off and on again on the Ipad.
    If that doesn't work turn the Ipad off and on again.
    Check to make sure it is connected to the proper network.
    Power cycle the router, Ipad and the printer and try it again if you are still having issues.
    I have provided a document for How to Use Apple's AirPrint Over a Wireless Network. Go to the section What if a 'No AirPrint Printers Found' message displays on my Apple device?
    Hope this helps.
    Thank you for posting on the HP Forums. Have a great day!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

Maybe you are looking for