Working with events on external HD

I have all of my old iMovie events on an external hard drive and I'd like to be able to work with them without re-importing the clips. Any ideas?

If they are from iMovie 09 or 08, just plug in your external drive and they should be there.
For iMovie to see them, they must be in a folder named iMovie Events at the top level of the drive. And the drive must be formatted as Mac OS Extended (journaled), not FAT 32.

Similar Messages

  • Macs or mac mini work with blu ray external drives even XL DISC CAPACITIES

    macs or mac mini work with blu ray external drives (BURNERS) even XL DISC CAPACITIES like 128GB?

    https://discussions.apple.com/docs/DOC-2881

  • Working with itunes on external hard drive.

    Dear all,
    I was wondering is there anyway in which i could store all my music on a external hard drive, because i have too much now on my computer and have run out of space, could i move it over and then work with it from there and still be able to view it in itunes and update my ipod etc?
    Many Thanks
    Lyon.
    iMac, Macbook   Mac OS X (10.4.8)  

    Lyon
    Yes there is. Just follow the instructions here:
    http://docs.info.apple.com/article.html?artnum=301748
    Regards
    TD

  • Problems working with events in JInternalFrames

    Hi everybody:
    I'm having a problem with Swing, I have a JFrame with two JInternalFrame's,
    I add the MouseListener's to work with the events MousePressed and MouseReleased and it simply doesn't work at all.
    Next you can see a fragment of my program, please tell me what I'm doing wrong.
    Thanks in advance.
    public class PicoPintador extends JFrame {
    private JDesktopPane desktop;
    private ventanaMonitor Monitor = new ventanaMonitor();
    private XYLayout xYLayout1 = new XYLayout();
    public PicoPintador() { /* THE CONSTRUCTOR */
    super("PicoPintador");
    try {
    jbInit();
    } catch (Exception e) {
    e.printStackTrace();
    public static void main(String[] args) {  /* THE MAIN METHOD */
    PicoPintador picoPintador = new PicoPintador();
    picoPintador.setVisible(true);
    private void jbInit() throws Exception {
    desktop = new JDesktopPane();
    setContentPane(desktop);
    setContentPane(desktop);
    this.getContentPane().setLayout(xYLayout1);
    this.getContentPane().add(Monitor,
    new XYConstraints(30, 20, 230, 245));
    JInternalFrame PrimerDibujo = new JInternalFrame("Archivo 1");
    PrimerDibujo.getContentPane().setLayout(xYLayout1);
    PrimerDibujo.setResizable(true);
    PrimerDibujo.setClosable(true);
    PrimerDibujo.setMaximizable(true);
    PrimerDibujo.setIconifiable(true);
    PrimerDibujo.setSize(300,300);
    PrimerDibujo.setVisible(true);
    this.getContentPane().add(PrimerDibujo,
    new XYConstraints(30, 20, 230, 245));
    PrimerDibujo.setLocation(50,50);
         /* ADDING MOUSE THE FIRST LISTENER */
    Ventana.add(PrimerDibujo);
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mousePressed(MouseEvent evt){
    Monitor.setTEvento("Mouse Pressed");
         /* ADDING MOUSE THE SECOND LISTENER */
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mouseReleased(MouseEvent evt){
    Monitor.setTEvento("Mouse Released");
    /* THE CLASS ventanaMonitor */
    public class ventanaMonitor extends JInternalFrame {
    private JLabel tEvento;
    private JLabel evento;
    public ventanaMonitor() {
    try {
    jbInit();
    } catch (Exception e) {
    e.printStackTrace();
    private void jbInit() throws Exception {
    setClosable(false);
    Container ContentPane= getContentPane();
    ContentPane.setLayout(null);
    tEvento = new JLabel("Evento");
    evento = new JLabel();
    ContentPane.add(tEvento);
    ContentPane.add(evento);
    tEvento.setBounds(10, 80, 110, 15);
    evento.setBounds(140, 80, 110, 15);
    evento.setBorder(BorderFactory.createLineBorder(Color.BLACK));
    setSize(300,300);
    setVisible(true);
    setLocation(250,50);
    }

    nothing wrong with the fragment you posted (except you don't need to add the listener twice)
    here's you code (stripped of the XYlayout and monitor stuff - you're only adding the listener to PrimerDibujo)
    compile/run/click the mouse - works OK
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class PicoPintador extends JFrame {
    private JDesktopPane desktop;
    public PicoPintador() {
    super("PicoPintador");
    try {
    jbInit();
    } catch (Exception e) {
    e.printStackTrace();
    public static void main(String[] args) { /* THE MAIN METHOD */
    PicoPintador picoPintador = new PicoPintador();
    picoPintador.setVisible(true);
    private void jbInit() throws Exception {
    setSize(800,600);
    desktop = new JDesktopPane();
    setContentPane(desktop);
    setContentPane(desktop);
    JInternalFrame PrimerDibujo = new JInternalFrame("Archivo 1");
    PrimerDibujo.setResizable(true);
    PrimerDibujo.setClosable(true);
    PrimerDibujo.setMaximizable(true);
    PrimerDibujo.setIconifiable(true);
    PrimerDibujo.setVisible(true);
    PrimerDibujo.setBounds(50, 50, 300, 300);
    this.getContentPane().add(PrimerDibujo);//,
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mousePressed(MouseEvent evt){
    System.out.println("Mouse Pressed");
    PrimerDibujo.addMouseListener(
    new MouseAdapter(){
    public void mouseReleased(MouseEvent evt){
    System.out.println("Mouse Released");
    }

  • Cache purgin is not working with event polling table

    hi all,
    i am facing problem with event polling tables
    i will tell you the steps which i have followed for event polling tables
    1.i have created a table in back end for event polling table
    2.i have created ODBC connection to import the tables
    3. i have imported the tables along with event polling table
    4. i made the table as event polling table using utilities
    5.and then i ran the report in presentation catalog and i checked out the cache entries in Administration tool(in cache)
    6.and in back end i have manually inserted a db_name,catalog_name,schema_name and table name in to the event polling tales
    but cache purging is not happening ,
    any other steps that i have to follow ,or did i do any mistake while implementing event polling table
    please can any tell me how to make use of event polling table, i have followed following link
    http://gerardnico.com/wiki/dat/obiee/event_table_
    Thanks

    Hi,
    The steps are correct frm the link i have given,is the table name correctly specified i mean is it matching with the physical layer table.
    Test it for 1 table and check out by running the request containing that table and then insert 1 row manually to purge the activity or not by going to and verify that the cache entry is deleted and that you can find the below trace in the NQQuery.log file.
    Still the problem exists check out the log details whats the error.If your getting error in the same blog gerard has given some common errors and their support.
    hope you follow etiquitte.
    By,
    KK

  • Time Machine not working with Verbatim USB2TB External HDD

    MacBook Pro
    15-inch, Mid 2010
    8GB Ram
    OS 10.8.2
    No updates available ATT.
    Problem with Time Machine using Verbatim USB2TB (Verbatim # 96865) external hard drive in regular and safe boot. According to the Verbatim website, this external drive is compatiable with MAC OS 10+ and can be formatted to the specific Mac filesystems.
    The following list of events below happen irregardless of running in regular or safe boot, so I noted my last attempt at a backup while in Safe Boot.
    Before this last attempt, I successfully zeroed out the data on the drive in regular boot.
    As you will see below, the drive works just fine until Time Machine gets it grimy digits on it and kills it like South Park kills Kenny.
    ---- Begin ----
    Started in Safe Boot
    Connected and powered on the external drive.
    Erased the drive and formatted it to Extended Journaled. Partition was successfully created.
    Verifying partition map for “SAMSUNG HD203WI Media”
    Checking prerequisites
    Checking the partition list
    Checking for an EFI system partition
    Checking the EFI system partition’s size
    Checking the EFI system partition’s file system
    Checking all HFS data partition loader spaces
    Checking Core Storage Physical Volume partitions
    The partition map appears to be OK
    Verifying volume “Big2TB”
    Checking file systemChecking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Checking multi-linked files.
    Checking catalog hierarchy.
    Checking extended attributes file.
    Checking volume bitmap.
    Checking volume information.
    The volume Big2TB appears to be OK.
    Successfully copied over 2.8 GB of random data. (Screenshot)
    Deleted the data and then emptied the Trash.
    Started Time Machine backup.
    Time Machine Created a backup folder on the external drive.
    Time Machine started to transfer data then hung at 452.1 MB of 257.66 GB.
    Backup failed.
    --- Console ---
    1/13/13 11:57:59.988 AM com.apple.backupd[1558]: Starting manual backup
    1/13/13 11:58:04.581 AM com.apple.backupd[1558]: User continued after being warned of changed destination volume identity
    1/13/13 11:58:04.623 AM com.apple.backupd[1558]: Backing up to: /Volumes/Big2TB/Backups.backupdb
    1/13/13 11:58:04.628 AM com.apple.backupd[1558]: Ownership is disabled on the backup destination volume.  Enabling.
    1/13/13 11:58:05.156 AM mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    1/13/13 11:58:06.336 AM com.apple.backupd[1558]: Forcing deep traversal on source: "MainMan" (mount: '/' fsUUID: 8A3A5598-7C8B-3753-ABA8-D980E60299A3 eventDBUUID: 23107488-4BC9-49FB-818D-226AE695DE06)
    1/13/13 11:58:23.346 AM com.apple.backupd[1558]: Backup content size: 246.45 GB excluded items size: 12.21 GB for volume MainMan
    1/13/13 11:58:23.368 AM com.apple.backupd[1558]: Found 910640 files (234.23 GB) needing backup
    1/13/13 11:58:23.370 AM com.apple.backupd[1558]: 281.08 GB required (including padding), 2 TB available
    1/13/13 11:58:23.388 AM com.apple.backupd[1558]: Waiting for index to be ready (100)
    1/13/13 11:59:23.443 AM com.apple.backupd[1558]: Waiting for index to be ready (100)
    1/13/13 12:00:02.530 PM WindowServer[114]: CGXGetWindowInfo: Invalid window 1045
    1/13/13 12:00:02.530 PM Dock[259]: CGSBindWindow: Unable to obtain window information
    1/13/13 12:00:02.531 PM Dock[259]: CGSGetWindowTags: Invalid window 0x415
    1/13/13 12:00:02.531 PM Dock[259]: find_shared_window: WID 1044
    1/13/13 12:00:02.531 PM Dock[259]: CGSGetWindowTags: Invalid window 0x414
    1/13/13 12:00:02.532 PM Dock[259]: find_shared_window: WID 1043
    1/13/13 12:00:02.532 PM Dock[259]: CGSGetWindowTags: Invalid window 0x413
    1/13/13 12:00:04.481 PM WindowServer[114]: CGXGetWindowType: Invalid window 1066
    1/13/13 12:00:04.481 PM Dock[259]: find_shared_window: Invalid depth WindowID 0x42a
    1/13/13 12:00:04.481 PM Dock[259]: CGSGetWindowTags: Invalid window 0x42a
    1/13/13 12:00:04.482 PM Dock[259]: find_shared_window: WID 1065
    1/13/13 12:00:04.482 PM Dock[259]: CGSGetWindowTags: Invalid window 0x429
    1/13/13 12:00:04.482 PM Dock[259]: find_shared_window: WID 1064
    1/13/13 12:00:04.482 PM Dock[259]: CGSGetWindowTags: Invalid window 0x428
    1/13/13 12:00:23.497 PM com.apple.backupd[1558]: Waiting for index to be ready (100)
    1/13/13 12:01:23.549 PM com.apple.backupd[1558]: Waiting for index to be ready (100)
    1/13/13 12:01:44.830 PM com.apple.launchd[1]: (com.apple.xpcd.F5010000-0000-0000-0000-000000000000[1541]) Exited: Killed: 9
    1/13/13 12:01:44.000 PM kernel[0]: memorystatus_thread: idle exiting pid 1541 [xpcd]
    1/13/13 12:01:49.000 PM kernel[0]: (default pager): [KERNEL]: ps_select_segment - send HI_WAT_ALERT
    1/13/13 12:01:49.000 PM kernel[0]: macx_swapon SUCCESS
    1/13/13 12:02:15.000 PM kernel[0]: USBF:          7419.448          AppleUSBEHCI[0xffffff8008e26000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 5, EP: 2)
    1/13/13 12:02:21.000 PM kernel[0]: USBF:          7425.451          AppleUSBEHCI[0xffffff8008e26000]::Found a transaction which hasn't moved in 5 seconds on bus 0xfd, timing out! (Addr: 5, EP: 0)
    1/13/13 12:02:27.000 PM kernel[0]: USBF:          7431.454          AppleUSBEHCI[0xffffff8008e26000]::Found a transaction which hasn't moved in 5 seconds on bus 0xfd, timing out! (Addr: 5, EP: 0)
    1/13/13 12:02:58.000 PM kernel[0]: USBF:          7462.473          AppleUSBEHCI[0xffffff8008e26000]::Found a transaction past the completion deadline on bus 0xfd, timing out! (Addr: 5, EP: 2)
    1/13/13 12:05:37.068 PM WindowServer[114]: CGXGetWindowInfo: Invalid window 1196
    1/13/13 12:05:37.068 PM Dock[259]: CGSBindWindow: Unable to obtain window information
    1/13/13 12:05:37.068 PM Dock[259]: CGSGetWindowTags: Invalid window 0x4ac
    1/13/13 12:05:37.069 PM Dock[259]: find_shared_window: WID 1195
    1/13/13 12:05:37.069 PM Dock[259]: CGSGetWindowTags: Invalid window 0x4ab
    1/13/13 12:05:37.070 PM Dock[259]: find_shared_window: WID 1194
    1/13/13 12:05:37.070 PM Dock[259]: CGSGetWindowTags: Invalid window 0x4aa
    1/13/13 12:06:34.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:06:39.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:06:44.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:06:50.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:06:55.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:07:01.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:07:11.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:07:17.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:07:22.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:07:27.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:07:27.000 PM kernel[0]: jnl: disk1s2: do_jnl_io: strategy err 0x5
    1/13/13 12:07:27.000 PM kernel[0]: jnl: disk1s2: end_transaction: only wrote 0 of 389120 bytes to the journal!
    1/13/13 12:07:54.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:08:21.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:08:21.820 PM com.apple.backupd[1558]: Error: (-36) SrcErr:NO Copying /Applications/Adobe/AdobePatchFiles/{CFA1AAD1-DC10-413D-875E-2F5B8A78CB3B}.zip to /Volumes/Big2TB/Backups.backupdb/numeroeins/2013-01-13-115805.inProgress/376C91 FB-29D6-47F1-A29B-67D94CBD01BA/MainMan/Applications/Adobe/AdobePatchFiles
    1/13/13 12:08:23.122 PM com.apple.backupd[1558]: Stopping backup.
    1/13/13 12:08:23.122 PM com.apple.backupd[1558]: Error: (-8062) SrcErr:NO Copying /Applications/Adobe/AdobePatchFiles/{CFA1AAD1-DC10-413D-875E-2F5B8A78CB3B}.zip to /Volumes/Big2TB/Backups.backupdb/numeroeins/2013-01-13-115805.inProgress/376C91 FB-29D6-47F1-A29B-67D94CBD01BA/MainMan/Applications/Adobe/AdobePatchFiles
    1/13/13 12:08:23.136 PM com.apple.backupd[1558]: Copied 817 files (572.1 MB) from volume MainMan.
    1/13/13 12:08:23.136 PM com.apple.backupd[1558]: Copy stage failed with error:11
    1/13/13 12:08:23.174 PM com.apple.backupd[1558]: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Big2TB/Backups.backupdb/numeroeins size:37
    1/13/13 12:08:33.228 PM com.apple.backupd[1558]: Backup failed with error: 11
    1/13/13 12:08:48.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:09:15.000 PM kernel[0]: disk1s2: I/O error.
    ---- End console ---
    Attempted to copy over 2.8 GB of random data again. Failed. 
    Now the drive is completely useless until it is erased. Also will not eject properly anymore. Force eject took 3 minutes.
    --- Console ---
    1/13/13 12:19:00.248 PM mtmfs[1555]: filesystem unmount attempted from stopFS
    1/13/13 12:19:31.946 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:19:31.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:19:32.187 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:19:32.910 PM WindowServer[114]: CGXDisableUpdate: UI updates were forcibly disabled by application "Disk Utility" for over 1.00 seconds. Server has re-enabled them.
    1/13/13 12:19:35.129 PM WindowServer[114]: reenable_update_for_connection: UI updates were finally reenabled by application "Disk Utility" after 3.22 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/13/13 12:20:05.375 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:20:05.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:20:05.390 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:20:37.153 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:20:37.153 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:20:37.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:20:48.102 PM diskarbitrationd[49]: mds [34]:20995 not responding.
    1/13/13 12:21:04.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:21:04.451 PM com.apple.kextd[11]: Can't create kext: invalid CFBundleVersion in identifier cache entry entry 339.
    1/13/13 12:21:14.854 PM com.apple.security.pboxd[1518]: CGSGetWindowTags: Invalid window 0x7b5
    1/13/13 12:21:14.854 PM com.apple.security.pboxd[1518]: kCGErrorFailure: CGSSetHideOnDeact: error getting window tags
    1/13/13 12:21:15.372 PM com.apple.security.pboxd[1518]: CGSCopyWindowColorSpace: Invalid window 0x7b5
    1/13/13 12:21:22.606 PM WindowServer[114]: CGXDisableUpdate: UI updates were forcibly disabled by application "com.apple.security.pboxd" for over 1.00 seconds. Server has re-enabled them.
    1/13/13 12:21:23.060 PM com.apple.quicklook.satellite[1657]: bootstrap_look_up2 failed with 0x44c
    1/13/13 12:21:23.081 PM mds[34]: (Warning) Server: No stores registered for metascope "kMDQueryScopeComputer"
    1/13/13 12:21:23.090 PM WindowServer[114]: reenable_update_for_connection: UI updates were finally reenabled by application "com.apple.security.pboxd" after 1.48 seconds (server forcibly re-enabled them after 1.00 seconds)
    1/13/13 12:21:23.000 PM kernel[0]: Sandbox: sandboxd(1658) deny mach-lookup com.apple.coresymbolicationd
    1/13/13 12:21:26.021 PM com.apple.security.pboxd[1518]: CGSReleaseWindow: Invalid window 1973
    1/13/13 12:21:26.021 PM com.apple.security.pboxd[1518]: _NXTermWindow: error releasing window (1000)
    1/13/13 12:21:27.775 PM sandboxd[1658]: ([1657]) QuickLookSatelli(1657) deny mach-lookup com.apple.PowerManagement.control
    1/13/13 12:21:52.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:21:57.967 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:21:57.967 PM fseventsd[44]: disk logger: failed to open output file /Volumes/Big2TB/.fseventsd/0000000000048e11 (Invalid argument). mount point /Volumes/Big2TB/.fseventsd
    1/13/13 12:21:57.000 PM kernel[0]: disk1s2: I/O error.
    1/13/13 12:21:58.229 PM com.apple.kextd[11]: Can't create kext: invalid CFBundleVersion in identifier cache entry entry 339.
    1/13/13 12:21:58.000 PM kernel[0]: jnl: disk1s2: close: journal 0xffffff800908acc0, is invalid.  aborting outstanding transactions
    --- End Console ---
    ---- That's all folks! ----
    Any help would be great!

    The external drive is malfunctioning, or the data cable is bad, or you have another malfunctioning device on the bus, or there's an internal hardware fault.

  • Cannot get internal speakers to work. Only works with headphones or external speakers?????

    All of a sudden my MacBook Pro internal speakers are not working. The status bar at the top of the screen shows everything bold and in black print but now the speaker volume symbol shows just the gray color and will not allow me to adjust the volume. However, when I plug in headphones or external speakers the symbol becomes bold and black the way it should and everything works just fine??? How do I correct this?

    Go step by step and test.
    1.Plug in and  remove the headphone.
        If you see red light in the headphone port, plug the headphone
        in and out of the port 5 or 6 times to flip the microswitch inside.
        Sound output may be stuck in the digital mode.
    2. Reset PRAM.  http://support.apple.com/kb/PH14222
        Do this twice
    3. Reset SMC.     http://support.apple.com/kb/HT3964
        Choose the method for:     "Resetting SMC on portables with a battery you should not remove on your own".
    Best.

  • Mobo won't work with internal or external isdn

    2 of my buddy's bought themself 875P FISR mobo's, after i highly recomended it to them.  
    the mobo's run great except for this one major bug on it
    you cant connect a isdn modem to it.
    we've tested 2 isdn modems(pci internal & usb external) on both mobo's and they both do the same thing --> crash on isdn installation gives out some weird message irq not less or equal??????
    both of these mobo's have the latest bios's installed on them(3.2) and we've tried clearing the NV ram/rom or something like that and that didn't seem to work + reinstalling winXP pro
    Is this a known issue or is this a new prob.
    their system specs:
    both antec true 550 watt psu's
    both 3Ghz CPU's with HT
    both 1Gig Transcend Ram
    both MSI 875P FISR Mobo
    pc 1.    
       runs sata raid0 with 2 X 120gig drives(very fast)
       transcend radeon 9600 XT
       standard cooling.
       onBoard sound
    pc 2.
       single 120 sata hdd(not so fast)
              heculeze 9800 SE
       Peltier cooling system
       some 7.1 hometheater thing
    Pleaze help.

    Quote
    irq not less or equal
    There is a lot of documentation for that same error all over the web I was having the same trouble a while back with no relation to isdn at all. I was never able to pin it down. It was fixed with a reinstall.
    You might want to do a 'google' on that error message and do a search on it at MS site too. Maybe with isdn in the search string too.
    Make sure you have all your drivers for the motherboard updated, chipset etc...
    As well as the driver for the modem itself. ISDN being a technology that is somewhat on the way out the door is receiving less and less support from the Manufacturers. Are your Modem drivers for XP specifically ? There is a good chance that a Win9.x driver would not work properly.
    I had ISDN for a couple years. It was better than regular dialup but overall it was a major pain in the arse. Partially becuase the modem I had was a junkie one. It plugged up to serial. Thereby limiting my max speed to 115 instead of the possible 128.  It was very sensitive to port settings and the like. Was too dadgummed expensive too.
    Good Luck, Hope I helped a lil.  
    Jagou

  • Does Time Machine work with a partitioned external drive?

    I just bought my first Mac this weekend (yay!) and would like to use the external Maxtor drive I used for backups with our Windows machines with Time Machine. The problem is we still have two Windows machines that were using this drive as a backup and I would like to continue to do so. Can I put two partitions on the drive, one for Mac and one NTFS for the Windows machines, hook the drive up to my iMac with the Firewire and have Time Machine use the Mac partition while I share the Windows partition for use by the Windows machines? Any insight would be appreciated.
    Thanks,
    HD

    Never mind. I found a post from April 8th where a similar question was asked and it appears as though the answer is yes.
    Thanks all

  • How to work with folios from external systems?

    I need to group a content into a hierarchical structure using folios. I need to add document to the particular slot in the folio. Documents are generated by the external application and checking-in thru the SOAP interface. There is no services regarding folios for SOAP in UCM. Is there any solution to resolve this problem? It is possible to use workflow processes to route documents to particular slots during the SOAP check in action?

    The services exist to do what you want, but they are not documented. I suggest logging a service request with support in order to request an Enhancement Request to prompt the documentation to be created. the more requests that come in the more priority can be given as far as I understand it.
    If you know how to customize the CS pretty well you can go look at the Folios component in the CS custom directory (remember not to directly modify it however) and look at the service definitions and that may give you some ideas. If you do not know how to read the service definitions ( and some are not clear since they call Java sub methods that are not exposed clearly) you can look at the Customizing guides in the documentation.

  • Inter-Portlet Communication Doesn't work with Eventing

    Hi All!
    According to the document Adding "Parameters and Events to Portlets"
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/PDK/ARTICLES/adding.parameters.events.to.portlets.html
    you can use Events, Page and Portlet-Input parameters to send a message from one portlet to another. I have two
    portlets one of them is showing contents with a certain ID and LanguageID and the another one shows a sitemap.
    Now I want to send the ID and LagngID to the contetn portlet as soon as I click on a link on the sitemap.
    So this is what I've done:
    1.) Definition of Input-Parameters and Events in provider.xml. The content portlet
    has two input parameters for receiving informations about ID anf LangID
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>20</id>
    <name>pbContent</name>
    <title>pirobase Content</title>
    <acceptContentType>text/html</acceptContentType>
    <inputParameter class="oracle.portal.provider.v2.DefaultParameterDefinition">
    <name>menuID</name>
    <displayName>Input Parameter for pirobase menu ID</displayName>
    <description>Input Parameter for pirobase menu ID</description>
    </inputParameter>
    <inputParameter class="oracle.portal.provider.v2.DefaultParameterDefinition">
    <name>langID</name>
    <displayName>Input Parameter for pirobase language ID</displayName>
    <description>Input Parameter for pirobase language ID</description>
    </inputParameter>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <renderContainer>true</renderContainer>
    <contentType>text/html</contentType>
    <showPage>/htdocs/pirobase/pbcontent.jsp</showPage>
         <pageParameterName>next_page</pageParameterName>
    </renderer>
    </portlet>
    The Sitemap Portlet has an evend sending the two parameters
    <portlet class="oracle.portal.provider.v2.DefaultPortletDefinition">
    <id>21</id>
    <name>pbSitemap</name>
    <title>pirobase Sitemap Portlet</title>
    <shortTitle>pirobase Sitemap</shortTitle>
    <event class="oracle.portal.provider.v2.DefaultEventDefinition">
         <name>changePirobaseContentPage</name>
         <description>Change the pirobase menu displayed in this portlet</description>
         <parameter class="oracle.portal.provider.v2.DefaultParameterDefinition">
              <name>menuID</name>
              <displayName>menuID</displayName>
              <description>The menuID of the new page</description>
         </parameter>
         <parameter class="oracle.portal.provider.v2.DefaultParameterDefinition">
              <name>langID</name>
              <displayName>Language ID</displayName>
              <description>The language of that should be displayed</description>
         </parameter>
    </event>
    <renderer class="oracle.portal.provider.v2.render.RenderManager">
    <contentType>text/html</contentType>
    <showPage>/htdocs/pirobase/pbsitemap.jsp</showPage>
    <pageParameterName>next_page</pageParameterName>
    </renderer>
    </portlet>
    2.) In addition to that I have defined to page variables on the page the two
    portlets are located. Then I've associated the input parameters of the content
    portlet to the page parameters and the also the event parameters of the
    sitemap portlet.
    3.) Within the sitemap JSP I use this code to create the event link
    String getEventUrl (HttpServletRequest request, long menuID,
    int langID){
    PortletRenderRequest prr = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    String eventName = "changePirobaseContentPage";
    String eventParamID = EventUtils.eventParameter("menuID");
    String eventParamLang = EventUtils.eventParameter("langID");
    oracle.portal.utils.v2.NameValuePair[] eventParams =
    new oracle.portal.utils.v2.NameValuePair[2];
    eventParams[0] = new NameValuePair(eventParamID, ""+menuID);
    eventParams[1] = new NameValuePair(eventParamLang, ""+langID);
    try {
    return EventUtils.constructEventLink(prr,eventName,
    eventParams,
    true,
    true);
    } catch ( PortletException pe ) {
    makeErrLog ("Could not create event URL for pbContent Portlet!",
    pe);
    return "";
    4.) Within the Content JSP file I use this code to get the page parameter
    menuID = portletRequest.getParameter("menuID");
    But Actually nothing happens :-( It seems that the event never arrives to the page. Does anyone
    know what I am doing wrong here?

    When the event parameters are to be posted to the same page, make
    sure you have selected the current page in "Go to page" option when
    the event is raised.
    For a more detailed answer, have a look at the following thread -
    Problem with DELETE
    -AMJAD.

  • Working with Events

    What am I doing wrong?
    I have a bunch of related photos on the desktop.
    I show +Menu > View > Event Titles+ in iPhoto
    I drag the photos onto an event title thumbnail.
    I get the yellow outline hilite on the event.
    I let go.
    It dumps them elsewhere in iPhoto.
    Peter

    Peter
    Rather than general comments and queries it's really better if you ask specific questions that might help clear things up.
    For instance:
    Stuffs up imports, resolutions and the feedback is appalling.
    I have no idea what the sentence means. I can certainly explain what iPhoto does with imports and with resolution, but is that what you're asking?
    Hidden tools, no visible controls on views, odd behaviour, failed behaviour and just plain bugs.
    What hidden tools or invisible controls?
    I still don't get how iPhoto's views hang together or how to predictably get from one view to another and which ones let you edit (too hard to give the user a clue?).
    Again, a more specific question might help, but how about this:
    First you have your Library: there are two views in that
    Events: is the library viewed by whatever definition of Event that you have. Bunches of photos represented by a single icon.
    Photos: Is the library viewed en masse. You can split that view into Events (View Menu -> Event Titles) or not. you can collapse all of those Events into their titles (Click or Option Click on the disclosure triangle) and have just one open.
    You can only edit in Edit Mode - i.e. by clicking on the Edit button.
    If that's not answering the question, perhaps you might ask it again...
    Regards
    TD
    Message was edited by: Terence Devlin

  • Working with events: keywords and sorting

    There does not seem to be a way to apply keywords to events, but are there any workarounds? and can events be sorted by these?
    I have two sources of photos, my hobby and the usual family type things. I have previously been able to separate them easily by keywords. I like the events in iphoto but find it annoying that family and hobby are mixed up together.
    Any help/advice appreciated.
    Mike

    You could include a key word -- "hobby" or "family" as the first word of your event title and sort events by title
    You could manually sort the events the way you want
    But you can not add Keywords to events - only to photos as of now
    Larry Nebel

  • How to work with event onChange ADF af:InputField

    Hi people..
    I´d like to know if is possible to execute a java after the user type any value in a af:InputText, like event onChange in javascript
    What I need is when a user type a value in a af:InputText, a specific method is executed getting values to others fields.
    Is that possible?
    Thanks Willlian

    William,
    Set autoSubmit="true" and use a valueChangeListener.
    John

  • I am also looking to get whether or not the document is open in a browser window which can be done with event

    I am also looking to get whether or not the document is open in a browser window which can be done with event.target.external, but I want it to happen without any user interaction and all the events that I tried while loading the document cause an error. I also tried xfa.host.name, but it always returns "Acrobat" whether the doc is in Reader or the browser, so I guess that is not it. If I put the call to event.target.external in a button, it works (I guess those libraries might not be initialized yet, they are legacy, but I don't know if there is an event that happens on load after that lib is initialized).

    // Check the document URL to determine if the form is open in the browser (online) or not (offline)
    var MyDoc = event.target;
    var MyURL = MyDoc.URL;
    if ((MyURL.indexOf("http:") >=0) || (MyURL.indexOf(".tmp") >= 0))
    ONLINE_STATUS_SAVE.rawValue = "ONLINE";
    else
    ONLINE_STATUS_SAVE.rawValue = "OFFLINE";

Maybe you are looking for

  • RoboHelp 9 either won't launch or does not show project files when it does launch

    Hello, I had a freeze in RH9 and after force closing and relaunching, I got a message that the .cpd file was corrupt and needed to be deleted. I deleted the entire project folder in my local drive and then retrieved the files from Visual Source Safe.

  • How to add Total Quantity in Inbound and Outbound Delivery screen

    Hi, I want to add Total quantity field in Inbound and Outbound Delivery screens. In document flow i can see the line item quantities in ALV Format, but if i select Display the totals above the entry check box in Change Layout--> Display, i didn't see

  • Zen 7 Boot CD works with Zenworks 4.01 ir7 BUT???

    Hi, I just tried the Zen 7 Boot CD from http://www.zenimaging.info/downloads/zenworks/ The Zen 7 Boot CD does detect the network card for the Dell Optiplex 745, where as the Zenworks 4.01 ir7 boot cd does not. I tried installing a Zen Partition from

  • Issues while starting Weblogic 10.0

    I am using Weblogic 10.0 that comes embedded with BEA weblogic studio. It was running fine but when i tried to redeploy the EAR, I got an error. Please help in resolving the issue. Thanks in advance. PFB the error logs: ####<Jan 13, 2009 11:38:17 AM

  • Using the Android Reader app, why is the signature option greyed out?

    I have a client that has enlisted me to create 3 fillable PDF forms. I used FormsCentral to create these fillable forms, then I saved them as PDFs to my Dropbox. I opened the Adobe Reader app on my Tablet, and access the forms. As for the client, the