Attaching library problem

HI
I have trouble with attaching library to my forms.
I work with develper 6i.
in formbuilder when I attach a library to my fmb file then i have to remove the path
because when i copy my fmx files to a new system it doesn't work.
and if i reopen my fmb file i must re attach the .pll file.
what 's wrong with me.
thanks in advance.

You need to ensure the files are on the FORMSXX_PATH - you must also make sure that if you are on a case sensitive OS (like UNIX) that the case is correct.
ON unix - myFile.pll /= MYFILE.PLL.
Regards
Grant Ronald
Forms Product Management

Similar Messages

  • FRM-40034 Cannot attach library problem  HELP!

    I am trying to load a form (Oracle Forms 4.5) on a DEC Alpha running UNIX and I keep getting this error code. Through further investigation I was told to find the ORACLE.INI FORMS45_PATH and make sure that there is only one line in that file. I can't find the file in this system, and I was wondering if anyone has any other suggestions or solutions to this problem?
    THANKS IN ADVANCE!!
    Christine

    On Unix systems you have to set FORMS45_PATH as a normal environment variable using set or setenv depending on your shell
    The path should contain all the directories that contain your forms and plls that you want to reference.
    ORACLE.INI is only used on Forms 4.5 on old 16 bit windows (3.1) I did go in and change a particular users environment using the set FORMS45_PATH /dir1/dir2/forms/ . This directory has all of the .fmb, .fmx. and the .pll files in it. Is that all I need to do?
    When I go in to try and run a form after doing that, I get another log in prompt, and the user name and password does not work - in fact all user names in the system with thier passwords do not work. Is there something else I have to do?
    In addition, what exactly are .pll files? Do you know of any place that I can get complete documentation on libraries and their functions?
    Thanks again!
    Christine

  • Attached Libraries problem with reports

    I have the following problem please help me:
    Report 6i version : Report Builder 6.0.8.23.0 Patch 14
    I am running on C/S not on the web
    the problem is:
    If I have the follwing:
    1) a report r1.rep
    2) and a PL/SQL library c:\x\lib_reports.pll c:\x\lib_reports.plx
    3) and another copy of this library on c:\y\lib_reports.pll c:\y\lib_reports.plx
    4) and REPORTS60_PATH environment variable contains c:\y
    then when I attached this library to that report and
    choose YES when asked to remove the non-portable path then call this report from a form I receive the following error:
    REP-1401: 'f_print_dateformattrigger': Fatal PL/SQL error occured.
    ORA-06508: PL/SQL: could not find program unit being called
    but if i choose NO when sked to remove the non-portable path then call this report from a form it works OK, but if i want to put this report on other machine and put the library on other directory for example c:\y and put this path in REPORTS60_PATH I receive the following error:
    REP-0756: Warning: Unable to find PL/SQL library 'c:\x\lib_reports.pll'.
    please help me because I need to publish my reports to other machines and different directories.

    I am having the same problem now in 10g.
    The report and it's attached library are both saved, compiled (ctrl+shift+K) and generated succesfully. However, when running the report in runtime the following error appears:
    REP-1247: There exist uncompiled program unit(s). REP-1247: Report contains uncompiled PL/SQL.
    When i remove the .plx-file, it works although the generation of the plx-file works without error. The generating and runtime are both done on the same database with the same user.
    Anyone have an idea why this is happening?
    PS: Is it normal that i have to generate the library in Forms? Reports doesn't seem to be able to open .pll-files.

  • 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

  • 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

  • Cannot attach library webutil 40039 - any ideas....

    Hi
    I keep getting this error when running my Form in dev 10G.
    "Cannot attach library webutil while opening form TEST_FORM. 40039"
    1. I have attached the library webutil.pll
    2. I compiled it (.plx file)
    3. All files are in my directory ../test_dir
    4. I used regedit to change the FORMS_PATH to point to ../test_dir
    ..but i stil get the error.
    Is the registry the best place to change the FORMS_PATH ? I can't write to the C: drive due to IT security.
    Is there a way i can test my FORMS_PATH ? Is there a way i can force dev builder to use webutil.plx ?
    cheers
    jc

    thanks Rajesh, that works when i hardcode the path.
    If i can just get to edit the default.env file on my C drive i might be able to solve the problem. I guess i should persuade IT security to give me write access to my C drive.
    cheers
    james

  • Attached library & ora-06502

    Running forms 5.0.6.8.0 and
    Oracle 8.0.5.0.0
    I am using an attached library . Package1 consists only of a package spec that defines a set of variables. Packages 2 thru 5 consist of various functions and procedures some of which reference the variables defined in Package 1.
    My problem is this.
    If I execute package2.functionA in form1 in the pre-form trigger, it executes perfectly. If I execute package2.functionA in form2 in the pre-form trigger it fails and raises the error ORA-06502. The code in both pre-form triggers are identical. I can see no obvious differences between the forms.
    If I rewrite package2 and replace the package1 variable with a local variable defined in package2, the function runs fine in both form1 and form2. I am totally confused.
    Any suggestions.

    i minimised it in the forum to just let u know the gist without going into the gritty details =)
    oh i realised my problem ...heheh its a stp error
    so sorry =)

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

  • 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

  • The missing library problem.

    I understand that there's already a lot of threads about the sudden disappearance of iTunes libraries, however I'm typing this up because I'd like to point out in a bit more detail what I'm seeing happening to my computer, and maybe have a collective of what's going on. This issue has happened to me five times in the last two months since I've updated to iTunes 11. After searching on google I know the missing library problem has existed since the early 2000s; why this glitch has yet to be fixed 13 years later is beyond me. I have personally never had this problem until updating to 11, and seeing the many other threads on here this appears to me to be an issue with this version of the software more than it has been in previous versions.
    Before I continue, I have tried the following to fix it:
    Simply readded my whole library. It was only wiped again a few weeks later.
    Completely uninstalled and reinstalled iTunes. That didn't work either, so it's not just an updating problem.
    What I haven't tried
    Changing where on my computer iTunes is installed. I have no idea where on the computer might be better or if it will change anything. I have iTunes installed on its default location on my local C: disk.
    Importing the music directly from my iPod into iTunes. Can this be done? If so, how? Not everything on my iTunes is a store purchase, most of it is imported CDs and also amazon purchases too. So I don't know if the transfer purchases option works. While this wouldn't fix this current issue, I would like to know how to do this if possible since it would just be a quick fix whenever this happens.
    What is happening:
    So each time this has happened, what occurs is that like many other people, one day I open my iTunes and everything is in order. Then the next, for no reason, all of my libraries are gone but the music is still on my computer, organized in their files the way iTunes had them done so upon importing. I can't use the .itl files in the "previous libraries" folder because they have also been re-written. Upon opening them, even if their last save was on a day I know everything was in working order, opening them does nothing but give me the same blank default page.
    What isn't mentioned in a lot of the posts regarding this issue, is the sudden crop of temporary files in the iTunes folder.
    The ones that have cropped up for me personally are the following:
    iT 1.tmp
    iT 2.tmp
    iT 3.tmp
    iT 4.tmp
    Temp file 1.tmp
    Temp file 2. tmp
    Those were not there the last time I used iTunes, and they're never there on the days I've used it before and it has worked correctly. However every time my library is wiped, these files suddenly appear without fail, every time. I can't open them, I can't do anything with them except delete them. I believe I remember reading somewhere that this might be an issue regarding with how the program is saving the progress of your library changing, and that the temp files are there until it can "officially" save what has happened to your library. While I didn't change anything in my library in the last couple of weeks, I'm assuming this also counts things like play count.
    My own personal opinion
    Seeing just how many threads with this issue are popping up, this leads me to believe that this isn't just a problem with my personal computer or my personal install of iTunes 11. These temp files also lead me to believe that as well. In other words, whatever glitch has existed with iTunes since the early 2000s is for some reason running rampant in version 11.
    TL;DR:
    Please developers, actually look at this library glitch within the program itself. It can't just be an individual user's problem because way too many people are experiencing it.

    No worries. You've probably run into one the other threads I've posted to but I'll add my thoughts here anyway...
    Empty/corrupt library after upgrade/crash
    Hopefully it's not been too long since you last upgraded iTunes, in fact if you get an empty/incomplete library immediately after upgrading then with the following steps you shouldn't lose a thing or need to do any further housekeeping.  Note that in iTunes 11 an "empty" library may show your past purchases with links to stream or download them.
    In the Previous iTunes Libraries folder should be a number of dated iTunes Library files. Take the most recent of these and copy it into the iTunes folder. Rename iTunes Library.itl as iTunes Library (Corrupt).itl and then rename the restored file as iTunes Library.itl. Start iTunes. Should all be good, bar any recent additions to or deletions from your library.
    Alternatively, depending on exactly when and why the library went missing, there may be a more recent .tmp file in the main iTunes folder that can be copied and renamed as iTunes Library.itl to restore the library to an earlier state. Look for a recent .tmp file that is similar in size to the .itl files in the Previous iTunes Libraries folder. If it has happened repeatedly you may want the earliest such file generated since the last iTunes upgrade.
    If applicable, see iTunes Folder Watch for a tool to catch up with any changes since the backup file was created.
    When you get it all working make a backup!
    Should you be in the unfortunate position where you are no longer able to access your original library, or a backup of it, then see Recover your iTunes library from your iPod or iOS device.
    I've noticed more of these missing library posts of late and a common factor to most since I started asking is AVG Anti-Virus. It seems in some cases it might be at least part of the reason why the library file disappears. Try excluding the iTunes folder from any AV scanning process.
    tt2

  • 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

