FRM-40039 cannot attach the libray C:\ORA902\forms90\webutil

I have this mistake, when try to run my forms, I compile de forms is OK. This forms try user the library Webutil, is the first time I try use.
I use the forms version 9.0.2.10. and webutil version 1.0.6.
I use the manual Oracle Forms Developer Webutil User’s Guide Release 1.0.6 for configuration the webutil
I don’t know was wrong.
Thank’s for all.
Manolo

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.

Similar Messages

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

  • 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)?

  • FRM-40039: Cannot attach library webutil while opining form

    I have installed webutil in Windows 2000 in order to perform some features.
    When I run my forms from Forms Builder this message appear
    FRM-40039: Cannot attach library webutil while opining form.
    I don't know what is wrong. I have set the virtuals path, like this:
    For an Oracle Developer Suite installation, add the following line to the file
    j2ee/DevSuite/application-deployments/forms/forms90web/orion-web
    .xml under the Oracle Developer Suite Oracle Home:
    (The following assumes that you have installed WebUtil into a directory c:\webutil)
    <virtual-directory virtual-path="/webutil"
    real-path="c:/webutil/lib" />
    On a OracleAS install, define the same virtual directory in the forms90/server/forms90.conf file:
    AliasMatch ^/forms90/webutil/(..*) "c:/webutil/lib/$1"
    I need some help!!

    You need to include the location of the pll into the FORMS90_PATH that is defined in your environment file - e.g. default.env

  • Frm-40039 cannot attach library on unix

    i've a webutil-form which runs successful on windows.
    compiling it on tru64 gives no errors. when calling it i get frm-40039 cannot attach library. the next error is frm-92100 your connection to the server was interrupted.
    the console shows no errors. webutil.jar and jacob.jar are loaded correctly.
    what else could be the reason for this errors? non-webutil-forms work fine on tru64. and the webutil-form works fine on windows. compiling this on unix gives no errors.
    ?????

    christian:
    where could i make this error?
    on windows i attach the library by selecting it from a list, and not by writing the name of 'webutil.pll'. on unix, the only thing i do is recompile the form. webutil.pll was transfered wia ftp. so there were no name-conversion or something like this.
    so, i don't know where i could make the mistake you described.
    i'm not sure if i compile the forms correct.
    i transfer the working (on windows) form and webutil.pll to unix via ftp.
    then recompile it using bin/f90genm.
    here i check 'compile all pl/sql code' and 'strip pl/sql source from library'
    the fmx is created with no errors.
    any other ideas?

  • FRM-40039 Cannot attach library in Forms9i

    I have an app that works in 6i that was recompiled in 9i and deployed to a server. The 9i app works locally (connecting to a db not on my machine), but will not work on the server. When I run on the server I get the error 'FRM-40039 Cannot attach library XXX while opening form YYY'. I have the same folder configuration on the server that I do on my laptop. I copied the libraries from their 'normal' location to OracleHome\bin, but I still get the error. I removed one of the libraries attached to the form, and received the error on the second library. The libraries are in the form without a path (just the library name). Can anyone help me? I need to go to QA in 2 days!!! Help!
    Thanks -- Jean.

    Couple of things to watch for. PLLs are looked for on the FORMS90_PATH - this is set up in the default.env file when you are running. So make sure the path is set correctly.
    Also remember that if you are moving to Unix from Windows, Unix is case sensitive so
    myFile.pll is not the same as MYFILE.PLL
    Hope this helps.
    Regards
    Grant Ronald
    Forms Product Management

  • FRM-40039 Cannot attach liabrary

    hi when i run my oracle form application am geting frm-40039 cannot attach libarary but when i check in the directory the libraries is there and i try to give read and write permission am in oracle forms 10g

    hi this is my default.env
    # $Id: default.env 14-apr-2005.13:22:43 pkuhn Exp $
    # default.env - default Forms environment file, Windows version
    # This file is used to set the Forms runtime environment parameters.
    # If a parameter is not defined here, the value in the Windows registry
    # will be used. If no value is found in the registry, the value used will
    # be that defined in the environment in which the servlet engine (OC4J
    # or JServ) was started.
    # NOTES
    # 1/ The Forms installation process should replace all occurrences of
    # <percent>FORMS_ORACLE_HOME<percent> with the correct ORACLE_HOME
    # setting, and all occurrences of <percent>O_JDK_HOME<percent> with
    # the location of the JDK (usually $ORACLE_HOME/jdk).
    # Please make these changes manually if not.
    # 2/ Some of the variables below may need to be changed to suite your needs.
    # Please refer to the Forms documentation for details.
    ORACLE_HOME=C:\DevSuiteHome_1
    # Search path for Forms applications (.fmx files, PL/SQL libraries)
    # If you need to include more than one directory, they should be semi-colon
    # separated (e.g. c:\test\dir1;c:\test\dir2)
    FORMS_PATH=p:\forms;C:\DevSuiteHome_1\forms;C:\work\forms;C:\DevSuiteHome_1\forms\server;C:\DevSuiteHome_1\forms
    # webutil config file path
    WEBUTIL_CONFIG=C:\DevSuiteHome_1\forms\server\webutil.cfg
    # Disable/remove this variable if end-users need access to the query-where
    # functionality which potentially allows them to enter arbitrary SQL
    # statements when in enter-query mode.
    FORMS_RESTRICT_ENTER_QUERY=TRUE
    # The PATH setting is required in order to pick up the JVM (jvm.dll).
    # The Forms runtime executable and dll's are assumed to be in
    # C:\DevSuiteHome_1\bin if they are not in the PATH.
    # In addition, if you are running Graphics applications, you will need
    # to append the following to the path (where <Graphics Oracle Home> should
    # be replaced with the actual location of your Graphics 6i oracle_home):
    # ;<Graphics Oracle Home>\bin;<Graphics Oracle Home>\jdk\bin
    PATH=C:\DevSuiteHome_1\bin;C:\DevSuiteHome_1\jdk\jre\bin\client;C:\work\forms;C:\DevSuiteHome_1\forms\server
    UI_ICON=C:\DevSuiteHome_1\reports\plugins\resource;C:\Documents and Settings\Administrator\My Documents\My Templates\Icons\ico-files;C:\work\icons
    # Settings for Graphics
    # NOTE: These settings are only needed if Graphics applications
    # are called from Forms applications. In addition, you will need to
    # modify the PATH variable above as described above.
    # Please uncomment the following and put the correct 6i
    # oracle_home value to use Graphics applications.
    RACLE_GRAPHICS6I_HOME=C:\DevSuiteHome_1\reports\plugins\resource;C:\Documents and Settings\Administrator\My Documents\My Templates\Icons\ico-files;C:\work\icons
    # Search path for Graphics applications
    GRAPHICS60_PATH=C:\DevSuiteHome_1\reports\plugins\resource;C:\Documents and Settings\Administrator\My Documents\My Templates\Icons\ico-files;C:\work\icons
    # Settings for Forms tracing and logging
    # Note: This entry has to be uncommented to enable tracing and
    # logging.
    #FORMS_TRACE_PATH=<FORMS_ORACLE_HOME>\forms\server
    # System settings
    # You should not normally need to modify these settings
    FORMS=C:\DevSuiteHome_1\forms
    # Java class path
    # This is required for the Forms debugger
    # You can append your own Java code here)
    # frmsrv.jar, repository.jar and ldapjclnt10.jar are required for
    # the password expiry feature to work(#2213140).
    CLASSPATH=C:\DevSuiteHome_1\j2ee\OC4J_BI_Forms\applications\formsapp\formsweb\WEB-INF\lib\frmsrv.jar;C:\DevSuiteHome_1\jlib\repository.jar;C:\DevSuiteHome_1\jlib\ldapjclnt10.jar;C:\DevSuiteHome_1\jlib\debugger.jar;C:\DevSuiteHome_1\jlib\ewt3.jar;C:\DevSuiteHome_1\jlib\share.jar;C:\DevSuiteHome_1\jlib\utj.jar;C:\DevSuiteHome_1\jlib\zrclient.jar;C:\DevSuiteHome_1\reports\jlib\rwrun.jar;C:\DevSuiteHome_1\forms\java\frmwebutil.jar

  • Urgent! FRM-10270 Cannot attach the library

    I get the error message "FRM: 10270 Cannot attach the library SYSLIB while opening menu BMENU" but only when i try to open a second form while the first form is still running.
    Both forms are working fine as long as they are not running at the same time.
    It seems like the second form opening does not have access to the FORMS60_PATH.
    All the forms and libraries (plx) are in the FORMS60_PATH.
    I am running developer_6i forms & reports on a HPUX 11i with patch 11 and I am trying to access them through jinitiator 1.3.1.9 on a XP machine.
    I would apprecate if anybody have any ideas about this error.
    BR/Marcus

    Thanks a lot for the tip. I used truss and realised that it found the library but was not allowed to open it. The kernel parameter maxfiles was set to low.
    I increased it and everything works ok
    BR
    Marcus

  • FRM: 10270 Cannot attach the library when two forms run at the same time

    I get the error message FRM: 10270 Cannot attach the library SYSLIB while opening menu BMENU but only when i try to open a second form while the first form is still running.
    Both forms are working fine as long as they ar not running at the same time.
    It seems like the second form opening does not have access to the FORMS60_PATH, because you can not open a third form because it can't find it.
    All the forms anf libraries (plx)is in the FORMS60_PATH.
    I am running developer_6i forms & reports on a HPUX 11i machine and I am trying to access them through jinitiator 1.3.1.9 on a XP machine.
    Best regards
    Macke

    Thanks a lot for the tip. I used truss and realised that it found the library but was not allowed to open it. The kernel parameter maxfiles was set to low.
    I increased it and everything works ok
    BR
    Marcus

  • 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

  • FRM-40039 cannot attach library ofgbsl while opening ccw2031

    I got the above error when I try to run the program ccw2031 on the ie browser. First of all there are 3 files attached in my 4.5 forms. These libraries are the following; OFG4BSL.pll, OFG4mnl.pll, OFG4tel.pll. Upgrading it to 10g for windows had no problems since there is a corresponding libraries namely OFGBSL.pll, OFGMNL.pll OFGTEL.pll and OFGMES.pll.
    My program compiled with no errors when i tried attaching those 4 files in my Developer Suite 10g for unix.
    The problem came out when I tried to run it using the Application Server.
    And when I try accessing the program again in the forms developer i got the following messages:
    FRM-10102: Cannot attach PL/SQL library OFGBSL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OFGMES. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OFGMNL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library OFGTEL. This library attachment will be lost if the module is saved.
    Questions: 1. Are there any libraries equivalent to these 4 files in UNIX?
    2. Can I use the windows version and compile using frmcmp? Actually i tried this already but did not work.
    3. How do I configure the Developer Suite 10g for Unix to be able to attach the libraries mentioned if it works?
    Can Anybody help me.....Please.
    Edited by: user7493752 on Jan 30, 2009 12:17 AM

    First, you don't need to replace the pll's with the 4 in the middle (e.g. OFG4BSL) by the ones without the 4 in the middle and i wouldn't do it. The libraries belong to different versions of the forms-generator from oracle-designer (the *4*-ones form Designer 2000 generating forms 4.5, the ones without the *4* starting with version 6i). But both versions are "pure" pll's, so they can easily migrated to 10g.
    FRM-10102: Cannot attach PL/SQL library OFGBSL. This library attachment will be lost if the module is saved.Your problems can be based on one of the following:
    The pll's are not in the working-directory of your forms-environment, if any.
    The pll's are not in one of the directories defined in the env-setting FORMS_PATH.
    You attached the pll's to your forms with the whole path (not preferable) and now forms doesn't find that path in your application-server-environment.
    Library-names are Case-sensitive, so if you attach MYLIB, the filename must not be mylib.pll but MYLIB.pll.
    hope this helps.

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

  • Frm-40039 Cannot attach library while opening form data

    hi i cannot run my form on development am geting the error frm-40039 the forms and all my library ar all in the same direcotry my FORMS_PATH IS FORMS_PATH=W:\SMS Phase2\forms;C:\DevSuiteHome_1\forms, AND MY REGISTRY FORMS_PATH IS W:\SMS Phase2\forms
    Edited by: user603350 on 2011/05/20 3:54 AM

    no i click yes i did not remove the path its ok is working i put my library directory to be the first

