FRM-40031 is not a from runtime file

Hai All
Oracle Forms6i
When I open my module is unable to open and i had a error
FRM-40031 Filename is not a form runtime file
Regards
Srikkanth.M

Oracle Forms
Hai Dora
Thanks for answer..
Another problem I have spending for lot of days with these problem
I have created a table dynamically from the forms dynamically called temp_attendance
the fields are
code date time
00001245 01-jan-10 0145
00001234 01-jan-10 0145
00001478 01-jan-10 0730
00001478 01-jan-10 1230
00001478 01-jan-10 1245
00001478 01-jan-10 1645
00001258 01-jan-10 1200
00001258 01-jan-10 2000
00001122 01-jan-10 1715
Now i had a table in my database called dail_att having these fields
EMPCODE NUMBER
EMPNAME VARCHAR2(25)
BARCODE VARCHAR2(25)
INTIME VARCHAR2(25)
INTRTIMEIN VARCHAR2(25)
PERTIMEIN VARCHAR2(25)
INTROUTTIME VARCHAR2(25)
PERTIMEOUT VARCHAR2(25)
OUTTIME VARCHAR2(25)
ATTEND_DATE DATE
And the output is like this
empcode empname barcode intime intrtimein pertimein pertimeout intrtimeout timeout attend_da
001 aa 00001478 0730 1230 1245 1645 01-jan-10
002 dd 0000125 1200 2000 01-jan-10
0033 ss 00001122 1715 0145 01-jan-10
and the first two records must be stored in yesterday time out of the emp
this what i am trying a lot if u give u some steps to solve this problem it will be use ful for me..
Thanks & regards
Srikkanth.M

