Path of libraries, frm-10102

Hi,
I'm developing with Form Builder 6i on Windows NT. So far I put all my .pll files in a certain directory and FORMS60_PATH points to this directory and every things is OK.
Now, I have to change the development enviroment and move all the .pll files to the other place. FORMS60_PATH has been adjusted to point to the new directory. But whatever form is being opened, Form Builder displays error "FRM-10102: Cannot attach PL/SQL library %s. This library attachment will be lost if the module is saved.". Something more about the enviroment:
- i have only one ORACLE_HOME
- libraries are always attached WITHOUT path
Any help will be greatly appreciated
null,

@designjd – you could try the following JavaScript (ExtendScript) that will show all open library files with their full path names in a dialog window with a scrollable and editable text field. You could copy/paste the entries in the text field for further use.
Here is the code:
if(app.libraries.length > 0){
    var openLibrariesFullNamesARRAY = app.libraries.everyItem().fullName;
    var myMessageHeader = "List of opened Libraries file paths:";
    alert_scroll(myMessageHeader,openLibrariesFullNamesARRAY);
else{alert("No open InDesign Library file detected.")};
//Thanks Marijan Tompa [Tomaxxi] for the alert_scroll function at:
//http://tomaxxi.com/2010/07/scrollable-alert/
function alert_scroll (title, input){
       if(input instanceof Array){input = input.join ("\r")};
       var w = new Window ("dialog", title);
       var list = w.add("edittext", undefined, input, {multiline: true, scrolling: true});
       list.maximumSize.height = w.maximumSize.height-100;
       list.minimumSize.width = 550;
       w.add("button", undefined, "Close", {name: "ok"});
       w.show();
Save it as text only, chose .jsx instead of .txt when you name the file.
Put the jsx file in the "Scripts Panel" folder of InDesign and start it from InDesign by double clicking its name in the Scripts Panel of InDesign.
If there is no Library file open, you'll get a message: "No open InDesign Library file detected."
If one or some library files are open, you get something like this (Mac OSX UI, but should work on MS Windows, too):
You have to close the dialog window to proceed with your work in InDesign.
Uwe

Similar Messages

  • FRM-18108 - FRM-10102

    Hi All,
    Environment setup
    EBS = 11.5.10.2
    DB = 9.0.2.6
    OS = RHEL
    Requirement is to modify some condition in form CEXCABMR.fmb.
    At client site side
    OS=WinXP,
    Earlier 10g database was installed and yesterday i installed Form developer 6i.
    I copied the form to my local driver at path c:\AppsForms
    c:\Appsforms
    ---\au
    -------\forms          // contains forms CECORE.fmb, CESTAND.fmb and CEXCABMR.fmb
                            // rest of the folders are copied as it is from prodappl folder
    -------\lib
    -------\plsql
    -------\sql
    -------\resource
    Below is the registry tree under HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE
    ALL_HOMES
    HOME0
    Key-OraDb10g_home1
    ORACLE_HOMES              //under ORACLE_HOMES
       ORACLE0
            FORMS60_PATH=C:\AppsForms\au\11.5.0\resource              //Created a new expandable string value but still i am receiving error FRM-18108 for forms and FRM-10102 for libraries.
    What i have missed ?
    Regards,
    Asim

    Hi Helios,
    I moved the FORMS60_PATH from HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE->ORACLE_HOMES->ORACLE0 to
    HKEY_LOCAL_MACHINE->SOFTWARE->ORACLE
    and set FORMS60_PATH= C:\AppsForms\resource
    placed forms at C:\AppsForms\
    and reboot system.
    Now its working, thanks for your cooperation.
    Regards,
    Asim

  • FRM-10102

    I have a separate oracle home in the registry called ORACLEPIER for my 6i installation. I keep my forms in c:\coaapps\somesubdir and my libraries in c:\coaapps\oraclelibraries. I have added c:\coaapps\oraclelibraries to the FORMS60_PATH key in the registry as well as to the PATH environment variable of the system properties. To my knowledge that's all I need to do, however, when I open my form in developer I get an FRM-10102 cannot attach library....
    What am I missing?

    From the Help Documentation:
    To attach a library to a module:
    1. In the Object Navigator, open the desired form, menu, or library module.
    2. To open a module, choose File | Open and then specify the module type to open.
    Note: When you attach a library to a module in Oracle Forms, you attach the .PLL version of the library. At runtime, Oracle Forms looks for a .PLX file by that name in the default search paths. If no .PLX file is present, Oracle Forms uses the .PLL file by that name.
    3. Expand the module and then select the Attached Libraries node. Choose Edit | Create to attach a library.
    4. Specify the name of the library to attach.
    Tip: You should not specify a library path when attaching libraries. Path names for library attachments are stored internally and, as a result, are not portable. Instead, you should specify the name of the library and rely on the Oracle Forms' standard search path to locate your library at runtime.
    When searching for attached libraries at runtime, Oracle Forms first searches the current directory [where the FMX is located] and then the directories listed in the PATH (FORMSxx_PATH and ORACLE_PATH) environment variables.
    Note: If you specify a library path, Oracle Forms prompts you to confirm the specified path.
    If you confirm, at runtime, Oracle Forms will search for your library based strictly on the specified path; Oracle Forms will not search the specified path and then perform the standard search, as well.
    If you do not confirm, Oracle Forms removes the path and saves the library name. At runtime, Oracle Forms searches the standard search path to locate your library.
    5. Save the active form or menu module to incorporate the library attachment in the module definition.
    Note: Attached libraries are read-only. You cannot edit an attached library; you can only reference the program units within it. To edit a library module, open it in the Object Navigator and use the PL/SQL Editor to edit program units.

  • Getting FRM-18108 and FRM-10102 when opening a form with Form Builder

    Hi,
    we're migrating from Forms 6i to Forms 10g. If I try to open a form in Form Builder 10g, FRM-18108 and FRM-10102 are appearing. I checked registry entries on my XP-System (FORMS90_PATH) and everything seems to be similar to the old Forms environment.
    Any ideas ?
    Thanks,
    Markus

    Hello,
    FRM-18108: Failed to load the following objects.
    Cause:  Forms could not load the foreign references specified.
    Action:  Verify that all the referenced forms and object libraries are present.
    FRM-10102: Cannot attach PL/SQL library %s.
    This library attachment will be lost if the module is saved.
    Cause:  The library you specified is locked by other users, the library name is invalid, or the library module could have been moved from or not exist in the FORMS90_PATH directory list.
    Action:  Check the library name and try again later.
    Francois

  • Error FRM-10102 While Opening APXINWKB.fmb (Oracle Apps Invoice Forms) in .

    HI,
    I have freshly installed the Oracle 10g Forms n Reports developer and copied all the necessary pll, plx and fmb from AU_TOP/resource or AU_TOP/forms/US folder,
    and then updated in FORMS_PATH of regedit.
    But when i am trying to open the APXINWKB.fmb,i am getting the below errors.
    Can you please help me in resolving this issue,
    FRM-10102: Cannot attach PL/SQL library APXINLIN. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library CUSTOM. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPDAYPK. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPFLDR. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXINWKB. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPREPAY. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APCACHE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXAPINT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXCOMSG. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPUTIL. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXHOLDS. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library IBYFDOBJ. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APVIWPAY. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPAYSHD. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library XLACORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APXINWKB. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library POXAPINT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library APPCORE. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library VERT. This library attachment will be lost if the module is saved.
    FRM-10102: Cannot attach PL/SQL library PSAC. This library attachment will be lost if the module is saved.
    Regards,

    As you have found out, an Oracle Enterprise Business Suite (EBS) forms have multiple library files attached. When you open an EBS form, you must have a copy of the .pll files listed in the FORMS60_PATH (Forms 6i) or FORMS_PATH (Forms 10g) or you will get the message you are receiving. These library files are typically found in the $AU_TOP/US/RESOURCES directory on the Application Server.
    You might also want to take a look at the following documents in the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • FRM-10102: Cannot attach PL/SQL Library menu_library

    Dear All:
    I am using Developer 6i Version 6.0.8.23.2 (32 Bit)
    I am facing following error while opening a form in Forum Builder.
    FRM-10102: Cannot attach PL/SQL Library menu_library. This library attachment will be lost if the module is save.
    I know that I have to add the address of the folder in which the library is located, but I forgot the Registry Key value and location.
    Anyone can help me?
    Thanks
    Hassan

    Yes, I understand that I need to set the FORMS90_PATH in default.env file.
    My question is how do I say "Pick up the library from the same directory as the form fmx".
    Do I have to say it like
    "FORMS90_PATH = C:\MyDir\Forms;" ?
    I was a hesitant to hardcode the directory name( as above) in the default.env file, because incase I change the the library plx directory, I will have to update the envoirnment file again.
    So is there any other way to do it ?

  • Ant question: difference btwn source-path/compiler-source-path/include-libraries

    I have a few questions about build.xml include/lib directories (questions in xml file)
    <mxmlc>
    <source-path="../frameworks"/>
    <compiler.source-path path-element="path to include actionscript include similar to c include"/>
    <compiler.include-libraries dir="${basedir}">
        <include name="I have no idea what this is. Does flex generate binaries similar to how c compilers generate .so or .dll?"/>
    </compiler.include-libraries>
    </mxmlc>
    1. What's the difference between source-path and compiler.source-path
    2. So what exactly is a compiler.include-libraries?  Just curious what produces a library.
    I've had success accessing actions script files that reside in other directories using compiler.source-path but not source-path.  Any help appreciated
    Regards,
    Monty

    I have a few questions about build.xml include/lib directories (questions in xml file)
    <mxmlc>
    <source-path="../frameworks"/>
    <compiler.source-path path-element="path to include actionscript include similar to c include"/>
    <compiler.include-libraries dir="${basedir}">
        <include name="I have no idea what this is. Does flex generate binaries similar to how c compilers generate .so or .dll?"/>
    </compiler.include-libraries>
    </mxmlc>
    1. What's the difference between source-path and compiler.source-path
    2. So what exactly is a compiler.include-libraries?  Just curious what produces a library.
    I've had success accessing actions script files that reside in other directories using compiler.source-path but not source-path.  Any help appreciated
    Regards,
    Monty

  • FRM-10102 Cannot Attach PL/SQL Library : Error

    Hi All,
    We are currently trying to upgrade from Forms6 to Forms10g.
    When we open a Forms6 form in the Forms10g Developer, we are getting the error
    "Cannot Attach PL/SQL Library" error.
    So my question is
    1. What changes do I need to make to the "FORMS90_PATH" envoirnment variable, so that it would look for the library in the current directory ?
    2.Do I need to make this change in the registry or is there any other place where I can make this change ?
    3. I want to make this change without hardcoding the directory name in any place. Is there any way to do it?
    Thanks in advance
    Aruna

    Yes, I understand that I need to set the FORMS90_PATH in default.env file.
    My question is how do I say "Pick up the library from the same directory as the form fmx".
    Do I have to say it like
    "FORMS90_PATH = C:\MyDir\Forms;" ?
    I was a hesitant to hardcode the directory name( as above) in the default.env file, because incase I change the the library plx directory, I will have to update the envoirnment file again.
    So is there any other way to do it ?

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

  • How can I specify the path in Form Builder 9.0

    Hi, everyone,
    could anybody tell me how can I specify the path in Form Buidler 9.0? there is problems when I want to attach library in form builder. thanks to Kuldeep RAwat and Natalia Vidal, I know I should specify the path, but I still don't know how to specify, how can I do?
    besides, when I run a form, sometime there will be a warnig:
    Please acknowledge message
    what's that meaning?
    thank you very much for your great help

    Shay Shmeltzer thank you very much for your so quickly response. I have modified the file and my form can run now!
    but, when I open my form, it always suggest me:
    FRM-10102: Cannot attach PL/SQL library TalbotStandard. This library attachment will be lost if the module is saved.
    so everytime I open my form, I must attach the library manully. I don't know the reason. do you know that or anybody else knows that? thank you very much!
    have a good weekend :-)

  • Ids 10g plls path in linux

    Hi
    i installed IDS 10g in Linux AS , its working fine but it
    cant find the PLLS path despite i add it to the
    FORMS90_PATH in the default.env file but i still get the
    errors frm-10102,frm-18108
    thanks

    is this at runtime or in the builder? If at runtime make sure you have the correct case (upper/lower)
    regards
    Grant Ronald
    Forms Product Management

  • Does not read from the path in default.env

    Hi All,
    I have given the path of my forms directories in default.env for my 10gDS Suite. While running it does not read it from the path that I have provided in that file. I also specified the same path in registry still the same error. The error message reads like FRM-18108: Failed to load the following objects.
    Any help will be appreciated.
    Thanks.

    Ok, I'm stumped!
    I thought I would see what would cause the Forms Builder to fail opening an fmb, so I changed my FORMS_PATH value in the default.env file by removing the second directory listed there. Opening a form in the builder gave me two errors:
    FRM-18108: Failed to load the following objects. (Listed the objects in our Ref form.)
    FRM-10102: Cannot attach PL/SQL library...
    Then I changed the FORMS_PATH back, but now, I am unable to open a form without those errors in the Forms Builder.
    My forms_path line looks like this:
    FORMS_PATH=C:\oracle\DevSuiteHome_1\forms;C:\Users\Steve\01\fmb10The only thing I can do now to get a form to open without the errors is to copy the reference fmb and the PLL library from C:\Users\Steve\01\fmb10 to C:\oracle\DevSuiteHome_1\forms
    It feels like I am going crazy, because this all worked before, and now I cannot get it to work.
    By the way, I am using Windows Vista and Forms 10.1.2.3.0

  • FRM-18108 AT OPENING FORMS

    Hi All,
    At time of opening forms getting error FRM-18108.
    Is there any place where I need to give paths of refrenced library or forms.
    I am doing this with forms10g on Linux.
    I have set CLASSPATH variable in .bash_profile to refrence to library & other refrened dir.
    But then also this error is there.
    I was thinking including this path some where in default.env or formsweb.config but these are
    refrenced at runtime so this is also not the place where I should attach those path.
    And there any large number of thing referenced so It is not possible to mannualy incude each
    file in forms buildeer.
    THIS ERROR AGAIN FOLLOWS WITH FRM-10102 can not attach Pl/sql librarys
    SO IS THERE ANY PLACE IN FORMS BUILDEER TO MAINTAIN PATHS.
    PLEASE GUIDE WITH YOUR SUGESIONS OVER THIS PROBLEM.

    Hi All,
    The Error FRM-18108 got resolved I maintained the Paths in FORMS_PATH in .bash_profile.
    And also by manually opening object library file through forms builder.
    But there remains error FRM-10102 which comes due to Case of file names.
    Temporary I am renaming the files as they asks.
    But is there any tipical and easy way to come up with FRM-10102
    Thanks

  • FRM-18108 APPSTAND etc

    Hi all
    I'm trying to install Developer Suite 10g, but I'm not doing very well.
    I've downloaded the install from here, and extracted it to my local machine.
    I've then installed it on Windows XP SP3, then updated the FORMS_PATH to point to the directory where I've downloaded all the forms and pll files from $AU_TOP/forms and $AU_TOP/resources.
    However, I keep getting the dreaded FRM-18108 error saying APPSTAND, GLSTAND, etc can't be found, and then the FRM-10102 errors for all the PL/SQL libraries.
    Is there anything I'm missing here?
    I've tried this on both an XP SP3 machine and a Windows 7 machine, and I get the same error, so I must be doing something wrong.

    It is about the FORMS_PATH -- Please see these docs for details.
    Using the OracleAS 10.1.2 Forms and Reports Builders with Oracle Applications Release 12 [ID 444248.1]
    Oracle Forms in Applications FAQ [ID 177610.1]
    11i: Error Opening TEMPLATE.fmb in Forms Builder [ID 236803.1]
    Thanks,
    Hussein

  • Issues when trying to setup alternate sync location of OneDrive for Business / SharePoint 2013 Libraries

    Hello,
    I have an issue that prevents me from choosing the alternate location of sync'ed OneDrive for Business folders. I'm trying to setup an alternate location for synchronization, using the guidelines found in the Office support web site.
    The option to replace the default sync location appears the first time a SharePoint 2013 Library or OneDrive for Business is setup for synchronization.
    Here would be a link to a snapshot (since my account has not been verified): /Forums/getfile/443247
    At this point, the Library or personal OneDrive folder syncs correctly and the files are stored in the alternate choosen location.
    However, on when trying to setup an additionnal Library for synchronization, the alternate sync location has not been saved and reverts to the default sync location. Furthermore, the option to replace the default sync location does no longer appear
    on the dialog box.
    Here would be a link to a snapshot (since my account has not been verified): /Forums/getfile/443249
    I have tried by first sync'ing a SharePoint 2013 Library (instead of the personal OneDrive for Business folder) with the same result. Meaning that the first SharePoint 2013 Library correctly sync's in the alternate location of my choosing. However,
    any subsequent attempts to sync either a SharePoint 2013 Library or the OneDrive for Business folder results in them being sync'ed to the original default location in a folder under the user's profile directory.
    I'm using Office Professional Plus 2013 (64bits). The version of Groove.exe is 15.0.4605.1000 (12th March 2014 - 13 383 360 bytes).
    Is there something I'm missing ?
    Thanks for any help on this issue.

    Hi SpringComp,
    You can change the root path for libraries you sync to your computer, though you can do this only if you’re not currently syncing any libraries. If you’re already syncing at least one library and you want to change the path, you must first
    stop syncing all libraries. Then, the first time you run the OneDrive for Business wizard to sync a library to your computer, you’ll see an option to change the location.
    More information, please refer to the link:
    http://office.microsoft.com/en-001/support/change-the-location-where-you-sync-sharepoint-libraries-on-your-computer-HA102893480.aspx
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

Maybe you are looking for

  • Use of writeChanges() / conformResultsInUnitOfWork in report query

    I have a usecase where i am saving data in different tables in same transaction I want to use ReportQuery so as to use functions likeaddAverage. ReportQuery query = new ReportQuery(res); query.setReferenceClass(Subject.class); query.addAverage("avera

  • When I click certain links on certain pages they will not load.

    I run across a website every few days that has links I am trying to click and they do nothing. I have to use a different browser to access them. For example : www.retailmenot.com I click coupon links in there and nothing happens.

  • Workflow 2.5

    We currently have Workflow 2.5 and will move to 2.6 shortly. We were informed that 2.5 is no longer supported. 1. When did Oracle stopped supporting 2.5? 2. What is the latest version of Workflow and when is the latest version going to be released? 3

  • InDesign Screen freeze

    Is anyone else having problems with MAC OSX Leopard and CS3 Screens freeze. Cannot access or hide... cannot minimize... have to force quit Cannot hide program Program unexpectedly quits when printing or making .pdf Sandi Pufahl

  • Deployed EJB's not seen in console