Converting forms from  9.0.4 to 10.1.2.0.2.

converting forms from 9.0.4 to 10.1.2.0.2.
when opening the forms in 10.1.2.0.2 libraries are also loaded along with
forms and i'm able to compile. But when running the form FRM-40735 ON-ERROR trigger
raised unhandled exception ORA-06508. (In 9.0.4 it works fine).
Forms_path corrected in Registry and default.env and working directory is added in formsweb.cfg.
that's all i have done, could you please suggest if anything else i have to do to sovle this error.
Edited by: [email protected] on Feb 23, 2009 9:10 AM

I have compiled by - File->Convert->(Binary_to_text)->Convert
and deleted the the .pld files. But, the same error.

Similar Messages

  • Error while converting form from 3.0 to 6.0

    Hi, everyone
    While converting a 3.0 form to 6.0, I issued the following
    command:
    ifcmp60 MODULE=ALS_DELETE.inp userid=als/ur2nice@sefindv
    upgrade=YES VERSION=30 BUILD=NO OUTPUT_FILE=ALS_DELETE
    and received back this error message:
    Message 764 not found; product=forms60; facility=FMG
    What is going on? Does anybody knows about some good online
    documentation on this?
    Thanks a lot in advance,
    Eduardo

    Tom, I did an "upgrade" to Tiger and my render files are all on an external firewire drive anyway.
    If I switch from "fastest (the way 3.0 renders)" to "normal" will I have to re-render existing files, or does that only apply to segements I render in the future? Thanks for your repeated help.

  • Convert Forms from NT to Sun Solaris

    Can Any Body help me.
    I Already have forms on NT, can i convert my forms to Sun Solaris system without full development again.
    Thanks Alot for helping me

    Move the .FMB file to sun solaris and compile it there to get the .FMX in sun.
    Remember you should have sun solaris version of forms to compile the forms in that platform.
    Code changes are not necessary provided you have no platform specific (NT) code written in your application.
    null

  • Converting forms from 4.5 to 6

    I need to get ready for a conversion; what are the likely
    problems and can you direct me to source materials on the topic.

    There are loads of documents on this on metalink and OTN. Please
    look at
    http://otn.oracle.com/products/forms/techlisting.html#migration
    Also if you come to Open World we are doing a paper on this as
    well!
    Regards
    Grant Ronald
    Forms Product Management

  • Error when converting form to XML

    I get this error when trying to convert a form using this method:
    frmf2xml.bat OVERWRITE=YES AvaAcPt.fmb
    Oracle Forms 10.1.2 Forms to XML Tool
    Copyright(c) 2001, 2005, Oracle. All rights reserved.
    Processing module AvaAcPt.fmb
    WARNING: Invalid value (100) for property DataType on object OK.
    WARNING: Item CURR_CODE - all ListItemElements must have an Index, Name and Value.
    WARNING: Invalid value (100) for property DataType on object OK.
    WARNING: Invalid value (100) for property DataType on object INACTIVECUSTOMER.
    WARNING: Invalid value (100) for property DataType on object OK.
    XML Module saved as AvaAcPt_fmb.xml
    The WARNING: Item CURR_CODE - all ListItemElements must have an Index, Name and Value. is obvious. It a list is empty this warning is thrown out. Of course my concern is when we do the XML to Forms conversion later will the list item and associated code be reconstructed correctly?
    As for the 3 OK buttons and the INACTIVECUSTOMER button the converter puts a DataType attribute, which is meaningless to a button.
    I tried to find any peculiarities with the buttons but could not find any.
    Has anybody else experienced this problem?

    Hi,
    I have got the same warning “ all ListItemElements must have an Index, Name and Value” when converting form from fmb to xml using frmf2xml.
    Have you find any course of this and how to fix it?
    Thanks!

  • Acrobat XI Pro will not activate when trying to convert to an Acrobat form from an existing Word document

    My version of  Acrobat XI Pro will not activate when trying to convert to an Acrobat form from an existing Word document.  Acrobat not responding.
    Please advise
    John B

    Hi johnb69345359,
    I am sorry for the inconvenience caused. Lets try to resolve this issue.
    I would require few details in order to diagnose the issue correctly :-
    1) Are you able to launch Acrobat XI pro ?
    If yes, please try Help -> Repair option to repair Acrobat XI pro. Then try to perform the covert operation.
    2) Let me know the Operating system installed on your computer.
    3) Is there any error code or error message?
    Regards,
    Aadesh

  • Can I convert a from from Adobe Forms Central to a PDF Form?

    Can I convert a from from Adobe Forms Central to a PDF Form?

    Yes, you can save a FormsCentral form as a PDF form. In FormsCentral, the menu item when in design view is: File > Save as PDF Form

  • Converting Forms 6i to 10g on Linux

    I hope this will help ...
    REQUIREMENTS ANALYSIS
    The Comet6i application is be migrated to 10g in two phases.
    •     Phase-I : Migrated from Comet6i Application to 10g on W2K Server.
    •     Phase-II : Made the Comet10g Application Linux Compatible.
    PHASE I
    In the Phase-I, the COMET6i application is migrated to 10g on Win2K Server. The following tasks are to be carried out during this phase.
    1.     Source Code Verification
    2.     Upgrading of Comet Application objects to 10g
    3.     Migration of 10g specific forms to be done individually
    4.     Check for the completeness of the process.
    Pre-requisites
    i.     Developer/200010g IDS is installed on all COMET Workstations.
    ii.     Change the Windows Registry value of TNS_Admin = M:\OraXP\NET80\admin
    Step 1: Source Code Verification
    Checked out the COMET6i version3.5 of the application source code from Harvest comet6i repository. Excluded any unnecessary files from the application. Created an excel/spreadsheet that contains all of the files sorted by category (forms, libraries, menus, graphics, utilities and reports).
    Step 2: Upgraded Application
    I.     Did the code changes in 6i forms
    1)     RUN_PRODUCT: Every occurrence of run_product in forms has been replaced with CALL_REPORT procedure which is in the attached Library Comfun.pll.
    2)     V$SESSION: Wherever there is a query for selecting OSUSER from V$session has been replaced with :GLOBAL.ntuser.
    3)     WIN_API: WIN_API.get_windows_username replaced with :GLOBAL.ntuser.
    II.     Upgraded the forms from 6i to 10g in batch mode.
    Upgrading of COMET Application is done in the following sequence:
    1)     Library files (.pll/plx): Opened each library file in iDS and compiled it. This created the 10g version of each library.
    2)     Form files (.fmb/.fmx): Started with form files that do not have references (List : MST021, MST027, DEFAULT, MODEL, MST046). Opened these forms individually in the iDS and generated it.
    3)     Migrated all the remaining forms to 10g in batch mode using Oracle utility frmcmp.exe .
    Step 4: Checked for the completeness.
    1)     UNIT TESTING: Unit testing was done after complete migration of the forms 6i to forms10g on Win2K Server and following problems were fixed.
    2)     CANVAS & FIELDS WIDTH: When we upgraded to 10g forms, some of the fields’ width was changed and canvases were overlapping to each other. This was due to non-existence of the parent property classes. We ensured that every master form is present in the directory before up gradation.
    3)     FILE NAME EXTENSION: We have renamed every form / report / icons / libraries to upper case and extension of the files in lower case for uniformity across modules. (eg: STK001.fmb, STK01.rdf, COMFUN.pll)
    PHASE II
    In the Phase-II, the COMET10g application is made Linux Compatible.
    Issues
    Following issues are identified for carrying out this task.
    1.     Case sensitivity of Linux
    2.     OS Related Function Calls and Built-Ins
    3.     Batch Commands
    4.     HOST Commands
    Solutions
    The possible solution to the above mentioned issues are:
    1.     Case Sensitivity : It is suggested that all forms, reports as well as libraries to use UPPER CASE to eliminate this issue. This will provide uniformity in coding.
    2.     OS Related Function Calls: OS routine calls such as WIN_API routines has to be changed to corresponding Linux function calls
    3.     Batch Commands : Batch commands used in the forms has to be changed to Linux shell scripts.
    4.     HOST Commands : These commands are to be changed to corresponding Linux commands.
    Steps
    1.     Generated XML for 10g forms in batch mode.
    1)     frmf2xml.bat: Using Oracle 10g utility frmf2xml.bat; all 10g forms were converted into XML format for editing purpose.
    2.     Utility developed to address the case-sensitivity issue of linux.
    1)     A basic utility is developed to change the following keywords in the XML file.
    2)     FORM Calling Routines : All the form-names were changed to upper-case in CALL_FORM, NEW_FORM & OPEN_FORM built-ins.
    3)     PROPERTY VALUES CHANGES: Values of LibraryLocation, ParentModule, ParentFileName, and IconFilename are changed to upper case to ensure compatibility with Linux OS.
    3.     Fixed the basic problems in the XML file itself using the utility.
    4.     Converted the XML back to fmb.
    1)     frmxml2f.bat: Oracle’s frmxml2f.bat utility is used to convert xml files back to FMB format. All master forms are done individually and rest all files in batch mode.
    5.     Generated the fmx on Linux in batch mode.
    1)     Created a directory structure in Linux for Comet Development.
    2)     WINSCP Utility: Copied all fmb files to Linux server using WINSCP utility.
    3)     frmcmp_batch.sh: Oracle’s frmcmp_batch.sh shell script used to compile all the fmb to generate fmx i.e. runtime in Linux environment.
    6.     Icon files are bundled to a jar file.
    1)     icons jar file: Icon files were bundled to a jar file with the support of DBA.
    2)     UI_ICON_Extension: Utility search to change the registry to show icons / bmp / gif files as icons
    7.     Copied the reports to Linux server.
    1)     rwconverter Utility: All COMET 6i reports are upgraded to 10g using Oracle utility rwconverter.exe in batch mode, and then copied to Linux Server using WINSCP facility.
    8.     Tested the application for functionality.
    1)     UNIT TESTING: Unit testing was done on each form for testing the functionality and data flow by COMET TEAM. The following points are to be taken care, before going to live:

    i think you better hire a professional consultant for this kind of help, seeing that the requirements are a bit complicated.

  • Adobe forms from scratch - Standard programs?

    Hi,
    I have just begun trying to implement Adobe forms from scratch at my company. Previosly we have used an external printing solution so I can't convert anything. My plan is to create a new output medium and let the users select the new type by themself. But I have a couple of questions:
    1. How do I create a new medium (Examples: Print output/Fax/Telex, as found in t-code NACT - Processing routines)
    2. I guess there are SAP standard printing programs, interfaces and forms, but I can't find them. I need to be able to print all the usual docs from orders, deliveries and invoices. All I have in NACT are old home-made (Z*) programs so if you know what SAP think we should use now, please let me know!
    We have ERP6 ehp4 on netweaver 7 ehp1 and I have created one "Adobe form" myself so I can confirm that it works. but I don't want to invent the wheel twice...
    Thanx in advance!
    Br Linus Hellsing

    Hi Linus,
    I was wondering if you had a moment to comment on an opportunity that I am having regarding Adobe forms development efforts?
    If so, please read on:
    Our offshore team has worked on a development effort to replace Smart Forms PO's and Contracts with Adobe forms. They created new output types for these Adobe forms. In testing I noticed that the only way I can get them to print - is if I go into Print Preview and print -or- use SP01 and click on the .pdf icon and print. In both cases it uses Adobe Acrobat to perform the actually printing.
    We cannot seem to get them to print using the normal SAP message utility. Our users would expect to continue to:
    1. Use the Messages button while in the PO document - and select the new output type along with Meduim= Printed Output...
    2. Then they select Further data button - to specify Send Immediately.
    3. Then they use the Communication Method tab and specify the Logical Destination (as LOCL) and click on the Check box for Print immediately.
    They get what appears to be an rambling of Adobe error lines followed by many blank pages....
    At this point I am not sure if the print program is working correctly - or if the problem is with Adobe Document Services?
    Have you ever encountered a situation like this during your Adobe development efforts?
    Any suggestions would be appreciated.
    Regards,
    Steve

  • Sending Data to PDF Forms from ABAP Program.

    Hi Experts,
    I left ABAP Programing for a while around 1+ years Due to some personal problems
    Now I have struck up with new issue. Its ADOBE PDF forms.
    I am Entirely new to this topic & knows about Nothing.
    My requirement is to display a report in PDF form. Its totally Independent form from NACE.
    I have written a Driver program & retrieved all the DATA into a Final internal table.
    Now All that I need is to display the same Internal Table data into PDF form output.
    Can anyone help me how to send this data(47 records in Internal table with 8 fields in Internal table) to PDF.
    Please help me out Experts with any suggestions.
    Thanks & Regards,
    Dileep .C

    Hi,
    if u pass your internal table to smartform we can achieve . because we can convert smartform output into pdf easily.
    Regards,
    karthikeyan k s,
    Edited by: karthikeyanks on Nov 19, 2010 12:58 PM

  • Printing forms from sap r/3 system

    Hello Friends,
    I need to print a form from the sap r/3 system. I am new to the sap spool and print systems.
    Please guide me on how to go about printing the form.
    Points will be rewarded for helpful answers.
    Thanks,
    John.

    Hi John,
    Go through the below link, it will guide you(with screen shots) i.e  how to create spool ? how to convert spool to PDF ?and how to send it as an email? I guess it will be helpful to you.
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8cd6adbb-0301-0010-39ba-938c601d5db9">Click here -- Example</a>
    Regards,
    SaiRam

  • Creating a PDF form from a docx or xlsx

    Hello,
    Pulling my hair out over here... Can you help me out?
    I am trying to create a PDF form from either a word or an excel file.
    When I choose File > Create > PDF Form, I get the dialouge box asking to use either a file or scan from paper. Choosing file, then hitting next shows the choice of current document or browse for file. I browse for file, find my docx file, but it shaded out. Docx or xlsx does not appear in the "show" drop down below, which suggests that this function doesn't support these formats. HUH?
    I have read & watched the tutorials linked below, both of which clearly say Word and Excel are supported.
    http://help.adobe.com/en_US/acrobat/pro/using/WSB3F26303-0F1D-494a-BC55-7BF7F6684B4D.html
    http://tv.adobe.com/watch/learn-acrobat-x/getting-started-creating-simple-forms/
    Then I noticed a difference in the create window from the video, to my version...
    The video says "(PDF, Word, Excel or other file format)":
    My pop-up says ONLY PDF:
    Whats going on?
    I am using:
    MAC OSX 10.7.4
    Office 2011 MAC
    Acrobat X Pro 10.1.3
    Only way I can create a Form from Word files is to first print it to PDF, then use the form wizard on the PDF file... Which seems to have POOR results in auto-recognizing fields.
    PLEASE HELP Adobe!
    Thanks.

    I just got Acrobat X for my mac, for a class.  I am SO frustrated.  Almost everything in the class focuses on PDFMaker options.   The 'save as adobe pdf' or save as pdf options have zero functionality.  So I now own PDF software that doesn't really function on a MAC, and have to go to a windows machine.  I keep reading that it is a Microsoft problem, but I don't know how that can be when the software I thought I bought is this fancy PDF software that converts everything!!
    I asked a tech today if there were 'any' adobe work-arounds for this and basically the answer is to save PDF with no attribute functionality.  Period.
    Wasted $$ for me

  • Acrobat 9 forms from word

    I'm working with Acrobat 9 Pro and creating a form with a table.  The table  had 4 columns the first 3 have non-numerical data.  The forth column is a cost  column.  What I need it to do is if there is something in columns 1-3 for it to  talley the cost column at $10.00 per item.  So if nothing is in a column it  wouldn't talley.  Any help would be terriffic.  What I'm doing is taking a ready  made form from Word and transfering it to Adobe.  Are you saying that I would  need to recreate the form.

    If you create the files using PDFMaker, the form fields should be
    automatically converted to Acrobat form fields. However, you will still need
    to add the calculation yourself, but that's quite simple.
    Just go to the Properties dialog of the total field, and under the
    Calculation tab use the simple notation field to set the value to be the sum
    of the other fields, times 10.

  • I've created a PDF form using Adobe acrobat. I created the forms from a PDF that I made using pages

    I've created a PDF form using Adobe acrobat. I created the forms from a PDF that I made using pages and word on Mac running Mountain lion. How do I allow the user of the form to insert JPEG files when filling out the form and how do I allow the user to add more fields or groups of fields as needed.

    The type of form yo're describing is possible if you create it in LiveCycle Designer. It may also be possible in Acrobat, but there are certain restrictions. The type of form is known as a dynamic XFA form. LiveCycle Designer is not available on the Mac, so you'd have to install the software on a Windows machine and learn how to create this type of form. The LiveCycle Designer forum here is a good resource for getting more help.
    Reader 11 now supports creating new pages using templates with a form that you create in Acrobat (Acroform). This requires some JavaScript programming. It also adds support for using a button to display a page from a PDF, which can be an image or anything else a PDF can be. So the user would click a button, be prompted to import a page from an existing PDF, and the button (or a different button) displays it as its icon. This would require the user to convert the image to PDF first, which is relatively easy these days (e.g., using Preview on the Mac, or Word on Mac/Windows). This too involves a bit of JavaScript programming, but it's very simple and straightforward.

  • Convert Forms 4.5 to 6i

    Looking for advice and/or information regarding the conversion
    of Forms 4.5 to Forms 6i and the process involved. We have
    converted some forms from 4.5 to 5.0, so I am familiar with that
    process. How different is 6i in this capacity ?? Any documents,
    web sites, or other information will be helpful.
    Thanks

    when you load earlier versions of Forms into 6i the Forms will
    automatically upgrade the code to 6i (ex- CHAR to VARCHAR2).
    Forms will prompt before making changes to the code.
    I backed up all the Forms 4.5 code before opening them in Forms
    6i. The upgraded code works fine.
    Same procedure works with Reports 6i
    -Peter

