DDL view dependancy problem

I have a child view with requires a parent view. When I use the Data Modeler to create the DDL statements the child view gets created before the parent view, which results in an error:
SQL Error: ORA-00942: table or view does not exist
00942. 00000 - "table or view does not exist"
How can I give the Data Modeler a hint, that the parent view has to be created first?

Hi,
Which version of Data Modeler are you using?
This problem used to occur in version 2.0, but in 3.0 and later the DDL order should reflect the dependencies between the views.
If you are using version 3.0/3.1, it would be helpful if you could provide the DDL definitions of the views that are coming out in the wrong order.
David
Edited by: David Last on Jul 5, 2012 5:36 PM

Similar Messages

  • Meterlized view Refreshtime problem

    Hi,
    I have an issue with my MATERIALIZED view refreshment.
    Server170 having schema "Afccv" with the table name " Tbl_voicechat".
    Server 169 having a db link name "SERVICEDB1" point to same server.
    MATERIALIZED view on server 169 DB user "smschat" with the following code ::
    CREATE MATERIALIZED VIEW "SMSCHAT"."TBL_VOICECHAT_NEW1" TABLESPACE "SMSCHAT"
    BUILD IMMEDIATE
    REFRESH FAST
    AS SELECT <COLUMNNAMES>
    FROM AFCCV.TBL_VOICECHAT@SERVICEDB1;
    Refreshment time is 15 min.
    alter MATERIALIZED VIEW SMSCHAT.TBL_VOICECHAT_NEW1 REFRESH FAST ON DEMAND START WITH sysdate+0 NEXT sysdate+(15/86400*60);
    Also there is 5 indexes on this MATERIALIZED view.
    Problem is ::
    Sometimes it is refreshing properly in time and taking approximate 5-8 min to refresh. But sometimes it seems to be like hang or when I m checking the job for refreshment its only showing runnning.
    SQL> set time on
    11:44:02 SQL> alter session set nls_Date_format='dd-mon-yyyy hh24:mi:ss';
    Session altered.
    11:44:03 SQL> select mview_name ,last_refresh_date from dba_mviews;
    MVIEW_NAME LAST_REFRESH_DATE
    MGMT_ECM_MD_ALL_TBL_COLUMNS 20-jan-2011 11:44:40
    TBL_VOICECHAT_NEW1 07-jun-2012 09:44:54
    11:44:33 SQL> select * from dba_jobs_running;
    SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
    2893 252 0 07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 0
    11:44:34 SQL>
    Now What to do and why it is not refreshing properly. DB link is working fine. no network issue is there. no locking is there on db.
    Kindly tell me where to check related to this issue. or what I can do for this.
    thanks in Advnace
    Pradeep.

    Pradeep Sharma wrote:
    Hi,
    I have an issue with my MATERIALIZED view refreshment.
    Server170 having schema "Afccv" with the table name " Tbl_voicechat".
    Server 169 having a db link name "SERVICEDB1" point to same server.
    MATERIALIZED view on server 169 DB user "smschat" with the following code ::
    CREATE MATERIALIZED VIEW "SMSCHAT"."TBL_VOICECHAT_NEW1" TABLESPACE "SMSCHAT"
    BUILD IMMEDIATE
    REFRESH FAST
    AS SELECT <COLUMNNAMES>
    FROM AFCCV.TBL_VOICECHAT@SERVICEDB1;
    Refreshment time is 15 min.
    alter MATERIALIZED VIEW SMSCHAT.TBL_VOICECHAT_NEW1 REFRESH FAST ON DEMAND START WITH sysdate+0 NEXT sysdate+(15/86400*60);
    Also there is 5 indexes on this MATERIALIZED view.
    Problem is ::
    Sometimes it is refreshing properly in time and taking approximate 5-8 min to refresh. But sometimes it seems to be like hang or when I m checking the job for refreshment its only showing runnning.
    SQL> set time on
    11:44:02 SQL> alter session set nls_Date_format='dd-mon-yyyy hh24:mi:ss';
    Session altered.
    11:44:03 SQL> select mview_name ,last_refresh_date from dba_mviews;
    MVIEW_NAME LAST_REFRESH_DATE
    MGMT_ECM_MD_ALL_TBL_COLUMNS 20-jan-2011 11:44:40
    TBL_VOICECHAT_NEW1 07-jun-2012 09:44:54
    11:44:33 SQL> select * from dba_jobs_running;
    SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
    2893 252 0 07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 0
    11:44:34 SQL>
    Now What to do and why it is not refreshing properly. DB link is working fine. no network issue is there. no locking is there on db.
    Kindly tell me where to check related to this issue. or what I can do for this.
    thanks in Advnace
    Pradeep.
    >Hi,
    I have an issue with my MATERIALIZED view refreshment.
    Server170 having schema "Afccv" with the table name " Tbl_voicechat".
    Server 169 having a db link name "SERVICEDB1" point to same server.
    MATERIALIZED view on server 169 DB user "smschat" with the following code ::
    CREATE MATERIALIZED VIEW "SMSCHAT"."TBL_VOICECHAT_NEW1" TABLESPACE "SMSCHAT"
    BUILD IMMEDIATE
    REFRESH FAST
    AS SELECT <COLUMNNAMES>
    FROM AFCCV.TBL_VOICECHAT@SERVICEDB1;
    Refreshment time is 15 min.
    alter MATERIALIZED VIEW SMSCHAT.TBL_VOICECHAT_NEW1 REFRESH FAST ON DEMAND START WITH sysdate+0 NEXT sysdate+(15/86400*60);
    Also there is 5 indexes on this MATERIALIZED view.
    Problem is ::
    Sometimes it is refreshing properly in time and taking approximate 5-8 min to refresh. But sometimes it seems to be like hang or when I m checking the job for refreshment its only showing runnning.
    SQL> set time on
    11:44:02 SQL> alter session set nls_Date_format='dd-mon-yyyy hh24:mi:ss';
    Session altered.
    11:44:03 SQL> select mview_name ,last_refresh_date from dba_mviews;
    MVIEW_NAME LAST_REFRESH_DATE
    MGMT_ECM_MD_ALL_TBL_COLUMNS 20-jan-2011 11:44:40
    TBL_VOICECHAT_NEW1 07-jun-2012 09:44:54
    11:44:33 SQL> select * from dba_jobs_running;
    SID JOB FAILURES LAST_DATE LAST_SEC THIS_DATE THIS_SEC INSTANCE
    2893 252 0 07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 0
    11:44:34 SQL>
    Now What to do and why it is not refreshing properly. DB link is working fine. no network issue is there. no locking is there on db.
    Kindly tell me where to check related to this issue. or what I can do for this.
    thanks in Advnace
    Pradeep.
    Hi All,
    Some more queries I also being use to check this process working
    11:44:34 SQL> select LAST_DATE,LAST_SEC,THIS_DATE,THIS_SEC,NEXT_DATE,NEXT_SEC,TOTAL_TIME,BROKEN from dba_jobs where job=252;
    LAST_DATE LAST_SEC THIS_DATE THIS_SEC NEXT_DATE NEXT_SEC TOTAL_TIME B
    07-jun-2012 09:44:51 09:44:51 07-jun-2012 11:14:06 11:14:06 07-jun-2012 11:14:04 11:14:04 44877 N
    11:49:28 SQL> SELECT t.used_ublk, t.used_urec FROM v$session s, v$transaction t WHERE s.taddr=t.addr and s.SID =2893 ;
    USED_UBLK USED_UREC
    389 27054
    11:49:59 SQL> /
    USED_UBLK USED_UREC
    390 27084
    11:50:02 SQL>

  • Is this how pacman is supposed to work? (dependency "problem")[SOLVED]

    Hi
    Just did a fresh install of archlinux after buying a new computer.
    Installed some drivers.. kde (and some other stuff)
    Then.. just for the fun of it I removed qt3 with pacman -Rd.
    I was expecting that pacman -Syu would see that a dependency was missing and try to reinstall qt3.
    So I did a pacman -Syu, and what happened? Nothing.. pacman says all is okay, well all is not okay cus kde will not work without qt3.
    Is this how it should work or is this a bug? I checked the manpages for some kind of "install all missing dependencies" but found nothing..
    /Ivan
    Last edited by Fuel (2008-01-23 01:34:22)

    fwojciec wrote:
    That's not how Arch is supposed to work.  Arch is about giving power to the users.  With power comes responsibility, and this responsibility falls on the users in this case.  Remember -- this is a "do it yourself" kind of distribution and so if what I want to do is to screw up my system I should be able to do it in an easy, efficient and elegant way.  This is consistent with the mission statement of the Arch Linux project, this is how Arch works and this is why many of us love it.
    On a personal note, if Arch/pacman tried to hold my hand more, like you suggest it should, I'd be switching to another distro very, very quickly.
    It's not really about trying to get arch/pacman to hold your hand for you. It's more about giving the possibility to recover from a serious mistake. If you can tell me something wrong with adding an option wich checks for missing dependencies on your system and how that particular feature intervenes with "the arch way" - then please do.
    I'm not saying arch is bad, arch is actually the best linux distro I've used so far - but there is something common with almost all distros - you get dependency problems after a while, one way or another.
    Thats why I think there should be a way to resolve such issues.

  • [Materialized View] - NEEDS_COMPILE Problem ... no refresh

    Hello,
    I've a strange problem with an Oracle 8.1.7.4 DB.
    I've a table 'BRANCARD'
    I create a MV with auto-refresh.
    <code>
    CREATE MATERIALIZED VIEW MV_00087_BRANCARD
    STORAGE (INITIAL 100K NEXT 100K PCTINCREASE 0)
    TABLESPACE BRANCA
    REFRESH FAST
    WITH PRIMARY KEY
    START WITH SYSDATE NEXT SYSDATE+1/1440
    DISABLE QUERY REWRITE AS
    select * from brancard where no_hop='00087' order by no_branc,ty_branc;
    Materialized view created.</code>
    my problem :
    At the first refresh...
    <code>
    select MVIEW_NAME, UPDATABLE, REWRITE_ENABLED, REWRITE_CAPABILITY, REFRESH_MODE, REFRESH_METHOD, STALENESS, AFTER_FAST_REFRESH, COMPILE_STATE from all_mviews
    MVIEW_NAME U R REWRITE_C REFRES REFRESH_ STALENESS AFTER_FAS COMPILE_STATE
    MV_00087_BRANCARD Y N TEXTMATCH DEMAND FAST FRESH FRESH NEEDS_COMPILE
    VUE_00087_ETA N N GENERAL DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_PASSINT N N NONE DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_PDT N N NONE DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_PLTTECH N N NONE DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_SER N N NONE DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_UAD N N NONE DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_UFP N N GENERAL DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    VUE_00087_UHPDT N N NONE DEMAND COMPLETE UNDEFINED UNDEFINED VALID
    </code>
    the refresh failed without error. only 'NEEDS_COMPILE' value in COMPILE_STATE !!
    If i try an 'alter compile' it's OK
    If i try an execute DBMS_snapshot.refresh('MV_00087_BRANCARD', '?') it's ok
    ...but the refresh is not automatic ;((
    any idea about this strange behavior ?
    thanks for your help.

    Any DDL or DML operation on base table can invalidate a materialized view
    State of materialized views can be checked in dictionary view USER_MVIEWS or ALL_MVIEWS. and column- STALENESS
    You can use
    ALTER MATERIALIZED VIEW MV_Name COMPILE statement to validate the materialized view and get the correct state.
    Thanks
    Message was edited by:
    user542366

  • Union All vs. View Creation Problem

    Here is my problem basicly;
    I have three table.
    select * from table1;
    select * from table2;
    select * from table3;
    I need to create one view by combining those tables with 'union all' word.
    create or replace view view1 as
    select * from table1;
    union all
    select * from table2;
    union all
    select * from table3;
    Then, I want to write a query as;
    select * from view1 where column1 = x;
    When I did this, view1 first combines all the rows of the tables, then searches x value in all the data. That's OK. However I want to first search x value in the tables, and combine the results of each table and get the result rows.
    I mean, my query "select * from view1 where column1 = x;" need to act as
    select * from table1;
    column1 = x
    union all
    select * from table2;
    column1 = x
    union all
    select * from table3;
    column1 = x
    How can I do this?
    Thanks everyone..

    SnigRO
    I think what you mean is that your query is sequentially full scanning all three tables, and you would like instead for it to use index scans.
    Show the plan for the query. The predicate can be pushed down, but whether it makes any difference may depend:
    - statistics on each table (full scan may be faster than index scan)
    - are the various column1 columns indexed
    - certain documented or hidden optimiser parameters can encourage or discourage push down: eg optimizercost_based_transformation
    - Oracle version: there have been known bugs that interfere with push down (eg Bug 3723007 - Predicate push down may not occur in 10g - reported in 10.1)
    HTH
    Regards Nigel

  • VIEW Query Problem

    Hi Greg,
    I had created a view on a table which doesn't have Primary Key, but it has Unique and Not Null constraints on required columns.
    I had wrote a procedure to query the data on VIEW. I have experienced strange problem, very first call to procedure will take more time than succeeding requests. For example from second request onwards, it returns data in < 2 Sec, but first transaction is taking 12 Sec to 30 Sec.
    I thought that very first time VIEW is taking time to refresh it self. So, I added FORCE keyword in CREATE VIEW stattement. However, that doesn't helped out.
    In my further investigation I came to know that base table on which VIEW created, has to be loaded in to memory before querying on VIEW.
    So, I had executed a simple select statement on base table, before I execute VIEW query in procedure.
    With this change I got results consistently < 2 Sec all the times.
    My question is instead of executing the select statement on base table is there a way to load base tables data in memory before querying on VIEW?
    Thanks,
    Subbarao

    Hi,
    A view is nothing but parsed SQL statements stored in the database, a view may or may not run faster. If you execute the SQL used to define the view how much time is it taking. If you want try looking at MATERIALIZED VIEW , that may help you.
    thanks

  • VMware Fusion with Oracle Data Integrator - 'View data' problem

    I am running ODI and Oracle 10g Express Edition under XP (SP2) under VMware Fusion (Beta 3) on a Macbook Pro. (Already lost interest??)
    The packaged demo works fine..
    I have created a set of tables with 10g and set up the ODI environment - physical & logical schemas, KMs etc. No problem. Successfully created reverse-engineered model from the tables. So far, fine.
    When I try to view the data associated to the data stores I get error: Execution failed; ORA-00903: Invalid table name.
    I have tried using different contexts etc. Obviously, the reverse engineering process can 'see' the tables..
    Any advice please?
    Many thanks, Steve.

    Hi,
    I tried to install the essbase driver adapter on ODI, but I can't connect to Essbase using topology manager. Anyone know about essbase drivers for ODI. I used ODI 10.1.3.4.
    Thanks all.
    Regards,
    Sumardi

  • View dependent on table

    hello gurus
    i'm running oracle 8.1.7.4. . we can describe a view but I need to know how can we find out on which tables a view is based on and what 's it's definition
    Thanks

    Hi,
    >>I need to know how can we find out on which tables a view is based on
    In addition, you can also make use of the *_DEPENDENCIES data dictionary views in order to list informations about direct dependencies and dependency among some schema objects.
    e.g:
    LEGATTI@ORACLE10> create table t1 (id1 number);
    Table created.
    LEGATTI@ORACLE10> create table t2 (id2 number);
    Table created.
    LEGATTI@ORACLE10> create view my_view as select id1,id2 from t1,t2;
    View created.
    LEGATTI@ORACLE10> select * from user_dependencies where name='MY_VIEW';
    NAME        TYPE    REFERENCED_OWNER   REFERENCED_NAME   REFERENCED_TYPE
    MY_VIEW     VIEW    LEGATTI            T1                TABLE         
    MY_VIEW     VIEW    LEGATTI            T2                TABLE          Cheers
    Legatti

  • List View Printing Problem

    Greetings,
    I'm using iCal 2.0.3 on OS X 10.4.3.
    I'm having two problems making a "List View" print look correct.
    Problem #1: I have a To Do item that was due several days ago. It shows up in the main iCal To Do pane with an attention icon next to it (showing past due). However, when I print and choose "List view", to do items that are past due do not show up. How can I make them show in the printout?
    Problem #2: When I print a "List view" for today's date, there are a small handful of to do items that were marked complete over one months ago that show up on the print out. Why? How can I make these go away?
    Many thanks for any assistance that can be provided.
      Mac OS X (10.4.3)  

    I have exactly the same problems John has: it seems iCal prints data in an absolutely unpredictable way. I dropped Now Up-to-Date and Entourage, and I wouldn't like to go back to them. This looks like a widespread complaint about Mac OS X and Apple should do something about it ASAP

  • How to Hide Row in table view depend on condition

    Dear Friends,
    Please any one suggest how to do hide some rows in table depend on condtions.
    My Issue is :
    I have table with binding componant context controller, with in that some rows are no need to disply in my table, I tried to delete that entities from collection wrapper in do_prepare_output. but that entites are perminatly deleted from model node.
    how can achive this with out delete entities from model node and hide some rows in table view.
    thanks & Regards

    Hi Andrew,
    Please can you explain alobrate, because i wont' found that method in my implimentation and it's table config like follow
    <% IF attr->check_consistency( ) eq abap_true. %>
        <chtmlb:configTable  xml="<%= lv_xml %>"
                             id="TextList"
                             navigationMode="BYPAGE"
                             onRowSelection="select"
                             table="//Text/Table"
                             width="100%"
                             selectedRowIndex="<%=Text->SELECTED_INDEX%>"
                             selectedRowIndexTable="<%=Text->SELECTION_TAB%>"
                             selectionMode="<%=Text->SELECTION_MODE%>"
                             usage="ASSIGNMENTBLOCK"
                             visibleRowCount="3"/>
      <% ENDIF. %>
    thanks & Regards
    Ganesh

  • Sharepoint 2013 explorer view error - problem opening this location in file explorer (HTTPS + Win7 Enterprise 64 bit + IE9 32 bit + Office 2007 32 bit)

    Hi,
    We have a problem using Sharepoint 2013 explorer view. (Error - We're having a problem opening this location in file explorer. Add this web site to your trusted sites list and try again).
    I'm using Windows 7 Enterprise 64 bit, Office 2007 32 bit and IE9 32 bit. And the sharepoint site is a https site.
    Some people in my organization are able to browse and some users getting the above error. (with the same client machine configuration)
    If I clear my browser cache, closes the browser and open it then the explorer view is working. But after a minute if I try again I'm getting the above mentioned error. This 1 minute expiration happens is since the first time I have used explorer
    view, not since I opened the browser.
    I have tried the following on my machine:
    1. Modified the web client service to run automatically.
    2. Verified the sharepoint site is part of trusted sites (https://*.spsite.com/)
    3. Compatibility mode is turned on.
    4. Tried adding
    AuthForwardServerList in the webclient registry settings under parameters. (restarted the web client)
    5. Verified the BasicAuthLevel set to 1 (since we are using SSL). Tried setting the BasicAuthLevel to 2 as well. (restarted the web client)
    6. Tried installing software update for web folders (KB907306).
    Verified the below on the production server:
    1. The web application has the root site collection.
    2. It has WebDav Publishing disabled under IIS Web Server feature.
    Could some one please help me in resolving this issue?
    Thanks.

    Hi  Deepak,
    According to your post, my understanding is that you failed to use "Open with Explorer"  in a document library.
    For your issue, please verify the following:
    ActiveX controls must be enabled in IE.
    As you are using Windows 7 Server as the client computer, you must install the Desktop Experience feature from Server Manager.
    Make sure there is a working Root site collection.
    Install this hotfix for windows 7 work with sharepoint 2013 :hotfixv4.microsoft.com/.../463266_intl_x64_zip.exe
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • CC 5.2 SP9 - Management view update problem

    Hello all,
    We are having trouble updating the management view, in CC SP09. After running full synchro jobs on profiles, then roles, then users, and finally updating the management view, the results seem wrong (in production, we were expecting about 50% of users with violations, while the management view did not see any)...
    Any help would be appreciated, thanks!
    Sophie Planchais

    I stole this from another thread but at least it saves me typing it all in
    Follow these instructions
    1. Full user synch
    2. Full role synch
    3. Full profile synch
    4. Batch risk analysis for users (full synch mode)
    5. Batch risk analysis for roles (full synch mode)
    6. Batch risk analysis for profiles (full synch mode)
    7. Batch risk analysis for critical actions (full synch mode)
    8. Management reports by itself.
    Wait for each job to complete before you run the next one.
    Sometimes I even run job 8 inbetween jobs 4-7, just to make sure.  In other words the job order is then 4, 8, 5, 8, 6, 8, 7, 8.  As I have had problems that job 8 will not finish (after 4, 5, 6, 7 have been run) which we surmise is due to too many changes being required.

  • Use different column Name in Analytic View depending by logon session language

    Hi everybody.
    Is it possible to have different column names for ONE single Analytic View column depending by the Client session language?
    For instance:
    - we have one (only one)  column name let's say that is 'fatturato' (for an Italian Client session) and 'invoiced' (for an English Client session) etc.. etc..
    in other word the 'column name' changes depending by the language but the column is only 1 (one).
    Is it possible to manage this and how? In SAP Hana Studio?
    Is it possible to store in some way the different names of that column and relate them to the column itself?
    Thank you in advance
    Best regards.
    Sergio

    Hi Sumeet.
    We already did your suggestion...
    But after the action:
    " tab--> Migrate--> Add---> OK"
    what do you have to do to have a multi-language column naming?
    Let's say we have a column name = 'product' (in English).
    We'd like to have for the same column also the following name:
    - 'prodotto'  ->  for Italian
    - 'produit'  -> for French
    - 'produkt' -> for German
    .. and so on
    depending  by the Client session language (and this has to be done automatically of course).
    How this can be achieved?
    Thank you
    Sergio

  • Iphoto 6 Thumbnail Viewing/Indexing Problem

    i recently upgraded to iphoto 6.0.5 and my photos get out of order within the albums when i use the blue scroll bar to go up and down through my different albums. Pictures from different albums appear out of order. when i stop the scroll bar and/or click off it, the pictures in view change right in front of me and go to what they should be, but its a HUGE pain for maneuvering and just not accurate. Every time i move the pix up and down, they completely change when i stop so u never know what is really in that location and in that album
    Originally on the update, it said i needed to do some kind of "organizing my thumbnail cache" which I think i did (or maybe it stopped halfway through) but I cant find ANYTHING else about this in the help section or online. I tried correcting file permissions on my system and restarting, but iphot is basically really screwed up from a organizing and indexing standpoint. Any ideas?

    keylowd
    Try the following: hold down the apple and option keys and launch iPhoto. This will give you a dialogue box where you can rebuild the database. Use the first three options. It may take a while, depending on the size of your library.
    If that doesn't work try deleting the iPhoto Cache from Home/Library/Caches - just trash it, and restart the machine. This will force iPhoto to rebuild the cache. Again, this may take a some time and will make the first launch of iPhoto slower after.
    Regards
    TD

  • Problem viewing videos - Problema visualizzazione video

    Hello
    A few days ago I decided to start trying Adobe Premiere CS5, honestly I never used this program, even earlier versions.
    Just coming to my problem:
    I imported a video
    format: mov
    size: 1280 x 720
    codecs: H.264, AAC
    Color Profile: HD (1-1-1)
    Channels: 2
    Total freq. bits.: 9745
    When I put it in the timeline does not see me, but I also render anything, it reproduces more or less than 1''and then go back.
    To better explain my problem I am attaching a video I made to screen
    I updated all video codecs and audio
    I tried with an avi video but no go.
    May depend on what the problem??
    Thank you very much
    Andrea
    Italian Version:
    Salve a tutti
    da pochi giorni ho deciso di iniziare a provare Adobe Premiere CS5, sinceramente non ho mai utilizzato questo programma.
    Arrivo subito al mio problema:
    Ho importato un video
    formato: mov
    dimensioni: 1280 x 720
    codec: H.264, AAC
    profilo colore: HD (1-1-1)
    canali audio: 2
    totale freq. bit.: 9.745
    Quando lo metto nella timeline non me lo fa vedere, ho fatto anche il rendering ma nulla, lo riproduce per più o meno 1'' e poi ritorna indietro.
    Per spiegare meglio il mio problema vi allego un video che ho fatto alla schermata
    Ho aggiornato tutti i codec sia audio che video
    Ho provato anche con un video in avi ma comunque non va.
    Da cosa può dipendere il problema???
    Grazie Mille
    Andrea

    You should have read the limitations of the trial version on the download page. It clearly states there is no support for anything MPEG, including your material.
    Don't worry, you are not alone in not being able or willing to read, this is only post 548 in the last two weeks about this. It shows you are not unique.

Maybe you are looking for