Use of generator

Hello expert,
I add a field on the ZDetailDef.jsp and want to generate the jsp.
When I use the tool generate that comes with SAP MAM 3.0 SP3 and have set all the XML and XSL files I get the following error:
javax.xml.transform.TransformerException: java.lang.ClassNotFoundException: com.sap.mbs.mam.common.control.MAMCustomController
     at org.apache.xalan.extensions.ExtensionHandlerJavaClass.callFunction(ExtensionHandlerJavaClass.java:371)
     at org.apache.xalan.extensions.ExtensionsTable.extFunction(ExtensionsTable.java:227)
     at org.apache.xalan.transformer.TransformerImpl.extFunction(TransformerImpl.java:461)
     at org.apache.xpath.functions.FuncExtFunction.execute(FuncExtFunction.java:233)
     at org.apache.xpath.Expression.executeCharsToContentHandler(Expression.java:357)
     at org.apache.xalan.templates.ElemValueOf.execute(ElemValueOf.java:319)
     at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425)
     at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:216)
     at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339)
     at org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2160)
     at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1213)
     at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:668)
     at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1129)
     at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1107)
     at com.sap.mbs.mam.generation.target.GenerationTarget.transformDOM(GenerationTarget.java:203)
     at com.sap.mbs.mam.generation.target.DetailTarget.transformDOM(DetailTarget.java:72)
     at com.sap.mbs.mam.generation.target.GenerationTarget.transformComponent(GenerationTarget.java:176)
     at com.sap.mbs.mam.generation.target.GenerationTarget.createJSP(GenerationTarget.java:140)
     at com.sap.mbs.mam.generation.GenerationDriver.generate(GenerationDriver.java:120)
     at com.sap.mbs.mam.generation.ui.GeneratorUI.generateProject(GeneratorUI.java:306)
     at com.sap.mbs.mam.generation.ui.GeneratorUI.actionPerformed(GeneratorUI.java:253)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
     at java.awt.Component.processMouseEvent(Component.java:5100)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Caused by: java.lang.ClassNotFoundException: com.sap.mbs.mam.common.control.MAMCustomController
     at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:141)
     at com.sap.mbs.mam.generation.target.xsl.ContextExtension.addHelper(ContextExtension.java:30)
     at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.xalan.extensions.ExtensionHandlerJavaClass.callFunction(ExtensionHandlerJavaClass.java:344)
     ... 44 more
