Generating BC4J from 9i Designer

I am impressed that Designer9i can generate BC4J Form integrated with JDeveloper after seeing the Designer 10g Online Viewlet Demo
http://www.oracle.com/technology/products/designer/demos.htm
Designer 10g can generate BC4J Forms in JDeveloper. I try to test it using Develeoper Suite 9i (Designer 9.0.2.4 and Oracle9i JDeveloper 9.0.2.829).
I follow the steps but I cannot find Business Tier>Designer Generator from within JDeveloper.
Does any one know whether Developer Suite 9i can support BC4J Form Generation in JDeveloper 9i? or these features are only available in Developer Suite 10g?

Hi,
This facility was only available in JDeveloper 9.0.4 onwards.
Thanks,
Lisa Sherriff
JDev QA

Similar Messages

  • Error while generating forms from Designer 2000

    Hi,
    The following error was encountered while trying to generate forms from the Designer ( using Design Editor ) .
    CDI-23564 : "C:\ORAWIN95\BIN\CF50G32.DLL" could not be loaded or does not exist . Please check that the product has been installed correctly .
    But the specified dll actually exists in the specified path .
    Pls clarify ( send mail to [email protected])
    Thanks
    Eugene Xavier
    null

    This is from http://metalink.oracle.com/ site - Technical libraries - Oracle Designer - Collected CDI-21600 errors,fixes and workarounds:
    The CDI-21600 error message means that the generator is hitting an unhandled
    exception, also known as a GPF (general protection fault). The CDI-21600 error
    masks the underlying exception error. To see the real error do the following:
    1. Go into the Registry Editor (REGEDIT).
    2. Navigate to HKEY_LOCAL_MACHINE\software\oracle\des2_70
    3. Set EXCEPT_HANDLING to 0 (by default it is 1).
    Repeat the action that resulted in the error.
    I have read this article and it seems that there is not such bug, but ... ?
    Maybe this will be a little help for you.
    Helena

  • Generate BC4J components from Designer

    Oracle Designer 9.0.2.80.1 vers: 4.0.12
    Oracle SCM RON: 9.0.2.80.1 vers: 4.0.12
    Oracle Jdeveloper 9.0.4.0 (Build 1419)
    I try to generate BC4J components from Designer definitions from SCM.
    In Designer:
    I make workarea (WA27) as rep_owner
    and child application (AP27) below WA.
    I create one table (TABLE1) and one (Java) module to that simple table (TABLE1).
    I check in and out application table and module.
    In JDeveloper:
    I make connection to SCM Database as user rep_owner
    Test succeed and I see below “Connection1”Functions tables , procedures .. of the repository.
    I do not see among tables just created table (TABLE1).
    I make workarea an project below that WA.
    Then I right-click on new project and choose Business Tier/Designer Generation +
    Designer BC4J and click OK
    Designer BC4J Generator Wizard starts
    Wiard continues and I choose to workarea: WA27 and next
    In next phase wizard shows only workarea WA27 not application below that.
    I designer too old or do I need changes to definitions of the repository.

    Language of the module have to be Oracle Forms (not JAVA).
    After change wizard will find that container (= application) AP27 and modude(s) below that. OK!!!!
    Fine !

  • Generating forms from Designer... bug?

    Sorry for offtopic....
    I'm trying to generate form from designer. The form has 1 data module with base table & one lookup table usages. One field from lookup table is displayable. When I set "Display type" property of this field "Text" disigner says: "CDI-21600: A running utility.. etc." BUT when I set "Display type" property of this field "PopList" - everything goes well! I don`t even need to restart designer. This is .log from designer
    Form Generator (Windows 95/NT) : Version 5.0.24.13.0 - Production on Wed Apr 25 10:14:34 2001
    Copyright (c) 1995, 1998 Oracle Corporation. All rights reserved
    Generating Module 'Q20010' (1 of 1)
    Loading form template from file system (d:\work\libs\tpl_lov.fmb)
    Loading object library from file system (d:\work\libs\dob_olb1.olb)
    Block NE based on table
    6 row(s) automatically chosen
    -- (Error happens at this stage) --
    Generation Complete
    All fields from base table are binded.
    Sysinfo:
    WinNT 4.0.WS Rus SP6a HE
    Oracle Designer (rel. 2.1.2) 7.0.24.2.0
    Developer/2000 Forms 5.0.6.14.2
    GUI Common files 6.0.8.12.1
    Form Generator 5.0.24.13.0
    P.S. I hope i've explained my problem clearly. If somethig is not clear, pls e-mail me.

    This is from http://metalink.oracle.com/ site - Technical libraries - Oracle Designer - Collected CDI-21600 errors,fixes and workarounds:
    The CDI-21600 error message means that the generator is hitting an unhandled
    exception, also known as a GPF (general protection fault). The CDI-21600 error
    masks the underlying exception error. To see the real error do the following:
    1. Go into the Registry Editor (REGEDIT).
    2. Navigate to HKEY_LOCAL_MACHINE\software\oracle\des2_70
    3. Set EXCEPT_HANDLING to 0 (by default it is 1).
    Repeat the action that resulted in the error.
    I have read this article and it seems that there is not such bug, but ... ?
    Maybe this will be a little help for you.
    Helena

  • How to generate report from two tables using DAO design pattern?

    Hi,
    Iam using struts with DAO pattern for my application. According to DAO design im creating model class for each table in my database with getter,setter methods. i have no problem when im generating report from one table. but if have i have to join two tables whatis the better way for doing that? is it good practise to create a new model contains properties from both the tables?
    Please help me
    Thanks in Advance
    Rajesh

    Dear Rajesh,
    As per the pattern you are creating equivalent java objects for every database table under consideration in which each db field will become a private attribute and public getter and setter methods.
    If you have to display data from one table the above approach is sufficient enough.
    But in case your database is normalised ..lets take an example of Bank having Branch and Accounts tables. We dont need to repeat the whole information of the branch for every account in that branch. so we prefer to have a branch id in that table....this approach lot of insertion/deletion/updatation anomlies that may exists with the database...
    now lets come back to our topic....we shall create two java objects 1) Branch 2) Account.....
    When ever u just need to display simple report u can do it staright forward,,,,,now if u want to display branch information along with the account information....the two objects just created are not sufficient
    So i suggest u the following approaches
    1) Create an attribute of type Branch in the Accounts Object......
    This shall serve the purpose of displaying the Btranch information
    2) Create a collection object of type ( Vector or ArrayList) which can have objects of Account in the Branch Object,,,
    Now its upto u how shall u fill up the objects with appropriate sql queries.
    The method that i mentioned is followed by Oracle Toplink and Hibernate ....which provide Object to relation mapping layers.
    Any queries ...revert back to me...
    Mahesh

  • Generatin BC4J from repository - no container

    Oracle Designer 9.0.2.80.1 vers: 4.0.12
    Oracle SCM RON: 9.0.2.80.1 vers: 4.0.12
    Oracle Jdeveloper 9.0.4.0 (Build 1419)
    I try to generate BC4J components from Designer definitions from SCM.
    In Designer:
    I make workarea (WA27) as rep_owner
    and child application (AP27) below WA.
    I create one table (TABLE1) and one (Java) module to that simple table (TABLE1).
    I check in and out application table and module.
    In JDeveloper:
    I make connection to SCM Database as user rep_owner
    Test succeed and I see below “Connection1”Functions tables , procedures .. of the repository.
    I do not see among tables just created table (TABLE1).
    I make workarea an project below that WA.
    Then I right-click on new project and choose Business Tier/Designer Generation +
    Designer BC4J and click OK
    Designer BC4J Generator Wizard starts
    Wiard continues and I choose to workarea: WA27 and next
    In next phase wizard shows only workarea WA27 not application below that.
    I designer too old or do I need changes to definitions of the repository.

    Language of the module have to be Oracle Forms (not JAVA).
    After change wizard will find that container (= application) AP27 and modude(s) below that. OK!!!!
    Fine !

  • JNDI error while generating pdf from crystal reports in java

    Hi, i want to generate PDF from crystal reports in java. I have the .PDF file with database configured into the report. Following details are available in report.
    1. Server Name      = testdb
    2. Database Name  = testdb
    3. User
    4. Password
    I am using CR XI.
    In CRConfig.xml i had given following details.
    <JDBC>
         <CacheRowSetSize>100</CacheRowSetSize>
         <JDBCURL>jdbc:oracle:thin:@192.218.216.102:1521://TESTDB</JDBCURL>
         <JDBCClassName>oracle.jdbc.driver.OracleDriver</JDBCClassName>
         <JDBCUserName>user</JDBCUserName>
         <JNDIURL>password</JNDIURL>
         <JNDIConnectionFactory></JNDIConnectionFactory>
         <JNDIInitContext>/</JNDIInitContext>
         <JNDIUserName>testdb</JNDIUserName>
         <GenericJDBCDriver>
              <Default>
                   <ServerType>UNKNOWN</ServerType>
                   <QuoteIdentifierOnOff>ON</QuoteIdentifierOnOff>
                   <StoredProcType>Standard</StoredProcType>
                   <LogonStyle>Standard</LogonStyle>
              </Default>
         </GenericJDBCDriver>
    </JDBC>
    When i am calling from java as standalone, i am getting following error.
    JRCAgent1 detected an exception: Error finding JNDI name (testdb)
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(Unknown Source)      at com.businessobjects.reports.sdk.b.i.if(Unknown Source)
    Can anyone let me know where is the problem?

    Actually, the question boils down to; does the framework support the fonts?
    I believe that my question re. this working in the designer was valid. The designer does not use the framework, so if it works there, it is either a framework issue or a runtime print engine issue.
    I believe if you use the code below, it will list fonts available to the framework:
    foreach(FontFamily ff in FontFamily.Families)
    System.Diagnostics.Debug.WriteLine(ff.Name);
    For more information see kbase [1198306 - Crystal Report displaying incorrect font in Microsoft Visual Studio .NET|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333133393338333333303336%7D.do]
    Ludek

  • From a designer's point of view...

    This hasn't seemed to be talked about much so I thought I would
    see if I could get some dialogue generated on the subject.
    When it comes to my graphic designers in the Flex workflow:
    1. should I keep them in the Flash environment or move them to
    the Flex environment?
    2. where is the delineation between Flex & Flash (from a
    design standpoint)?
    3. to what level should things be designed/developed in Flash
    vs. Flex?
    a. does it make any sense to have my Flash designers doing
    anything with the Flash drawing API (or other programmatic design
    elements) or is there a Flex equivalent?
    4. if I make the assumption to have Flash be used as a designer
    for "interactive" elements and Flex for UI and other elements am I
    on the right track?

    Hi there -
    There aren't really any cut and dry answers, but there have
    been some posts
    and blogs in the past that offer some opinions and can help
    get you thinking
    about the topic in more detail. Folks like Jesse Warden and
    Mike Chambers
    have talked about the division of labor between Flash and
    Flex and the
    designer/developer workflow that can add more color to this
    topic. Some of
    these postings apply to Flex 1.5, but I don't see too much of
    a difference
    with Flex 2.
    Jesse Wardens' thoughts from over a year ago which might give
    some guidance:
    http://www.jessewarden.com/archives/2005/01/why_flash_devel.html
    Mike Chambers wrote something when we released the alpha of
    Flex 2 that
    provides some ideas:
    http://www.adobe.com/devnet/flash/articles/flex2_flash.html
    And one posting that came up just this week:
    http://www.adobe.com/devnet/flash/articles/flex_builder_flash.html
    Best,
    Deepa Subramaniam
    Flex SDK Developer
    "sswenson" <[email protected]> wrote in
    message
    news:e4g1tg$7gn$[email protected]..
    >
    <blockquote>quote:<br><hr><i>Originally
    posted by:
    >
    <b><b>ElectricGrandpa</b></b></i>
    > Yes, but the question was about Flash *Designers*, not
    developers. I'm
    > also
    > interested in this topic.
    >
    > ElectricGrandpa has it correct. In particular I am
    trying to decide how
    > much
    > workload should be kept in Flash and what is more
    reasonable to have
    > developed/designed in Flex. In deciding to use Flex it
    is crucial to know
    > how I
    > need to re-organize my team so as to best use them and
    their skills, where
    > to
    > apply additional training and where I may have gaps that
    I need to fill.
    >
    > Should "look and feel" elements of my RIAs be designed
    and developed in
    > Flex
    > or Flash? Should interactive content be kept in the
    Flash realm and added
    > programmatically to my RIAs? If so, where is a logical
    line to draw
    > between
    > what Flash does best and where Flex can take over?
    >
    > Any help would be appreciated.
    >

  • Utility for migrating Domain Definitions from Oracle Designer to JHeadstart

    Hi,
    I am currently involved in the migration of a pretty substantial application, developed with Oracle Designer’s Web Server Generator, to the Oracle ADF technology stack, using JHeadstart. You know I am a big fan of JHeadstart for a number of reasons, but this particular application is ideally suited for JHeadstart (or I should say the other way round of course). JHeadstart and ADF can do everything Web PL/SQL Toolkit and the Web Server Generator can do - and much, much more. So both end users and developers of this application stand to gain from the migration.
    However , due to special technical limitations in the Web Server Generators and the inventive hand-crafted work-arounds, I can use the JHeadstart Designer Generator migration tool only for th 60% really simple maintenance modules. The other 40% is better off with building from scratch.
    There is one piece of information in Oracle Designer that is quite useful to me - that is the Domain Definitions. The sets of allowable values that power the dropdownlists and radio groups is needed in JHeadstart’s Application Definition file, and the current edition of the JHeadstart Designer Generator does not allow the migration of Domains (only complete modules are supported).
    In this article: http://technology.amis.nl/blog/?p=1352 is describe a way to migrate a selected set of domain definitions from Oracle Designer to JHeadstart. This approach works for all releases of JHeadstart - from the early beginnings back in 2002 to the latest 10.1.3 release.
    best regards,
    Lucas

    Probably better to ask / confirm this on the Warehouse Builder forum, but ....
    I believe that OWB will always indicate a default value for NotNull columns. It might also do this for value-constrained columns (one where you have set Allowable Values directly for the column or for a domain associated to the column). In a normal situation, most column definitions are NullAllowed, but if you're doing some simple test runs and have nothing but key columns and some rudimentary data columns then you might have inadvertantly caused this situation.
    hope this helps

  • Problems when generating forms from Module Generator

    I am trying to generate a form from a module in Module Generator. The form is generating OK, but when design editor tries to show the form in the browser it doesn't work.
    This is the URL it is trying to use:
    http://127.0.0.1:8888/forms90/f90servlet/?form=/\MANAGE_ACCOUNTS&userid=adam/xxxxxxx@oraserve
    When I run a form from Form Builder, I get something like this:
    http://127.0.0.1:8888/forms90/f90servlet?form=C:\Temp\Dev\WOOL_MAIN.fmx&userid=ADAM/xxxxxx@oraserve&buffer_records=NO&debug_messages=NO&array=YES&query_only=NO&quiet=NO&RENDER=YES
    My server based URL is:
    http://127.0.0.1:8888/forms90/f90servlet
    I'm trying to set the generator preferences but just can't seem to get it right :(
    can anyone help?
    thx
    adam

    Try the following solutions :
    1) Check on in IE -> Tools -> Internet Options -> advanced -> allow active content to run in files on My Co
    mputer
    2) Make sure that you have in the Internet Explorer Tools -> Internet Options -> Advanced tab -> Check the check box
    Enable third party Browser extensions. It will be under browsing.

  • How to generate PDF from template via REST query

    Hello. I'm newbie in Adobe LiveCycle, will appreciate any help.
    What we need: generate PDF from template, using different data.
    What we have: LiveCycle Designer and server with deployed Adobe LiveCycle ES 2.5 image.
    Looks like server works and listen 8080.
    In Livecycle Designer I can generate XML (XDP) from PDF, so I can change this XML in PHP/Python/Go script to fill template with data.
    I'm looking for some REST method, where I can give that XML (XDP) and recieve generated PDF in response.
    I've spent whole to for googling all these things, found a lot of docs, but all is very complicated there. Also, examples from just doesn't work - maybe I have to do something on server before calling REST API method.
    Please, push me into right direction

    Your best bet is to probably create an orchestration (or "process" in Adobe speak) that accepts two document parameters, calls LiveCycle Forms (or Output depending on whether you want to interactive or non-interactive PDF), and returns the resulting document variable.
    The orchestration will return a redirect that will point you to the document object.
    See Invoking LiveCycle using REST Requests, and Creating Your First LiveCycle ES4 Application.
    Rob

  • Generating HTML from Structured FrameMaker 9

    Hi,
    My source files are in Structured FrameMaker 9. I need to generate the output in HTML format. Is there a method to do this? Can someone guide me through the process of generating an HTML output?
    Regards,
    Manish

    Hi Manish,
    You have a number of options. I'll briefly summarize a few, but all of them involve some measure of complexity so I wouldn't be able to "guide you through" any of them.
    - Use a third-party product specifically designed for this, such as Omni Systems' Mif2Go, Quadralay ePublisher, or Adobe Robohelp. If you buy the Adobe TechComm Suite, Robohelp is included. All of these products can convert any FrameMaker document to HTML, with varying levels of additional functionality related to the subsequent generation of common online help formats with that HTML.
    - Save your structured files to XML and then use XSLT as a post-process on that XML. This is the more complex option, but if you have the skills, it may be more attractive since you may not have to buy anything and you'll be able to easily customize the process however you want it.
    - Use the DITA structure definitions within FrameMaker, then use the DITA Open Toolkit as a post-process to generate HTML from the DITA XML. There is lots of complexity with this as well, but it has some attractiveness as the DITA structured applications and open toolkit are effectively off-the-shelf software. Additionally, everything is free, unless you want to enhance your DITA experience with a third-party addon like DITA FMx from Leximation (recommended).
    - Use XHTML as your structure definition within FrameMaker, then save as XML. You'll automatically have HTML when you save your files. FrameMaker includes a structure application for XHTML but I've never used it, so I don't know how well it works. With this option, you would have a more WYSIWYG conveniences while authoring but less control over variations in the HTML output.
    There may be more and there certainly are any myriad of combinations of these techiniques. Hopefully this will help get you started. If you did buy the TechComm Suite, consider RoboHelp as a starting point since you already paid for it. The third-party product route is the most expensive in terms of software purchasing, but it is usually the least complex.
    One additional note - You will see "Save As HTML" or similar somewhere in the FM menus. It is a very rudimentary feature that is not likely to serve your needs. Might be worth a try since it is already there, but don't get your hopes up on that one.
    Good luck,
    Russ

  • How to delete the Generated files from application server(open hub)?

    hi experts,
    when i try to execute process chain the DTP it is giving below dump. Exception CX_RSBK_REQUEST_LOCKED logged.
    when i execute the DTP manually and trying to delete the previous request, it is giving for dump ITAB_DUPLICATE_KEY.
    so to delete the generated file from application server, how to delete it for specific dates?
    Information on where terminated
    Termination occurred in the ABAP program "GPD6S3OE0BCVGC6L9DBNVYQARZM" - in
    "START_ROUTINE".
    The main program was "RSBATCH_EXECUTE_PROZESS ".
    In the source code you have the termination point in line 2874
    of the (Include) program "GPD6S3OE0BCVGC6L9DBNVYQARZM".
    The program "GPD6S3OE0BCVGC6L9DBNVYQARZM" was started as a background job.
    and when i check the dump it is point out at below code
    " Populate the lookup table for 0STOR_LOC
    SELECT * from /BI0/TSTOR_LOC
    into CORRESPONDING FIELDS OF table L_0STOR_LOC_TEXT
    FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
    STOR_LOC = SOURCE_PACKAGE-STOR_LOC.
    but the programme is syntactically correct only.
    how to rectify the issue.
    regards
    venuscm
    Edited by: venugopal vadlamudi on Sep 28, 2010 1:59 PM

    hi experts,
    We have written start routine to get the storage location text and sending to File located at Application server through OPEN HUB.
    here is the code written in the Transformations
    In the global section
    Text for 0STOR_LOC
        DATA: l_0stor_loc_text TYPE HASHED TABLE OF /bi0/tstor_loc
              WITH UNIQUE KEY stor_loc.
        DATA: l_0stor_loc_text_wa TYPE /bi0/tstor_loc.
    and in the code to get the text
    " Populate the lookup table for 0STOR_LOC
        *SELECT * from /BI0/TSTOR_LOC*
          into CORRESPONDING FIELDS OF table L_0STOR_LOC_TEXT
          FOR ALL ENTRIES IN SOURCE_PACKAGE WHERE
                  STOR_LOC = SOURCE_PACKAGE-STOR_LOC.
    im sure there is problem with the Routine only. i think i need to change the code if so please provide me the modified one.
    thanks
    venuscm
    Edited by: venugopal vadlamudi on Sep 29, 2010 9:37 AM

  • How to generate XML from EBusiness suite ARXSGPO

    Could someone tell me how I can generate XML from the EBusiness Suite Accounts Receivable report ARXSGPO.rdf I understand this report is called by a C program. I have tried changing the concurrent request to output format to XML the result does not resemble XML. Does anyone have any suggestions how I can generate XML from the ARXSGPO report?
    Thanks,
    Mark

    Hi Mark
    the next release of XMLP will have last page only support. The problem is that at the template layer you do not know how many lines are going to fit on the page, so you never know what is going to be the last page. The only way around it for now is to specify the number of lines to a page and then check when all the lines have been rendered and then render the remit portion.
    I have a sample invoice that does the same, drop me a mail, you can work out the email from my name and the fact I work for XMLP Im sure.
    Tim

  • Generate report from database using .xsl style sheet

    I am trying to view test result histories for specific uut serial numbers.
    We are logging all test data to the default access database template that was provided with Teststand.
    Is there a method of generating reports from the database that match the format of those generated at runtime?
    I was surprised to find that the default access database did not contain any gui or pre-made reports matching the xsl style sheets chosen in the report options dialog.
    My database skills are weak, I am able to browse the raw data and I see the relationships between some of the tables, but the prospect of recreating one of the xml report formats in access seems daunting. Am I missing something? what is the best way to print a uut report from test data stored in access?

    Hello msears,
    Thank you for posting on the NI Discussion Forums.  Unfortunately there are no tools available in TestStand for directly converting an Access database to a formatted .xsl report.  It is possible to have a step in a sequence that reads the information from the database, and create the .xsl report as if it had been generated at sequence run-time, by writing those values directly to Locals.ResultList.  Admittedly, this would require some knowledge of Microsoft Access, and the ability to write a program that will extract information from the database, in order to include it as a step in the sequence.
    Is there anything stopping you from creating a formatted .xsl report when the sequence is run (instead of trying to create it from previous data stored in an Access database)?
    Chris_G
    Sr Test Engineer
    Medtronic, Inc.

