9.0.3 DB Navigator Issues on 3rd Party JDBC

A new problem in 9.0.3: under System Navigator, Connections, Database Connections, we are no longer able to drill-down to schema objects (such as tables and views) for the 3rd party JDBC connection that we have been using successfully in 9.0.2.
I have configured the 3rd party JDBC libraries under jdev.conf. I am able to connect to the database. I am even able to run a Java method to connect to and extract metadata from the database.
The JDBC Driver for the Progress RDBMS is provided by Data Direct Technologies. It is a Type-2 JDBC driver created under the JDK 1.2. A type-3 driver will not soon be available. Also, I am running JDeveloper 9.0.3 under Windows 2000.
We are prototyping a web extension layer using JSP to legacy systems that have Oracle, DB2, and Progress back-ends. So far, Oracle 9iAS and JDeveloper have been the favorites to implement this layer.
However, without the schema object visibility, JDeveloper does has little use as a development tool for us. I have elaborated this problem in a previous thread, but did not get a response from Oracle.
Someone in the JDeveloper group please respond. We really like JDeveloper and do not want to have to walk away from it because of this.

Hello Robert,
You have two solutions :
1) You ask your JDBC provider for compile driver with jdk1.3+
2) You try another driver on http://industry.java.sun.com/products/jdbc/drivers
Can You help me with DB2 and Progress ?
If yes send me email on [email protected]
Thanks

