Attribute support when transferring from Java to HTML in CF9

CF beginner.
When transferring from flash to HTML format, is there a way to control attributes which are not accessible through tags (for example HSCROLL and WIDTH in CFTREE)? Seems like going modifying the Ext JS object is the only way (for example using ColdFusion.Grid.getGridObject) as described in CFML reference but this apparently only works for editable objects. Is this the correct approach? Are there other ways of doing this? staying with a non-HTML format is not an option and so any help is greatly appreciated
Disclaimer: just starting with CF and haven't had a chance to try these things in practice.

As TD said... and you could upgrade to iPhoto 9 for $15 from the Mac App Store . Are your captions worth $15?
One thing to note: Upgrading your library from 2005 to the latest iPhoto won't necessarily be without issues either although iPhoto 9 has been out for awhile and most of the bugs should be worked out by now.

Similar Messages

  • Cannot find picture when transferring from Aperture to PSE 11

    Cannot find picture when transferring from Aperture to PSE 11
    I have an older version of PSE and when I transferred a picture from Aperture to PSE9 it would open PSE9 and show the picture.
    I set the Preps in Aperture for PSE 11 and the PSE 11 opens but no picture in the box or photo bin or in the top left "open".
    I changed the Aperture setting to the PSE Organizer and the same thing happened Organizer open BUT there was no picture to be found.
    In Aperture it shows the file being transferred.
    I looked in the PSE 11 preps and file but could not find anything.
    The fact that it opens the PSE 11 app tells me it is being recognized but the picture (file) is going somewhere else.
    Thanks
    Greg

    Hi Greg
      Make sure you are linking to the application in Support Files and not to an alias.

  • I have inherited an ICloud account from one of my employers when transferring from old MacBook Pro to new MacMini and need to separate from this, presumably by setting up a new ICloud account.  How do I do this ?

    I have inherited an ICloud account from one of my employers when transferring from old MacBook Pro (which belonged to them) to new MacMini and need to separate from this, presumably by setting up a new ICloud account.  How do I do this ?  And is there any danger, in doing so, that I might delete any of her ICloud information ?

    Sign out in System Preferences>iCloud. This will remove any synced data such as Calendars, emails and Contacts from your Mac, but will have no effect on the data on the server - so that other devices logged into it will continue to see the data.

  • Javascript from Java - calling html control functions

    i have called the attributes of an html control from java using this method
    private JSObject iframeObject;
    iframeObject=(JSObject)win.eval("parent.document.getElementById('"+popupIFrame+"')");
    iframeObject.setMember("src", "../Applet/Popup.html");but how can i call the functions of a control
    for example the focus() function of a textbox or someother controls???

    its ok i got it.
    win.eval() can do it

  • When transferring from a 3GS to a Iphone 5, will my old text messages transfer?

    I'm transferring from a 3GS to a new IPhone 5. Will my old text messages and emails transfer via the cloud or from my computer?
    Thanks.

    http://support.apple.com/kb/HT4946
    "Messages (iMessage and carrier SMS or MMS pictures and videos)."
    The messages should transfer, and the emails are attached to the email server so your inboxes will come back as well.

  • How stored procedure get executed when called from java

    When we create a stored procedure or function in oracle, it is compiled and stored there. From java when we call them no compilation is performed its a simple call. When a function or stored procedure is invoked from multiple instance of java objects(for a single session), does the stored procedure clone it self so that it can be called by different java objects which I think not possible at all. In such cases when one java object is interacting with the stored procedure, does other java objects go on a wait state. What happens if sessions are different.
    Please help.

    >
    does oracle creates multiple instance of a particular stored procedure for different sessions or connections. if not then there might be some kind of waiting principle followed.. what happens exactly
    >
    What happens exactly is detailed in Chap. 14 Memory Architecture ni the Database concepts doc
    http://docs.oracle.com/cd/E14072_01/server.112/e10713/memory.htm#i21266
    The code is shared but the data isn't (see the lone exception to this below).
    See the section on the Library Cache
    >
    Program Units and the Library Cache
    The library cache holds executable forms of PL/SQL programs and Java classes. These items are collectively referred to as program units.
    The database processes program units similarly to SQL statements. For example, the database allocates a shared area to hold the parsed, compiled form of a PL/SQL program. The database allocates a private area to hold values specific to the session that runs the program, including local, global, and package variables, and buffers for executing SQL. If multiple users run the same program, then each user maintains a separate copy of his or her private SQL area, which holds session-specific values, and accesses a single shared SQL area.
    >
    The exception is when code uses the SERIALLY_REUSABLE pragma. In that case the memory for package state is in the SGA and users do not have their own copy in their UGA.
    See the SERIALLY_REUSABLE pragma in the PL/SQL Language doc
    http://docs.oracle.com/cd/B28359_01/appdev.111/b28370/seriallyreusable_pragma.htm
    >
    The global memory for serially reusable packages is pooled in the System Global Area (SGA), not allocated to individual users in the User Global Area (UGA). That way, the package work area can be reused. When the call to the server ends, the memory is returned to the pool. Each time the package is reused, its public variables are initialized to their default values or to NULL.
    Serially reusable packages cannot be accessed from database triggers or other PL/SQL subprograms that are called from SQL statements. If you try, the database generates an error.

  • Query behave strange when called from java

    Hi,
    I had the same scenario a few times in two different queries in different databases (10g v2) and so not putting the query.
    When I run the query from sqlplus/toad it takes less than a second
    When I run it from java it takes about 5 minutes.
    I could have thought it is something to do with Java ...
    But when I rename the underlying table and use the new name in the query it takes normal (less than a second) time both in java and sqlplus/toad.
    Before changing the name, I have tried rebuilidng the indexes and analyzing the table. The table has about 10 million rows and 13 indexes in one scenario and as less as 400k with 3 indexes in the other scenario. and in both cases updated once daily.
    Each time this happends either a rename or dropping and recreating the table is solving the problem. I am lost.. any ideas what might be causing this problme; any solutions.
    Thanks

    Do whatever it is you are doing that makes it faster and run an Explain Plan capturing the output with DBMS_XPLAN. Also save off the stats collected on the table and indexes
    Then, when performance deteriorates capture another plan along with the stats.
    What is different?
    A table with 13 indexes is an indication of an issue. I would suggest someone take a good look at why so many indexes are there.

  • Failure when Upgrading from Java 1.2 to Java 1.3

    After upgrading from Java 1.2 to Java 1.3 I get an "Internal Server Error" when trying to run even the simplest jsp.
    Java 1.3 runs successfully in other cases such as compiling and running from the command prompt or from JDeveloper.
    I have the following configuration on my server:
    - Windows 2000
    - Oracle 8.1.7
    - Apache 1.3
    - Tomcat 3.2.3.
    I'm testing the jsp by using a client that has:
    - Windows 2000
    - Internet Explorer
    Any help would be appreciated.

    I get this even with the new 1.4 beta 2 - currently
    reverted back to original

  • C++ process hangs when started from Java

    I am trying to execute a c++ code from java on a remote Windows machine. In order to deal with the remote part, I have created a Web service from where the actual command is run using Runtime.exec(). The c++ exe is not being called directly from the java code. I have a batch file that eventually calls the exe.
    The problem is, both java and c++ processes hang. The java code on server side does handle the output stream and error stream. Also, the c++ code is logging everything in a file on Windows. The strange thing is that, when I remove the WS call and run the java code on server side as a standalone java program, it succeeds. Also, execution of the batch file alone does not hang. Here is the java code:
    public class RunCPlusPlusExecutable {
    public int runExecutable() {
        int exitValue = 0;
        try {
            Process p = null;
            Runtime rt = Runtime.getRuntime();
            System.out.println("About to execute" + this + rt);
            p = rt.exec("c:/temp/execcplusplus.bat");
            System.out.println("Process HashCode=" + p.hashCode());
            StreamProcessor errorHandler = new StreamProcessor(p.getErrorStream(), "Error");
            StreamProcessor outputHandler = new StreamProcessor(p.getInputStream(), "Output");
            errorHandler.start();
            outputHandler.start();
            exitValue = p.waitFor();
            System.out.println("Exit value : " + exitValue);
            if (exitValue == 0)
                System.out.println("SUCCESS");
            else
                System.out.println("FAILURE");
        } catch (IOException e) {
            e.printStackTrace();
        } catch (InterruptedException e) {
            e.printStackTrace();
        } catch (Exception e) {
        return exitValue;
    class StreamProcessor extends Thread {
        private InputStream is = null;
        private String type = null;
        private InputStreamReader isr = null;
        private BufferedReader br = null;
        private FileWriter writer = null;
        private BufferedWriter out = null;
        StreamProcessor(InputStream is, String type) {
            this.is = is;
            this.type = type;
        public void run() {
            try {
                isr = new InputStreamReader(is);
                br = new BufferedReader(isr);
                writer = new FileWriter("*******path to log file********");
                out = new BufferedWriter(writer);
                String line = null;
                while ((line = br.readLine()) != null) {
                    Date date = new Date();
                    out.write("[" + type + "]: " + date + " : " + line);
                    out.newLine();
                writer.flush();
            } catch (IOException ioe) {
                ioe.printStackTrace();
            } finally {
                try {
                    if (br != null)
                        br.close();
                    if (isr != null)
                        isr.close();
                    if (out != null)
                        out.close();
                    if (writer != null)
                        writer.close();
                } catch (IOException e) {
                    e.printStackTrace();
    String line = null;
                while ((line = br.readLine()) != null) {
                    Date date = new Date();
                    out.write("[" + type + "]: " + date + " : " + line);
                    out.newLine();
                writer.flush();
            } catch (IOException ioe) {
                ioe.printStackTrace();
            } finally {
                try {
                    if (br != null)
                        br.close();
                    if (isr != null)
                        isr.close();
                    if (out != null)
                        out.close();
                    if (writer != null)
                        writer.close();
                } catch (IOException e) {
                    e.printStackTrace();
    The WS server is running from some admin user. And I have been running the standalone java program from some other user. It seems that the c++ executable is giving referenced memory error when being executed from WS call. There are pop-ups citing the error with OK and Cancel buttons(visible when logged in as admin). The error states
    The instruction at 0x05473030 referenced memory at 0x000001d4. The memory could not be read
    Any idea what is causing the problem and how to debug it? Why does this memory error comes only when the exe is run through WS call? Please note that I won't be able to debug the c++ code and the web service is an apache axis2 service.
    Thanks

    How can I know? Its your environment, not mine. The only thing we know is that when running the stuff through one path things blow up and when you run them through another path, things don't blow up. User rights is an obvious suspect, but not necessarily the actual problem. Generally when rights are the problem, you get some form of "access denied" exception, not a code hang.
    Another likely possibility is that of network settings; perhaps your server goes through a proxy and your local applications do not, or the other way around.
    Yet another likely possibility is that the version of Java used is different, or different versions of libraries are no the classpath causing differences in behavior. There is only one way to figure it out: get to know your environment very well and through solid reasoning and experimentation try to figure out where the breaking point is. It all starts with answering this question: what might be different in the environment of the web server, and outside of it? I can't know, only you can. Good luck.

  • JavaFX hangs when called from Java

    Hello
    I am developing a java application with a JavaFX gui, the communication from Java works with an java interface. The communication works,but after a few updates the javaFX code hangs and subsequently the Java code also hangs.
    Is this a common problem, and so is there a common solution for this.

    JavaFX UI calls need to be done on the Event Thread. So if your Java Application has multiple threads or runs on a different Thread to need to wrap all callbacks to JavaFX in a deferAction like this:
    class YourFXClass extends YourJavaInterface {
       override public function someMethod(someArgument) {
            FX.deferAction(function() : Void {
                  // doSomething with someArgument
        }

  • Blurry photos in iPhoto 11 when transferring from iPhoto 6 on different computer

    I recently bought a new MacBook Pro and I'm transferring my files over from my old MacBook.  When I moved my photos from the old one (running iPhoto 6) over to the new one (running iPhoto 11), the images look horrible.  They're all blurry and I can't enlarge them hardly at all without them looking really bad.  Does anyone know why this would be and how I can fix it?  Thank you in advance!

    The key question here is what exactly did you move, and how?
    This sounds very like you either copied only the thumbnails from the older machine or you imported one Library to another.
    FWIW
    To move an iPhoto Library to a new machine:
    Link the two Macs together: there are several ways to do this: Wireless Network, <a href="http://support.apple.com/kb/HT1661"><b><u>Firewire Target Disk Mode</b></u></a>, Ethernet, or even just copy the Library to an external HD and then on to the new machine...
    But however you do choose to link the two machines...
    Simply copy the iPhoto Library from the Pictures Folder on the old Machine to the Pictures Folder on the new Machine.
    Then launch iPhoto. That's it.
    This moves photos, events, albums, books, keywords, slideshows and everything else.

  • Aperture 3 Issues when transferring from old Mac to new Mac

    I just bought a new iMac 21.5 yesterday. I transferred all my apps and files from the old 17 inch from my Time Machine Backup.
    I am running Ap 3.0.3 - RAW 3.0.2 - all software updates I can find are installed.
    Have reinstalled 3.0.3 Aperture update
    MOst things seem to have worked fine except Aperture.
    Some images in some projects either don't display at all, some just have the white box, some are just black, some are full of odd noise (as if the raw version wasnt supported)...
    All displayed perfectly before the move - the files are on my drive.
    All are in JPG format.
    Help please!

    I had this same problem but now I think it is as "solved" as it can be. I tried rebuilding multiple times, and I even created a new library and imported my old one into it. After lengthy discussions with Apple support, it seems the problem is a conflict between Snow Leopard 10.6.3, Aperture 3, and the NVIDIA GeForce 7300 GT graphics card. The good news is that Apple is aware of the problem and is working on it, the bad news is that they haven't yet fixed it.
    I followed the Apple tech's recommendation and it seemed to mostly fix the problem. He had me roll back from 10.6.3 to 10.6.2. You'll need to boot from your Snow Leopard install disc and re-install SL (no, this will not do anything to your files). Then, go to the Apple website and download the 10.6.2 combo update and install. (i.e., do not allow the computer to do an automatic software upgrade to 10.6.3 like it wants to).
    What I get now is my Aperture 3 working much faster and with none of the strange artifacts I had before. The only exception is when I'm viewing a photo in full screen mode - for some shots I'm still getting the weirdness. However, this is still a huge improvement over what I had before - I can now actually use Aperture again
    Good luck!

  • Errer when, Call from java to pl sql procedure with table out parameter

    Hi ,
    Please help me ? It's urgent for me .....
    My Oracle Code is like this ,
    CREATE TABLE TEST_TABLE ( DATE1 DATE, VALUE_EXAMPLE VARCHAR2(20 BYTE), VALUE2_EXAMPLE VARCHAR2(20 BYTE), VALUE3_EXAMPLE NUMBER ); CREATE OR REPLACE TYPE TONERECORDTEST AS OBJECT ( DATE1 DATE, VALUE_EXAMPLE VARCHAR2(20), VALUE2_EXAMPLE VARCHAR2(20), VALUE3_EXAMPLE NUMBER ); CREATE OR REPLACE TYPE TTESTTABLE IS TABLE OF TONERECORDTEST; CREATE OR REPLACE PACKAGE test_collection_procedures AS PROCEDURE testCallProcedureFromJava(start_time IN DATE, end_time IN DATE, table_data OUT TTesttable); END test_collection_procedures; / CREATE OR REPLACE PACKAGE BODY test_collection_procedures AS PROCEDURE testCallProcedureFromJava(start_time IN DATE, end_time IN DATE, table_data OUT TTesttable) IS BEGIN SELECT TONERECORDTEST(date1, value_example, value2_example, value3_example) BULK COLLECT INTO table_data FROM TEST_TABLE WHERE DATE1>=start_time AND DATE1<=end_time; END testCallProcedureFromJava; END test_collection_procedures;
    And my Java Code is like
    import java.sql.Connection; import java.sql.DriverManager; import oracle.jdbc.OracleCallableStatement; import oracle.jdbc.OracleTypes; import oracle.sql.ARRAY; import oracle.sql.ArrayDescriptor; import oracle.sql.STRUCT; import oracle.sql.StructDescriptor; public class testPLCollectionType { public static void main(java.lang.String[] args) { try{ //Load the driver Class.forName ("oracle.jdbc.driver.OracleDriver"); // Connect to the database Connection conn = DriverManager.getConnection ("jdbc:oracle:thin:@serverbd:1521:squema1","user", "password"); // First, declare the Object arrays that will store the data (for TONERECORDTEST OBJECT TYPE) Object [] p2recobj; Object [] p3recobj; Object [] p4recobj; // Declare the Object Arrays to hold the STRUCTS (for TTESTTABLE TYPE) Object [] p2arrobj; // Declare two descriptors, one for the ARRAY TYPE // and one for the OBJECT TYPE. StructDescriptor desc1=StructDescriptor.createDescriptor("TONERECORDTEST",conn); ArrayDescriptor desc2=ArrayDescriptor.createDescriptor("TTESTTABLE",conn); // Set up the ARRAY object. ARRAY p2arr; // Declare the callable statement. // This must be of type OracleCallableStatement. OracleCallableStatement ocs = (OracleCallableStatement)conn.prepareCall("{call test_collection_procedures.testCallProcedureFromJa va(?,?,?)}"); // Declare IN parameters. Realize that are 2 DATE TYPE!!! Maybe your could change with setDATE ocs.setString(1,"01-JAN-04"); ocs.setString(2,"10-JAN-05"); // Register OUT parameter ocs.registerOutParameter(3,OracleTypes.ARRAY,"TTESTTABLE"); // Execute the procedure ocs.execute(); // Associate the returned arrays with the ARRAY objects. p2arr = ocs.getARRAY(3); // Get the data back into the data arrays. //p1arrobj = (Object [])p1arr.getArray(); p2arrobj = (Object [])p2arr.getArray(); System.out.println("Number of rows="+p2arrobj.length); System.out.println("Printing results..."); for (int i=0; i<p2arrobj.length; i++){ Object [] piarrobj = ((STRUCT)p2arrobj).getAttributes();
    System.out.println();
    System.out.print("Row "+i);
    for (int j=0; j<4; j++){
    System.out.print("|"+piarrobj[j]);
    }catch (Exception ex){
    System.out.println("Exception-->"+ex.getMessage());
    Actually when i running the java program it is showing error
    Exception-->ORA-06550: line 1, column 58:
    PLS-00103: Encountered the symbol "VA" when expecting one of the following:
    := . ( @ % ;
    The symbol ":=" was substituted for "VA" to continue.
      I am not getting the error .Please help me out Dhabas Edited by: Dhabas on Jan 12, 2009 3:49 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    // Declare the callable statement.
    // This must be of type OracleCallableStatement.
    ..."{call test_collection_procedures.testCallProcedureFromJa va(?,?,?)}");Looks like Ja divorced va.

  • Problem with track order (ID3 tags) when transfering from ZENcast Organizer = Vision:M 3

    Hi there, I am using ZENcast Organizer V.2.00.4 and my Zen Vision:M's firmware version is V..6.0e
    Okay, I have a time consuming problem with the way my podcasts are organized on my player. When i download my podcast from ZENcast Organizer everything is neatly organized. By that i mean that the tracks are positioned in the order in which they were released by the radioshow. Let me just give you a picture : [IMG]ttp://img530.imageshack.us/img530/4476/zencastbv4.jpg[/IMG]you can see that after the 27th comes the 28th and the 29th etc. That is also the way i would want the files to be played on my player, but unfortunately they are not.
    Here is a pic of what the order looks like on my player after i have transfered some of the podcasts . Since there are no ID3 tags concerning track number, the player seems to sort the files alphabetically, which is a hassle for me as i have to search through my tracks each time I would like to listen to the following show.
    The way that I have dealt with it until now is to download the tracks with ZENcast Organizer and then add the track number information with Media Monkey and then upload them to the player via Zencast Organizer. That is a lengthy and annoying process and since i have missed the show (due to my new work) for 4 month now, i have a lot of files that i must edit.
    So I was just wondering if there is an easier method? I was thinking in the lines of a plugin for ZENcast Organizer that would add track number information? I wouldn't care if it numbers them 2 3 4 or 2 22 23 24 just as long as they come in the chronologically right order when i play them.

    I did some testing and discovered that ZENcast Organizer indeed does know how to sort the files on my player so that they are played in the right order - under the transfer you just have to check the box which makes ZENcast Organizer convert the music (mp3) files into videofiles as shown in the picture: http://img50.imageshack.us/img50/439...ransferar5.jpg
    This makes my player play them in the right order as shown here:
    But i do not want player to be spending a huge amount of unnecessary power on showing a screen I am not going to be looking at.... my podcast is a radio show, there is nothing to LOOK at, literally.
    Why on earth does ZENcast not change the filename when i choose to download the shows in their nati've mp3 form but only when I convert them to video?

  • Kernel Panic when transferring from RAID to external

    Trying to backup music from my RAID to an external drive. In the middle of the transfer I'm getting a crach/"panic".
    Nothing else is running while I'm doing this and it is not that big of a file.
    I've already reset the PMU/Cuda. Memory on System Profiler marks "OK" on all of ram.
    Thanks!
    10.5.8
    4x2.5Ghz PowerPC G5
    4GB DDR2 SDRAM
    RAID using eSATA 5 drive 0 Stripped
    Thu Nov 8 01:40:39 2007
    panic(cpu 3 caller 0x00B9E0F0): File /SourceCache/AppleFWOHCI/AppleFWOHCI-253.4.1/AppleFWOHCI_AsyncTransmit.cpp, line 273: assertion 'last_element != NULL' failed.
    Latest stack backtrace for cpu 3:
    Backtrace:
    0xFFFFFFFF
    backtrace terminated - unaligned frame address: 0xFFFFFFFF
    Proceeding back via exception chain:
    Exception state (sv=0x5E63F780)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC
    Thu Nov 8 05:18:09 2007
    panic(cpu 3 caller 0x00B9E0F0): File /SourceCache/AppleFWOHCI/AppleFWOHCI-253.4.1/AppleFWOHCI_AsyncTransmit.cpp, line 273: assertion 'last_element != NULL' failed.
    Latest stack backtrace for cpu 3:
    Backtrace:
    0xFFFFFFFF
    backtrace terminated - unaligned frame address: 0xFFFFFFFF
    Proceeding back via exception chain:
    Exception state (sv=0x5E63F780)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC
    Thu Nov 8 22:51:44 2007
    panic(cpu 3 caller 0x00B9E0F0): File /SourceCache/AppleFWOHCI/AppleFWOHCI-253.4.1/AppleFWOHCI_AsyncTransmit.cpp, line 273: assertion 'last_element != NULL' failed.
    Latest stack backtrace for cpu 3:
    Backtrace:
    0xFFFFFFFF
    backtrace terminated - unaligned frame address: 0xFFFFFFFF
    Proceeding back via exception chain:
    Exception state (sv=0x5E63F780)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.10.0: Wed May 23 16:50:59 PDT 2007; root:xnu-792.21.3~1/RELEASE_PPC

    So WHAT is the PCI controller?
    probably Silicon Image -
    and what driver version?
    like Drobo, I always wonder "why" when native SATA works.
    FireWire adds another laybe, a bridge (only way FW can talk to a drive)
    something like Sil-4726 based SATA 5-bay enclosure
    http://www.computervideogear.com/sata/esata-pci-express-card-esatapcie8.htm
    and card:
    http://www.computervideogear.com/sata/esata-pci-express-card-esatapcie8.htm
    It isn't that I like or endorse OWC MacSales, but at least your Mac and PowerMac support list of devices, with well known makes from vendors like FirmTek, Sonnet and others.
    http://eshop.macsales.com/search/PCIExpressSATA
    Then, throw in those Barracuda 7200.10s, which came out 3-4 yrs ago. 750GB drives today $70 and 110MB/sec, meaning 3 drives is more than a PM interface can work with. As is, 3 drives per channel with the 7200.10 is as many as makes sense before it just hits 240MB/sec ceiling of PM.
    How long and how well has it worked and when did it start panic, and what changed. Also, RAID0 is never best for backups, though hardware RAID6 maybe (but not 5, not with drives getting so large).
    I hope you get something working, not sure Firewire interface is the way to get there, or using RAID0. A single drive; a mirror dual drive setup, using just a FW case would be preferable.
    http://eshop.macsales.com/shop/firewire/
    So, when did you last get new firmware or drivers for
    Silicon Image SiI4726 Enclosure, DS-2350S
    A PCI card tend to 'break' with OS X updates, and a RAID should be rebuilt from time to time, as well as repairing the directory regularly with Disk Warrior.
    - All of this really was dealt with Dec - Feb:
    Similar thread over in Leopard OS X forum:
    RAID won't mount until 20 minutes have passed
    http://discussions.apple.com/thread.jspa?threadID=2267661
    - just like to know.

Maybe you are looking for

  • Where to obtain original disks for old iMac?

    I bought a Late 2006 20" iMac, that has some issues.  The seller just sent me the unit, nothing else (no cords, disks, etc.).  So I thought I could run AHT.  I wiped the hard drive, installed Lion, but holding down D on boot doesn't do anything (just

  • Document journal S_ALR_87012287  Partita IVA

    Hi, In the document journal for Italy, the description Partita IVA should be replaced by CF/PIVA. old:Partita IVA: 00274730167 new: CF/PIVA: 00274730167 Can you please advise how this can be done? Thank you. Kind regards, Linda

  • Can't Install HotFix in ALBPM 6.0.2

    Hi all, I've upgraded my ALBPM studio to MP2 from MP1. If I click on "About BEA Aqualogic BPM Studio" I see Version 6.0.2 Build #83281. However, when I try to install the hot fix, I get this error: This HotFix cannot be applied to this product versio

  • RTMT 8.91 I can highlight but cannot right click on alarms to expand, highlight disappears after 30 seconds.

    RTMT 8.91 I can highlight but cannot right click on alarms to expand, highlight disappears after 30 seconds.

  • Joins in Toplink

    Hi All, I'm new to work with toplink and I'm working with DatabaseQueries, My requirement is, i need to build an Expression as following the sql query represent SELECT A.COLUMN_NAME1,A.COLUMN_NAME2, B.COLUMN_NAME3,B.COLUMN_NAME4 FROM TABLE1 A, TABLE2