No attach library

Why display this error?
FRM-40039: cannot attach library webutil while opening form test.
Alexandre

or it's bug 671456.
See Metaalink Note 303682.1 for details.
In short, it says that even if the path is set correctly, you may have others files or subdirectories with the same name as the library.

Similar Messages

  • 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.

  • 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

  • Error FRM-40039:Can not attach library webulti while opening form

    Hi all
    I downloaded Web_ulti_demo form web http://www.oracle.com/technology/products/forms/htdocs/webutil/Webutil_demo.zip
    I attached library into form(Library name:webutil.pll) and compile it success
    When I press button to show dialog box which i can select file,it show error:
    "when-button-pressed trigger raised unhanded exception Ora-06508"
    I don't know why it have this error?
    Can u tell me about this?
    Thanks all!
    Edited by: user10185556 on Apr 12, 2010 1:56 AM

    Check this page and follow steps to configure webutil
    http://baigsorcl.blogspot.com/2010/01/open-file-dailog-box-example-using.html

  • Error in attache library

    hi all
    I use forms 10g in windows xp sp2, i'm trying to attached a simple function as an example in Attached Libraries.
    the steps:
    1- I created a new function in PL/SQL Library (emp_name) code:
    FUNCTION emp_name(bind_value in number) RETURN varchar2
    IS
    v_ename varchar2(15);
    BEGIN
      select first_name||' '||last_name
      into v_ename
      from employees
      where employee_id=bind_value;
      return (v_ename);
    END;2- I saved this function (File > save > c:\my_lib\emp_name.pll)
    3- in attached libraries i went to same path in step 2 and i get this alert
    plz tell my is this mean there is an error
    after that i create a new canvas with a new button and text item
    in the button i create a new trigger with When-button-pressed
    :text_item4:=emp_name(195);
    but it's not work
    plz i need help and advice
    Edited by: user10947262 on May 11, 2010 3:18 PM

    user10947262 wrote:
    hi dude
    its work you are right thanks , but i still have a problem with this alert message if i press yes the there is an error at runtime and the form it's not work
    but if i press no in the alert everything it's fine (why?????)
    plz adviceThis is forms information/confirmation message if you read it carefully. While you are attaching library. Form will ask that you want to remove the path from where you are attaching library. If you will choose YES. And you will run form. Then system will try to search it from the registry key named FORMS_PATH as i remember. And suppose if you will choose NO. Then form will save the path of your library and at runtime it will read from that path. So, its better to set value in FORMS_PATH in registry of your library location.
    Search in registry with name FORMS_PATH. There will be some existing values. Just in last put the actual path where you library exists. For example when you will double click on FORMS_PATH then you will see some paths. Just in last put semi colon and then set the path of you library just like C:\MY_FORMS. Assuming that your forms and library exists in MY_FORMS folder which is in C drive.
    there is a question you did not answer it (how did u copy past my post like this (italics mode)) plz..When you click on reply. Then there will one edit window come. There are some buttons like Bold, Italic ..etc. There is the last button with *"* this icon. And the tool tip is Quot Orignal use that button to get last replying person text.
    -Ammad

  • Attach Library in 6i release 2

    Hi
    I have a system that contains 1000 forms. They attached PL/SQL library with Developer Forms 6.0 using relative path I mean:
    For example:
    if form A is in C:\Developer\forms\A.fmb
    if library B is in C:\Developer\plsql\B.plx
    Then in the attached library they reference it by ..\plsql\B.plx. We're trying to deploy
    this forms on the web with Developer 6i I can't reference the packages in this way.
    Can somebody tell me if this is a restriction of the tool or a bug.
    Thanks
    null

    Forms 6i is badly desupported, in the previous milennium.
    It might not even certify against 10g!!
    The usual troubleshoot strategy starts with
    - find out the session
    - check out from v$sesstat and v$session_events what it is waiting for
    Sybrand Bakker
    Senior Oracle DBA

  • Can not attach library for use OC4J

    Hi,
    I am new to Oracle designer and have go to the point where I am trying to run a form I generated in Oracle Designer but the error I keep having is FRM-40039 cannot attach library - I get this for four libraries that are attached to the form; OFGCALL. OFGTEL, OFGNAVL, OFGMES. I have been playing about and attaching/removing them from the form, and saying NO to the dialog box that comes up saying 'attached library name xxxx contains a non-portable directory specification. Remove path?' seems to mean that the form will then start to have an error on one of the other libraries - so you would think that by attaching them all in this way that the form would run - but it doesnt.
    Can someone please help? I have checked the forms path in the registry and it does point to the folder where these pll and plx files are located.
    Many thanks
    Message was edited by:
    congacocon

    Hello,
    I am not sure to understand your question around OC4J and Forms/Designer.
    I doubt that the issue is related to OC4J since OC4J is a pure J2EE/Web Services container that does not have direct links with OracleAS Forms Server.
    I am inviting you to post this question in Oracle Designer or Forms forums
    Regards
    Tugdual Grall

  • Also about attaching library

    Hi, everyone,
    when I run the form, it warn me:
    FRM-40039:Cannot attach library TalbotStandard while opening from WORKERSKILL
    what's this mean? How should I do?
    Please see my last topic, it's all about attaching library.
    thank you for your great help!

    When you attach library, a dialog box appear with a message of non-poratable directory. If you press remove-path yes button and again open the form next time. It shows the message cant attache lib.
    This is bcoz the pll u created lying in a directory which is not know to your oracle. To overcome you need to do either one of these two:
    1) add your work directory name in registery key "FORMS60PATH" seperated with semicolon.
    2) change the "start in" directory as your current directory in the shortcut which u use to launch ur forms.
    all the best

  • WebUtil Demo Runtime Error FRM-40039: Cannot attach library webutil

    I download the WebUtil Demo from
    http://www.oracle.com/technology/products/forms/htdocs/webutil/Webutil_demo.zip
    I follow the instruction given in the file ReadMe.html
    I am using Oracle Developer Suite 10g Release 2.
    There is no compilation error.
    I started OC4J Instance
    The following error appears:
    FRM-40039: Cannot attach library webutil while opening form WU_TEST_106
    Help!

    I try to compile the WEBUTIL.pll but with comilation error.
    I run FOrms Builder 10g Release 2
    Click on File, Open
    Select the file WEBUTIL.pll
    Click on Program, Compile Module
    but showing error
    Compilation errors on WEBUTIL_DB_LOCAL:
    PL/SQL ERROR 201 at line 9, column 12
    identifier 'WEBUTIL_DB.OPENBLOB' must be declared
    PL/SQL ERROR 0 at line 9, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 18, column 12
    identifier 'WEBUTIL_DB.CLOSEBLOB' must be declared
    PL/SQL ERROR 0 at line 18, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 24, column 5
    identifier 'WEBUTIL_DB.WRITEDATA' must be declared
    PL/SQL ERROR 0 at line 24, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 29, column 12
    identifier 'WEBUTIL_DB.READDATA' must be declared
    PL/SQL ERROR 0 at line 29, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 35, column 12
    identifier 'WEBUTIL_DB.GETLASTERROR' must be declared
    PL/SQL ERROR 0 at line 35, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 40, column 12
    identifier 'WEBUTIL_DB.GETSOURCELENGTH' must be declared
    PL/SQL ERROR 0 at line 40, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 45, column 12
    identifier 'WEBUTIL_DB.GETSOURCECHUNKS' must be declared
    PL/SQL ERROR 0 at line 45, column 5
    Statement ignored
    Failed to generate library.
    HELP!

  • 10g Forms Builder with error "cannot attach library" opening R12 fmb file

    Hi all,
    I had set up my Forms Builder with all the necessary PLL and FMB files for developing R12 custom forms. I have used the builder to do few custom PLLs and one custom form, and I did not have any problem opening seeded Oracle Forms. Today when I need to enhance that custom form I did 2 weeks ago and I opened Forms Builder, I got the error "Cannot attach library.." for APPCORE, APPDAYPK, etc.. Same error for opening TEMPLATE.fmb.
    I have done these to troubleshoot:
    1) I verified my Windows XP registry "FORMS_PATH" to include the folder where I store all the PLLs and FMBs.
    2) I updated default.env to include that file path.
    3) I create shortcut to Forms Builder and put folder path with PLLs under the "Start in" field of the shortcut.
    4) I rebooted my machine after changing the registry
    5) I moved the folder with PLLs to under C:; I seperate PLL to "resource" sub-folder and FMB to forms/US/ sub-folder just like the server structure.
    6) I install one more copy of Developer 10G Suite and set up the registry.
    None of these work and the key is it used to work with no issue. Any suggestions what may be the problems?
    Thanks!
    Mike.

    Turned out I reloaded all the $AU_TOP forms and PLLs to my desktop and it worked fine. I think I did not FTP correctly the first time.

  • 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.

  • WEBUTIL-URGENT FRM:40039 Cannot attach library WEBUTIL while opening form x

    Hi,
    I 'm working with 9iAS R2 on Linux.
    I'm testing the webutil by using a my test form.
    Give that in OS Windows 2000 the test form works fine.
    On Linux, I compile the form without problem, but when I run the form on web I have this error :
    FRM-400039 : Cannot attach library webutil while opening form TEST_FORM
    The Java console displaied this :
    JInitiator: Versione 1.3.1.8
    Uso della versione JRE 1.3.1.8 Java HotSpot(TM) Client VM
    Directory principale utente = D:\Documents and Settings\contug
    Configurazione proxy: Configurazione automatica proxy
    JAR cache enabled
    Location: D:\Documents and Settings\contug\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console windo
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://f92ias.inarcassa.it:7777/forms90/webutil/webutil.jar from JAR cache
    Loading http://f92ias.inarcassa.it:7777/forms90/webutil/jacob.jar from JAR cache
    Loading http://f92ias.inarcassa.it:7777/forms90/java/f90all_jinit.jar from JAR cache
    RegisterWebUtil - Loading Webutil Version 1.0.2 Beta
    connectMode=HTTP, native.
    Versione Applet Forms: 90270
    I don't seem that nothing of unusual.
    Could You say me somethig ??
    Regards
    Giordano

    Hi Duncan,
    How Do I do recompile the pll on Linux?? The environment development doesn't exist on Linux !!
    I open my form in environment development on Win 2000, after I attach the pll without the path and save all.
    After I move all on linux and compile the form useing 'f90genm.sh'. Until this step I don't have problem, the form compiled fine, but
    when I running it, I show the error message FRM-40039 .......
    Do I mistake something ???
    I working on DB ver 7.0.2 and I can't produce the file PLX
    Regards
    Giordano

  • Webutil -frm-40039 cannot attach library

    hi,
    I have copied the web util demo from otn [http://www.oracle.com/technology/products/forms/htdocs/webutil/webutil.htm], and i tried to install it as per the instruction given over there .While compling it has not give any error but while running the form before opening the form it gives the following error FRM-40039 : cannot attach library /oracle/devsuite/forms/webutil while opening the from wu_test_106.
    note - i have attached the webutil.pll at attach library.

    where we will get the plxopen the pll in Forms-builder, then use Porgam->Compile module (Strg+T)
    plz mention clearly in which path we have to copy that file.There is a config-file named default.env (located in $ORACLE_HOME\forms\server), it contains a settings named FORMS_PATH. Either put your plx (and all of your fmx) in one of the directories listed there, or add a new directory to the list where you have placed your files in.

  • FRM-40039: Cannot attach library d2kwutil while opening form xyz

    Hi,
    I am running forms 6i.
    I copied the folder containing all executables (.fmx, .mmx, .plx) to my local directory 'C:\bin6'.
    When i call this from Command Line
    c:\orant\bin\ifrun60.exe C:\bin6\xyz.fmx
    I get the error "FRM-40039: Cannot attach library d2kwutil while opening form xyz"
    I verified that d2kwutil.plx is present in c:\bin6.
    Note: I did not change anything in the FORMS60_Path in registry to point to my local directory.
    Please help

    Hi Smita
    Pls answer urself the following questions and check...
    1. did u attached the liberary to ur form...?
    2. did u set the FORMS60_Path in the registery for the liberary...?
    3.did u try a Ctrl-Shft-K (Compile All) then a Ctrl-T (Generate) and a save, then run your form... ?
    4. did u check the path in the START IN property to the correct location.. .?if the answer is yes then pls try to do the following...
    1. copy d2kwut60.dll + .PLL to client machine C:\orant\TOOLS\OPEN2K60\plsqllib
    2. copy the required .FMX file to client pc.
    Hope this helps... :)
    Regards,
    Abdetu...

  • Frm-40039 Cannot attach library

    I have Oracle 10g and Developer Suite.
    When I attach a Library, webutil.pll.
    I can run it in forms developer,
    but when I try to run in in the runtime, I get the ERROR frm-40039 Cannot attach library.
    Why?

    Have you compiled the pll and placed the plx in a place on the runtime server where Forms will find it (added the directory where the PLX is to the env variable FORMS_PATH)?

