Export to Reporting Schema failure

Can I get some help with the below error when attempting to export to reporting schema. I've reviewed the repository and 79 tables were created, but no data. I looks like this error occurs at the end of the process, but prior to sql commit. The DB is Oracle XE 10g.
"Error occurred while exporting to Reporting Schema.See the log file for details"
2011-11-12 06:33:45,859 [Thread-11] ERROR ReportsHandler - Error Exporting to Reporting Schema:
java.lang.NullPointerException
     at oracle.dbtools.crest.model.xtdmapping.XtdMapping.isOwnerDesignPartLoaded(Unknown Source)
     at oracle.dbtools.crest.model.xtdmapping.XtdMapping.getOwnerObject(Unknown Source)
     at oracle.dbtools.crest.exports.reports.RSMappings.export(Unknown Source)
     at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
     at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
Environment
About
Oracle SQL Developer Data Modeler 3.0.0.665
Version 3.0.0.665
Build 665
Copyright © 2008,2010 Oracle. All Rights Reserved.
IDE Version: 11.1.1.4.37.59.36
Product ID: oracle.datamodeler
Product Version: 3.0.0.665
Version
Component     Version
=========     =======
Java(TM) Platform     1.6.0_23
Oracle IDE     3.0.0.665
Versioning Support     3.0.0.665