Maybe you are looking for

  • I always have to hit Control + 4 times to make all pages large enough to read and want to lock this size in on startup.

    Every time that I bring up FF on my 14" laptop, the page display is too small to read easily. I can go to (View) and "zoom" 4 times or hit (Control +) 4 times to give me a good sized page. I would rather have a (Option) choice that would save my pers

  • Code Templates/Completion Insight SQL Developer 3.2.2

    Hello, today I got the version 3.2.2. During the first start all setting from my previous version were imported and all work perfect, except the completion insight. If I write ssf +[CTRL + Space] the result in the previous version is select * from In

  • Can we have two DB's connection in one report???------ Very Urgent

    Hi, this might be a silly question...... If my Report is having 3 grids can i connect to 3 different databases one for each???? or there will be only one DB connection for all Grids???? this is really urgent for me....

  • 802.1x authentication

    I was wondering, If you are using a SmartCard to authenticate to the network using the CSACS 5.0 software, is it possible to set the ACS to look at other information besides the three given options.  I can get the ACS to take the e-mail address off o

  • IOS6 sync with Exchange Contact

    Today, I just upgrade my 4S into IOS 6, unfortunately I look that my iPhone sync with Exchange Contact has problem, I have around 5xx records in my address book. However, IOS6 only can sync 42 records into my phone. After I found this problem, I have