ALSB Monitoring statistics export to file

Hello,
I'm currently working on ALSB 3.0, en setting up monitoring and SLA-alerting. I do get the statistics on the the service-health tab (within operations). I was wondering if it is possible to export these statistics to a file.
With regards,
Wilco Meijer

Out of box-not possible at present.
We can use
http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/jmx_monitoring/introduction.html
http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/jmx_monitoring/example.html#wp1109828 is good one to start with.
Example program can be modified to write statistics to file.
Thanks
Manoj
Edited by: mneelapu on Nov 26, 2009 2:02 PM

Similar Messages

  • ALSB Monitoring framework loses statistics?

    Hello!
    I'm facing a problem with the ALSB Monitoring Framework.
    I have a small application using the ALSB JMX monitoring API to track a number of statistics.
    "Transactions per second" is one statistic I want to track but there is where the problems start.
    It seems that upon statistic reset the ALSB Monitoring Framework loses the not already accumulated data.
    Depending on how close to the ALSB Monitoring Frameworks internal aggregation interval you reset you might lose as much as 1 minute of statistics.
    Even with Oracles recommendation of a reset interval greater than 15 minutes these losses have a major effect on the statistics validity.
    Have anyone experienced this? if so, is there any way to solve it

    Out of box-not possible at present.
    We can use
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/jmx_monitoring/introduction.html
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/jmx_monitoring/example.html#wp1109828 is good one to start with.
    Example program can be modified to write statistics to file.
    Thanks
    Manoj
    Edited by: mneelapu on Nov 26, 2009 2:02 PM

  • HOW TO IMPORT DATA MORE THAN ONCE FROM THE SAME EXPORT DUMP FILE?

    before asking my question i'd like to mention that i'm a french spoke...
    so my english is a little bit bad. sorry for that.
    my problem is : IMPORT
    how to import data a SECOND TIME from an export dump file within oracle?
    My Export dump file was made successfully (Full Export) and then i
    tried to import datas for the first time.
    I got this following message in my logfile: I ADDED SOME COMMENTS
    Warning: the objects were exported by L1, not by you
    . importing SYSTEM's objects into SYSTEM
    REM ************** CREATING TABLESPACES *****
    REM *********************************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USER_DATA" DATAFILE 'E:\ORANT\DATABASE\USR1ORCL.ORA' SI"
    "ZE 3145728 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAX"
    "EXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ROLLBACK_DATA" DATAFILE 'E:\ORANT\DATABASE\RBS1ORCL.ORA"
    "' SIZE 10485760 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS "
    "1 MAXEXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    etc........
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "L1" DATAFILE 'E:\ORADATA\L1.DBF' SIZE 1048576000 "
    "DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 121 PCTIN"
    "CREASE 50) ONLINE PERMANENT"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'E:\ORADATA\L1.DBF'
    ORA-09200: sfccf: error creating file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified
    --->etc..........
    the drive E: with the folder E:\ORADATA didn't exist, but after
    all that i created it.
    see below, before my IMPORT statement
    REM ********************* CREATING USER *********
    REM ********************************************
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "L1" IDENTIFIED BY VALUES 'A6E0DAA6865E7627' DEFAULT TABLESPACE"
    " "L1" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'L1' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "MLCO" IDENTIFIED BY VALUES '56AC6447B7D50467' DEFAULT TABLESPA"
    "CE "MLCO" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'MLCO' does not exist
    ETC.......
    REM ********************* GRANTING ROLES ***********
    REM ************************************************
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ANY TABLE to "L1" "
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'L1' does not exist
    ETC.........
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "L1" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'L1' does not exist
    -- that is normal, since the creation of the
    tablespace failed !!
    REM******************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLLBACK SEGMENT RB_TEMP STORAGE (INITIAL 10240 NEXT 10240 MINEXTENT"
    "S 2 MAXEXTENTS 121) TABLESPACE "SYSTEM""
    IMP-00015: following statement failed because
    . importing SCOTT's objects into SCOTT
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EVT_PROFILE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE"
    ETC............
    importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    REM *************** IMPORTING TABLES *******************
    REM ****************************************************
    . importing SYSTEM's objects into SYSTEM
    . . importing table "AN1999_BDAT" 243 rows imported
    . . importing table "BOPD" 112 rows imported
    . . importing table "BOINFO_AP" 49
    ETC................
    . . importing table "BO_WHF" 2 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "DEF$_CALL" ("DEFERRED_TRAN_DB" VARCHAR2(128),
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ROLES" FOR "SYS"."DBA_ROLES""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ERRORS" FOR "SYS"."DBA_ERRORS""
    IMP-00008: unrecognized statement in the export file:
    . importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00008: unrecognized statement in the export file:
    J
    Import terminated successfully with warnings.
    -------------------------------------b]
    So after analysing this log file, i created
    the appropriate drives and folders... as the
    import statement doesn't see them.
    E:\ORADATA G:\ORDATA etc...
    And i started to [b]IMPORT ONE MORE TIME. with:
    $ IMP73 sys/pssw Full=Y FILE=c:\temp\FOLD_1\data_1.dmp BUFFER=64000
    COMMIT=Y INDEXFILE=c:\temp\FOLD_1\BOO_idx.sql
    LOG=c:\temp\FOLD_1\BOO_log.LOG DESTROY=Y IGNORE=Y;
    after that i could not see the users nor the
    tables created.
    and the following message appeared in the log file:
    Warning: the objects were exported by L1, not by you
    . . skipping table "AN1999_BDAT"
    . . skipping table "ANPK"
    . . skipping table "BOAP"
    . . skipping table "BOO_D"
    ETC.....skipping all the tables
    . . skipping table "THIN_PER0"
    . . skipping table "UPDATE_TEMP"
    Import terminated successfully without warnings.
    and only 2 new tablespaces (originally 3) were
    created without any data in ( i check that in
    the Oracle Storage manager : the tablespaces exit
    with 0.002 used space; originally 60 M for each !!)
    so,
    How to import data (with full import option) succefully
    MORE THAN ONE TIME from an exported dump file ?
    Even if we have to overwrite tablespaces , tables and users.
    thank you very much

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • Can CS5 export *.MTS files?

    I use a Panasonic TM700, which records videos in the MTS format. I've had no trouble importing these into Premiere Pro, and the format works really well for me. But I'd like to take my projects, and _export_ them to MTS fils which I can then load onto my video camera's memory.
    Here's why. I can attach my computer to my HDTV, but I can only use it as a monitor. I can't play full hi-def 1920x1080 video and have it look terribly good that way. But, I can connect my camera to the TV. So if I can get the video on the camera...
    Is there a set of export settings that will create an MTS file that I can load onto my camera?

    Hi Brian, have you found another method, or different software, to export mts files? I need to do the same for a similar reason.
    Thanks,
    Chris

  • Changes in export cmd file

    Hi Guru's,
    The offline backup job was not run last Sunday at 7am until I triggered it manually at 1pm.
    So,
    1. i Always want to keep 2 set dump files
    a. Before exporting / dumping, move the previous dump file to “Spider Dump Backup set 1” folder and delete the existing dump copy in the “Spider Dump Backup set 1” folder.
    2. Email notification to Spider Support after job completion
    Below is my export cmd file. Can someone help me to make changes accordingly.
    @echo off
    @echo ----  exp_full.cmd  ------  START  ---------------------
    REM               
    REM     Kjører full eksport av Oracle database
    REM
    REM
    REM
    SET EXPDEST=G:\
    echo on
    echo Eksport startet > %EXPDEST%\exp_full_startet.txt
    exp SYSTEM/milde5@spider FULL=Y FILE=%EXPDEST%\exp_full_spider.dmp LOG=%EXPDEST%\exp_full_spider.log BUFFER=900000 RECORDLENGTH=65536 statistics=none
    @echo ----  exp_full.cmd  ------  FERDIG ---------------------

    Pl post details of OS and database versions. Pl be aware that exports are not backups. For backups, you should be using RMAN
    http://docs.oracle.com/cd/E11882_01/backup.112/e10642/rcmintro.htm#CHDBHGGE
    HTH
    Srini

  • Where is my EXPORT dump file ? How to do BRTools off line table reorgan ?

    Hello,
    Here was my BRTools Export output message :
    About to export specified tables via Direct Path ...
    Current user changed to SAPPRD
    . . exporting table                          CDHDR   60357362 rows exported
    Export terminated successfully without warnings.
    BR0280I BRSPACE time stamp: 2011-08-09 16.53.04
    BR1160I 1 table exported by EXP utility
    BR0280I BRSPACE time stamp: 2011-08-09 16.53.04
    BR0670I Enter 'c[ont]' to continue, 'b[ack]' to go back, 's[top]' to abort:
    But where is my Export dump file ?
    Besides, could you tell me the procedures of using BRTools Export & Import to do off-line table reorgan ?
    Due to some reasons, I can't do online table reorgan.

    Hi Ming,
    I noted the OSS note 646681 - Reorganizing tables with BRSPACE in my previous message, already. You don't need any additional effort such as creating script, if you use brspace as I noted in my last message.
    Stop the SAP system, but not database then execute the command, below;
    1) brspace -u / -f tbreorg -t "CDHDR"
    2) At the incoming menu steps, select --> (8 - Table reorganization mode (mode)) .. offline
    3) Then continue with "c"
    At the end of this steps, table and related indexes will be reorganized.
    You can update statistics by using the command, below after you complete the steps, above respectfully;
    brconnect -u / -c -f stats -t all -f collect -p 4
    Best regards,
    Orkun Gedik

  • Exporting Large Files for Web Use

    Most of my images are around 3000x2000 in filesize and between 10MB and 15MB. They are for use on the web so I don't want them to be too large (in MB's.)
    What is the best option:
    - keep original size and lower the quality-setting from 100% to -let's say- between 75% and 90%
    - Resize them -let's say- to half size.
    The large files have more pixels but are lower quality, or the resized files are higher quality but have less pixels - what is the best?

    You don't need to but it is advisable as scaling always makes images soft.
    You have to scale to display an image on a monitor as a monitor is a very
    low resolution device. Luckily you can do the sharpening straight in the
    export dialog and you don't really need to think about it. Sharpen for
    screen at standard setting is usually just fine. So try using the following
    settings in the export dialog:
    File settings: jpeg, quality 75, Color Space sRGB
    Image Sizing: resize to fit long edge, 800 pixels
    Output sharpening: Sharpen for screen, amount Standard
    Metadata: Minimize embedded metadata (preserves your copyright info
    but omits all the edit and
    camera info)
    Then play
    around with the sharpening amount and compare the exports to see what
    you prefer. There is very little difference between High and Standard.

  • F.31- Missing List - Export - Local File Option

    Hi Guys,
    We have just upgraded to ECC6.0 from 4.6 . An issue we encountered is that one of the methods of exporting the data from F.31 is now grayed out. This is via List->Export->Local file.
    Also in the previous version we do have a Statistics at the end of the report, which is not available anymore.
    So I'm wondering if this is just by SAP design? Does anyone with ECC6.0 have use of the List->Export->Local file feature?
    Thanks

    Hello,
    Check mentioned SAP note ,which can guide you.
    1406744 - RFDKLI40, RFDKLI41: Unsupported functions available in menu
    Rgds
    Mani

  • Aperture crashes upon trying to play video. Exporting .AVI file wont play.

    Hi,
    I uploaded my holiday pictures and 4 videos into Aperture and when I try to play the videos I get pretty bad beachball with no playback of the video. When I export the file I am presented with a SAM_xxx.AVI file. (SAM from Samsung camera). I have tried to play the file with Quicktime, VLC & MPlayer X. I ran the 4 files through DivFix++ and I am given the error, "Input file is not .avi"
    Any thoughts as to whats going on? Aperture shows a thumbnail for the videos and VLC shows correct length but no playback.
    Thanks

    I have both an iPad and iPhone connected to my Mac. I disconnected both, then restarted my Mac and Safari. No improvement. Used Lion Recovery System to reload Lion. Interesting thing, Safari 5.1.7 was installed rather than Safari 6. This made me happy, as Safari 6 has been nothing but trouble for me. When I opened Safari, it took me back to apple.com, even though my homepage is yahoo.com. I was immediately confronted with the infamous Steve Jobs video, that has crashed my computer every time it's popped up on my screen. This time, however, it didn't crash ... I just got the spinning beachball for about 30 seconds, then the Quicktime thermometer at the bottom started moving and I was sure it was going to work. After the thermomter passed about one-fourth of the way over, the screen blanked and the Quicktime thermometer started all over again. This behavior persisted until I got tired of it and went to my home page. However, I can open Quicktime and watch videos again, even the YouTube ones that were crashing every time. Now I just have to figure out how to never let a Software Update stick me with Safari 6 ever again. If it does, I'm simply through with it and will make Firefox my default browser. Thank you so much for getting me this far. I will keep monitoring these discussions to see if Apple ever gets Safari 6 to the point that I'll give it another trial.
    Eddie

  • NWDS 7.0 Error during Quick PAR Upload and while trying Exporting PAR-File

    Hello,
    I am trying to use the functions "Export as PAR-File" and "Quick PAR Upload" in NWDS 7.0.
    Unfortunately I got an error every time when I am trying to use this functions. I am using the package explorer in the Java perspectiv in NWDS for starting this functions. The error tells me the following:
    "Unable to connect to the Portal"
    "Operation failed: Please make sure the server "XY" is running or check the log (sap-plugin.log) for more detail"
    Thats all.
    When I am looking in the log-file I can read the following messages:
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: GET_VIEW:ALL]"
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: IS_VIEW_EXISTS:ALL]"
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: SIZE_OF_VIEW:ALL]"
    "ACCESS.ERROR: Authorization check for caller assignment to J2EE resource [keystore-view.TicketKeystore: view-actions: READ_ENTRY:ALL]"
    LOGIN.ERROR|null|| Login Method=[default] UserID=[user_Admin] IP Address=[192.168.xxx] Reason=[Cannot authenticate the user]
    I have tried this with several users and their passwords. All of the users have admin-rights at least in the portal. One of them even in the SDM.
    I can sucessfully deploy webdynpros from NWDS into the same Portal with this users.
    We are using SAP Logon Tickets and SSO is configured working fine between Portal and backend.
    We have imported Key Store File in NWDS unter Window --> Preferences --> Java Development Infrastructure.
    And we are not using the NWDI.
    Who knows why I cannot even export par-files? Are their any configurations missing?
    Best regards,
    Iris

    It is mentioning about authentication.
    check whether you have access to deploy directly or not ? maybe direct deployment into portal disabled .
    I think you have to follow the procedure of checkout and activate procedure.
    Can you clarify few things
    1) Are you using NWDI Based Transports in your landscape?
    Login Method=default UserID=user_Admin IP Address=http://192.168.xxx Reason=Cannot authenticate the user
    http://192.168.xxx  is it your development portal?
    Did you clarify with admin people whether direct deployment disabled?
    Koti Redd

  • Error in exporting photoshop file

    We have several copies of After Effects being used in the office.  Both myself and another user have encountered a problem saving as photoshop layers.  It gets 87% or so into it and then gives the error; "error in exporting photoshop file" in the info window.  Any thoughts?

    I don't think expressions should have any influence on teh matter. They are just another way of formulating an animation stream value just like keyframes. Icould think of a few things:
    - The new pixel aspect ratio handling in CS4. Due to the conversion, something may happen to the source footages.
    - Layer styles. this may cause a "cyclic use" of the Photoshop engine. Some of that stuff has changed quite a bit for CS4 to accomodate Ps Live 3D and teh new adjustment layer model.
    - Hardware accelerated effects. CS4 passes through OpenGL acceleration through all comps. Using an effect that uses it and happens to think it doesn#t need to fall back into software only mode, may cause a hiccup.
    - MediaCore. Similar to the previous, it uses hardware acceleration and may show weird behaviors, varying solely based on differences in graphics cards.
    In particular for the last two points I would think it is what makes the difference between your systems. One of them has not enough juice on OpenGL, so it's "safe". I'd definitely investigate along those lines.
    Mylenium

  • How to import external table, which exist in export dump file.

    My export dump file has one external table. While i stated importing into my developement instance , I am getting the error "ORA-00911: invalid character".
    The original definition of the extenal table is as given below
    CREATE TABLE EXT_TABLE_EV02_PRICEMARTDATA
    EGORDERNUMBER VARCHAR2(255 BYTE),
    EGINVOICENUMBER VARCHAR2(255 BYTE),
    EGLINEITEMNUMBER VARCHAR2(255 BYTE),
    EGUID VARCHAR2(255 BYTE),
    EGBRAND VARCHAR2(255 BYTE),
    EGPRODUCTLINE VARCHAR2(255 BYTE),
    EGPRODUCTGROUP VARCHAR2(255 BYTE),
    EGPRODUCTSUBGROUP VARCHAR2(255 BYTE),
    EGMARKETCLASS VARCHAR2(255 BYTE),
    EGSKU VARCHAR2(255 BYTE),
    EGDISCOUNTGROUP VARCHAR2(255 BYTE),
    EGREGION VARCHAR2(255 BYTE),
    EGAREA VARCHAR2(255 BYTE),
    EGSALESREP VARCHAR2(255 BYTE),
    EGDISTRIBUTORCODE VARCHAR2(255 BYTE),
    EGDISTRIBUTOR VARCHAR2(255 BYTE),
    EGECMTIER VARCHAR2(255 BYTE),
    EGECM VARCHAR2(255 BYTE),
    EGSOLATIER VARCHAR2(255 BYTE),
    EGSOLA VARCHAR2(255 BYTE),
    EGTRANSACTIONTYPE VARCHAR2(255 BYTE),
    EGQUOTENUMBER VARCHAR2(255 BYTE),
    EGACCOUNTTYPE VARCHAR2(255 BYTE),
    EGFINANCIALENTITY VARCHAR2(255 BYTE),
    C25 VARCHAR2(255 BYTE),
    EGFINANCIALENTITYCODE VARCHAR2(255 BYTE),
    C27 VARCHAR2(255 BYTE),
    EGBUYINGGROUP VARCHAR2(255 BYTE),
    QTY NUMBER,
    EGTRXDATE DATE,
    EGLISTPRICE NUMBER,
    EGUOM NUMBER,
    EGUNITLISTPRICE NUMBER,
    EGMULTIPLIER NUMBER,
    EGUNITDISCOUNT NUMBER,
    EGCUSTOMERNETPRICE NUMBER,
    EGFREIGHTOUTBOUNDCHARGES NUMBER,
    EGMINIMUMORDERCHARGES NUMBER,
    EGRESTOCKINGCHARGES NUMBER,
    EGINVOICEPRICE NUMBER,
    EGCOMMISSIONS NUMBER,
    EGCASHDISCOUNTS NUMBER,
    EGBUYINGGROUPREBATES NUMBER,
    EGINCENTIVEREBATES NUMBER,
    EGRETURNS NUMBER,
    EGOTHERCREDITS NUMBER,
    EGCOOP NUMBER,
    EGPOCKETPRICE NUMBER,
    EGFREIGHTCOSTS NUMBER,
    EGJOURNALBILLINGCOSTS NUMBER,
    EGMINIMUMORDERCOSTS NUMBER,
    EGORDERENTRYCOSTS NUMBER,
    EGRESTOCKINGCOSTSWAREHOUSE NUMBER,
    EGRETURNSCOSTADMIN NUMBER,
    EGMATERIALCOSTS NUMBER,
    EGLABORCOSTS NUMBER,
    EGOVERHEADCOSTS NUMBER,
    EGPRICEADMINISTRATIONCOSTS NUMBER,
    EGSHORTPAYMENTCOSTS NUMBER,
    EGTERMCOSTS NUMBER,
    EGPOCKETMARGIN NUMBER,
    EGPOCKETMARGINGP NUMBER,
    EGWEIGHTEDAVEMULTIPLIER NUMBER
    ORGANIZATION EXTERNAL
    ( TYPE ORACLE_LOADER
    DEFAULT DIRECTORY EV02_PRICEMARTDATA_CSV_CON
    ACCESS PARAMETERS
    LOCATION (EV02_PRICEMARTDATA_CSV_CON:'VPA.csv')
    REJECT LIMIT UNLIMITED
    NOPARALLEL
    NOMONITORING;
    While importing , when i seen the log file , it is failing the create the external table. Getting the error "ORA-00911: invalid character".
    Can some one suggest how to import external tables
    Addressing this issue will be highly appriciated.
    Naveen

    Hi Srinath,
    When i observed the create table syntax of external table from import dump log file, it show few lines as below. I could not understand these special characters. And create table definationis failing with special character viz ORA-00911: invalid character
    ACCESS PARAMETERS
    LOCATION (EV02_PRICEMARTDATA_CSV_CON:'VPA.csv').
    I even observed the create table DDL from TOAD. It is same as i mentioned earlier
    Naveen

  • I am trying to export a video I have made in FCP 10.0.8 to Youtube or to a master file and I keep on getting an error -50, or "error exporting master file at frame 20074" Any ideas?

    Having used FCExpress for a while I decided to give FC Pro X a trial, I created my first video with it, exported to youtube and it worked fine.  I am now trying to export my second video to youtube and I get an error -50 which means absolutely nothing.  Not being defeated that easy I tried exporting to a mster file using the H.264 codec and I get an error "exporting master file at frame 20074" - again another useless error.  It takes at least 10 minutes to get to this error after the rendering has started, it gets about 12% in.  Any ideas where to start - I am seriously at the point of giving up with Final Cut Pro X simply on the basis of it being more trouble than its worth - I am just glad I did not pay for it yet...
    Any help would be much appreciated.
    Gerry

    Hi Russ,
    Thanks for your response. I am not an experienced user of FC or other video editing software but if its that hit and miss I think I will go to the trouble of finding some better software - I have a busy enough life as is, I don;t want to get into second guessing what a software problem might be!
    I have just successfully exported my video to a master file using one of the Apple codec options so it looks like it could be to do with the H.264 codec.  I am wondering if Apples Compressor software would solve this problem - the only way to try this it to buy it, there is not trial for the compressor app.  Any ideas?
    Thanks
    Gerry

  • Exporting EPS files in InDesign CS3 takes FOREVER!!!

    When exporting a file in InDesign it takes up to 10 minutes per page to export a file in EPS form. I am working on a server, but co-workers are doing the same thing and they do not have the same problem. I have noticed that it seems like the files with links in them take the longest. Meaning... if I have just a text file it will export very quickly like it should, but if it has a linked file it will take anywhere from 3 to 10 minutes to export. Does anyone know what's going on?
    -msa818

    Can you make the problem go away by working off the network? Just because you're the only one having problems doesn't absolutely mean the network isn't the cause of the problems. And because these kinds of problems come up all the time with people who work from a server, the network is the obvious place to look first.
    Ken

  • I am using an expense tracker and when I export the file for use it says it is in location /var/mobile/applications/666E-4BC6-8FF1-50CAD35FA541/documents/MyExpenses.csv where do I find this? Assistance greatly appreciated

    I am using an expense tracker and when I export the file for use it says it is in location /var/mobile/applications/666E-4BC6-8FF1-50CAD35FA541/documents/MyExpenses.csv where do I find this? Assistance greatly appreciated

    Attached is Dennis Linam’s Audition – “Log File” and “Log – Last File”
    Contact information Dennis [email protected]
    Previous contact information with your organization (DURIM):
    Dennis - i just finished my audition trial and bought the subscription the 2014 version.
    created by durin in Audition CS5.5, CS6 & CC - View the full discussion 
    DURIM - Okay.  I would expect the "Cache Warning" message because your default directories would not be the same as the ones in the settings file I generated.
    If you go back to the "7.0" directory and open the "Logs" folder, can you copy the "Audition Log.txt" file and send it as an attachment to [email protected]?  We'll take a look in that logfile and see if it gives us more information about why this is failing now.
    Also, do you have any other Adobe applications installed on this machine, such as Premiere Pro?  If so, do they launch as expected or fail as well?
    I do have the trial Pro version of Adobe reader, but I have not activated it, because I fear the same thing will happen did it. I cannot afford to activate the subscription for that product and take the chance of it not working either. I depend on those two programs religiously. Here is the files that you requested. I appreciate any help you can give me to get this audition program started
    Audition Log- file
    Ticks = 16       C:\Program Files (x86)\Common Files\Adobe\dynamiclink\7.0\dynamiclinkmanager.exe
    Sent from Windows Mail

Maybe you are looking for

  • Palm Desktop 6.2.2: Can't print only one category in Month View

    I recently upgraded my palm desktop to 6.2.2 when I got a new PC with windows vista.  When I am in the month view of the calendar and I choose to print, it prints all categories regardless of which category I have selected in the onscreen display.  I

  • Creating a File in Application Server

    Hi i have some data in the internal table itab. which contains few fields. Some of the fields are blanks and some contains data. Now i am transfering this internal table to file which is in Application Server. When i trnasfer itab to file, blank fiel

  • Alternate Group in BOM

    Hi experts, I'm having the problem with Alternate group in BOM. I'm maintaining the the raw materials in BOM i.e A1,A2,A3,A4 like that number of materials is there. I'm grouping the materials with alternate group A1: Alt Grp-01, Priority-1, Strategy-

  • Failed to start server domain and process scheduler in the App/Batch VM

    Hi, after the modification of /etc/tnsnames.ora in the App/Batch VM : [psadm2@psovmab LOGS]$ more /etc/tnsnames.ora H91TMPLT= (DESCRIPTION= (ADDRESS_LIST= (ADDRESS=(PROTOCOL=TCP)(HOST=192.168.1.133)(PORT=1521))) (CONNECT_DATA=(SERVER=DEDICATED)(SERVI

  • USB 2.0 Problem with Hard Drive

    Hi I bought a new iBook this week, and have been itching to use USB 2.0 for my external hard drive. Unfortunately, when I try and copy my music from my external hard drive to my Mac, the computer hangs and crashes the system. After I reload, the fold