Hi,
you can try Data Modeler 3.1 EA1 (available here http://www.oracle.com/technetwork/developer-tools/datamodeler/overview/index.html) or EA2 when it's published - mappings problem is fixed there.
Philip

Similar Messages

  • Sql Developer Data Modeler 3.0 EA1: Export - To reporting schema

    When launching Export -> To reporting schema the schema tables are created and messages show that data is being generated but after indicating that it "Exporting Diagrams" I get the following error message:
    "Error occurred while exporting to Reporting Schema. See the log file for details."
    and all the tables are left empty.
    The message log is not indicating that anything went wrong.
    What could be the problem?
    - Marc

    This is probably what you are looking for:
    2010-10-14 14:56:43,680 [Thread-11] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.lang.NullPointerException
         at oracle.dbtools.crest.model.design.DesignPart.doSetMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.model.design.DesignPart.setMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.model.design.DesignPart.setMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSDiagrams.ensureMainViewVisible(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSDiagrams.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    What does it mean?
    / Marc de Oliveira

  • JAVA error when exporting to reporting schema ODDM 4.1

    When attempting to export a design to a reporting schema, we received the following error:
    ERROR ReportsHandler - error exporting to reporting schema:
    java.lang.classcastException: oracle.dbtools.crest.model.design.relational.column cannot be cast to oracle.dbtools.crest.model..design..relational.columnView
    at oracle.dbtools.crest.exports.reports.RSViewColumn.export (RSViewColumns.java:43
    at oracle.dbtools.crest.exports.reports.RSRelationalModel.export (RSRelationalModel.java:62)
    at oracle.dbtools.crest.exports.reports.ReportsHandler.export (ReportsHandler.java:135)
    at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run (ControllerApplication.java:2079)
    We downloaded and installed ODDM 4.1 (EA-1) build 4.1.0.866 to resolve an issue with column widths when exporting to the reporting schema (per SR 3-10154440761).  This is the 64 bit version with the included JAVA 1.8 JRE.

    David,
    We migrated this model from data modeler 3.3.  That Model was created from an import from Oracle Designer.  We have not yet tried to import the data model from Oracle Designer directly into v4.1 but are planning to do so shortly.   When we tried to export that design (from v3.3) to the reporting schema, it failed with object too large for column errors.  We wrote SR 3-10154440761 and were advised by Michael Wickham to use v4.1 EA as the column size issue had been resolved in this version.  It was apparent that the export to the reporting schema was making more progress before it failed on the JAVA error.
    We are trying to migrate from Oracle designer to Oracle Data Modeler

  • Data Modeler version 2.0.0 - Export to reporting schema error

    Hi i have the Oracle SQL Developer Data Modeler version 2.0.0 installed.
    When i try to export one diagram to the reporting schema, i get the following error : "Error occurred while exporting to Reporting Schema.See the log file for details".
    The log file has no errors.
    The repository owner is DBA.
    The connection is ok.
    Can you help me?
    Thanks in advance
    Paolo.

    Sorry for the log. I looked at the one at the bottom of the window, i didn't know of the one in the directory.
    I purged the log and i tried again with an account with only connect,resource privileges.
    At the bottom of the message you'll find the log.
    The java.exe points refers to the one in the java directory of the data modeler (i downloaded the one with Java included).
    Thanks for the answer
    Paolo.
    SQL> create user p identified by p default tablespace f2 temporary tablespace temp;
    User created
    SQL> grant connect,resource to p;
    Grant succeeded
    2009-10-23 09:53:10,921 [main] INFO ApplicationView - Oracle SQL Developer Data Modeler Version: 2.0.0 Build: 570
    2009-10-23 09:53:11,546 [main] WARN AbstractXMLReader - There is no file with default domains (path: domains name: defaultdomains)
    2009-10-23 09:56:36,984 [Thread-4] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.sql.SQLException: Missing IN or OUT parameter at index:: 10
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:70)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
         at oracle.jdbc.driver.OraclePreparedStatement.processCompletedBindRow(OraclePreparedStatement.java:1737)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3376)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3462)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1061)
         at oracle.dbtools.crest.exports.reports.RSCheckConstraint.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSColumns.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSRelationalModel.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)

  • EA2:Error on Export to Reporting Schema

    While i was trying to export the created desing to the reporting schema, found the below error in the log.
    2010-11-29 16:01:26,741 [Thread-56] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.sql.SQLException: ORA-12704: character set mismatch
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
         at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:205)
         at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1008)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3530)
         at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1350)
         at oracle.dbtools.crest.exports.reports.RSCommentsInRDBMS.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSEntities.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.RSLogicalModel.export(Unknown Source)
         at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
         at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    Can someone help me understanding what is going wrong here or suggest on what should be characterset defined for the database.

    From the stack trace it appears that the problem area is the "Comments in RDBMS" in one of the Entities in the Logical Model.
    Are there any special characters in any of these text panels?

  • Cannot export to reporting schema (File - Export - To Reporting Schema )

    I just installed SQL Data Modeler version 2.0.0 Build 584
    Export to reporting schema (File -> Export -> To Reporting Schema ) is not working.
    I created a report schema and tried to export the Sql Data Modeler (SDM) repository to the Oracle schema.
    I received the following error from SDM: "Error occured while exporting to Reporting Schema. See the log for details".
    I checked the log ( View -> Log ) and all the log contained was "2010-01-18 11:10:23 - Exporting to Reports Schema"
    The reports schema contained 44 tables. None of the tables contain any data.
    I can create a test table and add data to it in the reporting schema. There is lots of quota available to the reports schema.
    I have tried the report export to Oracle several times with the former version with mixed results.
    Any suggestion? Does the "export to reporting schema" work for anyone else?
    The following script from TOAD describes the reports schema.
    CREATE USER SDM_REPORT
    IDENTIFIED BY <password>
    DEFAULT TABLESPACE USERS
    TEMPORARY TABLESPACE TEMP
    PROFILE DEFAULT
    ACCOUNT UNLOCK;
    -- 2 Roles for SDM_REPORT
    GRANT CONNECT TO SDM_REPORT;
    GRANT RESOURCE TO SDM_REPORT;
    ALTER USER SDM_REPORT DEFAULT ROLE ALL;
    -- 15 System Privileges for SDM_REPORT
    GRANT CREATE TRIGGER TO SDM_REPORT;
    GRANT CREATE PROCEDURE TO SDM_REPORT;
    GRANT DROP PUBLIC SYNONYM TO SDM_REPORT;
    GRANT DEBUG CONNECT SESSION TO SDM_REPORT;
    GRANT CREATE MATERIALIZED VIEW TO SDM_REPORT;
    GRANT CREATE TABLE TO SDM_REPORT;
    GRANT CREATE SESSION TO SDM_REPORT;
    GRANT SELECT ANY DICTIONARY TO SDM_REPORT;
    GRANT CREATE ROLE TO SDM_REPORT;
    GRANT CREATE VIEW TO SDM_REPORT;
    GRANT CREATE TYPE TO SDM_REPORT;
    GRANT CREATE SEQUENCE TO SDM_REPORT;
    GRANT CREATE PUBLIC SYNONYM TO SDM_REPORT;
    GRANT CREATE ANY SYNONYM TO SDM_REPORT;
    GRANT UNLIMITED TABLESPACE TO SDM_REPORT;
    -- 1 Tablespace Quota for SDM_REPORT
    ALTER USER SDM_REPORT QUOTA UNLIMITED ON USERS;

    Problem solved: Data Modeler would export other designs to an Oracle schema but not the one I was working on (Babylon). I saved a copy of Babylon, BabylonReports and deleted everything except the relational model. Then I could export it to the repository. I assume that either the logical model or dataflow model had a problem which prevented Data Modeler from saving the export. Next time I'll run Design Rules to see if there is an error I can eliminate that will allow me to save an export.

  • Export error reporting scheme

    Hello,
    If I make a schema export reports me the following error:
    [Thread-99] ERROR ReportsHandler - Error Exporting to Reporting Schema:
    java.lang.NullPointerException
        at oracle.dbtools.crest.exports.reports.RSFKeys.export(Unknown Source)
        at oracle.dbtools.crest.exports.reports.RSRelationalModel.export(Unknown Source)
        at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
        at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    What can happen?
    thanks

    You can use following script to see wrong foreign keys - in form table_name.fk_name:
    log_rep = new Packages.oracle.dbtools.crest.swingui.LogReport(model.getAppView());
    log_rep.setName("wrong FKs");
    text = "";
    fks = model.getFKIndexAssociationSet().toArray();
    for(var i=0;i<fks.length;i++){
         fk = fks;
         if(fk.getRemoteIndex() == null){
              text = text + "\n" + fk.getLongName();
    log_rep.setLog(text);
    log_rep.showModalDialog(new java.awt.Dimension(750, 550));
    and following script to remove them
    fks = model.getFKIndexAssociationSet().toArray();
    for(var i=0;i<fks.length;i++){
         fk = fks[i];
         if(fk.getRemoteIndex() == null){
              fk.remove();
    Philip

  • Changing default color scheme when exporting ALV report to Excel spreadshee

    Hi all,
    We have a bunch of FI reports created using OOPS in abap.  Each of the reports has the functionality to be exported to an excel spreadsheet.  When exporting to Excel, the headers are a very dark brown color, making them difficult to read and it has been requested that they are shaded a lighter color.  I have not defined any sort of color scheme within the report itself, and I was wondering if there was a way to change the color scheme when exporting the report to excel.  Let me know if there is anything that can be done, thanks!

    check ur fcat

  • Can't create connection to export model to reporting schema

    Hi,
    I am using version 3.1.1703. I am trying to export the table and column comments from report manager. I try to export my model to Report Schema but I can't create a connection. When I press the plus to create a connection nothing happens.
    Please help.
    Dean

    Hi,
    Just to note that the log file is normally the file datamodeler.log in the folder datamodeler\datamodeler\log (unless its location has been changed in the Preferences).
    David

  • How to automate to export ERD to reporting schema

    We are using Oracle Data Modeler 3.3
    We manage more than 120 ERDs for our organization. We need to export all ERDs to the reporting schema to generate reports.
    Manually doing this is time consuming.
    Please suggest if we can automate the process of exporting the ERD to the reporting schema.
    Thanks,
    Anuj

    Not today. However, we are considering adding a command line interface in a future release and this would be a possible feature to support there.

  • EXPORT/IMPORT SBO SCHEMA ERROR

    Hello,
    We have a client who is working with SAP BusinessOne version for HANA, with HANA PLATFORM rev. 69 and I need to export your database and import it to our development server .
    To backup/restore the database I have performed the following steps :
    1 - I have made ​​the export of a ' SCHEMA ' with "EXPORT "SBOXXX_ES"."*" AS BINARY INTO '/tmp/SBOXXX_ES' WITH REPLACE THREADS 10;".
    2 - I have compressed files in Linux using the command : tar- czvf .....
    3 - I've Unzipped the files to our local server.
    4 - Performing the ' IMPORT ' command gives me the following errors,I tried two ways to import :
    4.1 - IMPORT  "SBOGXXX_ES"."*" as binary from '/tmp/SBOXXX_ES' with replace threads 10 rename schema "SBOXXX_ES" to "SBOXXX_ES_2";
    Error mesage: SAP DBTech JDBC: [2]: general error: [Other schema]._SYS_SS_CE_1957622_RET not found in the import directory.
    4.2 - IMPORT "SBOXXX_ES"."*" as binary from '/tmp/SBOXXX_ES'
    with replace threads 10 NO DEPENDENCIES
    rename schema "SBOXXX_ES" to "SBOXXX_ES_2";
    Error mesage: SAP DBTech JDBC: [2048]: column store error: table import failed:  [30111] Binary import failed (could not execute create statement);invalid column view: ODLN: line 7 col 45 (at pos 506) at ptime/query/checker/check_cube.cc:259
    I guess when you export the " SCHEMA " exported la la " DEPENDENCIES ON" option and these are generating the first error when importing .
    If the error is of the DEPENDENCIES, in which DEPENDENCIES are stored files to edit , and remove all that is giving the error (SYS_SS_CE_1957622_RET ) .
    Thank you very much for your support .
    Adria.

    Hi Adria,
    I asked you to test the import on the system you exported from to determine if the problem is occurring because you are transporting the files from system 1 to system 2.  If it works on point of origin we should investigate why the transfer is corrupting the file.  I thought it would be ok because you are renaming the schema as part of the process.  I would not want to import @point of origin without the rename.
    Whenever some one asks me how to export a schema and import it with a different name I provide:
    export "SBODEMOGB"."*" as
    binary into '/home/SBODEMOGB' with replace threads 10;
    import "SBODEMOGB "."*" as
    binary from '/home/SBODEMOGB_901' with replace threads 10 rename schema "SBODEMOGB" to
    "SBODEMOGB_NEW";
    You are using the statement I would provide. 
    I cannot find an hints for the error reported (SYS_SS_CE_1957622_RET).  If you do not see anything more helpful in the trace file I would suggest opening a customer message.
    Best regards,
    Duncan

  • How to query the "Schema" in the Reporting Schema?

    I need to be able to report on a specific set of tables with my model.
    I have elected to group them under one Schema.
    I was thinking I could write a custom report via the Reporting Schema and select the tables based on the schema they are associated with.
    However, I dont see the table within the SQLDeveoper Model Reporting Schema that containes the mapping of tables to a schema.
    Is this missing from the export?
    If yes, what would be a better way of doing this type of grouping?
    Thanks
    Mark

    Hi Mark,
    Schema is not exported to reporting repository.
    You can use Classifications types to group tables, entities etc. And you can create your own classification types. There is field classification_type_ovid in dmrs_tables table which can be used as filter.
    Another way of grouping is using Sub Views. In that case these are the queries:
    --This returns all main views + sub views, exported to DB, filter in Where clause for specific design could be applied
    SELECT CASE
    WHEN d.diagram_type = 'MainView' THEN d.model_name
    ELSE ''
    END as "Model Name",
    d.model_ovid as "Model OVID",
    CASE
    WHEN d.diagram_type = 'Subview' THEN d.diagram_name
    ELSE ''
    END as "Sub View",
    d.ovid as "OVID"
    FROM dmrs_vdiagrams d,
    dmrs_models m
    WHERE d.model_ovid = m.model_ovid
    --AND    d.design_ovid = column design_ovid from DMRS_DESIGNS table
    --AND    m.model_type = 'Relational' (or 'Logical')
    ORDER BY d.model_name,d.diagram_type, d.diagram_name
    - This return all all tables withing specific sub view
    SELECT t.table_name as "Table Name",
    t.ovid as "OVID"
    FROM dmrs_tables t,
    dmrs_diagram_elements de,
    dmrs_vdiagrams d
    WHERE de.ovid = t.ovid
    AND de.diagram_ovid = d.ovid
    AND d.ovid = -> this is subview ovid from above query
    Regards

  • 4.0 EA1 Error during setting up reporting schema

    Hello,
    during creation of the reporting schema the following error window pops-up:
    Error occured while creating Reporting Schema. See the log file for details.
    The log file contains the following information:
    2013-08-20 09:20:00,036 [Thread-57] ERROR SchemaFactory - SchemaFactory create
    java.sql.SQLException: ORA-01450: maximum key length (3118) exceeded
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:440)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:837)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:445)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:191)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:523)
    at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:193)
    at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:999)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1315)
    at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:1890)
    at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:1855)
    at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:304)
    at oracle.dbtools.crest.exports.reports.SchemaFactory.createSchema(Unknown Source)
    at oracle.dbtools.crest.exports.reports.ReportsHandler.checkDB(Unknown Source)
    at oracle.dbtools.crest.exports.reports.ReportsHandler.export(Unknown Source)
    at oracle.dbtools.crest.swingui.ControllerApplication$ExportToReportsSchema$1.run(Unknown Source)
    Build: 4.0.0.816
    Joop

    Hi,
    This exception is thrown by index creation and basically it depends on database db_block_size parameter.
    What you can do is setup the reporting repository from DM 3.3. After that run manually /datamodeler/reports/DMRS_Upgrade_Script_DM3.3_DM4.0.sql against the database. One (probably DESIGNS__IDX) of the index creation statements will fail. We'll fix the message in the log file with the exact index name.
    Thanks for reporting the issue

  • Change Requests in the reporting schema?

    Hello,
    Do Change Requests, which I can specify for entities and tables in Data Modeler exist somewhere in the reporting schema? It would be a useful feature as it is quite cumbersome to figure out which entities are part of a change request otherwise.
    Thank you,
    Beatriz.

    Change Requests are exported to the Reporting Schema in the next release of Data Modeler

  • Exporting Crystal Report to pdf

    Hi,
    We have a crystal report that is stored in Business Objects Enterprise XI 3.1. The requirement is to connect to the Enterprise and export the report as pdf in .NET web page. I see a lot of RAS samples. But we are required to use the Business Objects Enterprise sdk dlls for this purpose.
    Can somebody provide me a sample for this.
    Thanks
    Irene

    Hi Adam,
    Yes I am trying to use the Page Server option of RAS to open the report. That is only one working due to firewall restrictions.
    But I was trying to set the report parameters in the report Object and assumed that it should be reflected when opening the report. But that does not seem to work. So now what I did is,  I tried to set the report source to report viewer control and change the parameters through code.
            boEnterpriseService = boEnterpriseSession.GetService("PSReportFactory");
            boReportAppFactory = (PSReportFactory)boEnterpriseService.Interface;
            ISCRReportSource objRep = boReportAppFactory.OpenReportSource(boInfoObject.ID);
            CrystalReportViewer1.ReportSource = objRep;
            CrystalDecisions.Shared.ParameterFields  objFields = CrystalReportViewer1.ParameterFieldInfo;
            CrystalDecisions.Shared.ParameterDiscreteValue objDis = new CrystalDecisions.Shared.ParameterDiscreteValue();
            objDis.Value = "Product Category";
            objFields[0].CurrentValues.Clear();
            objFields[0].CurrentValues.Add(objDis);
            CrystalReportViewer1.ShowFirstPage();
    So the report shown in the viewer is opened with the parameters specified. But now I have the problem of exporting. I need to export this report with the parameters specified in code to pdf.
    What are the options. I tried using the CrystalDecisions.CrystalReports.Engine.ReportDocument so I can do the export but am getting Communication Failure:FWM 0001.
    Is there any way of directly exporting the report from the viewer without user intervention ?
    Thanks
    Irene

Maybe you are looking for

  • Cisco ISE protocols for ldap and Windows wireless client

    Only the protocols below are supported by ise in combination with ldap identity sources. EAP-GTC, PAP, EAP-TLS, PEAP-TLS. Mac OS devices seem to be able to use these but Windows users seem to be having problems. How should windows users connect with

  • Limit scrollbars usage to usefull area?

    hello all, I have been asked to restrict the front panel scrollbars to scroll the front panel not beyond the displayed component. How is it possible to do that in Labview (I use LV 8.0)? I have this requirement because the user is able to scroll very

  • Mandatory Fields and Navigation Buttons

    Hi I have a search form where I search by number, then I have the choice to update and submit the request. All fields are required for submission. The problems is that when I have empty fields I cannot use the search and navigation buttons, I tried t

  • Help! i can't import movies from my computer onto my itunes!

    they are VOB file type!

  • How to sync Contacts and Calendars between 2 computers and ipod?

    I'm having difficulty syncing contacts on 2 computers and an iPod. Although I'm able to sync contacts from an iBook (G4/OS10.4) to an iPod Classic, when I attempt to sync the iPod to an empty address book on an Mac Pro (Intel/OS10.4) the synch goes t