Form: FACTORY_ADDRESS :FRM-30085: Unable to adjust form for output.

Hi there,
I have Oracle Enterprise 9i and Developer 10g with Forms on my laptop. I have created a form which runs quite alright from my laptop, but on transferring this form to another computer running Oracle Enterprise 10g and Developer 10g with Forms and with exactly the same backend database schema, it gave me the following error and would not load.
Form: FACTORY_ADDRESS
FRM-30085: Unable to adjust form for output.
What can be wrong?
Many thanks in advance
Cube60

You need to recompile your fmb files to fmx when you redeploy your forms in a new major version. What exact version (all the 5 version digits you find when you show the About box in the builder) are running in the two installations?

Similar Messages

  • :FRM-30085: Unable to adjust form for output.

    I have built a form on my laptop running Oracle Developer Suite 10g (10.1.2.0.2) and runs fine. I started having the message below
    :FRM-30085: Unable to adjust form for output.
    when I tried to open this form on another version of Forms running Oracle Developer Suite10g (9.0.4.2.0) on another computer.
    Could this be the reason - non-backward compatibility.
    If this is the reason, Is there a way to around it.
    Many thanks
    cube60

    Yes, you are correct - you cannot create a form in 10.1.2 then try to run it in 9.0.x. There is no way to avoid this.
    In order to go from an older version to a newer version, you must recompile the source code (FMB, MMB, PLL) in the version where you expect to run it. You cannot simply take an FMX file which was created in 9.0.4 and expect it to run in 10.1.2. This would fail. New executables would need to be created using the 10.1.2 compiler.

  • "Unable to adjust form for output" err msg

    When attempting to compile a form, using either forms builder or
    compiler, I get the following error message:
    FRM-30085: Unable to adjust form for output.
    When looking up the error code, I see:
    Cause: The LOV name referenced does not exist.
    Action: Specify another LOV name, or delete the reference.
    FRM-30085: Unable to adjust form for output.
    Any ideas out there?

    Check all LOVs. Some of LOVs return values in non-existing
    fields. Open LOV properties and go to "Column mappings" and
    check Return Items for all fields in every LOVs.

  • Form for Output Type LD00

    Dear Experts,
    THis is regarding form for LD00.
    I am from EH&S module.
    For getting DG data on form, there is one std form in sap which is RVDELNOTE. The respective print program is RVADDN01
    I have replaced this LE_SHP_DELNOTE with RVDELNOTE  then I am getting error: Output could not be issued
    As this is script and not  the smartform, I have tried following two combinations In transaction NACE, but still error continue
    Combination 1)
    Medium: Print Output
    Program: RVADDN01
    Form Routine: ENTRY
    Form:BLANK
    PDF/SamartForm Form: RVDELNOTE
    Type: BLANK
    Combination 2)
    Medium: Print Output
    Program: RVADDN01
    Form Routine: ENTRY
    Form:RVDELNOTE
    PDF/SamartForm Form: BLANK
    Type: BLANK
    again if I assign LE_SHP_DELNOTE, it is working fine..
    on the other hand, RVDELNOTE is also Standard SAP Script. I have not done any changes in it.
    Pls guide,,
    Edited by: Amol Joshi on Jan 12, 2011 12:25 PM

    Problem resovled at my own..
    Thanks...

  • SmartForms Vs Adobe Forms for output

    Hello Everyone,
    I have a question. When configuring output in CRM 7.0 what are the advantages/disadvantages vis-a-vis smartforms and adobe forms?
    Appreciate your input and answers.
    Thanks
    B P

    Hi,
    the output of adobe forms can be archived directly as PDF:
    The smartform has to be converted to PDF before archive - but this is also possible.
    It is more like a strategy-question of your company. In our company all forms in CRM are created as Adobe PDF.
    On remark to licences: As long as you do not use interactive PDF there is no additional license for Adobe Forms.
    Kind regards
    Manfred

  • EDI810== INVOICE== INVOIC02 IDOC == Need Form for output

    Anybody know the the best Sapscript form or Smartform to use in this case. I'll probably be creating the form from the invoice in MIR4.....Thank-You.

    Hi Tom,
    You can use this smartform /<b>SMB40/SDINV_XX</b> (XX can be A, L, UK) and the print program <b>RLE_INVOICE</b>.
    Hope this will help.
    Regards,
    Ferry Lianto

  • FRM-30041 / FRM-30085

    I am trying to convert some forms we built as stand-alone apps under Forms 6i (run as an app) to Forms 9i (run via a browser). Some of these forms have MANY buttons and MANY text boxes etc.
    When I try to compile a form, I get the following error:
    FRM-30041: Position of item places it off of canvas.
    Item: INS_TYPE
    Block: PROP_TABLE
    Form: INS_NAIC_DEF
    FRM-30085: Unable to adjust form for output.
    If I move the Item to a different position on the canvas, or simple delete it (and fix the related code), I will get the same error for another Item etc.
    Is there a way to get the forms to fit under 9i? I've tried playing around with scroll bars etc, but with no luck.
    TIA,
    Steve

    The issue is as simple as the error suggests. You have an item that is either partially or completed displayed off the canvas. Check the size of the window assigned to your canvas make sure it is large enough to include all of the items on your canvas. You could also try scrolling your canvas to see if there are any items not on your canvas area.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • FRM-41214: Unable ro run report while calling a report from a form in 9iDS

    Am in the process of migrating from Developer 6i client/server to Developer 9iDS on Windows 2000.
    I have read through the various postings on this issue & have made changes accordingly. I also referred to the white paper on the Forms/Reports integration.
    As I am trying to do a prototype, am compiling my forms/reports on my local machine & not on the apps. server.
    I installed a report server on my local machine as,
    rwserver -install 9irep
    I have defined this as a NT service and it is up & running & so is my OC4J instance.
    I have defined a reports object in my Form Builder & set Report Server=9irep,
    Destype=Cache,
    Execution mode=runtime
    Communication_mode=synchronous.
    I also removed the /security tag from the <report server>.conf file as suggested in the white paper. Also set the single sign-on to NO for the reports service.
    I have replaced my run_product with the run_report_object built-in as follows.
    Declare
    report_id      REPORT_OBJECT;
    report_status VARCHAR2(255);
    rep_job_id      VARCHAR2(255);
    Begin
    report_id := FIND_REPORT_OBJECT('KS'); --Created in form under node "Reports"
    SET_REPORT_OBJECT_PROPERTY(report_id,REPORT_FILENAME,'C:\Kalpana\9i_Prototype\ISSMDLCUST.rdf');
    rep_job_id := RUN_REPORT_OBJECT(report_id);
    report_status := REPORT_OBJECT_STATUS(rep_job_id);
    WHILE report_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    report_status := REPORT_OBJECT_STATUS(rep_job_id);
    END LOOP;
    message(report_status); pause;
    IF report_status='FINISHED' THEN
    Web.Show_Document('http://houwdisndgd01:8888/reports/server/getjobid='
    ||rep_job_id||'?server=ks');
    END IF;
    End;
    I get an error message "FRM 41214: Unable to run report" right after the call to run_report_object.
    Can someone please tell me where am going wrong with my run_report_object built-in? (I also need help writing my web.show document to point it to my local machine/folders).
    Thanks
    Kalpana

    How I have implemented the same and works
    Local OC4J is running.
    I established a reports server "repserver90" as a service.
    I created a report named "C:\TMP\TMP\test_report.rdf"
    I created a form with a Reports object with properties:
    Name: "EMP"
    Filename: "C:\TMP\TMP\test_report.rdf"
    Execution mode "Batch"
    Communication mode "Sychronous"
    Report Destination Type "Cache"
    Report Destination Format "HTML"
    Report Server "repserver90"
    I call the report with the procedure:
    PROCEDURE TEST_REPORT IS
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := find_report_object('EMP');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_EXECUTION_MODE,BATCH);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_COMM_MODE,SYNCHRONOUS);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESTYPE,CACHE);
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_DESFORMAT,'html');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_SERVER,'repserver90');
    SET_REPORT_OBJECT_PROPERTY(repid,REPORT_OTHER,'paramform=no pdeptno='||:dept.deptno);
    v_rep := RUN_REPORT_OBJECT(repid);
    rep_status := REPORT_OBJECT_STATUS(v_rep);
    WHILE rep_status in ('RUNNING','OPENING_REPORT','ENQUEUED')
    LOOP
    rep_status := report_object_status(v_rep);
    END LOOP;
    IF rep_status = 'FINISHED' THEN
    /*Display report in the browser*/
    WEB.SHOW_DOCUMENT('http://localhost:8888/reports/rwservlet/getjobid'||substr(v_rep,instr(v_rep,'_',-1)+1)||'?'||'server=repserver90','_blank');
    ELSE
    message('Error when running report');
    END IF;
    END;
    Minas

  • FRM - 30085 (Chart in Oracle 9i Forms)

    I need to display charts based on conditions. but after i draw a chart and select the data block, X Y coordinates, when i try to compile it says FRM - 30085. problem with block based chart and cannot generate form. Please help on how to draw charts in forms 9i and display.

    Hello Frank,
    I was thinking the same but while going through the documentation related to 9i forms i came across folowing description.I have copied it from the 9inewfeatures.pdf,see below.
    Using FBEAN, you can programmatically register a JavaBean at runtime, get and
    set properties and execute methods, all from within PL/SQL, without having to
    write any extra Java code! Even if your JavaBean is complex and uses data types
    that cannot readily be translated from the basic PL/SQL types, the FBEAN
    interface is extensible using Java and can be tailored to your requirements.
    Now after going through this i tried to find out how it can be tailored for our requirements.but i could not find any explaination anywhere.
    I posted he query thinking if any one who has worked on this earlier, could guide me ,it would be realy nice.
    thanks for the reply
    Regards
    Sachin

  • FRM-30087: Unable to create form file F:\MYFORM\ORDG01.fmx.

    FRM-30087: Unable to create form file F:\MYFORM\ORDG01.fmx.

    If the file is open, forms might have problems to overwrite it.
    Make sure the destination file is not open

  • FRM-30087: Unable to create form

    Hi,
    I am getting FRM-30087 error, when I try to run form for the second time. The error message index states as follows :
    FRM-30087: Unable to create form file %s.
    Cause:  You lack privileges in the specified directory, or you do not have the disk space required.
    Action:  Contact your DBA to make sure you have the access privileges you need.
    I am working in Windows XP and have enough disk space. What could be the problem?
    Thanks for any help.
    Mel

    Could it be that the forms is already running?

  • FRM-30087: Unable to create form file

    I'm running Forms 9i. When I tried to run form from the Forms Builder, I sometimes received the error "FRM-30087: Unable to create form file". To work around the problem, I have to shut down the OC4J instance and then restart again. Why did I receive this error? How do I get rid of this error without having to shut down OC4J every time?

    It means that there is an instance of your fmx in memory still running. Make sure to exit properly from your form after you run it.
    This might happen if you leave the forms running or if you closed your browser without exiting the form first.
    Shutting down OC4J removes the fmx from memory.

  • FRM-42431 Unable to initialize debugger in forms 9i

    I want to debug a form of my application. In formsbuilder I try to do that with Debug - Debug Module and after that formbuilder starts the form with the extra parameters debug=YES&HOST=inserver&PORT=4783. When the form opens I get the error FRM-42431 Unable to initialize debugger.
    Does anyone know where the host/port info comes from? (De servlet is started on port inserver:8888). With debug=YES&HOST=inserver&PORT=8888 I get the same error.

    The port number used by the debugger is different each time - it's just a socket connection that the debugger in the Form Builder uses to connect to the runtime.
    The error that you are getting sounds like your default.env is not correctly set up. The classpath in that file should include the debugger.jar, share.jar and utj90.jar

  • FRM 30087 Unable to create form file \\pc1\CALENDAR_EX.fmx.

    there is a form calendar.fmb created on PC1 which runs proper on PC1.
    Now on PC2 i am opening the form and want to run the same. But it gives the following error...
    FRM 30087 Unable to create form file \\pc1\CALENDAR_EX.fmx...
    how to solve this..?

    If you look up the error message in the Help documentation, it says:
    FRM-30087: Unable to create form file %s
    Cause:  You lack privileges in the specified directory, or you do not have the disk space required.
    Action:  Contact your DBA to make sure you have the access privileges you need.

  • Problem while using an adobe form "Unable to fulfil request for memory"

    Hi Experts,
    When I try to call a Adobe Form from the porta,l the system encounters a problem and the error message is "Unable to fulfil request for 3665920 bytes of memory space.".Could yopu please provide you valuable suggestion to resolve the issue.
    Thanks.
    Arun.

    Hey fellow ADS developer,
    I had this issue once and had hard time to figure out from where it was coming!
    In fact, check the free space on your SAP Server hard disk (or ask admin guys). It might be that there is no more hard disk! Because every time you generate a form, it is stored on your server harddisk. You need to flush all that temp stuff regularly.
    Hope this  helps
    Yann

Maybe you are looking for

  • No more pool connection

    Is it possible to configure the pool in a way that the ejb asking for a connection waits until a connection is available, if there are no more connections available in the pool? I know this is not the coolest thing to do, but I want to avoid all thes

  • Simple ejb project fails to run but debugs OK

    OK, here's my first foray into the world of EJB3: It's trivial to be sure. ==== SessionBean.java=== package sess; import javax.ejb.Stateless; @Stateless public class SessionBean implements SessionRemote, SessionLocal {     public String hello(String

  • Passing Request Attributes in betweeen pageflow Portlets

    Hi How to pass Request Attributes in between Pageflow Portlets I tried with ScopedServletUtils class but it's not working for me Thanks

  • HT204380 I cannot get any FaceTime calls to work.

    I cannot get any FaceTime calls to work. If I do manage to talk to the other person, I only see myself. One only sees himself. One sees nothing. What are we doing wrong? Thanks.

  • Subcontracting Purchase Requestion

    All Assume i have the following two material masters. 1. Raw nut - Material Master valuation price Rs.10 per Kg. (Raw material) 2. Treated nut - Material master valuation price Rs. 12 per Kg. (Semi finished product). Please note that charges for maki