Jdev 11g defect: Error creating partition table diagram

I'm running Jdev 11.1.1.0.2 on JDK 1.6.0_06
When attempting to drag partitioned table from DB connection onto a DB Diagram I'm getting the following exception. Anybody got similar experience?
Also every time I create new diagram or off-line DB JDev starts spinning at 40 - 50 % CPU and gets stuck, so I have to "kill" the process and restart it. After which it works fine. Could it be some JDK compatibility issue?
May 13, 2009 4:09:54 PM oracle.ide.db.transfer
SEVERE: Prepare failed
java.lang.NullPointerException
     at oracle.javatools.db.ora.OracleTableBuilder.getOracleTablePartitions(OracleTableBuilder.java:584)
     at oracle.javatools.db.ora.OracleTableBuilder.buildNonBaseProperties(OracleTableBuilder.java:406)
     at oracle.javatools.db.ora.OracleTableBuilder.fillInObject(OracleTableBuilder.java:76)
     at oracle.javatools.db.AbstractDBObjectBuilder.buildObject(AbstractDBObjectBuilder.java:36)
     at oracle.javatools.db.dictionary.DictionaryDBObjectBuilder.buildObject(DictionaryDBObjectBuilder.java:55)
     at oracle.javatools.db.AbstractSchemaObject.checkInitEx(AbstractSchemaObject.java:229)
     at oracle.javatools.db.AbstractSchemaObject.checkInit(AbstractSchemaObject.java:144)
     at oracle.javatools.db.AbstractSchemaObject.checkInit(AbstractSchemaObject.java:267)
     at oracle.javatools.db.AbstractSchemaObject.copyToImpl(AbstractSchemaObject.java:64)
     at oracle.javatools.db.Table.copyTo(Table.java:81)
     at oracle.javatools.db.AbstractDBObject.copyTo(AbstractDBObject.java:90)
     at oracle.jdevimpl.offlinedb.transfer.OffToOffPolicy.copyForTransfer(OffToOffPolicy.java:192)
     at oracle.jdevimpl.offlinedb.transfer.OnToOffPolicy.copyForTransfer(OnToOffPolicy.java:134)
     at oracle.ide.db.transfer.TransferManager.prepare(TransferManager.java:158)
     at oracle.ide.db.transfer.TransferManager.prepareAndTransfer(TransferManager.java:418)
     at oracle.ideimpl.db.transfer.TransferRunnable.run(TransferRunnable.java:79)
     at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:643)
     at java.lang.Thread.run(Thread.java:619)

Hi nfk,
Are the tables in the question reference-partitioned?
I am able to reproduce the exception when copying to project the online reference partitioned tables to offline , and I have logged a bug for it.
Please give the details of the tables like partition type if your scenario is different.
As for the other issue , I have not seen any performance issues with DB diagram ..I have tried on jdk1.6.0_06 and jdk160_11.if it is reproducible, please add your machine configuration.
Many Thanks,
Geetha
Edited by: user647112 on May 15, 2009 5:19 AM

