FORMS - library files

I am receiving the following message: "FRM- 40034: Cannot attach the library file"
I created a new library file and attached it to my FORM and put the library file on the network drive for all the users to us. However, when I execute the FORM the FORM runs correctly, but when another user executes the FORM for another PC, they receive the above message.
Any help would be appreciated.
Thanks.

Is this client-server or web?
If client-server, the 2nd PC needs the registry key FORMS60_PATH to include the directory where the library is located.

Similar Messages

  • Error while generating forms library files

    Hi,
    I am trying to apply patch 7651091 as a prereq for 11845888, but it got failed with message
    The following Oracle Forms objects did not generate successfully:
    au resource JTFGDIAG.pll
    au resource JTFSCGNT.pll
    au resource JTF_GRID.pll
    au resource ASTBOMAN.pll
    au resource ASTRCINT.pll
    au resource CSSRFND.pll
    au resource CSSRTSK.pll
    au resource APPCORE.pll
    au resource APPDAYPK.pll
    au resource FNDCONC.pll
    au resource FNDSQF.pll
    au resource CSSRISR.pll
    au resource CSSRWKB.pll
    au resource CSCSECPS.pll
    au resource CSPPLPLN.pll
    au resource CSPPLSPR.pll
    au resource CSPTRREC.pll
    au resource CSPTRVMO.pll
    au resource CSUTILS.pll
    au resource CSCCCCUS.pll
    au resource CSCMNTPN.pll
    au resource APPCORE2.pll
    au resource APPFLDR.pll
    au resource CSCSEDPN.pll
    au resource CSCUTILS.pll
    au resource CSCCCCRC.pll
    au resource CUSTOM.pll
    au resource FNDAPLT.pll
    au resource FNDATTCH.pll
    au resource VERT.pll
    au resource VERT2.pll
    au resource VERT3.pll
    au resource APPTREE.pll
    au resource VERT4.pll
    au resource JTFTKMAN.pll
    au resource VERT5.pll
    au resource VERT1.pll
    au resource JTFNOTES.pll
    au resource OKCEXEVT.pll
    au resource OKCKSRCH.pll
    au resource OKCADART.pll
    au resource OKSACTEV.pll
    au resource OKCEXPOR.pll
    au resource OKCTREE.pll
    au resource OKSAUDET.pll
    An error occurred while generating Oracle Forms library files.
    Continue as if it were successful [No] :
    I tried adadmin for generating form files, there also got error.
    Document followed is 762891.1.
    OS: hp ux Itanium
    APP : 12.1.1
    DB : 11.1.0.7
    Please anyone help me out finding the solution.
    Thanks
    kumar

    Hi;
    Please see below thread, follow steps. If its not help please update thread
    Oracle Forms didn't generate successfully INVOBGEN.pll, INVRSVFM.pll
    Regard
    Helios

  • 7303030 patch - an error occured while generating forms library files

    Hi,
    While applying 12.1.1 upgrade patch, 7303030 i got an error at A1000 phase
    "An error occured while generating forms library files" continue as if it were successful..
    As we can generate forms after completion of the patch, i selected yes .
    Later, i got "An error occured while generating oracle forms files", here also i selected to continue.
    Please tell me is this the right way to continue the patch?
    I didn't find any errors in worker logs files, after all workers have quit, this error was reported.
    After completion of the patch what necessary steps i need to perform.
    Thanks,

    Hi,
    The errors are due to missing of pre-req patch 6400501
    Forms 10.1.2.3 Compilation against an 11.2 Fails with DB PL / SQL ERROR 801 ... internal error [60603] [ID 1065020.1]
    After Applying the patch, successfully gerated forms.
    I applied the patch 6400501 but still with the error internal error [60603], have something more to be done?
    Thank you.

  • How to update file name of SharePoint form library?

    HI All,
    I have a Infopath form library and submitted as "Form-1". Once update and submit, the same form name should change as "Form-1.1" with out duplicating. How to achieve this, thanks in advance!

    Hi Sam, check out the following link. It will get you started. You'll have to customize the way the file is named differently than shown, but you'll get the idea:
    http://claytoncobb.com/2009/06/20/auto-generating-filenames-for-infopath-forms/
    cameron rautmann

  • WCF Service and Sharepoint Form library : How i can read a access a form libray and query a item from file name and read form xml in WCF service ?

    WCF Service and Sharepoint Form library : How i can read or access a form libray and query a item from file name and read form xml in WCF service ?
    Ahsan Ranjha

    Hi,
    In SharePoint 2013, we can take use of REST API or Client Object Model to access the SharePoint objects like Form Library.
    SharePoint 2013 REST API
    http://msdn.microsoft.com/en-us/library/office/dn450841(v=office.15).aspx
    http://blogs.technet.com/b/fromthefield/archive/2013/09/05/working-with-sharepoint-list-data-odata-rest-and-javascript.aspx
    SharePoint 2013 Client Object Model
    http://msdn.microsoft.com/en-us/library/office/fp179912(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/jj193041(v=office.15).aspx
    With the retrieved file, we can then use XmlDocument object to parse it and get the values you want:
    http://weblogs.asp.net/jimjackson/opening-and-reading-an-xml-file-in-a-document-library
    http://stackoverflow.com/questions/1968809/programatically-edit-infopath-form-fields
    Best regards
    Patrick Liang
    TechNet Community Support

  • How to import java library file to forms 6i

    Hi all,
    Is it possible to import java library file to forms 6i. Please help me.

    The Java importer is introduced in 9i.
    However, most java functionality is added to Forms in the client, not the server. In 6i you can add Java pluggable components to your forms. You need to make a Java Pluggable Component to do this. Stand-alone Java beans can only be called from Forms 9i on using the fbean package.
    So it depends on what you want to do with the java whether it is possible to use it in 6i.

  • Do we need to include OLB (object library file) in production form path?

    Hi,
    I would like to ask if a form being compiled that consist of record group defined in object library file (olb), do we need to release the OLB to production form path as well?

    That depends on how you deploy your compiled Forms (.fmx) files to your production environment and how you copy the objects from the object library (OLB) into your forms. If you subclass the objects (the recommended method) rather than copy them, then the source OLB must be deployed so the source objects are found during the compilcation process.
    If you deploy only the compiled executable (.fmx) files, the OLB source files do not have to be deployed to production.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Middleware Forms 11g crashes when opening library file

    Hey Everyone,
    I've been having some issues opening a library file in Middlware Forms 11G Designer.
    Forms 11G locks up and crashes.
    This library opens and compiles fine with any 10g forms developer.
    Has anybody ran into this issue?
    What could be wrong with the library file or the designer software?

    Thanks for the help!
    This approach didn't work as the covert from text-to-binary kept failing with internal errors on the 11g side.
    In order to get the library to compile for 11G, i had to create a new blank library in 11G designer, open the problem library in 10G designer copy the modules and paste them into the blank 11G library and save it/compile it.
    That solved the issue.

  • ITunes Library file content / format

    I am using the iTunes library file to process song titles for a label program, and I have two questions about these files:
    1) There are two library files on my disk, Library.xml, and iTunes Music Library.xml. When double-clicked, the latter opens with Firefox, and the former opens in TextEdit. Library.xml is the file I use, which I parse with Perl and generate input for a PostScript label program. The question here, what is the purpose of these two files; i.e., how are they used by iTunes?
    2) I need to extract the Total Time and the Size parameters, which are given in (very large!) integer format. I have found that Size is nearly a constant multiple of Time, so apparently Time is redundant. Also, I can't make any sense of these numbers, except to use the resulting ratio for one and then to apply that ratio to all the others. When I do this, I get nearly accurate results, but they are always off by 3 to 5 seconds. As for the Size, I tried to make sense of the large integer in terms of sampling rate and size 44.1/16-bit), but without success. So, if anyone has the secret to these parameters, I would appreciate knowing it! Thanks much in advance for any help on this.
    PS: I will post some specifics here if needed. For example, Total Time 182437 shows up in iTunes as 3:02 (182 seconds). The ratio here is 1,002.4010989011, which, when applied to another title with a Total Time of 222477 gives 221.9 seconds, or 3:42; this item shows up correctly in iTunes, but not all do when I use the same ratio.

    Oops! I forgot that. My hunch was correct, though. Unix reports exactly the same sizes as the iTunes file. My error was not dividing by 1028. (I thought the finder was the culprit!) Thanks for all the help.
    By the way, why are there two .xml files for the library? The Library.xml file is the one I am using, because the structure is pretty obvious in a text editor.
    For your information, I belong to the Illini Folk Dance Society at the University of Illinois, Urbana-Champaign Illinois. We have some 200 titles on 78 rpm records, already digitized, and approximately 600 or so on 45 rpm, which I am now in the process of recording. After that, there are many LP recordings to do (our total collection consists of approximately 3000 titles), although they can keep for a while. After lots of experimenting, I decided that the quality of the 78s and 45s merited the 44.1/16-bit recording levels, and that is working out nicely, and it keeps the files to a reasonable size. I started out with Garage Band (all the 78s were done that way), but got fed up with that pretty quickly, especially the tight link to iTunes, so when Audacity came along, I started using it, and am very happy with it. We have one 250 gig hard drive, and I plan to add another. Also, I plan to put everything on CDs, which is why the present project. I wrote a PostScript program to print the titles on the labels in circular arcs, and am writing a Perl script to parse out the titles and sizes, grouping things in sets that will fit on one CD. If you are interested in the PostScript program, I will gladly send it to you. The Perl script is fairly trivial.
    Well, I just passed my 75th birthday, so I better get cracking! Cheers.
    Ed
    [email protected]

  • How to open a library file on an external hard drive

    My old laptop died.
    I have my old internal hard disk in an external hard drive enclosure. Now I want to open the home / library/ application support / mail  file on the external drive and copy the emails from it to my new laptop. Option Go shows only the internal library file but it doesn't open the external one. An suggestions on how to do this. I am trying to do a relatively clean install so don't want to use the migration App.

    Use the Go to Folder command in Finder, View menu.
    Also note that Mail is not in the Application Support folder, but straight in the Library.
    The path to your external Mail folder will be in the form /Volumes/<Name of external drive>/Users/<username>/Library/Mail
    If you didn't change the name of the old drive, it will be Macintosh HD, also.
    I don't know what name it will use for the mount point in Volumes. You may be able to tell by going to Computer from the Go menu.
    You can definitely tell by using this command in the Terminal (just copy the whole line and paste it into Terminal):
    ls /Volumes.
    Once you know what name it uses, you can fill in the placeholders in the path example above. Use that in the Go To Folder path field.
    Note that you can use Go To Folder while in an Open File dialog, also. With the dialog open, type cmd-shift-g.

  • Cannot open library files(.pll) in 10G

    Hi,
    When I try to open or create a library file in 10g I get PDE-PLI018 Could not find library error. I can open or create fmb file though.
    I could not create or open in Forms 10 g. 9.04 and again in Forms 10g 10.1.2 version. Operating System XP.
    Edited FORMS_PATH by adding the location of .pll files.
    Edited default.env varible adding the location of .pll files.
    Modified environment variable to C:\Temp for Temp and Tmp both.
    Modified Report_tmp in the registry to c:\temp
    Modified Forms_Path in the registry added the location of the plls and fmbs.
    Also get the following error when I try to save the forcefully created .pll file twice
    Rebooted the pc.
    Oracle Forms Designer has encountered a problem and needs to close. We are sorry for the inconvenience......
    Can anybody help??

    You said that the error was:
    "Oracle Forms Designer has encountered a problem..."
    Are you in the Oracle Forms Builder or Oracle Designer when this error occurs?
    There are several possibilities. Here are a few:
    1. You are trying to read/write the pll to a network share. Ensure that you the files are stored locally.
    2. For the Builder (design time), the FORMS_PATH must be set in the Registry or in a batch file if you use one to start the Builder. The total length of all entries in FORMS_PATH should not exceed 1024 (recommended, however that it remains under 512)
    For runtime (in a browser), the same setting and rules apply expect the entry is made in default.env
    3. If you have more than one version of the Builder installed on the machine, ensure that the system PATH reflects the version you are using as first in the list.
    4. The installation may have been corrupted.
    5. Be aware that the correct environment variable for 9.0.4 is FORMS90_PATH and the correct variable for 10.1.2. is FORMS_PATH
    6. Once opened and re-saved in 10.1.2, you will not be able to open in an older version.

  • InfoPath form load rule is not checking all the rows in form library

    Hi,
    Requirement:
    We have a form library named "HR Annual Review". In the InfoPath form we have two buttons "Save" and "Submit". User is allowed to Save multiple times and only once using Submit button. The file name of form library "HR
    Annual Review" will be stored in the format “<username>+<mm>+<dd>+<yy>.xml”. Say for example, an user named Mike Walt submitted a form then the file name will be as “MikeWalt012314.xml”. If the same user (Mike Walt)
    submits the form and tries to open the form for subsequent edit, then we need to show a view which has an error info saying “The Appraisal is already submitted for the current appraisal cycle”.
    Solution we tried:
    To achieve the above requirement, we tried using InfoPath Form Load and add a rule to check whether the combination of current user name and the year already exists in the filename column of the form library. But the rule we applied is not checking all the
    rows in the form library. The rule is always checking the first row of the form library.
    What we need:
    We need the validation using InfoPath rule or some other way/solution to check whether the combination of current login username and current year file already exists in the form library.
    Thanks in advance.
    Srivignesh J

    Hi Srivignesh,
    Submit button Uses the Main Data connection to submit the data to the list. This is what you are using and naming the file in the format. You can create secondary data submit that will update the exiting item in the list. With this, you don't have to create
    any rules to check all the rows which is also not possible in OOB InfoPath.
    Once you have the two data connection, hide the toolbar from the form and display these two on the button. For The Submit button, apply the rule to hide the button if created by is not empty. For Save button, apply the rule to hide the button if Created
    By is empty. This way, when a new form is created, you will see the Submit button, and when the user have to update the form, they will see Save button. Hope it help.s
    Regards, Kapil ***Please mark answer as Helpful or Answered after consideration***

  • Unable to submit any item in the form library through InfoPath form

    I had created a form and link to a form library, but when i click on new document  it show me this dialog box with URL
    ms-infopath:nft|u|.....|s|......
    and then it open InfoPath form after submitting it does't not insert any value in the Form library.
    In my case
    1.I want to remove ms-infopath:nft|u|.....|s|......
    2. Form should open in web browser.

    Hi
    ank89 ,
    Please take steps as below:
    Create a Form using SharePoint Form Library template.
    After customizing the form , click  File ->Publish -> SharePoint Server -> save the form -> in the Publishing Wizard page input your site URL -> provide your authentication account.
    Check “Enable this form to be filled out by using a browser” and Form Library.
    Select your Form Library and edit the Form Library field , then Publish it and you will get what you want.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • I have an InfoPath with submit button, publish the same to form library.

    Hi All,
    i have an InfoPath with submit button, publish the same to form library.
    Now, i open the form  fill it and attach some files, when i press submit button, that attachments will go to the particular document library.
    Can any one help me out.
    Thanks in Advance!

    Hi Anil,
    According to your description, my understanding is that the attachments attached to the form were submitted to an documents library.
    By default, the attachments should be attached with the InfoPath form and will not be submitted anywhere.
    There may be some customizations on the form that is to submit the attachments to the document library.
    Please check the links below if the customizations are made in the form.
    http://www.bizsupportonline.net/blog/2010/01/upload-document-sharepoint-infopath-form/
    http://www.bizsupportonline.net/blog/2010/04/top-10-questions-infopath-file-attachments/
     Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Hacking into the form values file to retrieve a post after closing a window

    Okay, I'd just finished editing and re-editing a very long post and was doublechecking some of the links when I inadvertedly closed the entire window instead of merely closing the tabbed page I'd brought the new link up on to test it.
    I poked around and found a long binary file called "Form Values" in library/safari directory and I would just bet this has my full post in it. I copied it to the desktop because I had a feeling that if I opened another form with Safari, the info would be rewritten and lost forever. So I do have a safety copy now.
    Anyone have any idea at all how I could retrieve that information, and convert it from binary back into text form so I would not have to spend another two hours remembering and rewriting the post?
    Or a way of getting Safari to recognize it and read it into a new post form?
    Boy, recovering data with a menu item like "undo close window" or a reopen sure would be a nice feature... I bet I'm not the only person that's done this.
    THANKS!!

    I just downloaded Hex Editor and gave myself a trip down memory lane (hadn't used one of these editors since my DOS days). Anyway, as I expected, it looks like the Form Values file is encrypted - there are no recognizable text strings to extract. In any case, this file contains the data you used to fill out forms at particular sites, it does not carry the entire page or form.
    You could try Retrospective to see if you can find the page with the form in Safari's cache. If you do find it, the form could be filled out as when you closed the window or it could be blank as when it was last loaded into Safari - I don't know which because I haven't searched the cache with this puspose in mind before.

Maybe you are looking for