Maybe you are looking for

  • How can I print a LabView report using the printer font (not a windows font)?

    My printer is connected via a com interface. For speed reason I have to use the font of the printer. I use the report generation VIs to generate my report. With the VI "Set Report Font.vi" its possible to choose a font but I think only windows fonts

  • How to get the text for the new query

    Hi all... we have created a new query by copy of existing query. iwe have changed only the sales area in the filter. when we run the original query in japan language, getting japan text for the material where as for the new query it is not getting ja

  • Playing gif images  Flex +Struts.

    Hi All ,      I have a Flex Application which is working fine, and i am integrating this with Java Struts .   My problem is In my flex application i have written a code for GIF image play.{Playing  Animated gif images}.   But when i am integrating wi

  • My Kuler (now Adobe Color CC) Color Themes are not updating in Illustrator

    I've created some new colour themes in Adobe Color CC and saved them however they are not appearing in illustrator. My older colour themes from weeks ago are there but not the ones i created today. It says last update at 9am (gmt) this morning, its n

  • Obsolete flash player 16.0.0.235

    Hello, I'm coming here to find help for a problem. My firefox browser has Shockwave Flash 16.0.0.235 module installed, but I can't uninstall it. I downloaded the new version of Flash Player 17 in order to update, but it just install shockwave 17 with