Similar Messages

  • Error while creating partition table

    Hi frnds i am getting error while i am trying to create a partition table using range
    getting error ORA-00906: missing left parenthesis.I used the following statement to create partition table
    CREATE TABLE SAMPLE_ORDERS
    (ORDER_NUMBER NUMBER,
    ORDER_DATE DATE,
    CUST_NUM NUMBER,
    TOTAL_PRICE NUMBER,
    TOTAL_TAX NUMBER,
    TOTAL_SHIPPING NUMBER)
    PARTITION BY RANGE(ORDER_DATE)
    PARTITION SO99Q1 VALUES LESS THAN TO_DATE(‘01-APR-1999’, ‘DD-MON-YYYY’),
    PARTITION SO99Q2 VALUES LESS THAN TO_DATE(‘01-JUL-1999’, ‘DD-MON-YYYY’),
    PARTITION SO99Q3 VALUES LESS THAN TO_DATE(‘01-OCT-1999’, ‘DD-MON-YYYY’),
    PARTITION SO99Q4 VALUES LESS THAN TO_DATE(‘01-JAN-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q1 VALUES LESS THAN TO_DATE(‘01-APR-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q2 VALUES LESS THAN TO_DATE(‘01-JUL-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q3 VALUES LESS THAN TO_DATE(‘01-OCT-2000’, ‘DD-MON-YYYY’),
    PARTITION SO00Q4 VALUES LESS THAN TO_DATE(‘01-JAN-2001’, ‘DD-MON-YYYY’)
    ;

    More than one of them. Try this instead:
    CREATE TABLE SAMPLE_ORDERS
    (ORDER_NUMBER NUMBER,
    ORDER_DATE DATE,
    CUST_NUM NUMBER,
    TOTAL_PRICE NUMBER,
    TOTAL_TAX NUMBER,
    TOTAL_SHIPPING NUMBER)
    PARTITION BY RANGE(ORDER_DATE) (
    PARTITION SO99Q1 VALUES LESS THAN (TO_DATE('01-APR-1999', 'DD-MON-YYYY')),
    PARTITION SO99Q2 VALUES LESS THAN (TO_DATE('01-JUL-1999', 'DD-MON-YYYY')),
    PARTITION SO99Q3 VALUES LESS THAN (TO_DATE('01-OCT-1999', 'DD-MON-YYYY')),
    PARTITION SO99Q4 VALUES LESS THAN (TO_DATE('01-JAN-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q1 VALUES LESS THAN (TO_DATE('01-APR-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q2 VALUES LESS THAN (TO_DATE('01-JUL-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q3 VALUES LESS THAN (TO_DATE('01-OCT-2000', 'DD-MON-YYYY')),
    PARTITION SO00Q4 VALUES LESS THAN (TO_DATE('01-JAN-2001', 'DD-MON-YYYY')))In the future, if you are having problems, go to Morgan's Library at www.psoug.org.
    Find a working demo, copy it, then modify it for your purposes.

  • Error in creating partition table in oracle spatial by ankur

    Hi,
    Am working on Oracle 10.2.0.3
    Am not able to create partition table in Oracle
    i have all the required columns in node and edge table ......the moment i try to create partition table using exec sdo_router_partition.partion_router i get the following error:
    ERROR at line 1:
    ORA-00947: not enough values
    ORA-06512: at "MDSYS.SDO_ROUTER_PARTITION", line 1510
    ORA-06512: at "MDSYS.SDO_ROUTER_PARTITION", line 661
    ORA-06512: at line 1
    Can someone help ??

    hey i have found the solution myself :)

  • Error creating V_LINEAGE_HIERARCHY Table

    While exporting OBIEE Meta data for OBIEE/ODI Lineage one might get the following error
    oracle.odi.obilineage.lineage.util.MainBase] [SRC_METHOD: main] ODI-50036: Error creating V_LINEAGE_HIERARCHY Table. Check the logs.[[
    oracle.odi.obilineage.lineage.util.CliException: ODI-50036: Error creating V_LINEAGE_HIERARCHY Table. Check the logs.
         at oracle.odi.obilineage.obi.lineage.cli.LineageMetadataConsolidator.execute(LineageMetadataConsolidator.java:201)
         at oracle.odi.obilineage.lineage.util.CommandLine.perform(CommandLine.java:49)
         at oracle.odi.obilineage.lineage.util.MainBase.main(MainBase.java:90)
    A)
    1. Login to DB with DBA access
    2. grant create view to PREFIX_ODI_REPO used as master reposiotry
    3. This would suffice in 11g as work repository is not a seperate user

    From a different thread, Jose wrote:
    V_INSERT:='INSERT INTO TMP_TABLE(field1,field3,field3,field4) VALUES (1,2,3,4)';
    Forms_DDL(V_INSERT);
    commit;First, try your statement in SQL Plus:
    INSERT INTO TMP_TABLE(field1,field3,field3,field4) VALUES (1,2,3,4);
    Then if that works, try doing this right after the Forms_DDL(V_INSERT);
    If not form_success then
      Message('   Insert has failed');
      Raise form_trigger_failure;
    Else
      Forms_DDL('COMMIT');
    End if;

  • Create partition table upto level 3

    Hi All,
    I want to create partition table using 3 columns. could you please tell me is that possible to do in oracle 11G. if can please tell me the way to create
    PARTITION BY LIST (Acct_type)
    SUBPARTITION BY LIST (PERIOD)
    and needs to partition this using another column.( account_source)
    please help me.
    Regards,
    krish

    Hello,
    3 levels of partition are not possible.
    But perhaps you can combine 2 levels as follows:
    With Oracle 11g you can use a virtual column:
    CREATE TABLE F_ACCOUNT_PART
    acc_type varchar2(100),
    acc_source varchar2(100),
    period date,
    acc_type_source varchar2(201) as (acc_type||'_'||acc_source) )
    PARTITION BY LIST (acc_type_source)
    PARTITION FA_AA_ACC1 VALUES ('AA-ACC1') TABLESPACE USERS,
    PARTITION FA_BB_ACC1 VALUES ('BB-ACC1') TABLESPACE USERS,
    PARTITION FA_CC_ACC1 VALUES ('CC-ACC1') TABLESPACE USERS,
    PARTITION FA_DD_ACC1 VALUES ('DD-ACC1') TABLESPACE USERS,
    PARTITION FA_AA_ACC2 VALUES ('AA-ACC2') TABLESPACE USERS,
    PARTITION FA_BB_ACC2 VALUES ('BB-ACC2') TABLESPACE USERS,
    PARTITION FA_CC_ACC2 VALUES ('CC-ACC2') TABLESPACE USERS,
    PARTITION FA_DD_ACC2 VALUES ('DD-ACC2') TABLESPACE USERS,
    PARTITION all_other VALUES (DEFAULT) TABLESPACE USERS
    )For versions prior to 11g you have to build a new column acc_type_source and fill the values cancatenated.
    Maik

  • Unable to Create Partitioned Table

    Hi All,
    I was trying to create a partitioned table using following
    Create table customers (custcode number(5),
    Name varchar2(20),
    Addr varchar2(10),
    City varchar2(20),
    Bal number(10,2))
    Partition by list (city),
    Partition north_India values (‘DELHI’,’CHANDIGARH’),
    Partition east_India values (‘KOLKOTA’,’PATNA’),
    Partition south_India values (‘HYDERABAD’,’BANGALORE’,’CHENNAI’),
    Partition west India values (‘BOMBAY’,’GOA’);
    It is throwing me an error
    ORA-00922: missing or invalid option
    Will you please tell me what is wrong with this query? Is it possible to create partitioned table using select statement (create table as select... Partition by...)?
    Regards
    ~Pravin

    Pravin
    Will you please tell me what is wrong with this query?I see 4 errors in the syntax. Therefore, I strongly suggest you to have a lock to this:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/statements_7002.htm#i2146309
    In addition, have a look to the error message. If I run your script in SQL*Plus it clearly shows where the problem is. E.g.:
    SQL> Create table customers (custcode number(5),
      2  Name varchar2(20),
      3  Addr varchar2(10),
      4  City varchar2(20),
      5  Bal number(10,2))
      6  Partition by list (city),
      7  Partition north_India values (‘DELHI’,’CHANDIGARH’),
      8  Partition east_India values (‘KOLKOTA’,’PATNA’),
      9  Partition south_India values (‘HYDERABAD’,’BANGALORE’,’CHENNAI’),
    10  Partition west India values (‘BOMBAY’,’GOA’);
    Partition by list (city),
    ERROR at line 6:
    ORA-00922: missing or invalid option
    Is it possible to create partitioned table using select statement?Yes. With the usual syntax.
    HTH
    Chris Antognini
    Author of Troubleshooting Oracle Performance, Apress 2008 (http://top.antognini.ch)

  • Error creating temporary table

    I got this error when creating forms with ADDT. I checked MySQL reserved words and I'm sure that's not my problem :(. Any help with this?
    Many thanks
    Florencia
    Error:
    Error interno.
    Developer Details:
    tNG_fields.getFakeRecordset:
    SQL error: Error creating temporary table:
    Incorrect table name 'T'
    SQL:
    CREATE TEMPORARY TABLE KT_fakeRS_20071031 (fecha_ing TEXT, fecha_eg TEXT, seguro TEXT, compania TEXT, CC TEXT, T.T TEXT, chapa TEXT, pintura TEXT, mecanica TEXT, repuestos TEXT, TT TEXT, cerrado TEXT, patente TEXT, id_rep TEXT) (FIELDS_FAKE_RS_ERROR)
    tNG Execution Trace - VIEW

    Hi Florencia,
    a column name like "T.T" will always lead to such errors, because characters like a dot (.) are forbidden, so to speak -- MySQL table and column names may generally only contain alphanumeric characters (0-9, a-z, A-Z), and the only allowed separator would be an underscore (_)
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

  • ABEND RS_EXCEPTION (105): Error in BW: error creating tmp table

    Hello Experts,
    We have recently upgraded to EHP1 from BI 7.0. After that I have applied executed the report SAP_DROP_TMPTABLES as per the note 1139396.
    When we run reports, we are getting error "ABEND RS_EXCEPTION (105): Error in BW: error creating tmp table
      MSGV1: error creating tmp table".
    Please let me know if any one faced the same problem.
    Thanks,
    Venkatesh

    Hello Colum,
    Thanks for the reply. I have done recommendations the issue resolved.
    But few reports giving the below error.
    ABEND RSBOLAP (000): Program error in class SAPMSSY1 method :
    UNCAUGHT_EXCEPTION
    MSGV1: SAPMSSY1
    MSGV3: UNCAUGHT_EXCEPTION
    Can you please help to resolve the issue?
    Thanks,
    Venkatesh

  • Create Partition Table Syntax

    I need to create a partition table on target. I am currently using the below code, but it fails when the primary key on the source table has a primary key having more than one column. How can I get the first column name from the source table which can be used as the partitioning key?
    create table texdatawarehouse.<%=odiRef.getInfo("TARG_NAME")%>
         <%=odiRef.getColList("", "[COL_NAME]\t[DEST_WRI_DT] ", ",\n\t", "", "")%>
    partition by range (<%=odiRef.getColList("","[COL_NAME]","","","PK")%>)
    (partition a values less than (9999999999))
    Thanks,
    Dinesh.

    Hi Dinesh,
    I am little bit confused with your reply...
    Please correct me if I am on the wrong way..
    The New Key you need to add to the target datastore.
    then in interface select the target datastore (diagram tab)
    in properties select the new key for update column.
    I mean the partion will be created based upon the target column key.
    Regards,
    Rathish

  • Create Partition table using CTAS

    Hi there,
    Is it possible to create a duplicate partition table from a existing partition table using CTAS method? If yes, could you explain how ?If No , how to make a duplicate partition table?
    Thanks in advance?
    Rajesh Marath

    Easily:
    conn / as sysdba
    CREATE TABLESPACE part1
    DATAFILE 'c:\temp\part01.dbf' SIZE 50M
    BLOCKSIZE 8192
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
    SEGMENT SPACE MANAGEMENT AUTO
    ONLINE;
    CREATE TABLESPACE part2
    DATAFILE 'c:\temp\part02.dbf' SIZE 50M
    BLOCKSIZE 8192
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
    SEGMENT SPACE MANAGEMENT AUTO
    ONLINE;
    CREATE TABLESPACE part3
    DATAFILE 'c:\temp\part03.dbf' SIZE 50M
    BLOCKSIZE 8192
    EXTENT MANAGEMENT LOCAL UNIFORM SIZE 256K
    SEGMENT SPACE MANAGEMENT AUTO
    ONLINE;
    ALTER USER uwclass QUOTA UNLIMITED ON part1;
    ALTER USER uwclass QUOTA UNLIMITED ON part2;
    ALTER USER uwclass QUOTA UNLIMITED ON part3;
    conn uwclass/uwclass
    CREATE TABLE hash_part (
    prof_history_id  NUMBER(10),
    person_id        NUMBER(10) NOT NULL,
    organization_id  NUMBER(10) NOT NULL,
    record_date      DATE NOT NULL,
    prof_hist_comments VARCHAR2(2000))
    PARTITION BY HASH (prof_history_id)
    PARTITIONS 3
    STORE IN (part1, part2, part3);
    CREATE TABLE duplicate_hash_part
    PARTITION BY HASH (prof_history_id)
    PARTITIONS 3
    STORE IN (part1, part2, part3) AS
    SELECT * FROM hash_part;Follow the same logic for list and range partitions

  • An interesting error: "recursive partition table"

    So I just found an old 8 Gb SD card I had forgotten about (and was overjoyed because I had just said "if only I had a bigger SD card". Why do good things happen to bad people?). Several months ago I'd used some Windows tool, I think, to make a live USB for ArchBang, which hadn't worked. I put it in my computer and ran `fdisk -l` and got this:
    # fdisk -l
    Disk /dev/sdd: 7948 MB, 7948206080 bytes
    64 heads, 32 sectors/track, 7580 cylinders, total 15523840 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0c7e5ddb
    Device Boot Start End Blocks Id System
    /dev/sdd1 * 0 1003519 501760 17 Hidden HPFS/NTFS
    Disk /dev/sdd1: 513 MB, 513802240 bytes
    64 heads, 32 sectors/track, 490 cylinders, total 1003520 sectors
    Units = sectors of 1 * 512 = 512 bytes
    Sector size (logical/physical): 512 bytes / 512 bytes
    I/O size (minimum/optimal): 512 bytes / 512 bytes
    Disk identifier: 0x0c7e5ddb
    Device Boot Start End Blocks Id System
    /dev/sdd1p1 * 0 1003519 501760 17 Hidden HPFS/NTFS
    When I ran gparted (a graphical partition editor), it threw up "Invalid partition table: recursive partition on /dev/sdd". Gparted then treats the disk as unformatted, which is presumably its "fallback" behaviour.
    This isn't actually a problem for me as I don't need any of the data on the card, but I thought it was a pretty interesting error, so I'd post it here for discussion. I can't work out what's going on, but it seems to me that someething is seriously bawsled up here! Perhaps there was a bug in the library the Windows utility used? I haven't found anything similar online, although this was interesting.
    Today may be a day for me to read up on partition tables and the heads/disks/cylinders/sectors/tracks abstractions!

    I get the same result when using dd to write the archlinux installer image to usb. It's nothing really. it can easily have a new partition table made with gparted. It's likely the tool you used in Windows also wrote the bootable image with a low level utility similar to dd. dd generally starts at the very beginning of a disk when pointed at the device and not a partition number. /dev/sdb instead of /dev/sdb1. Meaning it overwrites the first 512byte sector too(mbr) With whatever the image/ISO contains. I've never regarded it as an issue. Just kinda confusing to tools that expect data like a partition table to be present in a normal structure.

  • Create partitioned table

    Hi All,
    I wish to create a table which may exist for next 100 years (how pessimistic I am), or perhaps for next 1000 years (now I have broadened my mind) in Oracle 9i (... ohh I can't help it). I want to create a partitioned table which will store data in partitions on yearly basis and sub-partitions on monthly basis, can I create a table with such partitions? If yes... then how?
    *009*

    Yes, see an example
    Range Partitioning Example
    CREATE TABLE sales_range
    (salesman_id NUMBER(5),
    salesman_name VARCHAR2(30),
    sales_amount NUMBER(10),
    sales_date DATE)
    PARTITION BY RANGE(sales_date)
    PARTITION sales_jan2000 VALUES LESS THAN(TO_DATE('02/01/2000','DD/MM/YYYY')),
    PARTITION sales_feb2000 VALUES LESS THAN(TO_DATE('03/01/2000','DD/MM/YYYY')),
    PARTITION sales_mar2000 VALUES LESS THAN(TO_DATE('04/01/2000','DD/MM/YYYY')),
    PARTITION sales_apr2000 VALUES LESS THAN(TO_DATE('05/01/2000','DD/MM/YYYY'))
    );

  • Create Partition tables in PL/SQL using Execute Immediate

    Hi
    I have to create a partiton table in PL/SQL using Execute Immediate. I concat the necessary Create Table syntax into a variable and use Execute Immediate variable name. This gives a error ORA-00900: invalid SQL statement. However if i cut and paste the SQL statement from DBMS_OUTPUT, the table creation goes through without any problem.
    What could be the issue. Has anyone face this before please.
    I am using 10G DB

    Thanks for your reply. It is a big code. I am pasting the part required.
    v_sqlstmtout :='CREATE TABLE a_10(MYDATE DATE NOT NULL,ID NUMBER(14) NOT NULL)';
    v_sqlstmtout := v_sqlstmtout || ' PARTITION BY RANGE (MYDATE) ';
    v_sqlstmtout := v_sqlstmtout || 'SUBPARTITION BY HASH(id) ';
    v_sqlstmtout := v_sqlstmtout || 'SUBPARTITION TEMPLATE(';
    v_sqlstmtout := v_sqlstmtout || 'SUBPARTITION SP1,SUBPARTITION SP2) ';
    v_sqlstmtout := v_sqlstmtout || '(PARTITION mth_dummy VALUES LESS THAN ';
    v_sqlstmtout := v_sqlstmtout || '('||V_SQLSTMT3||')' || v_sqlstmt||')';
    EXECUTE IMMEDIATE ''''||v_sqlstmtout||'''';
    variables are substituted through data from different tables.
    The output looks like the following
    CREATE TABLE a_10(MYDATE DATE NOT NULL,ID NUMBER(14) NOT NULL)
    PARTITION BY RANGE (mydate) SUBPARTITION BY HASH(id) SUBPARTITION
    TEMPLATE(SUBPARTITION SP1,SUBPARTITION SP2) (PARTITION mth_dummy VALUES
    LESS THAN ('01-MAY-2006'), PARTITION mth_JAN2007 VALUES LESS THAN
    ('01-FEB-2007'))
    The above is the output from DBMS_OUTPUT. If i run this statement the table is created. Please help..

  • JDev 11g Guide - error in Example 37.16

    Hi JDev team
    In the guide "Oracle® Fusion Middleware Fusion Developer’s Guide for Oracle Application Development Framework 11g Release 1 (11.1.1) B31974-01" (DRAFT June 2 2008), example 37-16 (on page 37-26), there is the following syntax issues:
    1) Line 7 refers to:
    SupplierImpl product = getSupplier();However the rest of the code refers to "supplier" not product.
    2) Also line 7, the usual return type of getSupplier would be an EntityImpl (in my testing at least), as such the result needs to be cast to SupplierImpl.
    Cheers,
    CM.

    The syntax for line 7 (now appears in Ex 37-17) and has been corrected to reflect the two errors you identified. It now matches the code from the ControllingPostOrder sample project and should read:
    SuppliersImpl supplier = getSupplier();
    instead of:
    SupplierImpl product = getSupplier();
    Thank you for pointing this out.

  • How to create PARTITION table by?

    I have huge table(1million records) which affect query performance. I notice it may help by partitioning it into two. One contains heavily used records and another the rest. However Partition By Range seems applicable to LESS THAN. What I want to do is something like ' EST_TYP in ('L','N')' etc.
    Anyone can help? Any other advice on perf improvement? What I have done: 1>Reduced the no of EXT. 2>Created Index.
    Thanks in Advance
    Yiguang

    I have huge table(1million records) which affect query performance. I notice it may help by partitioning it into two. One contains heavily used records and another the rest. However Partition By Range seems applicable to LESS THAN. What I want to do is something like ' EST_TYP in ('L','N')' etc.
    Anyone can help? Any other advice on perf improvement? What I have done: 1>Reduced the no of EXT. 2>Created Index.
    Thanks in Advance
    Yiguang

Maybe you are looking for

  • Curve 8520 cannot send/receive calls or SMS when in range of WiFi - since foreign holiday

    Re-posting this in the Curve forum, where it belongs... hoping someone can help. Recently the whole family went to Spain for two weeks. All four of our phones (a Google Nexus 4, a BB Curve 9300 and two BBCurve 8520s) worked OK in Spain, connected to

  • I can't get Firefox to work anymore due a profile issue

    I get the following error msg, which prevents me from using Firefox when I open a tab. Afterwards Firefox just closes and sends en error msg, which I feel is going nowhere since I haven't been contacted. Overall I don't know how to fix the below prob

  • Purchased a movie year+ ago, now it's missing and wants me to buy it again

    I purchased Tangled a year or two ago on itunes and my daughter watched it a mountain of times on laptops and on ipads. It worked fine. Then one day, months ago, it stopped showing up in  cloud. When I search for it, it acts like I never bought it an

  • What is the font on my logo?

    I used a font on my logo from a logo creation site I paid to use and create my logo but now I can't find it anywhere.  Is there anyway to create a similar one in Photoshop? The logo is on my website http://www.ducktoes.com.  It is the Ducktoes Comput

  • How to set legend of strip chart in CVI8.0

    Do somebody know how to set legend of strip chart in CVI8.0? I know that in CVI8.5 SettraceAttributeEx() can used to set legend of strip chart, but in CVI8.0, there is no the function. Thank you very much.