Run (10.1.2.0.2)Forms on (9.0.2.9.0) Developer

hiii
i have created a form using Developer(10.1.2.0.2) ... now when trying to rrun it using Developer(9.0.2.9.0) ... i got the following errors :
1) when opining the form i got (PDE-PEP006 Encoded Program Unit has unknown Format)
2) When Trying TO Compile it i got(FRM-30085: Unable to adjust form for output.)
What Do I Have To Do ???

Hi ,
Unfortunately you cannot make this Form 10g run in Forms 9i......!!!!!!
You should have the source file made in Forms9i and run it with either the Forms9i runtime or Forms10g....!!!!!!!!!!!!!!
Regards,
Simon

Similar Messages

  • How to run a report from oracle 10g form in .csv format

    dear all,
    how to run a report from oracle 10g form in .csv format? i've already run in pdf & excel format.
    i'm using
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'PDF'); --for pdf
    SET_REPORT_OBJECT_PROPERTY (ro_report_id, report_desformat, 'SPREADSHEET'); ---for excel
    Please Help..

    i have already tried.
    but the report show in htm or html format. that file will not save into csv. please help.

  • How to run the imported java class in form

    Help!!!!!
    Pls help me to run the imported java class in forms.
    Package is created in forms while imported one class called
    singlexml.class and that package has one procedure and one
    function.
    I just wanted to run that class.I mean the new package.
    Thanks
    Anil

    Hi,
    It is because the converter works on byte code and it only supports a subset of the Java language (see the JC specifications). It is kind of like compiling you code on Java 6 and trying to run it on Java 5. The JCDK outlines the required compiler version.
    Cheers,
    Shane

  • How to run the 9I report from the forms menue 9i

    how to run the 9I report from the forms menue 9i.
    Shehzad Latif

    Hi,
    1. create a Reports Object node in Forms. If you use teh same object node name then you can write generic code that works in all Forms
    2. Get the whitepaper about Forms/reports integrtion
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf
    Frank

  • Error While running Oracle Look and feel Template Form -  (LAF_TEMPLATE)

    Forms Version 10.1.2.3
    JRE version 1.6.0_30
    Operating System Windows XP
    I am trying to setup oracle look and feel project on my local machine.
    For that i upgraded forms to 10.1.2.3 then i also applied path no *9593176* (But not yet performed steps related to jacob and webutil).
    Problem : When i run Oracle look and feel template form it comes up with following error.*
    Forms Applet version is : 10.1.2.3
    Exception in thread "thread applet-oracle.forms.engine.Main-1" java.lang.NoSuchMethodError: oracle.forms.handler.IHandler.getApplet()Ljava/applet/Applet;
         at oracle.forms.fd.DrawLAF.init(DrawLAF.java:285)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Hello,
    I have spent a lot of time to indicate wherever I could that you don't have to ask questions about the LAF on this forum. You have two other different locations, a dedicated email and a dedicated forum.
    At the first sight, it seems that you have not used the laf_10123.jar in your archive tag.
    Thank you,
    Francois

  • UNIX: problem running an DEV & QA environment using form/report servlets

    UNIX: problem running an DEV & QA environment using form/report servlets
    I am trying to setup on one server an DEV and QA environment using the Forms Servlet, Forms Listener Servlet and Report Servlet.
    I think I have the Forms Servlet and Forms Listener Servlet running properly. The problem is setting up the DEV and QA environment for running reports.
    For example, when in DEV environment I would like to run a report from a directory specified in the REPORTS60_PATH. This doesn't seem possible.
    It might be easier if I describe my configuration first:
    DEV: run all forms and reports from the directory /data/release/dev
    QA: run all forms and reports from the directory /data/release/qa
    ---DEV & QA Settings Forms Listener Servlet:
    zone.properties:
    # DEV
    servlet.fl60dev.code=oracle.forms.servlet.ListenerServlet
    servlet.fl60dev.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/dev.env
    # QA
    servlet.fl60qa.code=oracle.forms.servlet.ListenerServlet
    servlet.fl60qa.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/qa.env
    ---DEV & QA Settings Forms Servlet:
    servlet.f60servlet.code=oracle.forms.servlet.FormsServlet
    --- Settings for Reports Servlet:
    servlet.RWServlet.code=oracle.reports.rwcgi.RWServlet
    Custom Env files since we are using Developer 6i Patch 7
    dev.env and qa.env
    Here I specify FORMS60_PATH and REPORTS60_PATH,
    eg: DEV -> FORMS60_PATH=/data/release/dev
    REPORTS60_PATH=/data/release/dev
    likewise for QA ../qa
    In the formsweb.cfg file i have something like:
    [dev]
    serverURL=/servlet/fl60dev
    form=test.fmx
    [qa]
    serverURL=/servlet/fl60dev
    form=test2.fmx
    I have tested the following and they work without problems:
    1. forms listener test page, eg: http://webserver:7777/servlet/fl60dev
    2. running forms from the 2 environments
    eg: http://webserver:7777/servlet/f60servlet?config=dev
    this runs the form in the FORMS60_PATH (/data/release/dev)
    Now my problems start with Reports.
    When I run a report from forms (using run_report_object) it will not run any reports
    as specified in the REPORTS60_PATH
    Even using this url:
    http://webserver:7777/servlet/RWServlet?server=rep60&report=test.rdf&destype=cache&desformat=html&
    userid=scott/tiger@test9i
    It NEVER seems to pickup and use the REPORTS60_PATH. I have tried nearly everything.
    I have gone throught the instructions in "Integrating Oracle9iAS Reports in Oracle9iAS Forms -
    White Paper"
    (http://otn.oracle.com/products/forms/pdf/277282.pdf)
    and Forms6i Patch 7: Oracle Forms Listner Servlet for Deployment of FOrms on the Internet
    (http://otn.oracle.com/products/forms/pdf/p7listenerservlet.pdf)
    plus any other documents in metalink relating to forms, or report servlets. I am
    totally confused, please help.
    I have tried setting the REPORTS60_PATH in the following files without success:
    custom.env (as specified by initArgs=EnvFile in zone.properties)
    jserv.properties
    in the zone.properties I have tried to set a custom env file for the report servlet:
    servlet.RWServlet.code=oracle.reports.rwcgi.RWServlet
    servlet.RWServlet.initArgs=EnvFile=/u01/app/oracle/product/ias/6iserver/forms60/server/dev_rep.env
    NO LUCK.
    The only place that I can set the REPORTS60_PATH
    is in "[6iserver home]/reports60_server" file when I start the reports server (did I even
    get this right - I do have to have a reports server running don't I?)
    Does this meaan I have to run multiple report servers for each of my environments?
    Based on all the documentation I thought that REPORTS60_PATH as specified in the files relating
    to the forms servlet would be the place to specify the path.
    As you will understand I am getting really fustrated with this and it seems to
    me that the reports servlet configuration in 6i is really half baked and since 9i
    is coming out it will never be fixed.

    I am even not able to run forms servlets from two different forms60_path, Is there any configuration do you make other than what you have mentioned in this post.
    I already open a TAR in this regard, I am still waiting reply from ORACLE.
    Thanks,
    Shaik Ather Ahmed

  • Facing Issue while running from on desktop through oracle form builder 10g.

    Dear All,
    I am facing No plugin to show content error while trying to run oracle from on desktop through form builder 10g. please help.
    Thanks,
    Pradeep

    I am facing No plugin to show content error while trying to run oracle from on desktop through form builder 10g. What is your OS version?
    What Java version are you using?
    Have you configured your Oracle Developer Suite (ODS) 10g to run forms from the Forms Builder?
    Craig...

  • Run Character mode reports in Menu/forms.

    Hi,
    we are using ora-dev-suite 10g and trying to Run Character mode reports in Menu/forms and output ascii text or pdf files generated and saved in local/client PC's.
    report when run through report builder, it is ok.
    But we are not able to run these reports through menus/forms. can we run these reports using background report engine on a click of button.
    pl.guide us.
    thanks.

    Hello,
    You can put a variable in your default.env file like SERVER_URL http://<yourserver>:<yourport> and then retrieve it in forms with the tool_env.getvar package
    declare v_server_url  varchar2(100);
    begin
    tool_env.getvar(SERVER_URL,v_server_url);
    /* then launch your report */
    web.show_document(v_server_url||'/reports/rwservlet?yourparameters.....');
    end;So if you deploy your form in server 1 or 2 you only have to change the value in the default.env file according to the server you use.
    Hope this helps.
    Regards
    Jean-Yves

  • Running a query from a called form programmatically

    Hi,
    I would like to run a query from a called form using the same criteria as the calling form used, this is my situation;
    I have a form with a field called IDNO when I execute the query I have code in the KEY-EXEQRY that first checks the HOLDER table to see if the IDNO exists if it does, the query will continue as normal and the record will be shown in the form, if it does not exist I have to query another table called DISTRIBUTOR which also has a field called IDNO. I would this to happen without any intervention from the user, in other words the the code that I have will call the second form and must execute the query. This is what I have so far in the KEY-EXEQRY.
    *************************************************************************8
    IF :holder.idno IS NOT NULL THEN
    DECLARE
    v_holder_idno xrays.holder.idno%type;
    v_distr_idno xrays.holder.idno%type;
    CURSOR holder_idno_cursor IS
    SELECT idno
    FROM holder
    WHERE idno LIKE :holder.idno
    ORDER BY idno;
    CURSOR distr_idno_cursor IS
    SELECT idno
    FROM distr
    WHERE idno LIKE :holder.idno
    ORDER BY idno;
    BEGIN
    OPEN holder_idno_cursor;
    FETCH holder_idno_cursor INTO v_holder_idno;
    CLOSE holder_idno_cursor;
    IF v_holder_idno IS NULL THEN
    OPEN distr_idno_cursor;
    FETCH distr_idno_cursor INTO v_distr_idno;
    CLOSE distr_idno_cursor;
    IF v_distr_idno IS NOT NULL THEN
    CALL_FORM('X_DISTRIBUTOR_FORM');
    /* This is where I need to populate the idno of the called form and execute the query and when the program gets back to the calling form the calling form should be in normal mode not query */
    END IF;     
    END IF;     
    END;
    END IF;
    execute_query;
    *************************************************************************************8
    can anyone help me with this problem?
    Thank you
    Michael

    Note something else...
    If the above document is not applicable to 9i then you can find many...many articles if you write on the 'search' utility of OTN 'integrate reports and forms ' .
    Simon

  • Running report from a button in forms 6 with parameter

    im new to reports 6 please give me the code for running report from a button in forms 6 with parameter
    regards

    Hi ,
    Use this SRW.RUN_REPORT..
    Go thru the help in Reports by typying
    Running a report from Form Builder or Graphics Builder
    go thru the instuctions and examples.
    --Basava.S                                                                                                                                                                                                                                                                                                                                                                           

  • Error trying to run a sample master-detail JSF form in Jdev 10.1.3

    I've tried JDeveloper 10.1.3 folowing a tutorial , master-detail one , involving Adf Faces which I found it here http://www.oracle.com/technology/products/jdev/101/tutorials/e2ebcfaces/buildmaster-detailpagewithjdevandadfbc.htm.
    1. I dowloaded JDeveloper 10.1.3
    2. I made -in Jdeveloper- a connection to OE8 schema
    2. I created an application with web application template ; in my new workspace i had 2 projects Model and ViewController
    3. In model i choose Business Tier - ADF Bussiness Components - Business Components from Tables and I followed instructions in tutorial
    4. In ViewController I created Web Tier - JSF - JSF JSP , with the JSF-JSP wizard a jsp page browseCustomerOrders.jsp. For building a master detail form i folowed instructions in tutorial
    However ...
    5. When I tried to run i received ....
    " [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    D:\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\config>
    D:\jdevstudio1013\jdk\bin\javaw.exe -ojvm -classpath D:\jdevstudio1013\j2ee\home\oc4j.jar;D:\jdevstudio1013\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config D:\jdevstudio1013\jdev\system\oracle.j2ee.10.1.3.34.12\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    05/11/30 12:04:16 Exception in thread "OC4J Launcher" oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: oracle.core.ojdl.logging.LoggingConfiguration
         Dependent class: com.evermind.server.XMLApplicationServerConfig
         Loader: oc4j:10.1.3
         Code-Source: /D:/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar
         Configuration: <code-source> in boot.xml in D:\jdevstudio1013\j2ee\home\oc4j.jar
    The missing class is not available from any code-source or loader in the server.
    05/11/30 12:04:16      at oracle.classloader.PolicyClassLoader.handleClassNotFound (PolicyClassLoader.java:2073) [D:/jdevstudio1013/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.internalLoadClass (PolicyClassLoader.java:1681) [D:/jdevstudio1013/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1633) [D:/jdevstudio1013/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at oracle.classloader.PolicyClassLoader.loadClass (PolicyClassLoader.java:1618) [D:/jdevstudio1013/j2ee/home/lib/pcl.jar (from system property java.class.path), by sun.misc.Launcher$AppClassLoader@7]
         at java.lang.ClassLoader.loadClassInternal (ClassLoader.java:319) [jre bootstrap, by jre.bootstrap]
         at com.evermind.server.XMLApplicationServerConfig.initJ2eeLogging (XMLApplicationServerConfig.java:243) [D:/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in D:\jdevstudio1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.XMLApplicationServerConfig.postInit (XMLApplicationServerConfig.java:255) [D:/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in D:\jdevstudio1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.xml.XMLConfig.init (XMLConfig.java:200) [D:/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in D:\jdevstudio1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.xml.XMLConfig.init (XMLConfig.java:117) [D:/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in D:\jdevstudio1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at com.evermind.server.ApplicationServerLauncher.run (ApplicationServerLauncher.java:74) [D:/jdevstudio1013/j2ee/home/lib/oc4j-internal.jar (from <code-source> in boot.xml in D:\jdevstudio1013\j2ee\home\oc4j.jar), by oc4j:10.1.3]
         at java.lang.Thread.run (Thread.java:595) [jre bootstrap, by jre.bootstrap]
    05/11/30 12:04:16 Fatal error: server exiting
    Process exited with exit code 1. "
    Where do you think i am wrong?
    Many thanks

    Hi,
    the problem seems not to be within your application but in missing files on your embedded OC4J. Just try and unzip the JDeveloper 10.1.3 install again.
    Frank

  • Error when trying to run an application containing an intercative form

    <b>Hello,
    I have installed WebAS 6.40 with ADS and ACF and there were no errors during the installation.
    Now I'm trying to build a view with an Interactive Form UIElement. I designed the form and now I'm trying to run the Web Dynpro Application. There are no Errors during the Deployments but when IE opens it shows following error message.
    seems to be something wrong with the binding of the form to the context? but I dont know how to fix this problem...
    any ideas?</b>
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4009.00.0000.20041104173322.0000 (release=630_REL, buildtime=2004-11-18:22:17:10[UTC], changelist=298578, host=PWDFM027)
    Web Dynpro code generators of DC local/larsPDF:
    SapDictionaryGenerationCore: 6.4009.00.0000.20041026131628.0000 (release=630_REL, buildtime=2004-11-02:22:13:11[UTC], changelist=295793, host=PWDFM027.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20041026132448.0000 (release=630_REL, buildtime=2004-11-02:22:17:25[UTC], changelist=295810, host=PWDFM027.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040909194107.0000 (release=630_REL, buildtime=2004-11-02:22:06:29[UTC], changelist=280398, host=PWDFM027.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20041102105304.0000 (release=630_REL, buildtime=2004-11-02:22:38:28[UTC], changelist=297524, host=PWDFM027)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20041102105304.0000 (release=630_REL, buildtime=2004-11-02:22:38:28[UTC], changelist=297524, host=PWDFM027)
    SapGenerationFrameworkCore: 6.4009.00.0000.20041026132141.0000 (release=630_REL, buildtime=2004-11-02:22:05:28[UTC], changelist=295805, host=PWDFM027.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20041026133106.0000 (release=630_REL, buildtime=2004-11-02:22:21:59[UTC], changelist=295820, host=PWDFM027.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040805191532.0000 (release=630_REL, buildtime=2004-11-02:22:10:20[UTC], changelist=270520, host=PWDFM027.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040909194107.0000 (release=630_REL, buildtime=2004-11-02:22:06:42[UTC], changelist=280398, host=PWDFM027.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20041026133106.0000 (release=630_REL, buildtime=2004-11-02:22:22:31[UTC], changelist=295820, host=PWDFM027.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_07-b05, vendor: Sun Microsystems Inc.
    Operating system:
    Windows 2000, version: 5.0, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Bound data node Node(TestPDFView.testNode) of InteractiveForm must not be empty!
         at com.sap.tc.webdynpro.clientimpl.xdp.renderer.data.XfdRenderer.renderLeadSelectedElement(XfdRenderer.java:175)
         at com.sap.tc.webdynpro.clientimpl.xdp.renderer.data.XfdRenderer.render(XfdRenderer.java:75)
         at com.sap.tc.webdynpro.clientserver.renderer.AbstractRenderManager.render(AbstractRenderManager.java:62)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:343)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:104)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1085)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:393)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:635)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    <b>Message was edited by: Lars Roettgers
    I started from scratch, following the Tutorial from NDS's Help.
    Now there is another error message:</b>An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4009.00.0000.20041104173322.0000 (release=630_REL, buildtime=2004-11-18:22:17:10[UTC], changelist=298578, host=PWDFM027)
    Web Dynpro code generators of DC local/codeExample:
    SapDictionaryGenerationCore: 6.4009.00.0000.20041026131628.0000 (release=630_REL, buildtime=2004-11-02:22:13:11[UTC], changelist=295793, host=PWDFM027.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20041026132448.0000 (release=630_REL, buildtime=2004-11-02:22:17:25[UTC], changelist=295810, host=PWDFM027.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040909194107.0000 (release=630_REL, buildtime=2004-11-02:22:06:29[UTC], changelist=280398, host=PWDFM027.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20041102105304.0000 (release=630_REL, buildtime=2004-11-02:22:38:28[UTC], changelist=297524, host=PWDFM027)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20041102105304.0000 (release=630_REL, buildtime=2004-11-02:22:38:28[UTC], changelist=297524, host=PWDFM027)
    SapGenerationFrameworkCore: 6.4009.00.0000.20041026132141.0000 (release=630_REL, buildtime=2004-11-02:22:05:28[UTC], changelist=295805, host=PWDFM027.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20041026133106.0000 (release=630_REL, buildtime=2004-11-02:22:21:59[UTC], changelist=295820, host=PWDFM027.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040805191532.0000 (release=630_REL, buildtime=2004-11-02:22:10:20[UTC], changelist=270520, host=PWDFM027.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040909194107.0000 (release=630_REL, buildtime=2004-11-02:22:06:42[UTC], changelist=280398, host=PWDFM027.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20041026133106.0000 (release=630_REL, buildtime=2004-11-02:22:22:31[UTC], changelist=295820, host=PWDFM027.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_07-b05, vendor: Sun Microsystems Inc.
    Operating system:
    Windows 2000, version: 5.0, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable.
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:201)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:142)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:398)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:104)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1085)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:393)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:635)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable.
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:77)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:87)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:198)
         ... 27 more
    Caused by: com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (503) Service Unavailable.
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:734)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1118)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:71)
         ... 29 more
    <b>Message was edited by: Lars Roettgers
    By the way, my sapmmc shows everything green but i took a look at the std_server0.out file and there seems to be a problem with the iiop service (whatever it is?).
    the file says:</b>----
    stdout/stderr redirect
    node name   : server0
    pid         : 1468
    system name : J2E
    system nr.  : 00
    started at  : Fri Apr 15 08:21:43 2005
    CompilerOracle: exclude com/sapportals/portal/pb/layout/taglib/ContainerTag addIviewResources
    CompilerOracle: exclude com/sap/engine/services/keystore/impl/security/CodeBasedSecurityConnector getApplicationDomain
    CompilerOracle: exclude com/sap/engine/services/rmi_p4/P4StubSkeletonGenerator generateStub
    CompilerOracle: exclude com/sapportals/portal/prt/util/StringUtils escapeToJS
    CompilerOracle: exclude iaik/security/md/SHA a
    CompilerOracle: exclude com/sapportals/portal/prt/core/broker/PortalServiceItem startServices
    CompilerOracle: exclude com/sap/engine/services/webservices/server/deploy/WSConfigurationHandler downloadFile
    CompilerOracle: exclude com/sapportals/portal/prt/jndisupport/util/AbstractHierarchicalContext lookup
    SAP J2EE Engine Version 6.40   PatchLevel 87289.311 is starting...
    Loading: LogManager ... 8110 ms.
    Loading: PoolManager ... 15 ms.
    Loading: ApplicationThreadManager ... 1110 ms.
    Loading: ThreadManager ... 234 ms.
    Loading: IpVerificationManager ... 31 ms.
    Loading: ClassLoaderManager ... 141 ms.
    Loading: ClusterManager ... 2062 ms.
    Loading: LockingManager ... 188 ms.
    Loading: ConfigurationManager ... 0.000: [GC 0.000: [DefNew: 21503K->2090K(32256K), 0.1650020 secs] 21503K->2090K(251392K), 0.1651126 secs]
    11172 ms.
    Loading: LicensingManager ... 765 ms.
    Loading: ServiceManager ...
    14.543: [GC 14.543: [DefNew: 23594K->3006K(32256K), 0.0826214 secs] 23594K->3006K(251392K), 0.0827337 secs]
    Loading services.:
      Cannot start service com.adobe~FontManagerService; it has hard reference to service iiop with manual startup mode.
      Cannot start service com.adobe~DataManagerService; it has hard reference to service iiop with manual startup mode.
      Cannot start service com.adobe~TrustManagerService; it has hard reference to service iiop with manual startup mode.
      Cannot start service com.adobe~PDFManipulation; it has hard reference to service iiop with manual startup mode.
      Service runtimeinfo started. (47 ms).
      Service timeout started. (531 ms).
      Service cross started. (703 ms).
      Service memory started. (297 ms).
      Service file started. (1516 ms).
      Service jmx_notification started. (47 ms).
      Service trex.service started. (62 ms).
    46.686: [GC 46.686: [DefNew: 24510K->5134K(32256K), 0.1012833 secs] 24510K->5134K(251392K), 0.1013956 secs]
      Service p4 started. (546 ms).
      Service classpath_resolver started. (343 ms).
    51.751: [GC 51.752: [DefNew: 26638K->5639K(32256K), 0.0854840 secs] 26638K->5639K(251392K), 0.0855994 secs]
      Service userstore started. (78 ms).
      Service tcsecvsi~service started. (9313 ms).
      Service tcsecwssec~service started. (2812 ms).
    59.545: [GC 59.546: [DefNew: 27143K->6876K(32256K), 0.1044711 secs] 27143K->6876K(251392K), 0.1045851 secs]
      Service log_configurator started. (23437 ms).
      Service locking started. (0 ms).
      Service naming started. (1797 ms).
      Cannot start service com.adobe~XMLFormService; it has hard reference to service iiop with manual startup mode.
      Service ts started. (93 ms).
      Service licensing started. (16 ms).
      Service javamail started. (1360 ms).
      Service failover started. (31 ms).
      Service appclient started. (375 ms).
      Service http started. (719 ms).
    66.579: [GC 66.579: [DefNew: 28380K->7779K(32256K), 0.1106680 secs] 28380K->7779K(251392K), 0.1107750 secs]
      Service jmsconnector started. (406 ms).
      Service connector started. (375 ms).
      Service deploy started. (21032 ms).
      Service configuration started. (15 ms).
    76.080: [GC 76.081: [DefNew: 29283K->9456K(32256K), 0.1304738 secs] 29283K->9456K(251392K), 0.1305845 secs]
      Service apptracing started. (250 ms).
      Service webservices started. (16578 ms).
    79.963: [GC 79.963: [DefNew: 30960K->9724K(32256K), 0.1223088 secs] 30960K->9724K(251392K), 0.1224566 secs]
      Service dbpool started. (9125 ms).
    82.983: [GC 82.983: [DefNew: 31217K->8192K(32256K), 0.1201762 secs] 31217K->9996K(251392K), 0.1202888 secs]
      Service com.sap.security.core.ume.service started. (4312 ms).
    89.472: [GC 89.472: [DefNew: 29696K->9325K(32256K), 0.1195945 secs] 31500K->11129K(251392K), 0.1197080 secs]
      Service security started. (4219 ms).
      Service classload started. (187 ms).
      Service applocking started. (454 ms).
      Service jmx started. (1157 ms).
      Cannot start service com.adobe~DocumentServicesLicenseSupportService; it has hard reference to service iiop with manual startup mode.
      Service shell started. (985 ms).
      Service tceCATTPingservice started. (0 ms).
      Service keystore started. (2187 ms).
      Service servlet_jsp started. (2937 ms).
    95.293: [GC 95.293: [DefNew: 30829K->10448K(32256K), 0.1444024 secs] 32633K->12252K(251392K), 0.1445147 secs]
      Service basicadmin started. (1547 ms).
      Service ssl started. (31 ms).
      Service adminadapter started. (297 ms).
      Service telnet started. (2469 ms).
      Service prtbridge started. (2406 ms).
      Service tcsecsecurestorage~service started. (1734 ms).
      Service com.sap.portal.prt.sapj2ee started. (94 ms).
      Service com.adobe~LicenseService started. (1063 ms).
      Service com.adobe~DocumentServicesConfiguration started. (282 ms).
      Service tcsecdestinations~service started. (2938 ms).
      Service pmi started. (563 ms).
      Service dsr started. (1000 ms).
      Service sld started. (4516 ms).
    103.012: [GC 103.012: [DefNew: 31952K->10752K(32256K), 0.1941724 secs] 33756K->17350K(251392K), 0.1942984 secs]
      Service ejb started. (3047 ms).
      Service rfcengine started. (78 ms).
      Service monitor started. (1157 ms).
    107.599: [GC 107.609: [DefNew: 32256K->10397K(32256K), 0.1364344 secs] 38854K->18333K(251392K), 0.1365486 secs]
      Service tc.monitoring.logviewer started. (3766 ms).
      Service webdynpro started. (2219 ms).
    Excluding compile:  iaik.security.md.SHA::a
      Service jms_provider started. (9235 ms).
    113.684: [GC 113.686: [DefNew: 31901K->10609K(32256K), 0.1271424 secs] 39837K->19336K(251392K), 0.1272589 secs]
    119.897: [GC 119.897: [DefNew: 32113K->10752K(32256K), 0.1956659 secs] 40840K->21102K(251392K), 0.1957743 secs]
      Service DQE started. (7968 ms).
    ServiceManager started for 115594 ms.
    Framework started for 141219 ms.
    SAP J2EE Engine Version 6.40   PatchLevel 87289.311 is running!
    PatchLevel 87289.311 November 18, 2004 20:31 GMT
    125.381: [GC 125.382: [DefNew: 32255K->10752K(32256K), 0.3708564 secs] 42606K->23021K(251392K), 0.3709661 secs]
    >132.046: [GC 132.046: [DefNew: 32255K->10752K(32256K), 0.1432425 secs] 44525K->24642K(251392K), 0.1433554 secs]
    139.508: [GC 139.508: [DefNew: 32255K->7786K(32256K), 0.1626534 secs] 46146K->26233K(251392K), 0.1627654 secs]
    156.330: [GC 156.330: [DefNew: 29290K->9160K(32256K), 0.1461119 secs] 47737K->27606K(251392K), 0.1462281 secs]
    164.351: [GC 164.351: [DefNew: 30664K->9870K(32256K), 0.1396180 secs] 49110K->28317K(251392K), 0.1397300 secs]
    172.818: [GC 172.818: [DefNew: 31374K->9698K(32256K), 0.1318665 secs] 49820K->28830K(251392K), 0.1319796 secs]
    179.883: [GC 179.884: [DefNew: 31186K->9628K(32256K), 0.1428335 secs] 50319K->29330K(251392K), 0.1429453 secs]
    209.777: [GC 209.780: [DefNew: 31110K->10748K(32256K), 0.1325099 secs] 50812K->30450K(251392K), 0.1326219 secs]
    219.394: [GC 219.394: [DefNew: 32223K->8916K(32256K), 0.1486949 secs] 51925K->30452K(251392K), 0.1488072 secs]
    225.685: [GC 225.692: [DefNew: 30420K->9057K(32256K), 0.1170096 secs] 51956K->30593K(251392K), 0.1171238 secs]
    228.990: [GC 228.990: [DefNew: 30561K->9104K(32256K), 0.1223692 secs] 52097K->30641K(251392K), 0.1224795 secs]
    233.533: [GC 233.533: [DefNew: 30608K->9682K(32256K), 0.1108426 secs] 52144K->31219K(251392K), 0.1109560 secs]
    235.970: [GC 235.970: [DefNew: 31184K->9409K(32256K), 0.1336639 secs] 52720K->32242K(251392K), 0.1337776 secs]
    239.775: [GC 239.775: [DefNew: 30913K->9958K(32256K), 0.1236763 secs] 53746K->32791K(251392K), 0.1237906 secs]
    241.988: [GC 241.988: [DefNew: 31376K->8791K(32256K), 0.1234408 secs] 54209K->32798K(251392K), 0.1235509 secs]
    244.184: [GC 244.185: [DefNew: 30295K->9639K(32256K), 0.1199792 secs] 54302K->33646K(251392K), 0.1200954 secs]
    248.790: [GC 248.790: [DefNew: 31134K->10412K(32256K), 0.1054732 secs] 55141K->34420K(251392K), 0.1055855 secs]
    263.487: [GC 263.489: [DefNew: 31916K->10184K(32256K), 0.1706016 secs] 55924K->35639K(251392K), 0.1707142 secs]
    283.398: [GC 283.398: [DefNew: 31688K->10299K(32256K), 0.1792124 secs] 57143K->37262K(251392K), 0.1793183 secs]
    308.239: [GC 308.239: [DefNew: 31798K->9970K(32256K), 0.1506786 secs] 58761K->37567K(251392K), 0.1507848 secs]
    311.778: [GC 311.778: [DefNew: 31474K->10505K(32256K), 0.1407187 secs] 59071K->38407K(251392K), 0.1408249 secs]
      Cannot start service com.adobe~DataManagerService; it has hard reference to service iiop with manual startup mode.
    440.739: [GC 440.739: [DefNew: 32009K->10752K(32256K), 0.4447895 secs] 59911K->41251K(251392K), 0.4449015 secs]
    1634.305: [GC 1634.305: [DefNew: 32256K->10751K(32256K), 0.2101323 secs] 62755K->42653K(251392K), 0.2102859 secs]
    Apr 15, 2005 8:50:30 AM  ...services.webdynpro.WebDynproContainer [SAPEngine_Application_Thread[impl:3]_25] Fatal: Failed to remove application 'local/larsPDF' for deployment state listener 'com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory'.
    1694.819: [GC 1694.820: [DefNew: 32255K->10523K(32256K), 0.2601481 secs] 64157K->43727K(251392K), 0.2602722 secs]
    1700.762: [GC 1700.764: [DefNew: 32027K->9149K(32256K), 0.1815572 secs] 65231K->44323K(251392K), 0.1819823 secs]
    1912.846: [GC 1912.846: [DefNew: 30653K->9683K(32256K), 0.1448815 secs] 65827K->44857K(251392K), 0.1450101 secs]
    2535.775: [GC 2535.775: [DefNew: 31187K->8609K(32256K), 0.1890684 secs] 66361K->45084K(251392K), 0.1891810 secs]
    3631.662: [GC 3631.663: [DefNew: 30113K->8764K(32256K), 0.1315528 secs] 66588K->45239K(251392K), 0.1317497 secs]
    4648.617: [GC 4648.617: [DefNew: 30268K->9041K(32256K), 0.2148379 secs] 66743K->45516K(251392K), 0.2150933 secs]
    5735.738: [GC 5735.753: [DefNew: 30545K->9395K(32256K), 0.2350659 secs] 67020K->45870K(251392K), 0.2352087 secs]
    Apr 15, 2005 10:02:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: ~wd_key0_1113552125328
    Apr 15, 2005 10:02:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: wd_keyE50T+2c5GXrp3jzmjG1ZGw==
    6138.115: [GC 6138.116: [DefNew: 30899K->10752K(32256K), 0.2809365 secs] 67374K->47317K(251392K), 0.2810589 secs]
    6731.591: [GC 6731.591: [DefNew: 32250K->9772K(32256K), 0.5666726 secs] 68815K->47794K(251392K), 0.5864248 secs]
    Apr 15, 2005 10:15:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: ~wd_key1_1113552880171
    Apr 15, 2005 10:15:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: wd_keyoLRolFo9CjJdX98dnh0o1w==
    Apr 15, 2005 10:16:39... ...services.webdynpro.WebDynproContainer [SAPEngine_Application_Thread[impl:3]_26] Fatal: Failed to remove application 'local/Welcome' for deployment state listener 'com.sap.tc.webdynpro.serverimpl.wdc.deployment.DeployableObjectFactory'.
    6934.529: [GC 6934.529: [DefNew: 31276K->7238K(32256K), 0.2245945 secs] 69298K->48224K(251392K), 0.2247325 secs]
    Apr 15, 2005 10:19:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: ~wd_key2_1113553124437
    Apr 15, 2005 10:19:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: wd_keyoLRolFo9CjJdX98dnh0o1w==
    7062.447: [GC 7062.448: [DefNew: 28742K->7323K(32256K), 0.1595831 secs] 69728K->48309K(251392K), 0.1597094 secs]
    Apr 15, 2005 10:31:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: wd_keyoLRolFo9CjJdX98dnh0o1w==
    Apr 15, 2005 10:31:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: ~wd_key3_1113553881156
    7754.384: [GC 7754.384: [DefNew: 28827K->6966K(32256K), 0.1205944 secs] 69813K->47952K(251392K), 0.1207089 secs]
    Apr 15, 2005 10:32:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: wd_keyoLRolFo9CjJdX98dnh0o1w==
    Apr 15, 2005 10:32:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: ~wd_key4_1113553905718
    8078.801: [GC 8078.801: [DefNew: 28469K->7645K(32256K), 0.1392264 secs] 69455K->48632K(251392K), 0.1393417 secs]
    Apr 15, 2005 10:37:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: ~wd_key5_1113554225437
    Apr 15, 2005 10:37:31... ...l.cache.WebResourceCache.startService [Thread[Thread-68,5,SAPEngine_Application_Thread[impl:3]_Group]] Fatal: Tried to save: wd_keyoLRolFo9CjJdX98dnh0o1w==

    Hi Ole,
    thanks for your answer.
    there is one property calles cardinality (value is 0..n) and another one called selection (value is 0..1) but I cannot edit these values
    In the meantime I found out that I forgot to do some of the post-installation-configuring. I fixed it and I hoped this would have solved my problem...but it didn't.
    This is the latest error message:
    An error has occurred:
    "Failed to process the request."
    Please contact your system administrator.
    Hide details
    Web Dynpro client:
    HTML Client
    Web Dynpro client capabilities:
    User agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0), version: null, DOM version: null, client type: msie6, client type profile: ie6, ActiveX: enabled, Cookies: enabled, Frames: enabled, Java applets: enabled, JavaScript: enabled, Tables: enabled, VB Script: enabled
    Web Dynpro runtime:
    Vendor: SAP, Build ID: 6.4009.00.0000.20041104173322.0000 (release=630_REL, buildtime=2004-11-18:22:17:10[UTC], changelist=298578, host=PWDFM027)
    Web Dynpro code generators of DC local/codeExample:
    SapDictionaryGenerationCore: 6.4009.00.0000.20041026131628.0000 (release=630_REL, buildtime=2004-11-02:22:13:11[UTC], changelist=295793, host=PWDFM027.wdf.sap.corp)
    SapMetamodelWebDynpro: 6.4009.00.0000.20041026132448.0000 (release=630_REL, buildtime=2004-11-02:22:17:25[UTC], changelist=295810, host=PWDFM027.wdf.sap.corp)
    SapMetamodelCore: 6.4009.00.0000.20040909194107.0000 (release=630_REL, buildtime=2004-11-02:22:06:29[UTC], changelist=280398, host=PWDFM027.wdf.sap.corp)
    SapWebDynproGenerationTemplates: 6.4009.00.0000.20041102105304.0000 (release=630_REL, buildtime=2004-11-02:22:38:28[UTC], changelist=297524, host=PWDFM027)
    SapWebDynproGenerationCTemplates: 6.4009.00.0000.20041102105304.0000 (release=630_REL, buildtime=2004-11-02:22:38:28[UTC], changelist=297524, host=PWDFM027)
    SapGenerationFrameworkCore: 6.4009.00.0000.20041026132141.0000 (release=630_REL, buildtime=2004-11-02:22:05:28[UTC], changelist=295805, host=PWDFM027.wdf.sap.corp)
    SapIdeWebDynproCheckLayer: 6.4009.00.0000.20041026133106.0000 (release=630_REL, buildtime=2004-11-02:22:21:59[UTC], changelist=295820, host=PWDFM027.wdf.sap.corp)
    SapMetamodelDictionary: 6.4009.00.0000.20040805191532.0000 (release=630_REL, buildtime=2004-11-02:22:10:20[UTC], changelist=270520, host=PWDFM027.wdf.sap.corp)
    SapMetamodelCommon: 6.4009.00.0000.20040909194107.0000 (release=630_REL, buildtime=2004-11-02:22:06:42[UTC], changelist=280398, host=PWDFM027.wdf.sap.corp)
    SapWebDynproGenerationCore: 6.4009.00.0000.20041026133106.0000 (release=630_REL, buildtime=2004-11-02:22:22:31[UTC], changelist=295820, host=PWDFM027.wdf.sap.corp)
    SapDictionaryGenerationTemplates: (unknown)
    Web Dynpro code generators of DC sap.com/tcwddispwda:
    No information available
    Web Dynpro code generators of DC sap.com/tcwdcorecomp:
    No information available
    J2EE Engine:
    No information available
    Java VM:
    Java HotSpot(TM) Server VM, version: 1.4.2_07-b05, vendor: Sun Microsystems Inc.
    Operating system:
    Windows 2000, version: 5.0, architecture: x86
    Error stacktrace:
    com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.net.SocketException: Software caused connection abort: recv failed
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:201)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.createPDF(PDFObject.java:142)
         at com.sap.tc.webdynpro.clientserver.adobe.AdobeFormHelper.createPDFDocumentForUIElement(AdobeFormHelper.java:398)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:104)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterHandleActionEvent(ClientApplication.java:1085)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.handleActionEvent(WebDynproMainTask.java:393)
         at com.sap.tc.webdynpro.clientserver.task.WebDynproMainTask.execute(WebDynproMainTask.java:635)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:59)
         at com.sap.tc.webdynpro.clientserver.cal.ClientManager.doProcessing(ClientManager.java:249)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doWebDynproProcessing(DispatcherServlet.java:154)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:116)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:48)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.SocketException: Software caused connection abort: recv failed
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:77)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:87)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:198)
         ... 27 more
    Caused by: java.net.SocketException: Software caused connection abort: recv failed
         at java.net.SocketInputStream.socketRead0(Native Method)
         at java.net.SocketInputStream.read(SocketInputStream.java:129)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.readLine(HTTPSocket.java:628)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getInputStream(HTTPSocket.java:317)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getResponseCode(HTTPSocket.java:219)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getResponseCode(HTTPTransport.java:344)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.handleResponseMessage(MimeHttpBinding.java:710)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1118)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:71)
         ... 29 more

  • Show the print dialog when running a report from an Oracle form.

    I would like to be able to print an Oracle report from an Oracle form but
    in addition show the print dialog. My PL/SQL code is shown at the bottom of this post.
    I have set the 'printjob' system parameter to 'YES' in the
    report and I can bring up a print dialog using the reports runtime.
    However, as soon as I run it from my form I lose this capability. Setting
    'printjob' to 'YES' in the code has no apparent effect.
    Many thanks,
    Ben
    -- Launch a report
    DECLARE
      v_pl_Id   paramlist; -- parameter list
    BEGIN
      -- add the parameters to the list.
      v_pl_id := CREATE_PARAMETER_LIST ('summary');
      ADD_PARAMETER (v_pl_id, 'destype', text_parameter, 'PRINTER');
      ADD_PARAMETER (v_pl_id, 'printjob', text_parameter, 'YES');
      -- run the report
      RUN_PRODUCT (
        reports
      , 'C:\Test Reports\Test.rep'
      , synchronous
      , runtime
      , filesystem
      , v_pl_id
      , NULL
    END;

    At 10g not 9i using a bean area on my canvas implementing the following class ...
    import java.awt.Frame;
    import java.awt.JobAttributes;
    import java.awt.PrintJob;
    import java.awt.Toolkit;
    import javax.swing.JPanel;
    import java.io.*;
    import oracle.forms.ui.VBean;
    public class Select_Printer extends VBean {
    public Select_Printer()
         super();
    public String getPrinterName()
    String PrinterName=null;
              JobAttributes jobAttributes;
              try{
                   jobAttributes = new JobAttributes();
                   jobAttributes.setDialog(JobAttributes.DialogType.NATIVE);
                   Frame dummyFrame = new Frame();
                   PrintJob pJobDialog = Toolkit.getDefaultToolkit().getPrintJob(
                   dummyFrame, "Printtest", jobAttributes, null);
                   PrinterName = jobAttributes.getPrinter();
              } catch (Exception e) {
                   System.out.println("Printer error!");
              return PrinterName;
    public static void main(String[] args)
    Select_Printer select_Printer = new Select_Printer();
    System.out.println(select_Printer.getPrinterName() );
    }

  • Using RUN_PRODUCT to run a report in a web form

    I have a web-based Oracle form with a button that, when pressed, calls RUN_PRODUCT to run a report. Reports Server can find the file and run it, but the screen output appears on the machine running Reports Server!
    Is there a way to have the output appear on the machine running the form? I am running Application Server 9i on a Windows NT 4.0 machine, and the machine I'm using to run the form is running IE 5.5 as well as Windows NT 4.0.

    Use Web.Show_Document and specify the URL for where your report is made.

  • How to run a sql script in oracle forms

    Hi,
    For me there is an sql script. I need to run that sql script in forms.
    Actually we will run that sql file in pl/sql developer by giving @and the file name.
    But how to run that file in forms.
    Can any one help on these.Which book I have to look.
    Thanks

    Actually there is a script files which will drop all the indexes and tables.
    DROP querry will be there for each index and each table.
    So I run the script all the indexes and all the tables will be deleted. So using forms I have to run that script.
    Thanks

Maybe you are looking for