Re: JMF and rendering formats with a processor

Don't ask me how it works, I don't know :-). Got it from somewhere I don't remember.
package gui;
// Fig 21.6: MediaPanel.java
// A JPanel the plays media from a URL
import java.awt.BorderLayout;
import java.awt.Component;
import java.util.List;
import java.io.IOException;
import java.net.URL;
import javax.media.CannotRealizeException;
import javax.media.Codec;
import javax.media.ConfigureCompleteEvent;
import javax.media.ControllerEvent;
import javax.media.ControllerListener;
import javax.media.EndOfMediaEvent;
import javax.media.Manager;
import javax.media.NoPlayerException;
import javax.media.PrefetchCompleteEvent;
import javax.media.Processor;
import javax.media.RealizeCompleteEvent;
import javax.media.ResourceUnavailableEvent;
import javax.media.UnsupportedPlugInException;
import javax.media.control.TrackControl;
import javax.media.format.VideoFormat;
import javax.swing.JPanel;
public class MediaPanel extends JPanel implements ControllerListener
   Processor processor = null;
   Component visualComponent = null;
   Component controlPanel = null;
   List<Codec> effects = null;
   Object waitSync = new Object();
   boolean stateTransitionOK = true;
   public MediaPanel() {
        Manager.setHint(Manager.LIGHTWEIGHT_RENDERER, true);
        setLayout(new BorderLayout());
   public MediaPanel( URL mediaURL )  {
       this();
      open(mediaURL);  
   public void setEffects(List<Codec> aEffects) {
        effects = aEffects;
   public List<Codec> getEffects() {
        return effects;
   public void open(URL mediaURL) {
        try {
               if(processor != null) {
                    processor.stop();
                    processor.close();
                    remove(visualComponent);
                    remove(controlPanel);
              // create a player to play the media specified in the URL
              processor = Manager.createProcessor( mediaURL );
              processor.addControllerListener(this);
              processor.configure();
              if (!waitForState(Processor.Configured)) {
                   throw new Exception("Failed to configure the processor.");
              processor.setContentDescriptor(null);
               // Obtain the track controls.
               TrackControl tc[] = processor.getTrackControls();
               if (tc == null) {
                   throw new Exception("Failed to obtain track controls from the processor.");
               // Search for the track control for the video track.
               TrackControl videoTrack = null;
               for (int i = 0; i < tc.length; i++) {
                   if (tc.getFormat() instanceof VideoFormat) {
               videoTrack = tc[i];
               break;
          if (videoTrack == null) {
          throw new Exception("The input media does not contain a video track.");
          System.err.println("Video format: " + videoTrack.getFormat());
          // Instantiate and set the frame access codec to the data flow path.
          try {
          if(effects != null && ! effects.isEmpty()) videoTrack.setCodecChain((Codec [])effects.toArray(new Codec[effects.size()]));
          } catch (UnsupportedPlugInException e) {
          throw new Exception("The processor does not support effects.");
          processor.prefetch();
          if(!waitForState(Processor.Prefetched)) {
               throw new Exception("Failed to realize the processor");
     // get the components for the video and the playback controls
     visualComponent = processor.getVisualComponent();
     controlPanel = processor.getControlPanelComponent();
     setLayout(new BorderLayout());
     if ( visualComponent != null )
          add( visualComponent, BorderLayout.CENTER ); // add video component
     if ( controlPanel != null )
     add( controlPanel, BorderLayout.SOUTH ); // add controls
     validate();
     } catch ( NoPlayerException noPlayerException ) {
          System.err.println( "No media player found" );
     } catch ( CannotRealizeException cannotRealizeException ) {
          System.err.println( "Could not realize media player" );
     } catch ( IOException iOException ) {
          System.err.println( "Error reading from the source" );
     } catch (Exception e) {
          System.err.println(e.getMessage());
* Controller Listener.
public void controllerUpdate(ControllerEvent evt) {
     if (evt instanceof ConfigureCompleteEvent ||
               evt instanceof RealizeCompleteEvent ||
               evt instanceof PrefetchCompleteEvent) {
          synchronized (waitSync) {
               stateTransitionOK = true;
               waitSync.notifyAll();
     } else if (evt instanceof ResourceUnavailableEvent) {
          synchronized (waitSync) {
               stateTransitionOK = false;
               waitSync.notifyAll();
     } else if (evt instanceof EndOfMediaEvent) {
          processor.close();
          // System.exit(0);
* Block until the processor has transitioned to the given state.
* Return false if the transition failed.
boolean waitForState(int state) {
     synchronized (waitSync) {
          try {
               while (processor.getState() != state && stateTransitionOK)
                    waitSync.wait();
          } catch (Exception e) {}
     return stateTransitionOK;

OK, the fog is slowly clearing.
I have a machine with a new installation of XP on it. I installed JMF2.1.1e, and tried to play an MPEG2 video - and got an error (a somewhat opaque "Failed to realize" message). So JMF does not come with a MPEG2 codec. So far so good.
Comparing the new machine with my development machine I realised that a key difference was DVD playback software....I guess this installs DirectShow MPEG-2 capability (thanks for the suggestion, andyble).
Installing a similar DirectShow MPEG-2 codec (FFDShow) on the new machine allowed the video to play without any changes to the installed JMF!
So...conclusions so far are
- JMF does not take advantage of hardware acceleration (not surprising, really).
- JMF will pick up "native" codecs automagically.
I was fooling myself into thinking that the various MPEG-2 codec libraries I was plugging into JMF (JFFMPEG, FOBS) were actually being used. Instead it was bypassing the lot and using a direct line into the hardware (note, I am using the Windows optimised installation of JMF, but I wasn't expecting it to completely ignore the setup information!).
So the final question has to be how to select between internal codecs and the native DirectShow? Any ideas, anyone?

Similar Messages

  • Date and number format with JDEV 10 g

    Are there some known bugs in JDEV 10g regarding dates and currency format? I am using bc4j, struts and jsp. I have tried setting the format on the entity and view objects but it works sometimes and sometimes not.

    More info please.

  • Strange previews and renders appearing with blue rectangle glitch

    I am getting these strange artifacts on my previews and renders in PP Cs6. The footage is proresHQ. I have attempting adjusting every setting I know and doing a clean reinstall of PP. Any ideas?

    Hi NoxPhoenix,
    Have you updated your GPU drivers lately? Try that.
    Thanks,
    Kevin

  • Digital adapter and invalid format with Sony bravia tv

    I recently purchased an iPad 2 and the digital adapter so I can play what's on my ipad2 on the tv.  I have a 26' Sony Bravia tv model kdl-26m4000 and when I hook up the iPad with the digital adapter with a hdmi cable the tv says "invalid format".  I somehow got it to work once but I can't get it to work again. I tried the adapter on another Sony Bravia tv that is 52' and it connects without a problem. I also used it on another Sony tv while on vacation without a problem. Does anyone know why I can't get it to work on my tv. The 52' Sony Bravia tv that it works on is older then my tv so I'm not sure what the problem is. I took the digitl adapter cable back to apple to get a new one and it still doesn't work. 
    Any help would be greatly appreciated.

    Dsaamgel24-
    The mention of VGA was to give you something to look for.  It is not likely that an HDMI port would have that problem!
    For purposes of troubleshooting, you might try swapping the HDMI ports.  If both ports work the same with both the iPad and the Blu-Ray, then there is probably nothing you can do to make the iPad work with that TV's HDMI.
    Does that TV have any other video inputs?  Apple also has adapters for VGA, Composite and Component Video.  They will not have as high a video quality, but may work.
    Fred

  • 2 x T2000 and RAC and disk formatting

    Hi,
    Do I have to format my disks differently on my T2000s simply because I am planning on using Oracle10G version 2 RAC for both boxes?

    I am not sure what you are aiming at.
    The oracle clusterware needs to have a cluster filesystem for its voting and registry files, because these files needs to be shared by all the nodes you are going to use RAC on. (which means the filesystem needs to be able to cope with concurrent access from more than one node)
    Next, the oracle database files (datafiles, tempfiles, online redologs, spfile) need to be shared too, which can be either by a cluster filesystem, using raw disks or using ASM. The same is the matter here, these files need to be able to cope with multi-node access.
    So, it actually depends on how you have formatted your disks currently, but assuming you mean solaris, and disks formatted with ufs, yes, some disks needs to be reformatted.

  • Rendering and lagging problems with FCP  X

    Hello,
    I am working on a  Mac OS X Lion 10.7.3 (11D50b) -  Processor  2.4 GHz Intel Core i5 - Graphics  NVIDIA GeForce GT 330M 256 MB and Memory  8 GB 1067 MHz DDR3.
    My 30 minute project has been completed but every time I reopen it, there is a short sequence that always needs rendering. It takes a very long time for this sequence to render and FCP X regularly crashes and slows down. The software is very slow and sometimes non responsive.
    This is my first try with FCP X. I've been working with FCP 6 and changed to FCP X recently. I’ve imported a lot of jpg and mp4 files. I import with proxy and optimized files and analyzed preferences. I’ve tried running my project with my hardrive as well as my external hardrive.
    FCP X is generally lagging and unstable. It also slows down my computer.

    mp4 files. I think that is not a good idea to use that format with FCPX. With my camera I have the options to use mov. (native for FCPX) or mp4. I use mov.

  • I I made a PDF fie to preview, but am still apprehensive to actually order the book, as I have ordered some prints of photos after I thought i had them cropped correctly and prints returned with heads, half of bodies have a book formatted and ready to buy

    I have formatted a photo book, but am apprehensive to push the "buy" button as I have ordered prints that I thought were cropped correctly, and they returned with heads cut off and half of bodies mising.  I have put the book on a PDF file as instucted, please reassure me that if everything looks right there, that is the way the book will look??

    If the PDF looks good then the printed copy should be OK.  The only problem you might run into is the color rendering.  As long as none of your photos use the sRGB profile and not the Adobe RGB color profile the color should be fine.
    On those prints that were cropped incorrectly: did you copy them to the print size ordered before uploading for printing? If not then they will be cropped by the printing equipment and you'll lose part of the top and bottom of the print (for landscape prints).
    OT

  • Problem with  M-JPEG by using JMF and JPEGCodec .

    Hi, there,
    I want to implement a M-JPEG using JMF and JPEGCodec, is that possible?(I already been trapped)
    My problem is I have a video clip which is a AVI file, the video format is following:
    Video format: RGB, 160x120, FrameRate=14.9, Length=57600, 24-bit, Masks=3:2:1, P
    ixelStride=3, LineStride=480, Flipped.
    I already convered a frame to an Image object(video format with JPEG and CVID doesn't work) ,
    I can also convert this Image back as a Buffer, It works fine with me .But to use JPEGCodec( provided by com.sun.image.codec.jpeg ) I need to convert an Image to a BufferedImage, I use the following defination:
    BufferedImage   bImage = new BufferedImage(frameImage.getWidth(null), frameImage.getHeigh(null),BufferedImage.TYPE_INT_RGB); It seems work, But when I use JPEGImageEncoder to encoder this bImage and save as a jpg file,
    everything is black .
    I also need to cast BufferedImage to an Image: frameImage = (Image) bImage; then I convert frameImage back to Buffer.My video clip still running , but every frame now became black .
    can someone help me? thanks in advance.

    I solved this problem . But I met a new problem.
    I converted the above video clip into a JPEG and I want to create a DataSink for it. the messege is:
    Video format: JPEG, 160x120, FrameRate=12.0, Length=3574
    - set content descriptor to: AVI
    - set track format to: JPEG
    Cannot transcode any track to: JPEG
    Cannot create the DataSink: javax.media.NoDataSinkException: Cannot find a DataS
    ink for: com.sun.media.multiplexer.RawBufferMux$RawBufferDataSource@2b7eea
    Transcoding failedHope some Java Experts can help me.
    Regards.

  • Rendering in with an i5 versus i7 processor

    Buying a new Macbook pro next week. Will a i7 processor make much of a difference over an i5 in terms of rendering time or overall performance of Final Cut?

    The benchmarks I've seen comparing the i5 and i7 iMacs (configured with 8GB RAM and the Radeon HD 4850 graphics processor) only showed about a 12-15% better rendering time on the i7 vs the i5 using Compressor or AfterEffects.
    imho, you will get a bigger boost in rendering performance with more RAM and a faster hard drive (7200rpm) than worrying about the incremental differences between the i5 and i7 processors.
    It will be awhile before there are benchmarks available on the MacBookPro models released yesterday.
    One more thing, compared to your PB/G4, ANY new MacBookPro will be wicked fast.

  • My early (white plastic) 2006 imac freezes.  I'm running Snow Leopard and have formatted and reinstalled the software 3 or 4 times.   Model Name:     iMac   Model Identifier:     iMac4,1   Processor Name:     Intel Core Duo   Processor Speed:     2 GHz  

    My early (white plastic) 2006 imac freezes.  I'm running Snow Leopard and have formatted and reinstalled the software 3 or 4 times.   Model Name:          iMac  
    Model Identifier:          iMac4,1  
    Processor Name:          Intel Core Duo  
    Processor Speed:          2 GHz  
    Until I installed the SMC FanControl application my screen would "break up" into strange patterns and then would eventually freeze.  Please help.

    If you are trying to upgrade using a gray-faced OS X disk from another system, that won't work, as those disks are locked to the system types they are delivered with. You'll need to drop the $29 on a retail copy of Snow Leopard, which is available from the Apple online store. Note Snow Leopard requires 1GB minimum, and you may want at least 2GB for better performance.

  • Will final cut pro X speed up if i upgrade my ram and don't upgrade my processor?  iMac 2.9 GHz i5 with 8 GB ram

    will final cut pro X speed up if i upgrade my ram and don't upgrade my processor?  iMac 2.9 GHz i5 with 8 GB ram

    the most improving effect on 'speed' is distributed media:
    System/App, Projects, Events, Cache, backups on diff. platters. Esp. when using compounds/multicams, each 'angle' on its own drive...
    To improve 'rendering' = export speed, the graphic card is the limiting factor.
    On my slow system, 8GB was nice, 16GBs made it more 'snappier' ...

  • Exporting report as PDF and CSV formats same time with out executing DB query twice

    Post Author: cpriyanka
    CA Forum: Exporting
    I am using Crystal Report 9.0 version and Java.
    I am getting "PrintOutputController" from "ReportClientDocument"
    And then by calling export(ReportExportFormat.PDF) generating PDF format report.
    Now I need to generate both PDF and CSV format files same time. How can it be done?
    My understanding is when we call "export" it does the DB query execution and other functionality.
    In that case, if I call "export" two times with two different formats, then DB query will be executed twice and that takes lot of time.
    To avoid, is there a way I can all some API so DB query executed once, but I can export report in to multiple formats?
    I appreciate your help.
    Thanks.

    Post Author: cjmorris1201
    CA Forum: Exporting
    Hello,
    Are you using the "pull" or "push" method for your crystal reports?  If you are using the "pull" method (the report itself executes the sql) then I believe there is no way around having the query execute twice since it is fired off each time you open and export the report.
    If you use the "push" method, however, then you can just create the recordset/dataset and then set the datasouce once for the report.
    Here's a broad overview of push and pull though the Crystal Report Viewer is used.  The viewer may or may not be applicable in your case:
    http://aspalliance.com/265_Crystal_Report_for_Visual_Studio_NET#Page5
    Regards, Carl

  • With Reports 10G can you customize you message and stop formatting?

    Oracle, states to come here for answer. they said, OTN should be able to help.
    If any one knows how this can be done can you please help me out?
    thanks,
    We were told this was fixed with 10G so we upgraded to 10G. We have a
    report and we want it to execute if it's less than 10 records if not we want a
    message to come up that the report needs to be scheduled.
    Well we run the report and it displays exceeded record count but the format
    still runs so no time saved on the web.
    If the record count was exceeded we want to HALT the system and not go any
    farther.
    Now if we could modify the system message 1825 we would be o.k. But we don't
    know if that is going to work. If we could change the message we would be
    o.k. with that. that would mean changing the system codes though.
    ### How is the Report being called (Command line, URL or via Oracle Forms): ###
    If false comes back in the beginning then we don't want any report formatting
    to be done. Right now the format is done it seems but no data is displayed
    because criteria isn't met.
    So we dont wnat the formatting to be run when criteria isn't met. But for
    some
    reason it still runs and takes time.
    See we have some reports on the web that can only be ran by date range right
    now the clients can only run the reports for a 6 months range.. Well some
    clients have a lot smaller record count. So we want to change the way the
    reports are ran to a records count. If the count is large than said amount
    then a message comes up that states the report has to be scheduled. If the
    amount is under said amount then the report runs.
    So at this time in the report we do a count then we move onto will the report
    run or not if over the amount we want to abort the process but we don't want
    the client to see the abort. We definately don't want the client to sit and
    wait for the format to run when NO Data is to be returned.
    ### Error messages and error scenario: ###
    So what we want is too see a message "Schedule the report count exceeded" and
    NO formatting done. If under amount we want the report to run.
    ### Provide a detailed step-by-step description of your problem or question: ###
    Or is there a way to customize the messages the client / users will see. And
    no formatting time for no records returned.
    Contact me via : E-mail -> [email protected]
    Text continued in next action...
    20-SEP-04 18:39:53 GMT
    Text continued from previous action...
    20-SEP-04 19:18:51 GMT
    New info : Is there a way if the error messages have to come up that we can
    hide the message or have another screen cover that error message something to
    cover the message so that the user doesn't see the error message.
    20-SEP-04 19:30:23 GMT
    Hi Darlene,
    Thank you for using MetaLink. Iam currently working on a very critical issue.I shall review/research your issue at the earliest opportunity and w
    ill update the SR / call you as soon as we have relevant information. Thank you
    for your patience.
    Best Regards,
    Seema,
    Oracle Support Services
    STATUS
    =======
    @WIP -- Work In Progress
    20-SEP-04 19:30:30 GMT
    Email Update button has been pressed: Sending email to [email protected]
    21-SEP-04 00:32:18 GMT
    Hi Darlene!
    If you are calling the report from a form, try using the EXIT_FORM line in your code.
    Thanks and Regards,
    Seema
    21-SEP-04 00:33:01 GMT
    Email Update button has been pressed: Sending email to [email protected]
    21-SEP-04 14:09:20 GMT
    New info : We will try it and let you know.
    21-SEP-04 14:19:04 GMT
    New info : We are not calling the report from a form so this won't work. Any
    other way. We are needing to do this badly.
    21-SEP-04 14:39:06 GMT
    New info : Can I get detailed steps about how to customize the system message
    or hide the message when we abort the report?
    21-SEP-04 15:38:39 GMT
    Hi Darlene!!
    As talked to you on phone, here are the steps for you to try.
    The below has been run as a test case using emp table in scott schema of a database
    1) create a summary coloumn say cs_1 in the data model.
    2) point the function to count.
    3) Point the source to what ever's count you want it to be pointed to(say empno of emp table of
    scott schema)
    4) create a user parameter say NO_ROWS
    5) in its property palette make its data type number and initial value as 1
    6) I had teh following query for my report:
    select empno, ename from emp
    where rownum <= :no_rows
    This means that the report that will be generated will consist of a total no of NO_ROWS(that we
    shall be specifying at run time). The before report trigger(mentioned in 7 below) shall assure
    that whenever we specify NO_ROWS greater than 5 then the report will display a customized pop up
    message.
    7) create a before report trigger as:
    function BeforeReport return boolean is
    user_excp EXCEPTION;
    begin
    if :cs_1 >5 then
    raise user_excp;
    return (false);
    else
    return true;
    end if;
    EXCEPTION
    WHEN user_excp then
    SRW.MESSAGE(30, 'Data is more please schedule this report:');
    raise SRW.PROGRAM_ABORT;
    return (false);
    end;
    This way when u run a report, an argument is asked whether how many rows do you want to be
    displayed as in the parameter NO_ROWS. then you specify the number. If that number is greater
    than 5(in this case, due to if :cs_1 > 5 then....) then it will pop up a message saying "Data is
    more please schedule this report:"
    In case you do not want to specify NO_ROWS..then you need not put that and modify the report
    query as "select empno, empname from emp;" i.e. without where clause.
    21-SEP-04 16:49:30 GMT
    New info : we will try this then update the TAR.
    21-SEP-04 16:58:09 GMT
    ok you update the tar when you try the above steps.
    STATUS:
    @CUS
    23-SEP-04 02:16:00 GMT
    New info : Information from the person that did this suggestion step by step.
    I tried this step by step, but unfortunately, it doesn't work the way we want.
    First with this suggestion, the user needs to choose how many records they
    want
    to get, or we default a number of records, in order to run the report. The most
    important thing is, whenever you specify the statement return false or raise
    SRW.PROGRAM_ABORT in the before report trigger, the system message will pop up.
    I really hope that people from Oracle would let us know how to customize the
    system message or hide it.
    23-SEP-04 14:23:04 GMT
    New info : I just thought that we have some sort of message, which I guess is
    from the database, when we do claim search on client inquiry. I am just
    wondering if we could try the same thing to the report.
    The some sort of message looks like this on dev box:
    Your search exceeded 5000 records and will surpass the capabilities of this
    connection. Please narrow the search criteria and resubmit.
    It's just a thought, not sure if it's going to work.
    When could we have the DBA Make this change. The servlet.properties???
    23-SEP-04 17:30:55 GMT
    REQUESTED INFORMATION PROVIDED
    ===============================
    Hi Darlene,
    Thank you for providing the requested information. I am currently reviewing/resea
    rching the situation and will update the TAR / call you as soon as I have additi
    onal information. Thank you for your patience.
    Best regards,
    Ajit
    STATUS
    =======
    @WIP -- Work In Progress
    23-SEP-04 18:04:31 GMT
    UPDATE
    =======
    Hi Darlene,
    We cannot modify the system messages nor do I think there is a method to hide the system message. The message that was coming is
    due to the raise srw.program_abort command, which is the element through which
    we can abort the program.
    Thanks
    Best Regards
    Ajit
    @CUS
    23-SEP-04 18:29:26 GMT
    New info : Can you please look into a way that we can get something to work?
    23-SEP-04 18:49:28 GMT
    Hi Darlene,
    I am sorry to say that but I don't think there is any any workaround to this because the system message is what is generated by the oracle reports i
    nternally. Still if you wish you may refer to the otn discussion forum which is
    maintained by teh product management group and post a new thread on it. the link
    to the forum is Reports
    Also since nothing can be done on our side I don't see any reason to keep this TAR open an
    d if you wish we can soft close this.
    Thanks
    Regards
    Ajit.
    New info : Shouldn't there always be a way to do something? I don't understand
    why we were told in 10G that this could be done and now we are told it can't.

    K T wrote:
    Yep - not nice...unless you do a TE 'Get Info' in the Finder and √ the 'Open in 32-bit mode' box and try again...then, all seems well in snow leopard land.
    Really? I figure since I have a Core Duo chip, everything always opens in 32-bit mode. In any case, I did file a bug report and will give your suggestion a try later today.

  • Is there a way of running cd's"windows" formatted with inf and swf files?

    Is there a way of opening and running CD's 'window' formatted with .inf and .swf files on a mac??

    In your operating system, move the photos to wherever you want them to be (keeping the folder tree structure the same), and then in Lightroom re-link via http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm

  • Just bought a dell pc with windows 8. on my old pc (vista) i would right click a movie (in itunes format) and say open with itunes and it would play. Now it won't open in itunes and it just CRASHES. HELP PLEASE. is there a glitch with win 8???

    okay not sure how this works so here i go again.
    Okay i bought a dell pc with windows 8 (big mistake) i downloaded itunes and from my external hard drive, right clicked a movie file (in ipad format, because this worked in vista on my old laptop) and it will not go into itunes. And itunes keeps crashing. Is there a glitch with win 8 and itunes ? I never had this prob with vista. I would right click a file and say open with itunes and poof it goes in the library. Please help before i throw this thing out the window! OH newest itunes is what i have installed.

    Take a look at this MBP, a refurbished unit.  Don't let the late 2011 release date put you off.  For about  $500 less than an equivalent 'new' one with similar specifications you get a quad core CPU and excellent graphics.  As Steve359 mentioned, this can be upgraded if the need arises and has the same warranty as a 'new' one
    I would not be surprised that these may actually be 'new' MBPs due to the length of time that they have been replaced by the current generation.  I purchased a 17" model about 5 weeks ago, and a serial number check suggests that it is 9 weeks old.
    http://store.apple.com/us/product/G0NM5LL/A
    Ciao.

Maybe you are looking for

  • Using Federated Security in BizTalk against custom Token Provider and Custom Token

    Hi, I as the topic states, I'm trying to get BizTalk to use a Custom Token Provider with custom tokens. So I thought this would be rather painless using ws2007FederationHttpBinding but got stuck. The problem is that the service expect soap action and

  • In Apple Mail, how can I maintaining Mailbox links when migrating hosting?

    First, I apologize if this question has already been asked and answered.  If so, please kindly point me to the appropriate discussion. I'm in the process of changing hosting for one of my (several) websites and email addresses.  I have been using App

  • How do I sum across the same table in multiple sheets?

    So I'm trying to figure out an annoying problem. I have a largish (100's) amount of data with each collection being a table in a sheet, one sheet per data collection. This means I have 100's of sheets, each with the same table name and layout. Each s

  • Error during DTP Activation

    Hi all, I have a DTP to load data from one DSO to another DSO. I'm getting the following error while activating this DTP, Activation of Objects with Type Data Transfer Process    Internal Activation (Data Transfer Process )       Post Processing/Chec

  • My podcasts on itunes are not ordered correctly ... how to fix?

    As you can see in the screenshot above, my uploaded podcasts are not appearing in the order they were uploaded/released but in a seemingly random order ... how can I get the iTunes store to sort them based on release date so that the most recently re