Similar Messages

  • FRM-40031 is not a forms run time file

    FRM-40031 is not a forms run time file
    Hello,
    I'm using forms 6i and developed and compiled and ran the form successfully without any errors.
    I registered in Oracle Apps 11.5 but at the time if accessing the form, I'm getting the above error.
    Any help would be highly appreciated. Thanks.

    Hello,
    this is the space
    SQL Developer (Not for general SQL/PLSQL questions)
    Your question most likely belongs to Forms
    so please mark this thread as answered and post agaim in the Forms forum.
    Regards
    Marcus

  • LaserJet Pro Scans, prints test page but will not print from a file

    I installed a LaserJet Pro200 MFP M276nw on my wife's Toshiba Satellite (Windows 7 64Bit OS) laptop yesterday (Printer is brand new out of the box). I installed with a wireless connection. It will print a test page and also scan wirelessly but will not print from a file i.e. a PDF. I installed it on my HP Probook this morning and it works fine. Any suggestions would be appreciated. The thought of paying Geek Squad 75 bucks rubs me the wrong way, especially since i just paid them 100 for an extended warranty. Thanks!

    Welcome to the HP Forums JBottensek,
    I see by your post that the printer won't print a PDF document from the one computer.
    I can help you with this issue.
    I have provided a document to go through the steps which should resolve this issue for not being able to print PDF documents. Cannot Print PDFs from Adobe Reader.
    If you need further assistance, let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • FatalInternalException The metadata for type "XYZ" did not come from a file,.....

    Hy !
    Did KODO have Problems if there is a mix of jdo metadata files in
    build.dir and in external jar's while registering a Schema with the
    MappingToolTask ?
    We extracting all *.jdo files from additional jars to a metadata dir and
    also copying all *.jdo files from the current build.dir, because KODO
    only supports a single Fileset for the Metadatafiles.
    The Ant Schema Task looks like:
    <target name="schema-create-kodo" depends="init-kodo-schematool">
         <echo message="Schema Create for KODO"/>
         <taskdef name="kodo-schematool"
              classname="kodo.jdbc.ant.MappingToolTask"
              classpathRef="jdo.schematool.class.path"/>
         <kodo-schematool action="refresh">
         <config propertiesFile="${zeus.persistence.jdo.properties}"/>
         <fileset dir="${jdo.metadata.dir}">
              <include name="**/*.jdo" />
         </fileset>
         <classpath>
              <pathelement path="${compile.project.class.path}"/>
         </classpath>
         </kodo-schematool>
    </target>
    jdo.schematool.class.path: is the Path for the KODO Schematool
    zeus.persistence.jdo.properties: ist the kodo.properties file
    jdo.metadata.dir: is the dir with all metadatafiles
    compile.project.class.path: is the classpath including a build.dir with
    class files + metadatfiles and differnet additional jar files containing
    also enhanced classes with corresponding metadata files
    and that fails with:
    [kodo-schematool] kodo.util.FatalInternalException: The metadata for
    type "class com.wuerth.phoenix.bcserver.base.versan
    t.PCapacityStruct" did not come from a file, and therefore we cannot
    determine where to place the corresponding mapping
    information. If you are using metadata from a jar or other resource,
    you should use one of the other available mapping
    factories.
    com.wuerth.phoenix.bcserver.base.versant.PCapacityStruct comes from a
    jar which also contains a metadatafile.
    We are wondering because if we exlicit give a different metadata file
    via a fileset the Schematool should ignore the other Metadata files
    inside the jar + build.dir !?
    mfg
    Christian

    The only Apple computers that have a Mag Safe connector are MacBook laptops (MacBook, MacBook Pro and MacBook Air).
    The Mac mini 2010 and 2011 models have a standard power connector, I believe it is called an IEC C7 connector. You can see a picture of the back of the Mac mini here http://www.apple.com/macmini/design.html
    Older Mac mini models prior to 2010 have a proprietary connector. While the following page is for a very old PowerPC Mac mini the connector is the same on early Intel Mac mini models as well. See http://support.apple.com/kb/HT3019

  • ImageIcon not loading from Jar file

    Hi,
    I'm developing an application that uses ImageIcons in JButtons.
    The images are stored in the following relative dir:
    images/<filename>.jpg
    They load fine when I run the application from class files in the appropriate directory.
    However when I jar everything, my ImageIcons don't load.
    I know that my jar file is in the classpath, because other items in the jar file load successfully.
    I've tried everything the related threads recommend, but still nothing.
    When I try to launch from the jar file, the ClassLoader.getResource("filepath"); returns null.
    Whereas when I launch the class files, it returns the correct URL for the image.
    What am I missing? Is this jar file security-related? Do I need to sign the jar file with all-permissions?
    Any suggestions would be gratefully appreciated.
    I'm using java 1.4.2_01-b06
    Much thanks,
    -Jeroen

    Here is a little load program that you can use.
    import java.io.*;
    import java.util.*;
    import java.util.zip.*;
    * <p>Resources extracts all the resources from a jar file into binary large
    * objects. These objects can be used to create images or read as streams.
    * This class is implemented as a singleton model.</p>
    * <p>An attempt is made to find the path to the jar file in
    * if this file is not found no resources are
    * loaded.
    * @author Michael Couck
    * @version 1.00, 16/01/2004
    public final class Resources extends Constants {
          * The only instance of this class
         private static Resources resources;
          * Hashtables for the sizes of the entries in the jar
         private static Hashtable sizes= new Hashtable();
          * Hashtable for each entry in the jar as a blob
         private static Hashtable contents= new Hashtable();
          * Flag to test if the resources were loaded correctly
         private static boolean resourcesLoaded= false;
          * Initilises the <code>static</code> instance of the
          * <code>Resources</code> instance.
         public static void initiliseResources() {
              if (resources == null)
                   resources= new Resources();
          * Instanciates a <code>Resources</code> object.
         private Resources() {
              init();
          * Returns a resource as a <code>byte</code> array, which can then be used
          * as a <code>ByteArrayInputStream</code> to instanciate among other things
          * images and property files.
          * @param name a resource name. This is the path to the recource from the
          *         root of the jar file.
         public static byte[] getResourceAsByteArray(String name) {
              if (resources == null)
                   resources= new Resources();
              return (byte[]) Resources.contents.get(name);
          * Returns true if the resources were correctly loaded
         public static boolean resourcesLoaded() {
              return resourcesLoaded;
          * Reads the jar file and inserts the contents
          * into the Hashtables.
         public void init() {
              try {
                   //Sizes into the table     
                                                                    File jar= new File("[path to]/yourjar.jar");
                   if (jar != null && jar.exists()) {
                        //Found the path to this jar file
                        ZipFile zipFile= new ZipFile(jar);
                        Enumeration enum= zipFile.entries();
                        while (enum.hasMoreElements()) {
                             ZipEntry zipEntry= (ZipEntry) enum.nextElement();
                             sizes.put(
                                  zipEntry.getName(),
                                  new Integer((int) zipEntry.getSize()));
                        zipFile.close();
                        //Contents into the table
                        FileInputStream fis= new FileInputStream(jar);
                        BufferedInputStream bis= new BufferedInputStream(fis);
                        ZipInputStream zis= new ZipInputStream(bis);
                        ZipEntry zipEntry= null;
                        while ((zipEntry= zis.getNextEntry()) != null) {
                             if (zipEntry.isDirectory()) {
                                  continue;
                             int size= (int) zipEntry.getSize();
                             // -1 means unknown size.
                             if (size == -1) {
                                  size=
                                       ((Integer) sizes.get(zipEntry.getName()))
                                            .intValue();
                             byte[] blob= new byte[(int) size];
                             int readBuffer= 0;
                             int buffer= 0;
                             while (((int) size - readBuffer) > 0) {
                                  buffer=
                                       zis.read(blob, readBuffer, (int) size - readBuffer);
                                  if (buffer == -1) {
                                       break;
                                  readBuffer += buffer;
                             contents.put(zipEntry.getName(), blob);
                        resourcesLoaded= true;
              } catch (NullPointerException e) {
                   Constants.logger.severe(e.getMessage());
                   StackTraceElement[] stackTrace= e.getStackTrace();
                   for (int i= 0; i < stackTrace.length; i++) {
                        Constants.logger.severe(stackTrace.toString());
                   resourcesLoaded= false;
              } catch (FileNotFoundException e) {
                   Constants.logger.severe(e.getMessage());
                   StackTraceElement[] stackTrace= e.getStackTrace();
                   for (int i= 0; i < stackTrace.length; i++) {
                        Constants.logger.severe(stackTrace[i].toString());
                   resourcesLoaded= false;
              } catch (IOException e) {
                   Constants.logger.severe(e.getMessage());
                   StackTraceElement[] stackTrace= e.getStackTrace();
                   for (int i= 0; i < stackTrace.length; i++) {
                        Constants.logger.severe(stackTrace[i].toString());
                   resourcesLoaded= false;
    } //End Resources
    You can get the icons with "new ImageIcon(new ByteArrayResources.getResourceAsByteArray(String name));
    See ya
    Michael

  • My printer will print pages from the internet but will not print from my files.

    My printer will not print from my computer files but will print from the net. Does anyone have any idea what is going on with my printer?

    Please read this post then provide some details. What printer model? What operating system? How is the printer connected - USB, wired LAN, Wireless LAN, bluetooth?  What programs are you printing from?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Bookmarks are not restoring from .json file

    I recently had to do some maintenance requiring me to uninstall firefox. Before doing so, I backed up my bookmarks using the method on the site. I created my .json file and then later installed firefox back. When I try to restore from that file, nothing happens. I have the same default firefox bookmarks.

    Make sure that the file has a .json file extension. You can verify that via the Properties of the file (right-click context menu).
    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_places-database-file

  • First Row Record is not inserted from CSV file while bulk insert in sql server

    Hi Everyone,
    I have a csv file that needs to be inserted in sql server. The csv file will be format will be like below.
    1,Mr,"x,y",4
    2,Mr,"a,b",5
    3,Ms,"v,b",6
    While Bulk insert it coniders the 2nd column as two values (comma separte) and makes two entries .So i used filelterminator.xml.  
    Now, the fields are entered into the column correctly. But now the problem is, the first row of the csv file is not reading in sql server. when i removed the  terminator,  i can get the all records. But i must use the above code terminator. If
    am using means, am not getting the first row record.
    Please suggests me some solution.
    Thanks,
    Selvam

    Hi,
    I have a csv file (comma(,) delimited) like this which is to be insert to sql server. The format of the file when open in notepad like below:
    Id,FirstName,LastName,FullName,Gender
    1,xx,yy,"xx,yy",M
    2,zz,cc,"zz,cc",F
    3,aa,vv,"aa,vv",F
    The below is the bulk insert query which is used for insert above records,
    EXEC(BULK INSERT EmployeeData FROM '''+@FilePath+'''WITH
    (formatfile=''d:\FieldTerminator.xml'',
    ROWTERMINATOR=''\n'',
    FIRSTROW=2)'
    Here, I have used format file for the "Fullname" which has comma(,) within the field. The format file is:
    The problem is , it skip the first record (1,xx,yy,"xx,yy",M) when i use the format file. When i remove the format file from the query, it takes all the records but the "fullName" field makes the problem because of comma(,) within the
    field. So i must use the format file to handle this. So please suggest me , why the first record skipped always when i use the above format file.
    If i give the "FirstRow=1" in bulk insert, it shows the "String or binary data would be truncated.
    The statement has been terminated." error. I have checked the datatype length.
    Please update me the solution.
    Regards,
    Selvam. M

  • Word 2007 file not displaying from CHM file link

    Hello all!  I took the time to search around the forum before posting this, so I hope I didn't miss the answer somewhere.
    I'm using RH 8, working on a Policy and Procedure manual, resulting in a CHM file.  I've worked in earlier versions of RH with the same issues as everyone else (network deployment is a no-no, etc.), but this is the first time that I've had an issue with a linked-to Word file (linked as a "Link To File" link from within the project).
    When navigating through the CHM file on a local drive, and upon clicking on a link to a Word file, I get this warning dialog box:
    If you were to click "Open", you get a few-second delay (as if Word were opening), but then nothing happens.  The Word file does not open.  I believe the issue is with Office 2007.  I tested this exact same CHM file on a PC running an older version of Office, and the Word file opens without issue.
    Has anyone seen this type of behavior?  Is there a RH 8-based solution?
    Thanks for any help you can give!
    Bob

    Try Word Repair Toolbox, it's open source and may get your info back
    http://www.word.repairtoolbox.com/
    As free method to get your word documents back:
    Word may have automatically saved your file.When you start Word the next time, if any AutoRecover files were found, results will be displayed in the Document Recovery pane. Auto recovery option for word 2007 are below:
    1 Click the Microsoft Office Button, and then click Word Options.
    2 In the Navigation Pane, click Save.
    3 In the AutoRecover file location box, note the path, and then click Cancel.
    4 Close Word.
    5 Open the folder that you noted in step 3.
    6 Look for files whose names end in .asd (AutoRecover files).
    7 If you find the Word document that you are looking for, double-click it to open it.
    8 Save it immediately.

  • Audio not importing from MTS files

    I have AME CS6, and when I import an MTS video, the audio does not get included for some reason.
    After installing AME CC, when I import the same MTS file, the audio does get included.
    Does anyone know how to correct this in AME CS6?
    First image is from AME CS6:
    This image is from AME CC:

    Changing the Import method can sometimes resolve these types of issues. With any of the "memory card" cameras, important to use this method -
    1) Copy ENTIRE contents of SD card to your hard drive, all folders intact (do not use "transfer utility/conversion" software)
    2) In Premiere, use the MEDIA BROWSER to find and import media (usually tabbed at lower left side of Premiere interface).
    Hope this helps.
    Jeff Pulera
    Safe Harbor Computers

  • HP P6-2016 and Epson 2540 series printer. Can not print from documents file

    I am using an Epson series 2540 printer with my HP P6-2016 running Windows 7.  I was trying to print a form I had
    filled out on line.  When I click "print" I seemed to be in Fax mode.  I have never used this printer to Fax anything
    and have no idea how this occurred.  I am now unable to print anything from my documents file or to copy anything
    using my printer.  I can still print pictures from my pictures file.  Any ideas?
                              James

    Hello @Ongton,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that your Epson series 2540 printer is not quite functioning correctly with your HP Pavilion p6-2016 Desktop PC running Windows 7. As you are able to print photos from the computer to the printer it means that the pathways from the computer's operating system are functioning correctly and this is an issue with either the driver or the configuration of the Epson printer. I would advise you to post your issue on the Epson Support Site as they will know their drivers and configuration requirements better than we would.
    I hope I have answered your question to your satisfaction. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Will not download from download file.

    After downloading to download file the file will not open or open folder.

    Please explain the situation! What steps where performed? Did you encounter any error messages? How about trying a clean reinstall?
    Certain Firefox problems can be solved by performing a ''Clean reinstall''. This means you remove Firefox and any leftover program files and then reinstall Firefox. Please follow these steps one by one:
    #Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
    #After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu) and confirm all upcoming messages.
    #Now, uninstall Firefox by following the steps mentioned in the [[Uninstall Firefox from your computer#w_uninstall-firefox|Uninstall Firefox]] article.
    '''IMPORTANT:''' On Windows, the uninstaller has the option to remove your personal data and settings. Make sure that you do '''not''' check this option; otherwise all of your bookmarks, passwords, extensions, user customizations and other Firefox [[Profiles|user profile data]] will be removed from your computer.
    After uninstalling Firefox on Windows, delete the "Mozilla Firefox" program folder, located by default in one of these locations:
    * '''(On 32-bit Windows)''' ''C:\Program Files\Mozilla Firefox''
    * '''(On 64-bit Windows)''' ''C:\Program Files (x86)\Mozilla Firefox''
    #Go to the Windows Start menu and click on "Computer".
    #In the Explorer window that opens, double click Local Disk (C:) to open the C:\ drive.
    #Find the "Program Files (x86)" folder or "Program Files" folder.
    #* On 32-bit Windows, double-click the '''Program Files''' folder to open it.
    #* On 64-bit Windows, you will see a "Program Files (x86)" folder AND a "Program Files" folder. Open the '''Program Files (x86)''' folder.
    #Look for a '''Mozilla Firefox''' folder. If you find one, right-click it and select ''Delete'' and confirm that you want to move the folder to the Recycle Bin.
    Now, go ahead and reinstall Firefox:
    #Double-click the downloaded installation file and go through the steps of the installation wizard.
    #Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
    Please report back to see if this helped you!

  • Not loading from flat file using SQL*Loader

    Hi,
    I am trying to load from an excel file.
    first i converted excel file into csv file and save it as as dat file.
    in the excel file one column is salary and the data is like $100,000
    while converting xls to csv the salary is changed to "$100,000 " (with quotes and a space after the amount)
    after the last digit it will put a space.
    in the control file of sql*loader i had given
    salary "to_number('L999,999')"
    my problem is the space after the salary in the dat file.---> "$100,000 "
    what changes i have to make in the to_number function which is in the control file.
    Please guide me.
    Thanks & Regards
    Salih KM
    Message was edited by:
    kmsalih

    Thanks a lot Jens Petersen
    It's is loading ..........
    MI means miniute.
    am i correct.
    but i didn't get the logic behind that.
    can u please explain that.
    Thanks & Regards
    Salih KM

  • Enterprise Mode - Not Updating From XML File

    I've used GPMC to deploy the settings for Enterprise Mode within IE 11, and initially the XML file was pulled in my IE jus fine.  However, to simulate a real world test, I added a few sites and removed a site or two and now it seems to be holding onto
    the initial list and not pulling the updated list.  
    I've tried doing a gpupdate, but that hasn't helped.  Any ideas?  Am I missing something?

    did you use the site list manager tool, or edit the XML by hand?
    if you edited by hand, did you increase the file version number ?
    http://technet.microsoft.com/en-us/library/dn640701.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Why has part of an image not printed from pdf file?

    Hi, I have recently used Indesign to do the layout for a press advertisement. I exported the file as a High Quality pdf file to send to the printer. The logo on the advertisement  has not printed out correctly - the text part of the logo is showing but not the surrounding graphic. When you export and view the pdf file onscreen, everything looks fine. The graphic part of the logo is white - would this have anything to do with why it has not printed? What options should I have checked/unchecked to make sure the pdf prints exactly as it is seen onscreen or is it a problem with the logo file itself?
    I would appreciate any assistance.

    Gopalboopathy wrote:
    Hi
    if the logo is placed in front of the tint/backgrounds, if it's reverse the tint/background same color will be applied and the percentage of the color has been changed to 0%. it will works fine rather than changing the overprint/knockout. hopes it works.
    I'm afraid I don't understand waht you are trying to say here. The white in a logo should generally never be set to overprint. The only way I can think of to get any interaction between a backgorund and a white overprint is to use a blending mode, and that would affect the other colors as well, typically not what you want in a logo situation.
    This is a mistake in the construction of the original art, not a problem at can be fixed directly in ID.

Maybe you are looking for