Maybe you are looking for

  • Daisy Chain?

    Hello All! I am just wondering if you can Daisy Chain FW drives.......? I got some new LaCie Drives (LightScribe 16x FW, and the Bigger Disk). They both have FW.. the HD has FW800 as well, and that will more than likely be the connection between the

  • Digital Signatures and date fields

    I have a form with digital signatures.  I understand that the digital signatures have a date on them but until we are fully electronic with the form some users may still print sign and date.  With that said we will have a date field next to the signa

  • Using Front Row w/ Macbook in closed lid position (w/ Cinema Display) ?

    Using Front Row w/ Macbook in closed lid position (w/ Cinema Display) - Is it possible if I buy a remote, to use Front Row on a Macbook that is in the closed position? I use a Macbook linked to an external cinema display (a brushed alum, slightly old

  • Hyperion Performance Scorecard Alerter Configuration .

    Dears , In HPS Alerter Config File There Are The Following Entires : #Database connection settings hyperion.hps.main_data_store.name=halifax hyperion.hps.main_data_store.url=jdbc:hyperion:oracle://Localhost:1521;SID=Hyperion hyperion.hps.main_data_st

  • Creating a live photo display of everyones photos at a party.

    Hey guys; I'm having a party, and would like to create a display of live pics that guests take. Is it possible to have pics that people email me appear on the screen in a slide show? I have been trying to set up a rule to have all emailed images save