Forms to XML Misses Some Attached Libraries

Trying both iff2xml90 and frmf2xml to generate a 6i Form to XML only a few Attached Libraries get included in the output. Are there other requirements/tricks/gotchas in getting them to be included?
keywords: iff2xml90.bat frmf2xml.bat "forms to xml" "AttachedLibrary"

OK, this is a flagrant bump, I admit it :)
Anybody got any ideas? Any clues on some additional configuration I can do either for frmf2xml, my Oracle environment, or maybe even my Java environment itself?
Even guesses would be appreciated.
Dave

Similar Messages

  • Oracle Forms - Compilation error due to attached libraries

    Hi,
    I am builing forms using Oracle Forms 10g and almost everytime I recompile the form, I have to delete some attached libraries and add them again. This happens a lot of times and I don't know why. These attached libraires have not been changed.
    Can anyone help me with this issue please? It's very anoying :(
    Thanks.
    Regards,
    Amado
    Edited by: 973539 on 27/Nov/2012 20:09

    That should be correct. If you attached the libraries without a path, modified your FORMS_PATH to include the path that the libraries are sitting in, then the form should pick them up.
    I would:
    1. Verify that FORMS_PATH has the correct path. Make sure the '\' are pointing in the right direction and that the path is separated from the other paths by a semicolon.
    2. Make sure you changed the correct FORMS_PATH. You might have multiple ORACLE_HOMEs so you need to make sure the ORACLE_HOME you are using is the one that has FORMS_PATH set up in it.
    3. After FORMS_PATH is correct you shouldn't have to reattach the libraries, but try it again without including the path.
    I read CraigBs reply below and it made me think of something else you might want to look at:
    4. Check all the directories that are listed in your FORMS_PATH and see if there are older versions of the libraries in one of the paths that shouldn't be there and remove the unneccessary ones. For example, if your FORMS_PATH is set to "C:\Work\11g;C:\Oracle11g\Middleware\as_1\forms;C:\Oracle11g\Middleware\asinst_1\FormsComponent\forms;" then there are three directories that forms looks through everytime it runs. In this case, you would check all three directories and see if there were older libraries in there that needed to be removed because they are overwriting the one that you want to be picked up.
    Edited by: MLBrown on Nov 28, 2012 7:37 AM

  • Forms/Designer 10g - problem with attached libraries

    I've problem with forms with attached libraries. All of libraries have removed paths. I can run all forms without any problem on my local application server from Forms Builder 9i or Designer 9i. I added all paths in registry FORMS90_PATH. WORKINGDIRECTORY in formsweb.cfg is blank.
    Unfortunately I can't do it with Developer 10g on second workstation. I added all paths in registry FORMS_PATH. WORKINGDIRECTORY in formsweb.cfg is blank too. When form is running I get ORA-06508. I can't store all files (fmb, fmx, pll, plx etc.) in one folder because I've to use CVS. In this case I can't set any folder in WORKINGDIRECTORY.

    Assuming Forms 10.1.2.x, FMX, MMX, PLX, and OLB files are found based on the value of FORMS_PATH which is set in default.env and not the Registry. This applies to runtime only. The Builder uses the Registry.
    Understand that "runtime" refers to any time a form is displayed in a browser, regardless of whether is was started from the Builder or Application Server.
    Also, be aware that if you have FMX, MMX, or PLX files which were created in older versions they must be recompiled using the 10.1.2 compiler.

  • Problem in Attached libraries

    Hi,
    For one package variable assigning the value form attached library procedure.
    If i serach that variable using Find and Relace PL/SQL ... then searching in form level not attached library level.
    This problem is coming only some forms. For some forms it is finding in attached libraries procedure also.
    To serach in attached libraries need to set any setting.
    Please do the needufl. I am new to Oracle Forms.

    Hi,
    So now you need to search the variable that is Attached libraries correct.
    Then just drag the attache Library to program unit, and now you find the procedures defined inside the attached libraries in the Program unit. And now you can search the variable.
    Remember after searching, close the form without saving..
    Regards
    Sri

  • HR application missing some button in employee information form

    Dear All
    After upgrade from 12.0.6 to 12.1.1, missing some button in employee information form of HR application when using arabic interface but its working for english interface.
    buttons like FIND CANCEL DETAILS SAVEAS CLEAR. these are the buttons missing in arabic interface,
    please advice me
    Thanks

    You can see here how to handle manual processes:
    http://apex.oracle.com/pls/otn/f?p=31517:170
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    ------------------------------------------------------------------------------

  • Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    Download Presenter trial in your website but when I published object scorm in zip file miss some important file such as ismmanifest.xml. In fact Moodle upload is wrong! Is it a bug or what? Thank you.

    You can publish Adobe Presenter Projects to your Moodle LMS (this will work for many other LMS’ too.)Please follow the steps as mentioned in the blog linked below.
    https://blogs.adobe.com/presenter/2013/08/step-by-step-how-do-i-publish-my-presenter-cours e-to-my-learning-management-system.html#more-6260
    Regards,
    Rajeev.

  • Some forms triggers are missing

    Hi all,
    Sometimes when I open a saved form, It loads with some missing triggers. This problem happened with me and with other colleagues at work. We have some triggers as standards, but sometimes, these triggers are gone.
    Sometimes Forms Builder gives an error message telling that there is not enough memory to load the object, then it opens the form with some missing forms. Sometimes this happens without the error message. I have 1GB of memory, and I always keep part of it free. I do not use memory-consuming programs.
    Everytime this occurs, we have to rollback to an older version and repeat our changes.
    I appreciate any help
    Thanks

    What platform are you using? And what version of Forms Builder?
    What is the size of the .fmb files you are opening?
    It sounds like you should clean up the form fmb using the tried-and-true semicolon - semicolon replace all. Do this just before you save the form when you are done with any development/upgrade: Replace all semicolon with semicolon. Then save the fmb. Then close the fmb WITHOUT compiling. If you want one last re-compile, open the fmb, compile, then close without saving. Your forms should open more easily after you do this.
    Here are the reference threads:
        Re: FMB size shrinks dramatically
    and
        Re: Why does this happen - find ';', replace with ';'?

  • Forms jdapi and attached libraries

    using Jdapi to manipulate forms is an exciting experience, especially, when misterious things happen
    i wrote a simple code to list all the attached libraries (the reason for that is i want to migrate Forms application from Windows env to Unix and i wanted to change all attached libraries to lower case)
    JdapiModule.openModule("c:\\MODULE2.FMB");
    JdapiIterator fmbs = Jdapi.getModules();
    FormModule fmb = (FormModule)fmbs.next();
    //FormModule fmb = new FormModule("myform.fmb");
    JdapiIterator libs = fmb.getAttachedLibraries();
    while (libs.hasNext())
    AttachedLibrary lib = (AttachedLibrary)libs.next();
    // System.out.println(lib);
    System.out.println(lib.getLibraryLocation());
    // System.out.println(lib.getLibrarySource());
    System.out.println(lib.getName());
    This works only if the libarary is attached with library path included!
    When i run the same code against a form where the library is attached with path removed, the code above does not detect the attached library at all?
    ie libs.hasNext() return false
    Ammar Sajdi
    www.e-ammar.com
    www.palco-me.com
    founder and managing partner

    I created another form with an attached library on another PC.
    I ran the same program, and the program runs perfectly!!!!!!!
    i really do not understand this behaviour!
    The forms i am using is 9.0.4.19
    Glad it works on other pc's
    Ammar Sajdi

  • Forms debugger with attached libraries

    Hi
    Is it possible to use the forms debugger with attached libraries ? ( 9I 10g )
    And how to do that if it is possible ?
    thanks

    In fact there is no problem, I had a procedure with a "procedure spec" in my attached library and that caused a PL/SQL problem when I tried to call my procedure. The code in the procedure was never executed and I got no result with the debugger.
    I don't understand why Forms allows me to create a "procedure spec" for an alone procedure in the library ( not in a package ). I got no compilation error for it and the library was generated as well. But there is an error at runtime.
    sorry.

  • TS3276 Acknowledging email/internet parameters are functional when attaching, in any fashion, jpegs of 6GB+ they are being received as 70KB attachments? Have i missed some setting?

    Having issue with sending jpeg attachments. Acknowledging that all my email/internet providers are functional and the usual parameters have been checked I currently have the following concern. When attaching, in any fashion, via all methods, jpeg files of 6GB+ they are being sent and received as 70KB+/- attachments? Have a I missed some simple setting or is this a function of iPhoto. I can send the same full size jpeg attacments via Windows based laptops usuing same services, same location; and have had no previous issue using a previous Windows PC.
    Appreciate any input.
    Oatser

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Sending XML file as attachment in E-mail

    Hi,
    I'm facing a problem with sending e-mails with an XML-file as attachment. Scenario is as follows:
    - I collect the payload from XI with FM 'SXMB_READ_MESSAGE_VERSION_RAW'.
    - This payload is in the form of an xstring.
    - I convert this xstring to binary content by using FM 'SCMS_XSTRING_TO_BINARY'.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
      EXPORTING
        buffer                = lv_buffer
      * APPEND_TO_TABLE       = ' '
      IMPORTING
        output_length         = lv_i
      TABLES
        binary_tab            = lt_conhex.
    The itab lt_conhex is of type solix_tab.This is used finally to send the mail via class CL_BCS following normal procedures. Now when I open the e-mail with attachments I get the error that in the last line of my xml-file some squares are placed, which causes the document to open incorrectly.  When I delete the squares via e.g. notepad and open my xml-file again in my internet browser, it opens correctly.
    If I look at the contents of the solix_tab I see that the last line of the hexadecimal values are zero's, probably causing the XML file to be attached/oopened incorrectly. Is there any way to replace these zero's with some hexadecimal value in order to display my XML-file correctly?
    Kind regards!

    Thanks Sandra,
    Overlooked that parameter. Indeed if you take the XSTRLEN of the document and place this in the method for creating the attachment it works fine.
    CALL METHOD lo_email->add_attachment
      EXPORTING
        i_attachment_type      = ls_email-type
        i_attachment_subject   = ls_email-subject
        i_att_content_hex      = ls_email-content_hex
        i_attachment_size      = ls_email-content_length.
    By the way...if you're dealing with PDF documents this documentlength doesn't matter.

  • Troubles with attached libraries - Forms6i

    I'm working with Forms6i (6.0.8.8.0).
    I have some troubles with attached libraries.
    I have to modify an old forms project. All server elements are on the original
    server computer (database, sources, libraries , ect..). Now I installed
    on a new client Pc forms6i and I tried to open forms modules.
    When I open modules I don't see attached library (pll and olb).
    I reattached the object library and the pl/sql library but when I close and open forms6i I can see in module structure only
    object library. No pl/sql library . I reattached pl/sql library too but i get errors like "identifier xyz must be declared" about functions and procedures defined in my pl/sql library .
    First I try to add in registry the pll library path in FORMS60_PATH then I try following suggestion :
    " just put all of your forms (*.fmx), menu (*.mmx) and PLL libraries (*.PLL or *.PLX) files into the same
    directory, then change your shortcut (icon) that you start the Oracle Forms runtime environment from so it's
    "Start in" (working directory) is set to the directory where your forms, menus and libraries are. "
    I get same errors.
    Could you help me ?
    Thanks in advance.
    Antonio

    Are your computers running the same operating system ?
    The pll file is a strange beast - although it contains portable source code, it also contains compiled code which has to be compiled on the right platform. plx files
    are entirely optional, and are only really required if you want to ship an executable without giving away the source code.

  • JDAPI - method getAttachedLibraries does not get all attached libraries

    Hello,
    i've a strange behavior while using JDAPI to list all Libraries attached to forms.
    I've the following code:
    Jdapi.startup(true, true, true);
    String startModule = new String("c:\\test.fmb");
    FormModule fmd = FormModule.open(startModule);
    System.out.println(formPath+"\\"+form);
    JdapiIterator libs = fmd.getAttachedLibraries();
    while ( libs.hasNext())
    AttachedLibrary currLib = (AttachedLibrary) libs.next();
    System.out.println("Lib="+currLib.getName());
    if (currLib.getName().equalsIgnoreCase("WEBUTIL") || currLib.getName().equalsIgnoreCase("WEBUTIL_LIB")) {
    System.out.println("->"+startModule);
    Jdapi.shutdown();
    This code is very simple and the idea is to check form for Attached Libraries named WEBUTIL or WEBUTIL_LIB.
    However i'm getting an annoying behavior, because i see that it is not reading all Libraries attached to the form, but only some of them ... is there anything i'm doing wrong?
    Thanks,
    Pedro Ribeiro
    Edited by: pribeiro on Sep 23, 2009 11:36 AM

    Hi Ruslim,
    you get the below mentioned error due to following:
    1: for payment method T = "ACH" street, bank address is a required filed in FBZP configuration. so vendor master data needs to have street, city & bank inforamtion filled.
    2: vendor line items should have payment method as T = "ACH"
    3: delete all the previous open proposal for same vendor
    Hope this helps
    Pls assing points as way to say thanks

  • "index.xml missing" • Do I laugh, cry, or scream?

    After a variety of hardware problems with my iBook (http://discussions.apple.com/thread.jspa?threadID=1523536&tstart=0), I have a new software-related problem.
    Some of my Pages files are acting up on me. When I try to open said files from Finder or from inside Pages I get the "index.xml missing" message (I'm using the iWork '08 demo version I downloaded today--I can't access the multiple licensed copy of iWork on the install disk from my IT guy until tomorrow).
    When I open the package contents of the problem files, sure enough--there's serious data missing. How could this have happened to some of my files by not all of them? (Hierarchy/where the files are located within my Documents folder doesn't make a difference. All the files were created by the most recent version of Pages too....)
    Am I totally screwed?!? Please tell me there's some way to salvage my files.

    Hello
    I met this kind of behavior when I tried to use from account B a document created in account A.
    As I am most often playing safety, I had a backup but I know than even if we repeat million times "computers are not perfect so, always keep backups", users will continue to miss this rule … until they loose some important data.
    I don't know which kind of code removes the Index.xml.gz files so I'm not sure that a file recovery tool would be able to revive them.
    You may try to use one of them but I can't guarantee the result.
    Yvan KOENIG (from FRANCE lundi 2 juin 2008 11:07:43)

  • "Premiere Pro CS3" is missing some codecs!

    Hi!
    First of all, thanks for stoping by and read my post.
    It's me first time ever using Premiere Pro CS3. I tried to some basic video editing on it, but I cannot hear any sound coming out of my laptop speakers; when i import the video clips. Even tho, I can hear them with "Windows Media Player". So, I investigated a bit and I did some of the things adviced by Adobe's knowledgebase thing.
    And, I came up with a paper saying to download "MediaInfo" and "GSpot" to find out the codecs of the "mpg" files. Here is a report i made with the information given by those programs:
    DVD "VOB" format
    Format: MPEG-PS
    MPEG-2 Program Stream << { 1 vid, 1 aud }
    Sys Bitrate: 10080 kb/s VBR
    Bit rate mode                    : Variable
    bit rate                 : 5 899 Kbps or 5 324 Kbps
    Nominal bit rate                 : 9 100 Kbps
    Width                            : 720 pixels
    Height                           : 480 pixels
    Display aspect ratio             : 16/9
    Frame rate                       : 29.970 fps
    Standard                         : NTSC
    Colorimetry                      : 4:2:0
    Scan type                        : Interlaced
    Scan order                       : Top Field First
    Codec(s) are Installed
    Audio
    ID                               : 128 (0x80)
    Format                           : AC-3
    Format/Info                      : Audio Coding 3 (AC3)
    Bit rate mode                    : Constant
    Bit rate                         : 256 Kbps
    Channel(s)                       : 2 channels
    Channel positions                : L R
    Sampling rate                    : 48.0 KHz
    Resumen:
    0xbd[0x80]:48000Hz  256 kb/s tot , stereo (2/0)
    Codec(s) Installed
    Missing:
    DSH FmtTag: 0x00ff    "MainConcept (Adobe2) AAC Decoder" {214CD0D1-FC06-41B1-8BB8-84DA4CFB17D9} 0x00600000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2daac.ax"
    DSH Video "MainConcept (Adobe2) H.264/AVC Decoder" {FF890B41-A4C5-4B19-87CF-65D86EC12F1C} 0x00600000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2dsh264.ax"
    DSH MPEG1Packet "MainConcept (Adobe2) MPEG Audio Decoder" {25AD5730-4DE0-4CF8-952A-2AEF53AC4321} 0x005fffff ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcdsmpeg.ax"
    DSH MPEG1Packet "MainConcept (Adobe2) MPEG Video Decoder" {25AD5740-4DE0-4CF8-952A-2AEF53AC4321} 0x005fffff ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcdsmpeg.ax"
    DSH MPEG1System "MainConcept (Adobe2) MPEG Splitter" {25AD5720-4DE0-4CF8-952A-2AEF53AC4321} 0x005fffff ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcspmpeg.ax"
    DSH Video "MainConcept (Adobe2) MPEG Encoder" {25AD5750-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcesmpeg.ax"
    DSH YV12 "MainConcept (Adobe2) H.264 Encoder" {FF890B51-A4C5-4B19-87CF-65D86EC12F1C} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2esh264.ax"
    DSH RGB24 "MainConcept (Adobe2) MPEG Video Encoder" {25AD5760-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcevmpeg.ax"
    DSH PCM "MainConcept (Adobe2) MPEG Audio Encoder" {25AD5770-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mceampeg.ax"
    DSH MPEG1Video "MainConcept (Adobe2) MPEG Multiplexer" {25AD5780-4DE0-4CF8-952A-2AEF53AC4321} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2mcmuxmpeg.ax"
    DSH RGB24 "MainConcept (Adobe2) H.264/AVC Video Encoder" {FF890B61-A4C5-4B19-87CF-65D86EC12F1C} 0x00200000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2evh264.ax"
    DSH PCM "MainConcept (Adobe2) AAC Encoder" {866DFE40-5582-4FA6-B4BC-665781A007E6} 0x00100000 ** File Missing: "C:\Program Files\Adobe\Adobe Premiere Pro CS3\ad2eaac.a
    As you can see "Premiere Pro CS3" is missing some codecs, so my question is where can I download those?
    I forgot to tell you, that I use a HP laptop Dual core Intel processor with Win Vista Home 2 GB of RAM and 160 GB of HD
    Thanks in advance
    P.S. I am attaching the Diagdx.txt, even tho I don't think has to necesary
    P.S. 2. I just saw another post similar to this one, but it doesn't tell you how to make "Premiere Pro" get the audio to work in my clips and finished project

    Most good file converters can handle Video and Audio. If you are having issues with the Audio, both Audition and SoundBooth can convert to almost anything and any sample rate and bit depth.
    Here's a LINK to the PrPro Wiki. There are links to various aspects of conversion there.
    Now, remember that when working FROM MPEG-2 and also AC3, the files are compressed to begin with. Quality will suffer, and there is only one way around that - go back to the original source files. If not possible, then you have to determine if the quality has suffered too much.
    Good luck,
    Hunt

Maybe you are looking for

  • Help. Can I go to a 1TB 2nd hard drive in my HP Pavilion dv8000 (also listed as a dv8333cl ?)

    hello- I have an HP dv8000 notebook computer running windows xp-sp2.  I upgraded my 2nd hard drive (not the windows xp/boot drive - just document/family photo & video storage)  to a Hitachi 320 GB drive 4 years ago.  it works great but I"m almost out

  • Totally new to external hard drives and have a few questions

    Since beginning my search for an external hard drive this morning I have learned that I know very little about this subject. I really have very little knowledge of all the computer lingo used when looking at these devices. I have a few questions rega

  • New windows in Acrobat Pro XI are offset

    When opening PDFs in Acrobat Pro XI on a Mac, each new window opens slightly offset to the right from the previous window, regardless of whether or not that window is still open. This means that slowly the windows disappear under various tool box win

  • Using Photoshop Elements on a Server

    Hi, I was wondering if it was possible to use photoshop elements on a server? The reason why I ask is that in the compnay I am working in we wish to share photo's using on our server so that people can tag photo's and then others will be able to sear

  • Have I been spied on at work?

    I have used my personal computer at work and believe that my IT admin is remotely accessing (spying on) my laptop via my Airport connection. This is not just a paranoid thought. When I went to log-in to my facebook the other day, the admin's email ad