Rendering data workspace



Tags: NI Products

Similar Questions

  • TileList only keeping not with class data order custom CellRenderer

    Hi all

    I was hoping that you guys could help me with this, I did a search and nobody seems to know the same problem.  So first the installer: I have a TileList component set in place with a line in.  The TileList component using a custom class that extends the CellRenderer class to view its data. The problem is that if I scroll so the first element is not visible, in addition, its value is replaced by another item in my dataProvider.

    Here is my code for the CellRenderer class (where I am assuming that the problem):

       public class MyRenderer extends CellRenderer
        {
            private var renderer:MyDataDisplay = new MyDataDisplay();
            public function MyRenderer()
            {
                super();
            }
    
            override protected function onAdded():void{
                super.onAdded();
                addChild(renderer);
            }
    
            override protected function onRemoved():void{
                super.onRemoved();
                removeChild(renderer);
            }
    
            override protected function drawLabel():void{
                super.drawLabel();
                if(data){
                    renderer.title.text= data.name as String;
                    renderer.date.text = data.date as String;
                }
            }
    

    Help?

    Hey cyangreen,

    lists and cell renderers are the heels of achilie of the QNX API when it comes for them to find haha. and once you think u he descended, something unexpected happens and you have to change once again lol.

    I met problems here and there, and usually when you define the data and what not, I substitute the public data() setter. like this I get accurate results. the list and CellRenderer do things funky sometiems and get weird to read outs. so try to do this and see if it changes anything. So instead of override the drawLabel() method, replace the set data() accessor:

    override public function set data(data:Object):void
    {
        super.data = data;
    
        if (data.name && data.data)
        {
            renderer.title.text= data.name as String;
            renderer.date.text = data.date as String;
        }
    }
    

    Let me know how that turns out. If it doesn't work, let's try something else. Good luck!

  • How to format the data back of JMX

    I want to fomat dates back to JMX on foglight Server (5.6.5).

    "Ex: convert date format 'long' ' String (PST).

    Also, can I format the data on the dashboard in a different format?

    Ex: Covert "MM/DD/YYY" to "DD-MM-YY".

    I am unable to make use of 'Deriverd' but you need to know if it is possible for data formatting with out creating "Derived Metrics"

    Thank you.

    As usual, in Foglight, there are several ways of doing things, and most things are possible.

    Remember that the date you see is probably not a string format, but a java rendering Date (similar to what you see) or Timestamp objects.

    What you are looking for on a dashboard is a different rendering engine, an object that converts the presentation of the data from one format to another.

    There are many kinds of converters that come with Foglight, including fully customizable Date converters.

    The model on a Date Converter personal property can be used to do almost anything.

  • How to get an array of SQL data

    Hello

    I need to get a say DBMS output output of a SQL SELECT query say * OF EMP in the form of a table (with borders and titles).

    Is this possible in Oracle to return a table with borders and titles?

    user13410062 wrote:

    Hi all

    I don't know what am I missing in my question, which is confusing. The only thing I'm looking for is invoking a procedure/function of TOAD/SQLPLUS that can turn a TABLE formatting based on a query (SELECT * from insert_table where insert_table is-)
    CREATE TABLE insert_table
    (
    Number of S_No
    Varchar2 (128) of the player.
    Number of Ranking_Points
    Country varchar2 (128)
    );
    Now the output is visible in the result of the query or DBMS_OUTPUT as

    >> > >

    S_NO PLAYERNAME RANKING_POINTS COUNTRY
    1 Rafael Nadal 12390 Spain
    2 Roger Federer 7965 Switzerland
    3 Novak Djokovic 7880 Serbia

    To add to what anton said...

    When you submit a SQL query to the database, the statement is executed and the data is returned to the calling program.  The database has no awareness of what this program is, or how this program can restore the data on the screen, and the database itself is not any output device to display data.

    Thus, the data can be returned to various programs for example

    SQL * Plus - a terminal/command line screen, which usually uses a font to fixed width and standard characterset

    TOAD - a windows based application that has a "data grid" to display the data, you get

    SQL * Developer - windows-based application

    Oracle APEX - one based on web front end that makes HTML given to it, or can take the data and rendered in the HTML form for you.

    PowerBuilder - an application environment that could choose to display the data in DataWindow, store the data in data warehouses, be an intermediary providing data as a web service or be rendered web pages with data, etc..

    .NET - like PowerBuilder, it might choose to make the data are however required.

    Java - like Powerbuilder and .NET, it might choose to make the data are however required.

    etc.

    Thus, each of these environment renders data on the screen but he wants and will do it in a style that suits.  Some methods that work in an environment do not work in another environment, for example, you could provide data with the tab character included in the data and SQL * Plus can restore data with tags in it, but something like TOAD, perhaps will not and displays a character box indicating an "unprintable" character etc..

    That's why you can't just ask a question say you want to provide a query and get a table with headings etc. displayed, because the table with headings etc. depends entirely on the final user interface until you choose to use.

  • Premiere Pro cs6 - video pane of the workspace remains empty when you try to view the imported files

    Hello

    I am currently working in Adobe Premiere Pro CS6. When I import my media into my workspace and drag it into the timeline, the preview area where you can review your cup video remains black. Double-click the imported file gives the same result. I was initially import files .jpg (about 300 KB of size for each) so I tried to import various other image formats - .png, .tiff, etc... I even imported a my scene movie file to determine if the problem was with my format of content. With video, the audio plays fine, but the video remains empty in the preview area. I tried rendering my workspace and change my initial parameters of the project, but to no avail. I went to my preferences for first and far as I know, everything seems fine.

    I use the software on a HP Pavilion, Windows 7 intel core i7, 8 GB of ram with a 2 GB of 650 M from nvidia card. Any help would be greatly appreciated. Thank you!

    Hello

    Have you tried to change your Video Renderer? It would be under the project > project settings > general. Switch option only the Mercury playback engine software and see if it helps.

    Thank you

    Regalo

  • AviSport - Contributor Mode - No Data restores

    After logging in to Sites webcenter as fwadmin, aviSport Selected-> Contributor mode - none rendered data but with the exceptions below in the log file.
    However, the selection of Admin mode looks very good.

    thoughts?

    Application server: Weblogic 10.3.5

    ERROR [com.fatwire.logging.cs.request] - < Exception including resources /jsp/cs_deployed/UI/Layout/Header/MenuHtml.jsp >
    javax.servlet.ServletException: java.lang.NoSuchFieldError: deferredExpression
    ........
    .............................

    Caused by: java.lang.NoSuchFieldError: deferredExpression
    at org.apache.taglibs.standard.tag.common.core.ForEachSupport.release(ForEachSupport.java:212)
    at jsp_servlet._jsp._cs_deployed._ui._layout._header.__menuhtml._jspService(__menuhtml.java:204)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    ... more than 154



    RROR [com.fatwire.logging.cs] - are impossible to assess the fatwire/interface/controller/controller element >
    2012-07-24 12:53:42, 089 < Exception including resources /jsp/cs_deployed/UI/Layout/LeftNavigationHtml.jsp > - ERROR [com.fatwire.logging.cs.request]
    javax.servlet.ServletException: java.lang.NoSuchFieldError: deferredExpression


    Caused by: java.lang.NoSuchFieldError: deferredExpression
    at org.apache.taglibs.standard.tag.common.core.ForEachSupport.release(ForEachSupport.java:212)

    I thought about it here:
    jar conflict causing failure after installing interface contributor?

  • I increased to 45-55% to 70-80% CPU utilization in makes it

    Problem? Well, my Intel Core 2 Quad 2.4 GHz PC would max to near 100% when rendering, so I knew that my CPU is the bottleneck.

    So, I built a CPU Intel I - 7 950 with 12 GB of Ram DDR3 1600.

    My motherboard:

    http://www.Newegg.com/product/product.aspx?item=N82E16813188039

    Card: NVIDIA GeForce GTX 470 (to ensure the use of GPU acceleration)

    Disks:

    C: 1.0 TB 5400 (System/OS)

    D: 1.5 to 5400 (office/data)

    E: 1.5 to 5400 (I may have to revisit old projects)

    F: 2.0 TB 7500 (current projects)

    G: 2.0 TB 7500 (Cache / Scratch)

    H: blue-Ray DVD player

    I: the DROBO FW800/USB with TB file storage four 2.0 5400 (5.4 to useful) for a video offline and critical project

    After configuring my I7 950, I was getting maybe 45-50% of CPU during rendering or eek - ing use 55% if I updated the Premiere Pro process priority real-time nearby

    Now, I knew that my controller and disks can become the bottleneck with my new build... but really? 50% CPU usage for rendering? What the devil?

    Did some research and adjustments listed below, I managed to get the CPU up to about 75% median (70-80%) for BOTH to export AND rendering sequence workspace.

    1. first defragment C: (G: was empty)

    2 a changed file to 1 GB fixed on C: and 24 GB fixed on G: (put upgraded Ram 24 GB soon)

    3 changed Adobe file Cache (no database) of the default location of the c: to G: (Edition > Preferences > media)

    4. change drive from Scratch for the same project / the location of the reader to G: for video and Audio

    My two faster disks, F: is my player "Video projects" and g: I've done in my Cache drive / Scratch

    ====

    Next step I intend in my quest for more fast AND best runtime performance edition:

    -Controller SAS and 15 000 rpm SAS drives.

    But that's when I got an another paycheck to save. Laughing out loud!

    I hope this helps someone. Criticism and comments welcome.

    You clearly demonstrated that your system has been hampered by bottlenecks in the disk configuration, an often overlooked factor but oh so important. Thanks for this posting.

    With proper backup on your Drobo, one can consider raids D and E in a raid0 configuration and use it for previews and hiding from media. For the swap file, you can delete the one on C:. 24 GB on your drive G is more than enough and there is no need to load the operating system with access to two swap files on two disks and it could be even better locate the swap file on the raid0 newly created as the first file, so it is in part the faster the disc and not fragmented.

    Check Adobe Forums: generic guideline for disk configuration

    Compliments on a well built disk configuration! As you have seen and shown here, that a good configuration can make a world of difference in performance, even under CPU high-end. Or should I say especially...

    I'm curious to see how your system is running when you run the Référence PPBM5

  • database simple html5 works in the browser but not emulator

    I have a database of simple html5. It works on browser (chrome/safari) but not in the emulator. If after having included the html5_init.js file does not work on an os device five? I also simulated a sd card, so this isn't a problem, why it does not work. Here is the code:

    html PAG

    !DOCTYPE html PUBLIC-//W3C//DTD HTML 4.01 Transitional//Ehttp://www.w3.org/TR/html4/loose.dthtmheameta nameviewpor idMeta contentinitial-scale=1.0,user-scalable=n meta namex-blackberry-defaultHoverEffec contentfals link  relstyleshee typetext/cs hrefcss/common.cslink  link  relstyleshee typetext/cs hrefcss/start.cslink link  relstyleshee typetext/cs hrefcss/tabs.cslink
    titlAdd Birthda/titlscript typetext/javascrip srcjs/common.j/scripscript typetext/javascrip srcjs/html5_init.j idhtml5_ini/scripscript typetext/javascrip srcjs/birthdayapp.j/scrip
    /heabody onLoadinit()
           div classmy_heade
               p aligncenteAdd Birthda/
           /di
    
               div classmain-pane
                   div classpanel-top-lef/di
                   div classpanel-top-righ/di
                   div classpanel-insid
                    div classpanel-noga
                       div classro
                           div classlaeFirst Name/di
                           input typetex idfirstnam
                       /di
                       div classlistSeparato/di
                       div classro
                           div classlabeLast Name/di
                           input typetex idlastnam
                       /di
                       div classlistSeparato/di
                       div classro
                           div classlabeEmail/di
                           input typetex idemai
                       /di
    
                        div classlistSeparato/di
                       div classro
                           div classlabePhone Number/di
                           input typetex idphonenumbe
                       /di
                       div classlistSeparato/di
                        div classro
                           div classlabeImage/di
                           input typetex idimag
                       /di
                       div classlistSeparato/di
                        div classro
                           div classlabeBirthday/di
                           input typetex idbirthda
                       /di
                        div classlistSeparato/di
                        div classro
                           div classlabeBaught Gift/di
                           input typetex idbaughtgif
                       /di
                           div classlistSeparato/di
                        div classro
                           div classlabeReminder Day/di
                           input typetex idreminderda
                       /di
    
                    /di
                   /di
                   div classpanel-bottom-lef/di
                   div classpanel-bottom-righ/di
               /di
               input typebutto stylefloat: right; padding: 6px; margin-right: 8px idsav valueSav onClickmakeReminder()
    
            ul idreminder 
    
           /u 
    
            /bod/htm
    

    Now for the javascript database thread

    //Pre-requisites
    var birthdayapp = {};
    
    //Step 1. Opening the database
    birthdayapp.db = null;
    
    birthdayapp.open = function() {
      var dbSize = 5 * 1024 * 1024; // 5MB
      birthdayapp.db = openDatabase('bdreminder', '1.0', 'Birthday Reminder', dbSize);
    }
    
    birthdayapp.onError = function(tx, e) {
      alert('Something unexpected happened: ' + e.message );
    }
    
    birthdayapp.onSuccess = function(tx, r) {
      // re-render all the data
      // loadReminders is defined in Step 4a
      birthdayapp.getAllReminders(loadReminders);
      alert("an action was performed successfully!");
    }
    
    //Step 2. Creating the table
    birthdayapp.createTable = function() {
      birthdayapp.db.transaction(function(tx) {
        tx.executeSql('CREATE TABLE IF NOT EXISTS bdreminders(reminder_id INTEGER PRIMARY KEY ASC,'+
                                                            'firstname   varchar(50), '+
                                                            'lastname    varchar(50), '+
                                                            'email       varchar(50), '+
                                                            'phonenumber varchar(50), '+
                                                            'image       varchar(50), '+
                                                            'birthday    varchar(30), '+
                                                            'baughtgift  char(3),     '+
                                                            'reminderday varchar(50),'+
                                                            'createdon   date)', []);
      });
    }
    
    //Step 3. Adding data to the table
    birthdayapp.addReminder = function(firstname,lastname,email,phonenumber,image,birthday,baughtgift,reminderday) {
      birthdayapp.db.transaction(function(tx){
        var createdon = new Date();
        tx.executeSql('INSERT INTO bdreminders(firstname, lastname, email, phonenumber, image, birthday, baughtgift, reminderday, createdon) '+
                      'VALUES (?,?,?,?,?,?,?,?,?)', [firstname, lastname, email, phonenumber, image, birthday, baughtgift, reminderday, createdon],
            birthdayapp.onSuccess,
            birthdayapp.onError);
        });
    }
    
    //Step 4. Selecting data from the table
    birthdayapp.getAllReminders = function(renderFunc) {
      birthdayapp.db.transaction(function(tx) {
        tx.executeSql('SELECT * FROM bdreminders', [], renderFunc,
            birthdayapp.onError);
      });
    }
    
    //Step 4a. Rendering data from the table
    function loadReminders(tx, rs) {
      var rowOutput = "";
      for (var i=0; i < rs.rows.length; i++) {
        rowOutput += renderReminders(rs.rows.item(i));
      }
    
      var reminders = document.getElementById('reminders');
      reminders.innerHTML = rowOutput;
    }
    
    function renderReminders(row) {
      return '
  • ' + row.reminder_id + '[X]
  • '; } //Step 5. Deleting data from the table birthdayapp.deleteReminder = function(id) { birthdayapp.db.transaction(function(tx) { tx.executeSql('DELETE FROM bdreminders WHERE reminder_id=?', [id], birthdayapp.onSuccess, birthdayapp.onError); }); } //Step 6. update the table birthdayapp.updateReminder = function(reminder_id,firstname,lastname,email,phonenumber,image,birthday,baughtgift,reminderday) { birthdayapp.db.transaction(function(tx) { tx.executeSql('UPDATE bdreminders set firstname = ?, lastname = ?, email = ?,phonenumber = ?,image = ?,birthday = ?, baughtgift = ?, reminderday = ? WHERE reminder_id = "reminder_id" ', [firstname, lastname, email, phonenumber, image, birthday, baughtgift, reminderday], birthdayapp.onSuccess, birthdayapp.onError); }); } //Step 7. select a specific from table birthdayapp.getOneReminder = function(reminder_id) { birthdayapp.db.transaction(function(tx) { tx.executeSql('SELECT * FROM bdreminders WHERE reminder_id = ? ', [reminder_id], birthdayapp.onSuccess, birthdayapp.onError); }); } //select specific record function makeReminder(){ alert("add reminder called"); var fn = document.getElementById('firstname').value; var ln = document.getElementById('lastname').value; var em = document.getElementById('email').value; var ph = document.getElementById('phonenumber').value; var im = document.getElementById('image').value; var bd = document.getElementById('birthday').value; var bg = document.getElementById('baughtgift').value; var rd = document.getElementById('reminderday').value; birthdayapp.addReminder(fn,ln,em,ph,im,bd,bg,rd); } //init function function init() { birthdayapp.open(); birthdayapp.createTable(); birthdayapp.getAllReminders(loadReminders); }

  • ORA-35563 when maintaining dimension in AWM

    Hello

    When it comes to managing a dimension in AWM, I get the error: ORA-35563: (XSRWLD17) multiple values exist for an attribute of this dimension member.

    Rejected records, I have 101 lines whose entries such as:

    ALIAS_4 = 'TRIP_PATTERN_LVL_142' AND ALIAS_5 = 142 AND ALIAS_6 = 'ROUTE_LVL_ 47'

    Where should I start looking?

    * If it helps, the dimension has 3 levels (lets call them a, b, c) and a hierarchy with levels in the order (highest to lowest): a - > b-> c

    Thank you

    Mark

    The AwM team has developed a plug-in simple data validation that can be interesting to try to help identify the

    questions of dimension table of source you get when your construction.

    It may be worth trying to see if the data validator of AwM extension will help you identify your problems of data in your dimension source table.

    The link below is the download page where you can get the extension of data validator AwM.

    Oracle OLAP downloads: Software & samples

    The download is a jar file that you can simply copy a subdirectory where you installed the client AwM.

    You just need to update the awm.properties file informing AwM you use plug-ins.

    You can do this by selecting tools-> Configuration in the main menu in minutes and ensuring

    Enable Plug-ins and set the plug-ins directory (if you have not already done so).

    Tools-> configuration will give you a lot of options, but you only need to update the plug-ins as

    an example:

    To run the plugin Data Validation, simply select the dimension of the analytic workspace that you and

    Select the menu as shown below. If you don't see a menu option for the Validation of the analytical data Workspace xxxx

    This means that the minutes did not find the plug-in. Please verify that the Configuration of the tools is configured correctly

    for plug-ins and the directory name is correct and the Validation of the downloaded data is here.

    The plug-in will ask you if you want to automatically load and run with the analytic workspace - just select YES.

    Once the plug-in is displayed, you will get a screen like this:

    You can run the following validation reports:

    If all goes well, you will get useful information on data problems. It's worth a try, because it should not take too long for the installation and

    run.

  • Liquid in newsletters

    I created a newsletter template that has a box indicating the coming events of my client.  The event list view uses a liquid markup for the date, so that I can have my dates look, the way people expect them to the United States, instead of the standard display, you get with the regular date tag.

    I must have sent myself 50 previews I've tweaked and adjusted to this campaign, and in each preview dates render out perfectly.  So the client went ahead and sent to the campaign and I get their newsletter this morning and dates appear with the code instead of the date of rendering: {{date | date: "dddd, MMMM %d"}}

    I am amazed that it restores the date properly in the mails from the preview, but not in the last campaign.  Is - it is certainly how things work, or did I miss something?

    Liquid does not yet work in emailing campaigns. See: BC. Next and e-mail campaigns

  • See the area on the page sending

    I have two HTML areas.

    First I have text field and submit button with the name 'P2_SEARCH '.
    Second region is set to "Conditional", the condition is "Request = Expression 1" and 1 Expression is "P2_SEARCH".

    I want to see the second region when the button in the first region is clicked and form is sent. East - the correct procedure?

    The application is
    http://Apex.Oracle.com/pls/Apex/f?p=4234234

    Connection data
    Workspace: Gildas
    User: [email protected]
    Pass: Gildas

    Application name: Conditions

    >

    Welcome to the forum: read the FAQ and the forum threads sticky (if you have not already done so) and update your profile with a real handle instead of "1000850.

    When you have a problem, you will get an answer faster, more efficient including information as much information as possible from the outset. This should include:

  • Full version of APEX
  • Complete operating system DB, version, edition, host
  • Architecture of Web server (EPG, SST or APEX listener/host operating system)
  • Browser (s) and version (s) used
  • Theme
  • Model (s)
  • Region/section type (s) (particularly as to distinguish if a 'report' is a standard report, an interactive report, or indeed a 'update report' (i.e. a tabular presentation))

    I have two HTML areas.

    First I have text field and submit button with the name 'P2_SEARCH '.
    Second region is set to "Conditional", the condition is "Request = Expression 1" and 1 Expression is "P2_SEARCH".

    I want to see the second region when the button in the first region is clicked and form is sent. East - the correct procedure?

    ASK is disabled after page accept the transformation on the subject, front page, see the page on the branch target treatment.

    To allow a value to ASK during page processing performance, set the attribute request in the branch or the URL. The substitution REQUEST & string allows you to reuse the current value of the request, or assign a literal value or the substitution string, you need.

  • Blank line between lines of query output

    Is it possible to add a blank line between two rows of the query output?

    Sanjay

    user12957777 wrote:
    Is it possible to add a blank line between two rows of the query output?

    Sanjay, it's a problem of client - customer is responsible for rendering data. If whites are needed, then the customer must make as a result.

    Under the projection of the cursor SQL is not a good idea.

  • List of elements Web App, {tag_description} &amp; javascript

    I am using this code in a point list template web app:

    var obj_ {tag_counter} = {}
    name: "{tag_name_nolink}"
    NUM: "{tag_counter}."
    type: "{tag_type}."
    DESC: '{tag_description}.
    }

    Unfortunately the seems to be a line break that is not in the description of the element individual web app, but is always added at the end of the chain when {tag_description} is used. This results in the following error message:


    No idea what I am doing wrong?

    Description tag will have a variety of entities html, images and more, as much for the description value so a custom with brief description field will do.

    You do inline script so that you got the tags, your best with rendering data or the data extracted from web apps and if your using html 5 address etc. data is better and have your scripts in the script files.

  • component Java - ora-01013 error when calling ws.createResultSetSQL

    Performance of Content Server 11.1.1.5 on WLS 10.3.5 in 64-bit Linux environment. Same component/code runs in the dev environment, but still get this error in production. In production, the query executes against display in the same schema as the system database. I can run the same query in SQL Developer or SQLPlus and the return of almost immediate results - about 1 second.

    The query in the Java component expires almost everytime, even if very little load on the system (late at night).

    getMessage() returns «!» csDbUnableToCreateResultSet

    I already have the default query time-out in config.cfg to 120 seconds.


    Any suggestions? Really stumped on this one!

    Thank you, Ken


    Here is an example of the Java code used in the call.

    {code} package com.example;
    Import intradoc.common.ExecutionContext;
    Import intradoc.common.ServiceException;
    Import intradoc.common.SystemUtils;
    Import intradoc.data.DataBinder;
    Import intradoc.data.DataException;
    Import intradoc.data.DataResultSet;
    Import intradoc.data.ResultSet;
    Import intradoc.data.Workspace;
    Import intradoc.provider.Provider;
    Import intradoc.provider.Providers;
    Import intradoc.shared.FilterImplementor;
    Import intradoc.util.IdcMessage;

    public class Test implements {FilterImplementor}
    public int doFilter (workspace ws, linking DataBinder, ExecutionContext cxt) survey DataException, ServiceException {}
    String value = "-1";
    String xEMP_NUM ="";
    String SQL = "";
    String ResultSetName = "XEMPNUMCOUNT";
    int rowcount = 0;
    Result DataResultSet = null;
    DataException error = null;
    ResultSet temp = null;
    WsTemp workspace = null;
    SystemUtils.trace ("filterdebug", "Start doFilter to Test");
    xEMP_NUM = binder.getLocal ("xEMP_NUM");
    xEMP_NUM = (xEMP_NUM == null)? NULL: xEMP_NUM.trim ();
    SystemUtils.trace ("filterdebug", "xEMP_NUM =" + xEMP_NUM);
    If (xEMP_NUM! = null & &! xEMP_NUM.equalsIgnoreCase("0") & & xEMP_NUM.length () > 0) {}
    SQL = "select emp_num, emp_mname, emp_lname and emp_fname from MSE where emp_num ="+ xEMP_NUM.trim (); ".
    SystemUtils.trace ("filterdebug", "SQL =" + SQL);
    If (ws == null) {}
    SystemUtils.trace ("filterdebug", "ws is null, getting ws of appeal to getSystemWorkspace()");
    WS = getSystemWorkspace();
    }
    SystemUtils.trace ("filterdebug", "try-catch block to get SQL ResultSet");
    try {}
    SystemUtils.trace ("filterdebug", "start: temp = ws.createResultSetSQL (SQL)");
    Temp = ws.createResultSetSQL (SQL);
    SystemUtils.trace ("filterdebug", "end: temp = ws.createResultSetSQL (SQL)");
    result = new DataResultSet();
    result. Copy (temp);
    RowCount = result.getNumRows ();
    SystemUtils.trace ("filterdebug", "number of lines =" + rowcount);
    } {} catch (DataException of)
    error = from;
    SystemUtils.trace ("filterdebug", "de.getMessage () =" + de.getMessage ());
    } {Finally
    ws.releaseConnection ();
    }
    If (rowcount > 0) {}
    try {}
    int fieldCnt = result.getNumFields ();
    SystemUtils.trace ("filterdebug", "fieldCnt =" + fieldCnt);
    result. First();
    xEMP_NUM = result.getStringValue (0);
    binder.putLocal ("xEMP_NUM", xEMP_NUM);
    String xEMP_LNAME = result.getStringValue (1);
    binder.putLocal ("xEMP_LNAME", xEMP_LNAME);
    String xEMP_MNAME = result.getStringValue (2);
    binder.putLocal ("xEMP_MNAME", xEMP_MNAME);
    String xEMP_FNAME = result.getStringValue (3);
    binder.putLocal ("xEMP_FNAME", xEMP_FNAME);
    } catch (NumberFormatException nfe) {}
    SystemUtils.trace ("filterdebug", "nfe.getMessage () =" + nfe.getMessage ());
    }
    } else {}
    SystemUtils.trace ("filterdebug", "error to throw because xEMP_NUM is not in the table of the ems");
    throw new ServiceException ("provided Invalid number!");
    }
    If (error! = null) {}
    SystemUtils.trace ("filterdebug", "Error lay like error condition exist.");
    throw error;
    }
    }
    SystemUtils.trace ("filterdebug", "End doFilter for Temp");
    Back to CONTINUE;
    }

    public getSystemWorkspace() {} Workspace
    Workspace workspace = null;
    WsProvider provider = Providers.getProvider ("SystemDatabase");
    If (wsProvider! = null) {}
    workspace (Workspace) = wsProvider.getProvider ();
    }
    Returns the workspace;
    }
    }
    {code}

    Hello

    ORA-01013: user has requested the cancellation of the current operation

    This is the basic error being returned in the newspapers of the Complutense University of MADRID, which is originally that the result settled the question.

    Can you check to see if the connection DB at UCM is losing.

    Perhaps a way to check this would restart DB completely which will clear the dead / suspended the process on the side of the db and then try to run the same query to see what is happening.

    Thank you
    Srinath

  • I need some opinions on the conversion of doc and xls to pdf and jpg

    Hi all

    I'm working on a Java project (so all MS api or .net can not used) where we need to convert MS Office 2003 (first doc but also XLL if possible) files to pdf and jpg. Would be nice to convert txt as well as to fix the indexing research.

    Do you have previous experience in the conversion of doc (word files) to PDF?
    Searching the Internet I find a lot of links to this Web site dancrintea.ro/doc-to-pdf/, which apparently has a solution for all doc, xls, ppt.

    While waiting for a response on this solution, it would be useful that you can share your experience:
    -did you do in a Java project
    -What did you use and how it works

    Never the less important are the costs of the solution because we have to distribute my project to more customers.
    so I need something with a balance between costs and results - I want to say can not invest in an expensive solution for doc/xls to pdf format.

    Thank you for your sharing information.

    The answer to that is:
    It's hard. Very hard. There are few native Java solutions, your options are:

    (1) convince you the basic user who. Sucks DOC and RTF's The Way.
    2) Open Office script (or office). Open Office has an API that can do what you want
    (3) look at the alternative outside and everything, but as a general rule, they are reading rather than rendered data.

    Cool the OO API has even an example of file conversion.

Maybe you are looking for

  • Satellite click Mini L9W - b: Touchpad is reversed in Windows 10

    Hello I've updated my Mini click for Windows 10. I encountered a problem where sometimes my touchpad does not work correctly. Rather than make the pointer up and down when you are prompted, the pointer will go left and right. When you perform the mov

  • I can't start anything on my computer!

    Hello world! I have a problem with my HP Pavilion dv6 laptop, installed brother of new graphics card drivers for me and after that I couldn't start all programs on my computer! He managed to help me start some programs using compatibility mode, but o

  • Benutzerhandbuch zu "Aspire Switch SW5-01 10

    Hallo zusammen! ICH habe mir das 'Aspire Switch SW5 - 012 zugelegt 10. Leider konnte ich im kein Benutzerhandbuch zum downloaden find Support? There're keins? Viele Grüße von LUN - Re

  • New drive hard running slow

    just reinstalled vista on my 32-bit computer. the hard drive crashed so I install everything new. so I installed vista os, avg anti virus and partitioned the drive with ubuntu. But why my computer is so slow?

  • How do retrieve my Works 9 program preinstalled?

    Original title: works9 After having to replace the motherboard, have lost pre installed works 9