java.lang.ClassNotFoundException: com.sap.mbs.mam.common.control.MAMCustomController
     at java.net.URLClassLoader$1.run(URLClassLoader.java:199)
     at java.security.AccessController.doPrivileged(Native Method)
     at java.net.URLClassLoader.findClass(URLClassLoader.java:187)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:289)
     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:274)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
     at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:302)
     at java.lang.Class.forName0(Native Method)
     at java.lang.Class.forName(Class.java:141)
     at com.sap.mbs.mam.generation.target.xsl.ContextExtension.addHelper(ContextExtension.java:30)
     at sun.reflect.GeneratedMethodAccessor20.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at org.apache.xalan.extensions.ExtensionHandlerJavaClass.callFunction(ExtensionHandlerJavaClass.java:344)
     at org.apache.xalan.extensions.ExtensionsTable.extFunction(ExtensionsTable.java:227)
     at org.apache.xalan.transformer.TransformerImpl.extFunction(TransformerImpl.java:461)
     at org.apache.xpath.functions.FuncExtFunction.execute(FuncExtFunction.java:233)
     at org.apache.xpath.Expression.executeCharsToContentHandler(Expression.java:357)
     at org.apache.xalan.templates.ElemValueOf.execute(ElemValueOf.java:319)
     at org.apache.xalan.templates.ElemApplyTemplates.transformSelectedNodes(ElemApplyTemplates.java:425)
     at org.apache.xalan.templates.ElemApplyTemplates.execute(ElemApplyTemplates.java:216)
     at org.apache.xalan.transformer.TransformerImpl.executeChildTemplates(TransformerImpl.java:2339)
     at org.apache.xalan.transformer.TransformerImpl.applyTemplateToNode(TransformerImpl.java:2160)
     at org.apache.xalan.transformer.TransformerImpl.transformNode(TransformerImpl.java:1213)
     at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:668)
     at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1129)
     at org.apache.xalan.transformer.TransformerImpl.transform(TransformerImpl.java:1107)
     at com.sap.mbs.mam.generation.target.GenerationTarget.transformDOM(GenerationTarget.java:203)
     at com.sap.mbs.mam.generation.target.DetailTarget.transformDOM(DetailTarget.java:72)
     at com.sap.mbs.mam.generation.target.GenerationTarget.transformComponent(GenerationTarget.java:176)
     at com.sap.mbs.mam.generation.target.GenerationTarget.createJSP(GenerationTarget.java:140)
     at com.sap.mbs.mam.generation.GenerationDriver.generate(GenerationDriver.java:120)
     at com.sap.mbs.mam.generation.ui.GeneratorUI.generateProject(GeneratorUI.java:306)
     at com.sap.mbs.mam.generation.ui.GeneratorUI.actionPerformed(GeneratorUI.java:253)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1786)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1839)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:245)
     at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
     at java.awt.Component.processMouseEvent(Component.java:5100)
     at java.awt.Component.processEvent(Component.java:4897)
     at java.awt.Container.processEvent(Container.java:1569)
     at java.awt.Component.dispatchEventImpl(Component.java:3615)
     at java.awt.Container.dispatchEventImpl(Container.java:1627)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3483)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3198)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128)
     at java.awt.Container.dispatchEventImpl(Container.java:1613)
     at java.awt.Window.dispatchEventImpl(Window.java:1606)
     at java.awt.Component.dispatchEvent(Component.java:3477)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:480)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:201)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
What am I doing wrong?
T.i.a.
Patrick Willems

Hi Patrick,
Before you run generator you need to do following.
<b>Enter MAM_HOME in the start.bat file as the variable name
and the directory where MAM class files are located.</b>
check if you have added the directory.
Thanks & Regards,
Abhijit