Maybe you are looking for

  • How can I tell Apple to store my MAC-address of my Wifi Router in there location DB?

    Hello Recently I bought a new Wifi Router and when I use the Maps App it tells that my ipad is located in China (Shangai) When I also want to use the automatic timezone feature in the preferences app it indicates that my ipad is in China (Shangai) I

  • Date field navigator controll problem

    Hi Friends, Recently i have implemented the one view with the DATE field as a input field, The date field data type is sy-datum. When i click the date field F4 help, the new pop up will be triggered and shows the date calander. the funcitonality is c

  • Issue with UDMS configuration in SAP PI 7.4

    Hi All I am trying to configure User defined search in AE of SAP PI 7.4 But for some of the interfaces i am facing the issue. I get error stating that Service Interface or Namespace doesnot exist in the set of allowed list.(but SI/Namespace exist in

  • NB 305 7 Starter Restore "Preparing Computer for first" use how long stuck??

    OK, I've searched far and wide for a straight forward answer on this, but I can't seem to find one anywhere...  So I did a restore on my NB because the guy I bought it from had deleted everything, but didn't do a restore, and It's running 7 starter,

  • How do I disable/prevent tabbed browsing in ver 9 the way I do now in 3.6?

    I am one of those folks who dislikes tabbed browsing and prefers to use multiple windows. This is a snap in version 3.6 which I am still using. The newer versions seem to place a premium on using tabs and some other things I also would rather not hav