Attaching Library to Reports

Hi,
When i attach a Library to a Reports 6I report and compile it is compiling properly.
We call a procedure which is available in
the Library in the BeforeParameterForm trigger.This is to set the Oracle Role.
But when we try to run the report, it displays the ERROR message
REP-1401 beforepform Fatal PL/SQL Error
occured. Could not find Program
Unit.
Can anyone tell me what is the problem and
give solution.
It is urgent.
Thanks
Regards,
G. Sridharan
null

Are you trying to run the report from Reports Builder itself or from your application? Anyway, probably when you attached the library in your report, the path of the library is fixed. Try to delete the attachement and do it again. Good luck.
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Ganesan Sridharan ([email protected]):
Hi,
When i attach a Library to a Reports 6I report and compile it is compiling properly.
We call a procedure which is available in
the Library in the BeforeParameterForm trigger.This is to set the Oracle Role.
But when we try to run the report, it displays the ERROR message
REP-1401 beforepform Fatal PL/SQL Error
occured. Could not find Program
Unit.
Can anyone tell me what is the problem and
give solution.
It is urgent.
Thanks
Regards,
G. Sridharan
<HR></BLOCKQUOTE>
null

Similar Messages

  • Attaching library in Reports 3.0

    Although the attach of system libraries (oca.pll, exec_sql.pll)
    seems to be OK, when I try to run the report it says that
    the library cannot be found.
    I try all the kinds of Attach, but the result is the same.
    Is that anybody knowing this problem ?
    null

    Check the following strings in the registry
    1. oraplsqlloadpath = pll directory name
    2. reports30_path should have the pll directory path
    Hope this helps
    Maurizio (guest) wrote:
    : Although the attach of system libraries (oca.pll, exec_sql.pll)
    : seems to be OK, when I try to run the report it says that
    : the library cannot be found.
    : I try all the kinds of Attach, but the result is the same.
    : Is that anybody knowing this problem ?
    null

  • Attaching Variable to the Library for Report Painter for Cost center report

    Hi,
    I want to attach the Variable - "Cost element group" to the Library for Report Painter for getting Cost center report. The Cost center report should be cost element group wise with actaul, budget and variance. Please let me know the process.

    hi..
      I think you have to first define Attribute mis as "V" in Cost element master basic data tab for the elements you want to capture as varible.
      Then make a Cost element group / set in KAH1/GS01 and use it in your report.
      kkumar

  • Error Executing Report 6 Runtime (Attached Library)

    Hi
    When We execute a report using runtime (it had been succesfully compiled and ran using Dev) it did`nt end succesfully, present an error on formula column refering the attached library. Making several proof, we found that the same report on developer run correctly but not in runtime services. This situation is only after the migrations from Oracle 2.5 to Oracle 6i.
    How can we solve that problem. We really apreciate any help on it.
    Rgds.
    Otniel Angel C.
    MultiSoluciones Corp., S. A.
    Dom. Rep.

    Make sure that the path to the library included in the REPORTS60_PATH registry.
    Compare it to the old REPORTS25_PATH
    Slava.

  • Is it possble to attach the same report painter in several groups of report

    Hello,
    We have about twenty reports in a same library that must pe spread in 5 groups of reports.
    Is it possble to attach the same report painter in several groups of report
    Thanks
    Edited by: Hallouet_H on Jan 31, 2012 1:45 PM
    My problem is answered : Technical limitations to group of report (sapnote 387916).
    Report Painter Problem
    Edited by: Hallouet_H on Jan 31, 2012 3:11 PM

    A report could be attached to several reports group.

  • HELP error FRM-40039: Cannot attach library common while opening form

    Hi
    I want to help me with the NEXT issue is urgent.
    I'm working with forms 10g and using a linux server. To compile objects, forms, reports and menus use the Putty.
    Well the issue is that when a form hanging linux server I get the error message sgte:
    FRM-40039: Can not attach library while opening form common ....
    I tried changing the path FORMS_PATH, also put the. PLL. Plx on those routes Server
    but I have no result, I still leave the same message.
    I go to pc urgently to solve this problem that has me worried for days.
    Thanks in advance for your advice
    regards

    Three possible causes:
    1. The pll is not existnant on the linux-server in the FORMS_PATH or the FORMS_PATH-environment-variable is not set.
    2. When attaching the pll to forms you have attached it without removing the path. Try to deattach and reattach the pll in the form.
    3. The attachment of a pll is case-sensitive in linux. So, when you types the pll-name is lowercase when attaching it, the pll must exist in lowercase in the linux-filesystem.

  • Attached libraries in reports

    Hi,
    I have a report with an attached library. I am trying to run the report from a form.
    I am using Forms and Reports 10g. I have compiled the form and reports successfully using the Form and Report builder respectively.
    The form fmx, report rdf and library pll and plx all exist in the same library.
    When I try to run the report from the form, I am getting the following error
    "REP-770: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL. "
    If I remove the plx file from the directory, then the report runs without any problems.
    My question now is
    1. Is it ok to have just the pll library files in the directory from which we run the application ?
    2. As a general practise, what files do we supply to the customer along with the form executables ( fmx ). Do we give the pll library files or the plx library files ?
    Thanks

    You can have just pll files in the directory, but Reports has to compile the library every time you use it. Therefore it is better to deploy plx files.
    When you deploy at a customers site, it is always better to give them the plx files, since they cannot change the code that way.
    If you get an error message deploying the plx, it probably means that the database where you developed your pll and the database where you deploy the plx are not the same. See if there are any differences (in table structure, stored procedures etc.). Maybe you have hardcoded schema owner or something in you pll.

  • Attached Library with 10g AS

    i have updated the forms_path in default.env and registry but the functions inside the attached library are not appearing when i try to access the form from my client machine putting them on the server.
    But this form works perfect on my local computer while developing that form
    Thanx in advance.

    Hi Zahid,
    Beginning with Oracle Reports 10g Release 2 (10.1.2), running Reports Server as a Windows service is no longer supported (rwserver -install server_name). As a result, the related command line keywords INSTALL and UNINSTALL are also obsolete. If you start or stop a Reports Server that is managed by OPMN running as a Windows service or through the command line, you may face the following issues:
    * The Reports Server's status will not be reflected accurately in Oracle Enterprise Manager 10g.
    * Oracle Enterprise Manager 10g may display errors when starting or stopping Reports Server.
    I suggest the following approach instead :
    1) create a standalone report server as a non-service using the following syntax:
    $ORACLE_HOME\BIN>rwserver server=reports_server_name batch=yes
    2) register the standalone report server with OPMN:
    MIDTIERHOME/bin> addNewServerTarget.bat reports_server_name
    MIDTIERHOME/opmn/bin> opmnctl stopall
    MIDTIERHOME/opmn/bin> opmnctl startall
    MIDTIERHOME/opmn/bin> opmnctl status
    Please check this link for the complete documentation
    http://download.oracle.com/docs/cd/B19375_07/doc/frs/reports/B14048_02/pbr_strt.htm
    Best Regards,
    Mihai

  • How to automatically attached multiple PDF reports to an e-mail and send

    Hello.
    I have a requirement to generate multiple PDF reports using Oracle Reports 6i on the web, then automatically attach these PDF reports to an Outlook e-mail and then bring up the Outlook e-mail dialog box so the user can modify the e-mail (such as adding more attachments, adding a CC, BC, change the message text) before sending the e-mail. I want to be able to initiate all these tasks from Oracle webforms 6i in a three-tier environment.
    I have already read various notes and solutions but none of them address all my requirements. Examples:
    1. Using OLE to interface with Outlook - but OLE does now work on the Web
    2. Using Java stored procedure or UTL_SMTP - but this does not bring-up an e-mail dialog box
    3. Using mailto: in HTML and web.show_document - but this does not allow you to attach a PDF file
    Can you please advise on possible solutions to my requirements. Thank you very much.
    Regards,
    Armando

    Here is a great resource for sending binaries.
    http://otn.oracle.com/sample_code/tech/pl_sql/htdocs/Utl_Smtp_Sample.html
    You'll want to use utl_http to run each report with a destype=file and then have another procedure running to check to see when all of your reports have finished. After they are finished, you would run the stored procedure to get all of the binaries, attach them in an email and then send it.
    If you want to concate all of the PDF files into one large file, you can do this with a Java stored procedure using iText.
    http://www.lowagie.com/iText/

  • Error while attaching library(pll)..

    Hi!
    When I try to compile the fmb file in
    the Form server getting an error message that "procedure name not declared".
    1)Procedure added in that library is already
    compiled and stored in the Server(compiled in unix environment).
    2)In FORMSPATH the pll is added.
    Still is not referring that path.
    I think this happen becuase in the design time,attach library we have specified our
    local path.Is it wrong?.If so how to
    solve this.Could you please guide me?.
    Thanks in Advance,
    Denish

    Reattach the library and and when asked to remove path, choose yes.

  • Library in Report painter

    Dear All,
       Can any one tell me what exatly determines the library in report painter otherthan pre-defined coloumns and Rows, and i still have a confusion in choosing library, Pls throw some light to eliminate confusion..
    Regards,
    Suresh Patipati.

    Hi
    Library determines the following in report painter report:
    Table that can be used in the report
    Charaterstics that can be used in the report
    Key Figures that can be used in the report
    Basic Key Figures that can be used in the report
    Regards
    Sandesh.

  • Creation of Library and Report in Report Painter with Z tables.

    HI,
    When I am creating library in report painter with Z table it is giving the following error message 'Table ZCO_SEMI_FIN_VAL is not installed in Report Writer'.
    Can u help me how u install Z table in report painter and create the characteristic and key figure of the Z table in the library.
    Regards,
    Partha B

    Hi Partha Pratim Bhar,
    In order to bring / enable a Z table for you to build a library, you will have to set it at transaction GRCT.
    Here you need to configure - table (Z table) , characteristics and Key figures.
    You can refer any other tables by SAP in GRCT for reference.
    Revert if you require additional help.
    Regards,
    Subin John

  • Cannot Attach library

    Hi, I am getting an error Cannot attach library webutil when running a Form from Form builder, I have checked all the path entries and everything seems to be correct, I have also checked the permissions on the files and nothing seems to be wrong, Can someone please let me know what could be wrong ?
    Thanks

    Hello,
    Compile the webutil.pll, then move the .plx to one of the folders pointed by the FORMS_PATH variable.
    Francois

  • Hot to display PDF and Word documents as an attachment in OBIEE Reports

    Hi,
    From few of Oracle threads I learnt that we can store the files in a server locaiton and read it thro a URL. What I am trying to do is, PDF or Word document will be stored in database as BLOB fields. This BLOB field needs to be come as an attachment in OBIEE Reports and by clicking that icon, it uses the local applicaiton PDF reader or a word applicaiton and open the attachment, just like how we open an attachment from a E-mail. Can you please help me with the possible methods of that. I can provide you more information incase if you need.
    Thanks
    Augesthi

    As long as you used the paper-clip Attach icon, that should be fine.
    The entire document appears to you because your Mac recognizes the document type, and displays it for you, saving you from having to mouse around and find a Reader for it. You can still use the Save icon to save a copy of only the attachment.
    To avoid problems with other email readers, be sure the checkbox [√] send windows-friendly attachments is checked.
    I addition, some email readers cannot cope with any attachments positioned at any place in the document other than at the very end. So make sure you move the cursor to the absolute end of the document before clicking "Attach".
    If all else fails, send an email that says, "attachment to follow", then send the attachment right away in a separate email, with nothing else in the body of the message. Some use the Subject abbreviation (nt) to indicate "no text", that is, no words typed in the message portion.

  • Loading shared library failed: Reports fatal: libgcc_s.so.1 : open failed

    Hi,
    I am developing a shared library in solaris. While loading the shared library it reports "ld.so.1: tn-tipc-config-bin: fatal: libgcc_s.so.1: open failed: No such file or directory". I noticed that libgcc_so.1 is available at /usr/sfw/lib. But this library is missing in some solaris build/install configuration. I want my library to loaded in any solaris system. So I want to reduce dependency over libgcc_s.so.1. By looking at the objdump of my shared library, I found that references to
    __register_frame_info and __deregister_frame_info which are provided by libgcc_s.so.1. Looks like these references are added by gccfss compiler since I dont call these functions in my code. Please suggest a method to remove reference for these functions.
    Thanks
    Shankar

    If you don't want to bring libraries your app depends on with you, the only choice you have is linking statically. It is a very bad idea to manually "detach" compiler-supplied library from the application unless you know exactly what you are doing. Even if your library does not call anything directly, initialization routines inserted by compiler may need routines from that library (just as an example).

Maybe you are looking for

  • Tracking of messages in PI????

    Hi,   I am wondering something whether this can be possible in PI or not. In PI, if anybody asks us regarding the number of messages process through PI. Then we would need to count the number of messages in SXI_MONITOR or in SXMB_MONI.    Here my que

  • Tools for generating weblogic-cmp-rdbms-jar.xml files

    Hi All: I am using Weblogic 8.1 sp6 and MyEclipse 5.1. Does anybody knows if weblogic 8.1 provides a wizard or tool or some product that will help you generate the weblogic-cmp-rdbms-jar.xml and webloigc-ejb-jar.xml files if given the ejb-jar.xml, th

  • Trying to decide on best plan for me

    I am going to Belgium and Italy and will need to phone mobiles and landlines in Australia and possibly also in Europe. I currently have an unlimited world landline subscription from Australia. I am understanding that my options are a) upgrade to an u

  • SSRS 2008 Using Stored Procedure with SysRef Cursor Oracle

    Hi, I am new to SSRS. I have a ssrs procedure which runs to Return Result of Select Query. ( In form of SYS REF Cursor in Oracle ). When I am trying to see the Value in Test Window. It is showing Output. But when I m Running the Report in the environ

  • Pacman fails to download: pacman, libdownload, libarchive, fakeroot

    I am trying to update pacman, but I get this message: failed downloading certainpackage from certainmirror where certainmirror is every mirror I have listed and certainpackage is either pacman, libdownload, libarchive, or fakeroot I have changed curr