Similar Messages

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

  • Error while using Noetix Generator for OBIEE 11.1.1.6.8

    Hi Gurus,
    We are trying to implement Noetix views for OBIEE 11.1.1.6.8 using Noetix generator for oracle business intelligence,, but we are facing below error..
    Please help, thanks in advance.
    " *Validation encountered following warnings..*
    *Could not verify server version. Double check that your server version matches the target specified.*
    *Cause: access denied for user to path /system/version*. "

    Hi,
    I'm the Director of Engineering at Noetix that is responsible for Noetix Generator for OBIEE.
    Noetix Generator utilizes OBI's web services in order to validate that your OBI admin client and server have matching versions. The validation error you're seeing appears to be caused by a permission issue while accessing the "/system/version" folder of your web catalog through that web service.
    One thing you could check is the OBI account you're using in Noetix Generator to access the BI Server. That account should have administrative privileges in OBI.
    I also noticed that you're attempting to use OBI 11.1.1.6.8, which we don't currently support. Your existing version of Noetix Generator may work with it, but we won't claim official support until we certify our generator against it. That will come in a future release.
    Please contact Noetix Support at http://support.noetix.com if you need additional information. Our support staff can assist you in resolving this issue.
    Thanks,
    Jay Shipley

  • How to use a ".generate" file in JDeveloper 11g ?

    hi
    Using JDeveloper 11g (11.1.1.0.1) I created a Database Diagram and dropped both SCOTT.EMP and SCOTT.DEPT tables on it, creating Offline Database Objects.
    After that I used the "Generate..." option from the right-click menu on the SCOTT Offline Database Source in JDeveloper, to generate a SQL script.
    Step 6 of 6 allowed me to "Save settings for reuse", resulting in a ".generate" file (see GenerateSQLFromDatabaseObjectsStep6Of6.png).
    question
    How should I be able to reuse such a ".generate" file, the right-click menu does not have a "Generate" option (like JDeveloper 10g has) or something similar, see GenerateSQLRightClickMenuForGenerateFile.png.
    many thanks
    Jan Vervecken

    Thanks for your reply Susan.
    You were not able to access it via metalink as it was categorized as an internal bug rather than a production version bug. Since it has now been fixed it is unlikely that I can get it changed to allow it to be seen via metalink.about "unlikely", see also ...
    ... Steve Muench : "Re: Request for "WHERE  -   IN" Combination with Bind Variables."
    ... Keimpe Bronkhorst : "Re: Generics : compiler option : unchecked conversion warnings"
    ... Brian Duff : "Re: Surround With Try/Catch : comments issue"
    ... Frank Nimphius : "Re: Jdev 11g: Warnings in structure window for jspx (makeCurrent)"
    But there is probably an explanation.
    regards
    Jan

  • Cross column radio group solution using dynamically generated HTML

    I am tasked with creating a screen in Apex matching look and feel of an existing application screen; tabular form, multiple column radio buttons to update a single column value (radio group needs to be row oriented, across multiple columns). I could not find a way to use HTMLDB_ITEM.RADIO_GROUP () function for this due to the radio group being column based, great as a row selector but not for use across columns (each button being a column).
    My first thought was to comprise and use checkboxes via HTMLDB_ITEM.CHECKBOX () for the multiple choices (in each column) and HTMLDB_ITEM.HIDDEN() to hold the chosen value, a JavaScript function for “onClick” event to make the checkboxes in one row act like radio buttons in a radio group. I created a simple application to show the concepts of my solutions …
    SQL looks like this:
    select pk_id, -- f01
    object_to_color, -- f02
    HTMLDB_ITEM.CHECKBOX(11, color_choice,
    'onClick="chkboxAction('||pk_id||', document.wwv_flow.f11, ''RED'')"', 'RED') red,
    HTMLDB_ITEM.CHECKBOX(12, color_choice,
    'onClick="chkboxAction('||pk_id||', document.wwv_flow.f12, ''BLUE'')"', 'BLUE') blue,
    HTMLDB_ITEM.CHECKBOX(13, color_choice,
    'onClick="chkboxAction('||pk_id||', document.wwv_flow.f13, ''GREEN'')"', 'GREEN') green,
    color_choice -- f03
    from objects_to_color
    Columns pk_id and color_choice are set as Show off and Display As Hidden. Note that my HTMLDB_ITEM.CHECKBOX items start with id number 11 (f11 – f13) so as not to conflict with the item id’s Apex will generate on it’s own. I could have used HTMLDB_ITEM functions to create all items and had my own PL/Sql update process.
    This creates a tabular presentation with a column for each color choice as a checkbox, shown checked if that color is initially set.
    The JavaScript function chkboxAction() clears the other checkboxes if a color is selected and stores the color in the hidden item db column for use in Apex Submit processing. Sorry the identation get's lost in the post!
    function chkboxAction (id, ckbx, color) {
    // f01 is pk_id (hidden)
    // f11 is RED checkbox
    // f12 is BLUE checkbox
    // f13 is GREEN checkbox
    // f03 db column color_choice for update (hidden)
    var idx;
    // Find row index using pk_id passed in as id argument.
    for (var i=0; i < document.wwv_flow.f01.length; i++) {
    if (document.wwv_flow.f01.value == id) {
    idx = i;
    i = document.wwv_flow.f01.length;
    if (ckbx(idx).checked == true) {
    // Set hidden color_choice column value to be used in update.
    document.wwv_flow.f03(idx).value = color;
    // Uncheck them all, then reset the one chosen.
    document.wwv_flow.f11(idx).checked = false;
    document.wwv_flow.f12(idx).checked = false;
    document.wwv_flow.f13(idx).checked = false;
    ckbx(idx).checked = true;
    } else {
    // Unchecked so clear color_choice column value to be used in update.
    document.wwv_flow.f03(idx).value = '';
    This works well and, as an aside, has an added feature that the color can be “unchosen” by unchecking a checked checkbox and leaving all checkboxes unchecked. This cannot be done with radio buttons unless a radio button is added as “no color”.
    But what if radio buttons must be used, as in my situation? Here is another solution using custom code to dynamically generate radio buttons for a row based radio group rather than using HTMLDB_ITEM.RADIO_GROUP ().
    select pk_id, -- f01
    object_to_color, -- f02
    '<input type="radio" name="rb'||pk_id||'" id="rb'||pk_id||'_1" value="RED" '||
    decode(color_choice, 'RED', 'CHECKED', '')||
    ' onClick="rbAction('||pk_id||', ''RED'')">' red,
    '<input type="radio" name="rb'||pk_id||'" id="rb'||pk_id||'_2" value="BLUE" '||
    decode(color_choice, 'BLUE', 'CHECKED', '')||
    ' onClick="rbAction('||pk_id||', ''BLUE'')">' blue,
    '<input type="radio" name="rb'||pk_id||'" id="rb'||pk_id||'_3" value="GREEN" '||
    decode(color_choice, 'GREEN', 'CHECKED', '')||
    ' onClick="rbAction('||pk_id||', ''GREEN'')">' green,
    color_choice -- f03
    from objects_to_color
    The pk_id column is used here to ensure a unique name and unique id for the items. In practice a custom api should be used to generate items in this way.
    The JavaScript function is actually simpler for radio buttons because the radio group handles the mutually exclusive logic for choosing a color.
    function rbAction (id, color) {
    // f01 is pk_id (hidden)
    // f03 db column color_choice for update (hidden)
    var idx;
    // Find row index using evaluation_question_id.
    for (var i=0; i < document.wwv_flow.f01.length; i++) {
    if (document.wwv_flow.f01.value == id) {
    idx = i;
    i = document.wwv_flow.f01.length;
    // Set hidden result column referenced in update.
    document.wwv_flow.f03(idx).value = color;
    Now the problem is that on update, Apex will be confused by the custom items and try to post updated values to it’s own internal items – which don’t exist. The result is the very frustrating HTTP 404 - File not found error when apex/wwv_flow.accept executes on Submit. So, the trick is to clear the custom items prior to the update with a simple JavaScript function, then the values show again when the page is rerendered, if you are not branching from the page. The Submit button is changed to call the following function:
    function submit () {
    var items = document.getElementsByTagName("INPUT");
    for (i=0; i< items.length; i++) {
    if (items(i).type == "radio") {
    if (items(i).checked == true)
    items(i).checked = false;
    doSubmit('SUBMIT');
    This technique might have general use when using custom items. Comments or improvements on this?
    See Oracle Apex site: workspace SISK01, app OBJECTS_TO_COLOR

    Just the code for formatting.
    Checkboxes to behave like radio group ...
    SQL ...
    select pk_id,              -- f01
           object_to_color,    -- f02
              HTMLDB_ITEM.CHECKBOX(11, color_choice,
                  'onClick="chkboxAction('||pk_id||', document.wwv_flow.f11, ''RED'')"', 'RED') red,
              HTMLDB_ITEM.CHECKBOX(12, color_choice,
                  'onClick="chkboxAction('||pk_id||', document.wwv_flow.f12, ''BLUE'')"', 'BLUE') blue,
              HTMLDB_ITEM.CHECKBOX(13, color_choice,
                  'onClick="chkboxAction('||pk_id||', document.wwv_flow.f13, ''GREEN'')"', 'GREEN') green,
           color_choice  -- f03
    from objects_to_colorJavaScript ...
    function chkboxAction (id, ckbx, color) {
        // f01 is pk_id (hidden)
        // f11 is RED checkbox
        // f12 is BLUE checkbox
        // f13 is GREEN checkbox
        // f03 db column color_choice for update (hidden)
        var idx;
        // Find row index using pk_id passed in as id argument.
        for (var i=0; i < document.wwv_flow.f01.length; i++) {
           if (document.wwv_flow.f01(i).value == id) {
              idx = i;
              i = document.wwv_flow.f01.length;
        if (ckbx(idx).checked == true) {
          //  Set hidden color_choice column value to be used in update.
          document.wwv_flow.f03(idx).value = color;
          // Uncheck them all, then reset the one chosen.
          document.wwv_flow.f11(idx).checked = false;
          document.wwv_flow.f12(idx).checked = false;
          document.wwv_flow.f13(idx).checked = false;
          ckbx(idx).checked = true;
        } else {
          //  Unchecked so clear color_choice column value to be used in update.
          document.wwv_flow.f03(idx).value = '';
    }Radio button solution ...
    SQL ...
    select pk_id,              -- f01
           object_to_color,    -- f02
           '<input type="radio" name="rb'||pk_id||'" id="rb'||pk_id||'_1" value="RED" '||
                decode(color_choice, 'RED', 'CHECKED', '')||
                ' onClick="rbAction('||pk_id||', ''RED'')">' red,
           '<input type="radio" name="rb'||pk_id||'" id="rb'||pk_id||'_2" value="BLUE" '||
               decode(color_choice, 'BLUE', 'CHECKED', '')||
               ' onClick="rbAction('||pk_id||', ''BLUE'')">' blue,
           '<input type="radio" name="rb'||pk_id||'" id="rb'||pk_id||'_3" value="GREEN" '||
               decode(color_choice, 'GREEN', 'CHECKED', '')||
               ' onClick="rbAction('||pk_id||', ''GREEN'')">' green,
           color_choice  -- f03
    from objects_to_colorJavaScript ...
    function rbAction (id, color) {
        // f01 is pk_id (hidden)
        // f03 db column color_choice for update (hidden)
         var idx;
         // Find row index using evaluation_question_id.
        for (var i=0; i < document.wwv_flow.f01.length; i++) {
           if (document.wwv_flow.f01(i).value == id) {
              idx = i;
              i = document.wwv_flow.f01.length;
        //  Set hidden result column referenced in update.
        document.wwv_flow.f03(idx).value = color;
    function submit () {
      // Clears radio buttons to prevent Apex trying to post and causing page error.
      var items = document.getElementsByTagName("INPUT");
      for (i=0; i< items.length; i++) {
        if (items(i).type == "radio") {
          if (items(i).checked == true)
            items(i).checked = false;
      doSubmit('SUBMIT');
    }

  • How to generate all forms at a time in designer using form generator?

    Hi All,
    I am using designer 9.0.4.6 .
    I am having so many forms in the module ....
    So how can I generate all forms at time using form generator ?
    Thank you
    sai

    There is a batch generate option inside the menu of the Design Editor. You can't batch generate by selecting all your forms and choose generate, this will only generate one of the selected forms.
    Regards,
    Mark

  • Programmatically change the query used to generate Oracle Reports

    I have two queries. Depending on some parameter value, I would like to use one of these queries to generate my report. Is it possible to programmatically change the SQL query used to generate the Oracle Report.
    Thanks

    There are two options:
    - The easy way
    In the report paper layout create two frames, one for each query , and at runtime
    display only one based on your parameters. (using format triggers on the frames)
    - the not so easy way (but more elegant)
    create the query at runtime using xml customizations using the examples from
    the following documentation:
    http://download-
    uk.oracle.com/docs/cd/B14099_17/bi.1012/b14048/pbr_xml.htm#i1006734
    16.3 Creating XML Data Models
    16.4.1.3 Applying an XML Report Definition in PL/SQL
    16.4.1.3.2 Applying an XML Definition Stored in Memory
    Regards and Good Luck
    Ionut S

  • What are the advantages of using ITSGENMOBILE4 generating style over ITSGENMOBILE style?

    Dear All,
    Right now i'm working on an ITS mobile project, we generated the html templates in our internet service using the ITSGENMOBILE4(recommended) generation style, but the screen looks disorganized. but the same screen generated using MOBILE generation style looks fine. So, Could anyone guide me of whether to stick to the MOBILE generating style or to use MOBILE4 generating style?
    Kind Regards,
    Avinash

    Peregrine230 wrote:
    I am wondering how much benefit I would get out of using OS X Server in my office instead of iCloud and the soon the be Families. (Yes, I know Families is suppost to be for Families but I still think its features would be useful to me)
    As compared to hosted services, running OS X Server means more effort and expending more time to manage, expects more knowledge to configure and to troubleshoot, requires more hardware, and includes higher monthly costs for static IP.
    Depending on the particular features required, you'll potentially also be adding software onto OS X Server as well, possibly something such as OwnCloud.
    There are various good reasons to run your own servers, but it's not going to be free, and it's going to cost more than hosted services.  Some possible reasons...
    ...You might want to learn IP networking, setting up local DNS services, configuring and troubleshooting your mail server, securing the server against attacks, managing backups, and a variety of other topic areas, for instance.
    ...Or you might need to keep your mail and your data stored locally for security or privacy or confidentiality reasons.
    We'll probably have to wait for the release to learn what relationship OS X Server might have (if any) to Family Sharing — whether that's somehow going to be available with OS X Server, or whether it'll be tied to Apple's own servers.

  • Populating a field using rule generator adapter

    Hi
    How a form field is populated using Rule Generator Adapter. And what we should do if we want the same field do not appear in the form, though it's value should be participate in task(create user update user etc).
    Thanks
    Kanchan

    Check these links
    http://download.oracle.com/docs/cd/E10391_01/doc.910/e10366/rules.htm
    Prepopulate Adapter and Rule Generator Adapter

  • What's the detailed GPS protol used to generated GPS bin file?

    I encountered a problem recently.
    ) When we used actual GPS signals instead of simulated signals generated from the PXI-5671, the receiver functioned normally.
    2) When we streamed bin file to generate signals repeatedly using the PXI-5671, the receiver could receive correctly for the first time, while at the rest of it the receiver couldn't receive the signals nor display how many satellites there were and what the signal strengths were.
    The R&D engineers of the receiver in German want to know the detailed GPS protocol used to generated GPS bin file. They want to find the differences between the receiver and NI GPS generator.
    Could you give me the detailed GPS protocol? thanks!

    Hello,
    In the ni GPS bin file ther header is is stored as following.
    Of the first 8 bytes the first two bytes are version of GPS toolkit it was use to save the data, the next 4 bytes will be IQ rate, the next 4 bytes will be peak power in dBm and then rest 488 bytes will be just buffer data or 0 padding. Here is the screenshot of that. The actual data is stored as I16 format as I and Q data block. Hence the actual offset from the starting of the file is 512 bytes. 
    Hope this helps. For reference you can look at the  niGPS Streaming From File.vi located in C:\Program Files\National Instruments\LabVIEW 2009\examples\RF Toolkits\GPS\Programming
    Thanks
    NI-khil 
    Message Edited by NIyer on 05-14-2010 12:40 PM

  • More than one programs using report generator at the same time

    Hi,
    I want to ask that how can I use Report Generator in two program at the same time.
    As I am using Report Generator to log my data into excel, I find that if there are two
    programs contain Report Generator, the program which ran first cannot find its
    report.What can I do apart from alway open a new report?
    Ryan

    Ryan,
    Could you elaborate on what you mean when you say that the program which ran first cannot find its report?  Are you trying to modify the same report simultaneously with these different apps?
    Regards,
    Jared Boothe
    Staff Hardware Engineer
    National Instruments

  • Are there any libraries can be used to generate Type 1 font postscript file

    I am trying to create a Type 1 font postscript file. But I found it is hard to find the library to generate the Type 1 font postscript file. I just found a library named iText which can create the Type 1 font PDF file.
    Are there any libraries can be used to generate Type 1 font postscript file?
    Thanks!

    I don't see much benefit with the current ODI adaptors for planning if it is an EPMA type planning application.
    They have been specifically designed to work with classic planning applications.
    It certainly is possible to load into EPMA interface tables using ODI though there are no direct adaptors and it takes quite a bit of effect to get them into the correct format.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Creating two sin signals using function generator.vi example

    hi all. i want to create two sin signals with different parameters using function generator.vi example. i tried to modify the example by copying the code and try to output two sin signals on different channels of the DAQ but error message saying that you are validating of the AO write buffer . attached is the file. how can i modify it to solve the problem?!
    Attachments:
    function_generator2.vi ‏123 KB

    Nidal,
    Below is an example that illustrates how to generate different sine waves on two separate analog output channels.
    Example

  • Combine .ps files using PDF Generator

    Hi all,
    Right now we are using the Livecycle to combine the PDF's to printer, this process was successfully running.
    We got a mail from printer saying that there is repetation of same fonts name displayed in the combine pdf, that need to resolve.
    We have used "RunFlex" option in acrobat professional version to distill the .ps to combine PDF file, this was working fine.
    I need to configure a process to combine the .ps file.
    I configured the PDF's using the "invoke" option.
    Please advice.

    The attached process is as follows:
    It uses PDF Generator > Distiller > Create PDF to generate two PDFs from two .ps files, uses Assembler to merge the PDFs into a single PDF and extracts the assembled PDF from the AssemblerResult object.
    Steve

  • $ expression while creating Query using Query generator

    hello friends,
            I m using qurery generator for Approval templates. I want Quantity value of GRN at a runtime.So for that I have to write a query I got some example of that for Business partner this is done using $[$3.24] for card code in business partner.But I want to know about this $ expression with following number.
    I found this query while searching
    SELECT (T0.[CreditLine]-$[$3.24.Number]) FROM OCRD T0  INNER JOIN POR1 T1 ON T0.CardCode = T1.BaseCard WHERE T0.[CardCode] = $[$3.18]
    Plz tell me abt this $ expression frm where its come.Is it store somewhere??
    Thanks & Regards,
       Swati
    Edited by: Rui Pereira on Dec 23, 2008 4:49 PM

    Hello Swati,
    It has something to do with Format Search. Please find the attached for Format Search Introduciton. Or you may go to Forrum  [SAP Business One|SAP Business One Application; for more information, which is the right place for this question. Thanks.
    Regards, Yatsea

  • EREC - How to use link generated by application group?

    How to use link generated by application group?

    Hello Vishal,
    You provide the link eg. in a list and candidates just have to click on that if they want to apply.
    Regards
    Nicole

Maybe you are looking for

  • Using LCD TV as Display

    I have a 12-inch iBook G4, and I wanted to use my LCD screen as my display. I bought a Apple Mini-DVI to Video Adapter, when I connected it up the picture looked grainy. It looks like it wasn't scaled up just blown up (if you understand that). I can

  • Creation of primary index

    Dear experts, A standard sap table does not have primary key index. I assume there was a problem with installation. Please let me know if there is a way to create the primary index? BDCP~0? Can I do it the same way as I would if I created another ind

  • Envelope Index-1

    I recently had to rebuild my Envelope Index. I trashed Envelope Index and restarted Mail. The rebuild fixed the problem, but whereas before I used to have only 1 file (Envelope Index), I now have 2 files: Envelope Index Envelope Index-1 Why did Mail

  • Debugging Jni Dll with VC6

    I'm having problems debugging my JNI DLL hosted by a tomcat application. Starting Tomcat under the vc debugger causes a lot of first chance exceptions (0c0000005) to be thrown by JVM.DLL. This happens before my jni dll is even loaded, here's a short

  • Error message when triying to deploy an app in work bench

    I get this error messag when I try to deploy from  workbecn. Has any one seen it before? could not connect to inbox. Error message:Logon failure:unknown user name or bad password.