Maybe you are looking for

  • Mail hyperlinks open in safari, but screen is not automatically moving from mail to safari, only manually

    Hello, i'm facing already for some time an issue that i can get solved unfortunately. After OS update towards mountian lion (i believe, but not sure), a hyperlink in an email is opened in Safari, but my screen is not automatically swapping towards sa

  • How to generate a XML file from a XML schema...?

    Hi guys...! I have a XML schema and I want to write a XML file based on that schema. I have heard about this feature that eclipse has, which given a XML schema, can generate a XML file for you. Does anyone of you know about this feature? or is there

  • Show in finder not working

    Using Spotlight, the "show in finder" option does nothing. Also, under Safari downloads the spyglass icon "show in finder" does nothing. All of the sudden. No installs that I know of, except latest OSX and Mac apps updates. Anyone else seen this? Any

  • Putting a row in 2d array

    Hello, I try to insert a 1d array into a 2d array. I use the "Insert into array" function, but it just refuses to do it. I wire the output array to a local variable of the 2d array, but it just won't work. Help!

  • Sign off no longer in Gmail on iPad mini

    Since updating to 7.0.6 on my iPad mini I no longer have the sign out prompt.  I used to be able to click on my picture and had a drop down selection of Sign Off. How can I get this back?  I share this iPad with my family and want to sign out when I'