Similar Messages

  • Can't Load 3rd Party JDBC in iPlanet Application Server

    I am trying to use a 3rd Party Type 4 Oracle JDBC driver to connect to a database in iPlanet Application Server 6.0 SP3. I used the jdbcsetup.exe tool to register the driver and used the iAS Administrative Tool to Register the Datasource.
    External JDBC Driver Parameters:
    Driver Type: OracleConnectionPoolDataSource
    Driver Classname: oracle.jdbc.pool.OracleConnectionPoolDataSource
    Driver Classpath: c:\src\jdbc\lib\classes111.zip
    DataSource Registration Parameters:
    JNDI Name: OracleConnectionPoolDataSource
    DriverType: OracleConnectionPoolDataSource
    DatabaseURL: jdbc:oracle:thin:@decipher:1521:csi
    Code to Access datasource (Note: dsName=OracleConnectionPoolDataSource):
    try {
    // Define JNDI InitialContext object.
    InitialContext ctx = new InitialContext();
    ds = (DataSource)ctx.lookup("jdbc/" + dsName);
    dbConn = ds.getConnection();
    //requires all sql Statements to be manually commit(ed)
    dbConn.setAutoCommit(false);
    if(dbConn!=null)
         System.out.println("Getting a connection from dds.");
    catch (Exception e){
         e.printStackTrace();
    The Error that I am getting:
    [22/Aug/2002 15:43:51:9] info: RLOPMGR-005: OracleConnectionPoolDataSource: CALLBACK FAILED: CreateObject
    java.sql.SQLException: A. Couldn't load or create 3rd party class: oracle.jdbc.pool.OracleConnectionPoolDataSource
    at com.netscape.server.jdbc.Driver.connect(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.createNewConnection(Unknown Source)
    at com.netscape.server.jdbc.ProxyEvaluation.createObject(Unknown Source)
    at com.kivasoft.rlop.ObjectPool.reserveObjectnative(Native Method)
    at com.kivasoft.rlop.ObjectPool.reserveObject(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getFromPool(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getConnection(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    I would greatly appreciate any help on why I am getting this error. I am desparate!

    I'm sorry but I'm not an expert......
    As you know Classes12.zip contains two dir "javax" and "oracle".
    So my path for driver is "/servers/jdbc/classes12.zip (or wath is contains).
    In classpath variable in iasenv.ksh I put /servers/jdbc but it doesn't work.
    I tried with /servers/jdbc/oracle/driver.....the same
    Can you help me again
    Thank you very much!
    Massimiliano

  • 3rd Party JDBC Driver in IAS6

    Hi,
    I set up a third-party JDBC driver on iPlanet App Server 6.0 SP3 Test Drive
    on WinNT 4.0. I then ran HelloDB against a data source pointing to this JDBC
    driver. I got the following exception while trying to make a connection. Any
    hint as to what's wrong would be greatly appreciated.
    Yongtao You
    [email protected]
    PS. The "Driver Classpath" is set to "k:\iPlanet\ias6\neon\scjd12ts.jar"
    which contains the class "com.neon.jdbc.Driver".
    java.sql.SQLException: A. Couldn't load or create 3rd party class:
    com.neon.jdbc.Driver
    at com.netscape.server.jdbc.Driver.connect(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.createNewConnection(Unknown
    Source)
    at com.netscape.server.jdbc.ProxyEvaluation.createObject(Unknown Source)
    at com.kivasoft.rlop.ObjectPool.reserveObjectnative(Native Method)
    at com.kivasoft.rlop.ObjectPool.reserveObject(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getFromPool(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getConnection(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(Unknown Source)
    at
    samples.hellodb.servlet.GreeterDBServlet.doGet(GreeterDBServlet.java:91)
    at
    samples.hellodb.servlet.GreeterDBServlet.doPost(GreeterDBServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    at com.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown
    Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)

    Hi,
    I fixed the problem by manually editing the Windows Registry.
    Thanks.
    Yongtao
    Yongtao You <[email protected]> wrote in message
    news:9q52qh$[email protected]..
    Hi,
    I set up a third-party JDBC driver on iPlanet App Server 6.0 SP3 TestDrive
    on WinNT 4.0. I then ran HelloDB against a data source pointing to thisJDBC
    driver. I got the following exception while trying to make a connection.Any
    hint as to what's wrong would be greatly appreciated.
    Yongtao You
    [email protected]
    PS. The "Driver Classpath" is set to "k:\iPlanet\ias6\neon\scjd12ts.jar"
    which contains the class "com.neon.jdbc.Driver".
    java.sql.SQLException: A. Couldn't load or create 3rd party class:
    com.neon.jdbc.Driver
    at com.netscape.server.jdbc.Driver.connect(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.createNewConnection(Unknown
    Source)
    at com.netscape.server.jdbc.ProxyEvaluation.createObject(UnknownSource)
    at com.kivasoft.rlop.ObjectPool.reserveObjectnative(Native Method)
    at com.kivasoft.rlop.ObjectPool.reserveObject(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getFromPool(Unknown Source)
    at com.netscape.server.jdbc.ConnectionPool.getConnection(UnknownSource)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(UnknownSource)
    at com.netscape.server.jdbc.DataSourceImpl.getConnection(UnknownSource)
    at
    samples.hellodb.servlet.GreeterDBServlet.doGet(GreeterDBServlet.java:91)
    at
    samples.hellodb.servlet.GreeterDBServlet.doPost(GreeterDBServlet.java:132)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
    atcom.netscape.server.servlet.servletrunner.ServletInfo.service(Unknown
    Source)
    at
    com.netscape.server.servlet.servletrunner.ServletRunner.execute(Unknown
    Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.applogic.AppLogic.execute(Unknown Source)
    at com.kivasoft.thread.ThreadBasic.run(Native Method)
    at java.lang.Thread.run(Thread.java:479)

  • Issue in 3rd Party Remittance to FI Posting

    Hi there,
    I am trying to run the Third Part remittance posting run and i am getting the issue "3rAccount with the following search key was not found: 1000HRFB039"
    while running i am getting 2 line items,
    1, Amount credit posted to Vendor account and debit posted to Techinal account (HRA).
    2, Amount credit posted to Techinal account and for Debit i have assigned the GL in HRF and for this i got the above mentioned issue.
    I checked in T030, V_T52EL and V_T52EZ, all entries are maintained. Please help me to resolve the issue.
    Cheers
    Sathiya

    Hi,
    I checked the Feature PPMOD, the employee subgrouping was maintained correctly. And also the acount assigment was also maintained for this employee grouping.
    Cheers
    Sathiya

  • Mac Mini DVD issues with 3rd party player software

    New to the forum. I have a Late 2012 Mac Mini with 16GB RAM and 256 SSD (Crucial) fitted and the latest version Yosemite OS. I get a slight jerkiness when playing DVDs from an external Panasonic UJ265 USB3 Blu-ray drive using either Aurora or Macgo software, however Blu-rays play fine and the jerkiness disappears with Apple's native DVD player. Any ideas what might be going on? Many thanks.

    I'm having a similar issue as well with my Mac Mini (Macmini 4,1) connected to an HP LP3065 via the Mini DisplayPort to Dual-Link DVI adaptor. I also have a Dell 2407WFP connected via the the HDMI->DVI connector:
    Summary:
    When the Mac Mini wakes from sleep, the display for the Dual-Link DVI connection is set to the wrong resolution and cannot be modified in System preferences.
    Details:
    In my case, this manifests as a blank screen and flashing green power led on the HP, which is how the it indicates the display resolution is set to something other than 2560x1600. The Dell still wakes up, but is now in Mirroring mode. At this point, Displays system preference shows a generic "Display" with a resolution of "640x480", plus the HP2407, with no option to change the resolution for the generic Display)
    The only thing that seems to fix the problem is restarting the Mac Mini.
    This seems to happen about 30% of the time the Mac Mini wakes from sleep. The rest of the time, everything works fine. It's extremely annoying.

  • T430 Touchpad Click Issue [FIXED, 3RD PARTY PROBLEM]

    Hi,
    When using the touchpad on my T430, my click buttons rarely work as intended. Sometimes, they begin to work after the laptop goes to sleep, or occasionally an entire boot is okay. However, this is rare. When it isn't working, what happens is that the right click doesn't function at all, and the left click seems to be more of a left click + context menu key rather than a pure left click.
    I've tried reinstalling the Ultranav drivers, restoring their settings to the default (I can confirm that the left click is set up to function as a left click, and right as a right click - if I set up the right click to function as a left click, both do the odd context menu behavior), and even doing a complete BIOS update, to no avail. I've yet to try this in another OS, so I haven't yet isolated this to a hardware or software issue.
    What could be my issue? I am not under warranty and would prefer to not send in my laptop for repair.
    EDIT: I was able to fix the weird context menu behavior by disabling the Menu Key in SharpKeys (mapping key 117 (0x0075) to do nothing (0x0000)). However, my right click still does nothing. I can bind it using the Ultranav settings to be a left click, and in this mode, it left clicks. Anything bound to be a right click literaly does nothing.
    Any ideas?
    EDIT2: I ran sfc /scannow on an elevated command prompt and it fixed a lot of errors. It drastically sped up my computer; what's odd is that I've hardly installed anything on here, all I did was remove a lot of the Lenovo bloat (but not all of it). Anyway, after doing that, I restarted and lo and behold, my custom theme was wiped out because it restored the three .dlls that I patched for that. It also wiped out SharpKey's registry entry. So, I re-created the registry entry, logged out, logged back in, and again, left mouse worked fine but right didn't. I then re-patched the theme .dlls and restarted.
    That was the fastest boot I have ever experienced on Windows 7, it was on the login screen before the orbs of the logo even joined together. My right click is working as intended now, and it's nice to have it work again - however, this has happened in the past, where it worked for one boot and then stopped the next, so I'll keep this post updated to see how it pans out.
    EDIT3: Literally as I hit submit on my past update, I couldn't click my taskbar. This happens from time to time on this machine and I think it's a driver mishap regarding Optimus. Either way, the only way to fix it is to hit ctrl+alt+delete, get to the prompt asking about switch user/task manager/etc, and hit cancel. Then when it returns to the desktop, everything is fine. I did that, and now my left click is pseudo right clicking again and my right click does nothing. pls help
    EDIT4: I just updated my BIOS with the latest release on the drivers page (1/24/14 or something) and after a quick reboot/flash cycle, I was able to log into Windows with the mouse working as intended, both left and right clicking. We'll see how long this holds up; if I never update this post again, it worked!
    EDIT5: I literally had a full repeat of EDIT3. I'm going to keep looking into ways to get this working.
    EDIT6: I logged out and back in again, thinking SharpKeys would reapply itself, and lo and behold, it fixed the odd left click. My right click button is still doing nothing though, but at least I can navigate Windows.
    EDIT7: It appears I had an AutoHotkey script tampering with the Menu Key. I deleted it and now everything is working as intended, plus my machine is faster than ever.

    Try turning off first the touchpad and seeing if the trackpoint set of buttons work. Then try turning off the trackpoint instead.
    Chances are one of the sets of buttons are broken and is interfering with normal operation.
    I get the left-click behaving as right-click behavior once in a blue moon, but it goes away with tapping right-click once.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • MIGO in 3rd party process

    Hello Experts,
    In a dropshipment scenario, the Supplier will deliver the goods to the customer directly.
    Then the seller does a MIRO for the invoice received from the supplier.
    Then the seller does a MIGO goods receipt and then Goods Issue before Billing.
    May I know why is this done? What goods is received and what is issued?
    Or for the Seller, he does not need to process MIGO and Goods issue in 3rd party process?
    regards
    Pascal

    Hi Pascal
    In Third Part scenario, Goods Issue step will not be there at all. MIGO can be done and it is only logical (there is nophysical goods movement).
    To do Billing document, MIGO or goods issue is not mandatory. It can be controlled in two ways
    1. billing with reference to Sales Order, in this case as soon as sales order is saved, billing can be done.
    2. billing with reference to Sales Order depending on the Invoice Verification (MIRO) for qty invoiced by vendor, in this case billing can be done once the MIRO is completed.
    Regards,
    Rajam

  • DB Connection Tables & Views not shown in 9.0.3 for 3rd Pty JDBC

    I am running JDeveloper 9.0.3 under Windows 2000.
    I have configured the 3rd party JDBC libraries under jdev.conf.
    Under connections, database connection, I am able to connect to the database and it does show me the three schema owner names in that database. I am signed on as one of those schema names.
    However, when I attempt to drill-down to the tables and views under those schemas, nothing is shown.
    Under 9.0.2, I was only able to see the schema of the userid I used to sign-on to the database, but I was able to drill-down to the tables and views and use them in generating UML diagrams and such.
    Any help would be appreciated.

    Robert,
    We changed the handling of schemas and catalogs between 9.0.2 and 9.0.3. The purpose of the change was to correct some problems with specific JDBC drivers where the old way was not working. While we tried to test with as many drivers as possible, it seems likely that we inadvertantly introduced an incompatability with your driver. If you can provide me with a few more details, I can try to isolate the problem and hopefully find a resolution.
    First of all, when you created the connection, did you use uppercase, or lowercase. And does the case you use match the case we display in the navigator?
    Second, if you run the code I've enclosed at the bottom of this message (replacing the values in <> with the appropriate values), do you get tables back? What is the value that is printed out for the catalog. If you are seeing a difference in case between the connection definition and the schema node in the navigator, can you try both cases?
    The enclosed code is basically the query we use to get the list of tables. However, we are doing some work internally with the catalog and schema, and see what the raw query returns should point me in the correct direction.
    - John McGinnis
    Oracle JDeveloper Team
    package mypackage1;
    import java.sql.*;
    public class Class1
    public static void main( String[] args )
    try
    DriverManager.registerDriver( ( Driver ) Class.forName( "<your driver>" ).newInstance() );
    Connection conn = DriverManager.getConnection( "<your url>", "<user>", "<password>" );
    DatabaseMetaData dmd = conn.getMetaData();
    String catalog = conn.getCatalog();
    System.out.println( "Catalog = " + catalog );
    ResultSet rs = dmd.getTables( catalog, "<user>", "%", new String[] { "TABLE" } );
    int i = 0;
    while ( rs.next() )
    System.out.println( "Table " + i++ + ": " + rs.getString( 3 ) );
    catch ( SQLException ex )
    System.err.println( ex.getLocalizedMessage() );
    catch ( Exception ex )
    ex.printStackTrace();
    }

  • Maverick text expansion is mucked up. Solution? Or 3rd party?

    Big text expansion user. 300 of em, using hundreds of times a day. Loved Spell Catcher for 12 years, and switched last year to Apple's internal text expansion system (System Preferences: Keyboard: Text).
    But it's quite broken on my system (10.9.3); shortcuts don't expand, or only expand in one app but not another, or some days they work and others not. So I'm looking either for a solution, or suggestions from other Big Users for going back to one of the 3rd Party utilities.
    Question 1: is there a way start fresh with Apple's internal text expansion system. If so, I'll try that. I don't even mind retyping all of the text expansions by hand. I've taken screenshots of the 270 that I have, and am willing to just redo them, if that will fix it so that when I type the shortcut into the majority of Apple apps (mainly Messages, Pages, Mail, and Safari), they work. I'm savvy enough to know how to reveal hidden files, and I hear that this the broke file could be the .GlobalPreferences.plist. But it could be something else. More, I want to know if all of this will fix it, or if I'm better off going with a 3rd Party.
    Question 2: if some of you Big Users have seen the same issues, which 3rd Party utility are you finding the most robust. I already own TypeItForMe, and Spell Catcher is still in limbo (since the owner passed away). I'm open to whatever text expansion lovers suggest.
    Thanks as always.

    I like to use TextExpander
    http://smilesoftware.com/TextExpander/index.html
    Works for native apps, and third party app alike.

  • Third Party JDBC Config Issue in JDeveloper 9.0.2

    I am running JDeveloper 9.0.2.822 on Windows 2000 Pro.
    I am attempting to setup a 3rd party JDBC driver in the Connection folder of the system navigator.
    The 3rd party driver is provided by Progress software for the Progress RDBMS.
    Outside of the JDeveloper environment, I am able to run a simple Java connect/query source . The requirements to use the driver include ensuring the Progress jar file with the driver is in the CLASSPATH and the Progress DLL (under bin) is in the PATH statement. If the DLL is not in the PATH, then attempting to connect throws the following exception: "no suitable driver".
    Inside JDeveloper, I am able to take the same source and, after I setup the CLASSPATH for the specific project under Project/Settings PATHS, the code executes here as well. It is able to connect to and query the Progress database.
    After setting-up the non-default drivers in jdev/bin/jdev.conf file, I attempted to setup the connection under Connection folder of the system navigator. When I test the connection, I get the same error described earlier when the PATH was not setup properly: "no suitable driver".
    (The Progress driver accesses the Progress database via JNI to the C++ DLL located in the another directory. This directory is visible to the driver by navigating PATH.)
    This is strange. When I run the java source in JDeveloper, it can connect and query the DB. Yet, when I try to connect to the same database via the same IDE using the Connection folder, it does not see/use the PATH to find that DLL.
    Anyone have any suggestions?

    That worked like a charm!! Thanks, Robert!
    Now that the connection works, when I try to drill-down beyond "table" in the System-Navigator, it shows no tables. Is that a limitation of 3rd party drivers? Will I still be able to use this connection to query the database when building the java source? Is there a link that discusses the limitations of 3rd party DB connections in JDeveloper?
    By the way, this is a SWEET product. Hands-down the best IDE I have ever used! Keep up the superior work!

  • STO - 3rd Party

    Dear Sir/Madam,
    I have this enquiry as descibe the following steps:
    1. Plant CN issues stanard PO to Plant SG (Both are Intercompany)
    2. Plant SG issues a 3rd Party Sales Order to Plant CN.
    3. Plant SG issues a 3rd Party Purchase Order to External Vendor VN
    4. External Vendor VN drop ship parts (which ordered by Plant SG) to Plant CN
    5. Plant CN Goods Receipt from Purchase Order (Point 1)
    6. External Vendor VN issues invoice to Plant SG (Point 3)
    7. Plant SG issues Billing Invoice (Point 2) to Plant CN (Point 2)
    8. Plant CN received invoice from Plant SG (Point 1)
    __Enquiry__
    A. Is there a way for Plant CN goods receipt the parts based on purchase order issues by Plant SG?
    B. How do link between point 7 and point 8 in finance point?
    C. How do Plant SG track that Plant CN has goods receipt the parts from vendor (Part belongs to Plant SG)?
    D. Is there any similar flow like "Cross Company sales" (Instead using SO, we use Purchase Order)?
    Please advise.
    Thanks.

    Hi,
    Unfortunately the 3-d party process in SAP was not designed for this kind of intercompany process, therefore:
    A- No.
    B- No automatic link. Is possible to use (maybe) a kind of tracking number (manually).
    C- Part does not belong to SG (never in the stock of SG). Basically SG need not track the GR in CN, but rely on the approved delivery note received from the vendor together with the invoice.
    D- No.
    Br,
    Mario

  • Question about 3rd party Plug-ins....

    Is it just me or does Logic have some SERIOUS issues with 3rd party AU? For example, I can run Logic with all its own plugins and instruments just fine but the second I go to use my FM7, Novation Bass Station, or impOSCar I start experiencing bugs, crashes, etc... I have the latest drivers for these items, but they just don't seem to want to work well with Logic. Anyone else have this problem or know of a better way to use 3rd party plugins like this more safely in logic? Like maybe installing them as VST's instead of AU and putting them in a VST wrapper for Logic? It's honestly almost impossible to work with any of these devices in Logic for me without causing continual crashes!!

    why to pay for software then you can have a real thing?
    i pay only for hardware cos software is never good it not worth more than a few bucks. I have imposcar and vstation and they work just fine i use vstation alot never had a crash. are you sure that there are these au's for tiger?

  • 3rd Party RAID Card options - must make a decision

    I've been on the Mac with NLE for high end corporate work since early 90's but only now moving from a 10 bit uncompressed SD edit suite to FCP and I need your valued feedback for a Mac Pro arriving soon. I've spent hours poring over all forums, Apple and otherwise, to select the right raid solution. The situation is that we will edit NTSC into 2009 and make the transition to HD later in the year. So, the initial set-up will be three 1 TB Seagate 7200.11's with a 320GB for O/S (and perhaps more in optical bay for scratch, etc.) I prefer to install the three video drives internally and go with a hardware driven card (Raid 5) that also provides support for external drives if we add later. Caldigit's is the only card that appears to cover all the misc. requirements but the forums list issues with 3rd party storage vs Caldigit's box. Other cards have pros and cons so I'm asking you to tell me what is working in your shop and also whether I should just purchase a 3rd party external enclosure and set up the Seagates there. If so, card recommendation is also critical.

    Hi,
    I find installing a RAID 5 inside the Mac Pro has too many limitations. I would rather keep the boot drive in its own internal bay and be able to mount a boot camp disk or other backup disks internally when needed.
    A better solution for most users is to mount the RAID 5 externally. The FirmTek SeriTek/5PM enclosure and the HighPoint RocketRAID 2314 combination provides a high quality external RAID 5 solution that is quiet, fast and dependable. You can learn more about it here:
    http://www.amug.org/amug-web/html/amug/reviews/articles/firmtek/5pm/
    http://www.firmtek.com/seritek/seritek-5pm/
    http://www.amug.org/amug-web/html/amug/reviews/articles/highpoint/2314/
    http://www.amazon.com/exec/obidos/ASIN/B000NAXGIU/arizomacinusergr
    There are other solutions that work well too. However, the controllers tend to be much more expensive. RAID 5 users looking for a quality solution at a very reasonable price will find the SeriTek/5PM and RR2314 combination works well.
    If you don't mind paying more the Areca ARC-1680ix-12 SAS controller reviewed by AMUG is another high performance option that works well with SATA direct connect enclosures. You can read more about it here:
    http://www.amug.org/amug-web/html/amug/reviews/articles/areca/1680ix12/
    Have fun!

  • Navigation Issue on HC 91, Tools 8.51, SQL Server 2008 on Windows 2008

    Hi Guys,
    I installed HCM 91 -Tools 851-SQL Server 2008 on Windows 2008 server. App server running perfectly, initiated web server fine.
    When I login in n-tier/web via PS userid, navigation to Panels are fine but when I try to click on any page, it gives error IE exception at the bottom – “Error on the page”, page does nothing, no searches and does not display the page.
    I tried installation from ground zero the 3rd time last night, followed all the steps and stuck at this point.
    I am wondering if anyone has encountered these issues.
    I appreciate any pointers.
    Thanks in advance.
    Cheers
    -Vinay

    Same question, same answer :
    http://peoplesoft.ittoolbox.com/groups/technical-functional/peopletools-l/navigation-issue-on-hc-91-tools-851-sql-server-2008-on-windows-2008-server-3837147
    Nicolas.

  • Logic 9 Issue Triggering Wrong 3rd Party Samples

    I know the question says 3rd party but bear with me because I have ruled out issues with the 3rd party libraries and players. This is my Issue:
    So far no one from 8dio, Native Instruments, or Apple can fix this and I am completely out of ideas.
    I recently picked up a 2010 8-core Mac Pro and have had this problem ever since. The issue is only with my 8dio Adagio strings (most of them), it will either play the wrong sample, or no sample at all. I don't get any error messages though. All my other Kontakt libraries work fine.
    Example: Bass "Shorts" will play "feather stacc", "marcato", but not "stacc" or "pizz". Violas will produce sound however it plays the exact same sample which ever articulation I select, but it will only play for a second then cut out, no sustained notes. This sort of issue is true for pretty much all of the strings. I have ruled out many things including:
    1. Its not the 8dio strings libraries or Kontakt because they work fine in standalone mode through Kontakt, its only when I try to open them through Logic that I get the issue.
    2. I did a fresh install of Logic and Kontakt and still the same issue, however when I installed the exact same configuration on a friend's laptop, they worked fine through Logic.
    3. The strings did work fine on my old iMac until I dragged over and opened a session from the new computer, now I get the same issue there. The only way I can get it to work on the iMac is to open an old session which already has Kontakt and strings loaded up, otherwise a new project or new instance of Kontakt results in the same issue. This points to a settings or preference issue with Logic, however a fresh install and/or deleting the "preferences" file should fix it right? Wrong.
    4. I have tried 3 different operating systems (Mavricks, Mountain Lion, and Lion), 2 different main drives, a SSD and a regular drive. I've tried a fresh install of everything multiple times, different user accounts, redownloading Adagio, running the libraries from both internal and external HDs....
    After ruling everything else out it still seems like a problem with Logic other than the fact that the fresh install works fine on my friend's laptop but not my new Mac Pro (both running Mountain Lion). Any ideas would be much appreciated cause I'm all out of them. Thank you.
    Gabe
    2010 Mac Pro 8-core 2.4ghz
    OS X 10.8.5
    Logic Pro 9.1.8
    Kontakt 5.3
    8dio Adagio
    Apogee Duet Firewire Interface

    If your Audio Unit Manager is not booting, re-install.
    Treatment

Maybe you are looking for

  • FIELDS IN TRANSFORMATION (UPDATE RULES)

    Hi all, When i add fields to a standard cube from the infosource. I understand that i also have to add those fields in the transformation. In the transformation display i do see the added fields in the datasource (infosource). But i do not see any in

  • Cant add music to ipod... all old content is overwritten

    Hi, I cannot add new playlist and music files to my ipod. when i sync my ipod to add new files.. it gives me a message saying all the contents of the ipod will be erased and the new playlist will be added. I am having a Ipod with 30G memory and its t

  • Insert Large Binary Values

    Hi all., I want to insert a very large binary value of about 40000 character into database table i have tried by using clob datatype and blob datatype but all my efforts where ended in vain.. So can any one help me on this...... Thanks In advance

  • Saving Work book in Excel 2010

    Dear BW Team, It is not possible to store it in a query 7.x. Xlsm workbook in Excel 2010 and then again to open and refresh. Once the file is reopened, the file must be Repaired, and the link road with the Analyzer. The query is no longer refresh in

  • Iframe problem :Urgent Please

    Hello Guruz: I am stuck in an issue, i have two domain, e.g: domain 1 & Domain 2. I am calling domain 2 from domain 1 by using IFrame in domain 1. I am using ASP Classic with SQL Server, and i have applied Dreamweaver Login User Server behaviour buil