No Resource Drivers available for Mirrored File Folders

Hi All,
I'm playing with our Teaming 2.1 system, and have got the server mounting
a couple of NSS volumes by NCP. They appear as /mnt/nwb and /mnt/nwc on
the Teaming server. However, when I come to set up the Mirrored File
Folder (Manage -> Modify this folder) the Resource Driver drop-down menu
is inactive and has no contents. How can I fix this, and what went wrong?
Cheers,
James
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

james,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/

Similar Messages

  • How do I make the font bigger for the file folders in Photoshop Elements 11?

    The font for the file folders in Photoshop Elements 11 is too small.  How do I make it bigger?

    You can only do it by reducing your dispaly resolution but thay may affect the look of other applications.

  • Preview not available for this file on import

    I just transferred all my stuff from a vista computer to a new Windows 7. Lightroom 3.3 is now running as a 64 bit. I am importing tiff scans which were done on the Vista computer. At first everything was going fine, but now when I select files for import, all I can see are greyed out boxes which say "preview not available for this file". If I import the file, all is well, but I would like to see them in preview as well. Also, the program has crashed twice in the middle of an import.
    Thanks for any help!

    Yes, the larger preview is viewable. I'm using Vuescan to scan the files. Nothing has changed with the scanning from the previous scans which worked fine...same settings, same computer (not the new one).

  • Database Error: RSR0009: Resource not available for pool. Wait-time expired

    i am occassionally receiving the following error during database connections in my servlet:
    Database Error: RSR0009: Resource not available for pool [webAdvisorTestPool]. Wait-time expired
    i understand that this is a result of a connection leak from improper closure of my Connection object, but i thought that i was properly closing my connection.
    i can get the error if i do the following steps:
    1) access my login page and enter login credentials.
    2) submit the login which then hits the Authentication servlet.
    3) Authentication servlet authenticates and takes me to home page.
    4) hit the back button to get back to the login page.
    5) repeat this process until i hit the Max Pool Size (from web server).
    6) then i get the error message
    here are some details:
    i have an Authentication servlet; here is the pertinent code from that servlet:
    try {     // retrieve the user and add the User object to the session     DAO dao = new DAO();     Person authenticUser = dao.getPerson(userID, password);     session.setAttribute("validUser", authenticUser);     redirectPage = mapping.findForward("success"); }
    i also have a DAO object that handles all of my DB transactions (and you can see from my code above that the Authentication servlet is using that object); here is the pertinant code from that servlet:
    public DAO() {     datasource = "java:comp/env/jdbc/webAdvisorTest"; } public Person getPerson(String userID, String password)     throws ObjectNotFoundException {     // JDBC variables     DataSource ds = null;     Connection conn = null;     PreparedStatement stmt = null;     ResultSet results = null;     // User variables     Person validUser = null;     try     {         // Retrieve the DataSource from JNDI         InitialContext ctx = new InitialContext();         // if this statement fails, NamingException is thrown         ds = (DataSource)ctx.lookup(datasource);         // get DB connection and perform SQL operations         conn = ds.getConnection();         // User variables         String validUserID = null;         String validFName = null;         String validLName = null;         String validEmail = null;         // get DB connection and perform SQL operations         conn = ds.getConnection();         stmt = conn.prepareStatement(PERSON_QUERY);         stmt.setString(1, userID);         stmt.setString(2, password);         results = stmt.executeQuery();         // iterate through the results         if (results.next())         {             validUserID = results.getString("id");             validFName = results.getString("first_name");             validLName = results.getString("last_name");             validUser = new Person(validUserID, validFName, validLName);         }     }     // handle SQL errors     catch(SQLException e)     {         e.printStackTrace(System.err);         throw new RuntimeException("Database Error: " + e.getMessage());     }     // handle JNDI errors     catch(NamingException e)     {         throw new RuntimeException("JNDI Error: " + e.getMessage());     }     // clean up resources     finally     {         doClosure(results, stmt, conn);     }     // if the user was not found, throw ObjectNotFoundException     if(validUser == null)     {         throw new ObjectNotFoundException();     }     return validUser; } protected void doClosure(ResultSet results, PreparedStatement stmt,     Connection conn) {     if (results != null)     {         try { results.close(); }         catch (SQLException e) { e.printStackTrace(System.err); }     }     if (stmt != null)     {         try { stmt.close(); }         catch (SQLException e) { e.printStackTrace(System.err); }     }     if (conn != null)     {         try         {             System.out.println("R18Resources.conn before close: " + conn);             conn.close();             System.out.println("R18Resources.conn after close: " + conn);             System.out.println("R18Resources.conn is closed? " +                 conn.isClosed());         }         catch (SQLException e)         {             System.out.println("R18Resource conn close error: " +                 e.getMessage());         }     } }
    as you can see, i've added some print statements in my connection closure block. based on my output log, each connection is being properly closed and i am not encountering any errors during that closing block.
    any ideas???
    Message was edited by:
    millerand

    Please try the following code in your doClosure method. Replace your code with the following code.
    public void doClosure(ResultSet pResultSet, Statement pStmt, Connection pConn) throws Exception {
    try {
                   if (pResultSet != null) {
                        pResultSet.close();
                        pResultSet = null;
              } catch (SQLException se) {
              logger.error( se );
              } finally {
                   try {
                        if (pStmt != null) {
                             pStmt.close();
                             pStmt = null;
                   } catch (SQLException se) {
                   logger.error(se);
                   } finally {
                        try {
                             if (pConn != null) {
                                  pConn.close();
                                  pConn = null;
                        } catch (SQLException se) {
                        logger.error(se);
    And let me know if you still face this issue. What is the application server you are using?

  • Custom DNG camera profiles only available for DNG files?

    I developed a custom camera profile for my Sigma DP-1, using a colorchecker chart and the DNG profile editor.
    I exported the DNG profile in the default location.
    When I open Lightroom or ACR, the new profile is not available for X3F files, only DNG files. Is this normal???

    Well, I've imported the original X3F file as well as the converted DNG file in Lightroom.
    When I develop the DNG file, my custom profile appears in the list. When I click on the X3F file, embedded*  is the only option.
    It may have to do with an incomplete support of the X3F format. I have just repeated the exercise for my D300, and in this case the custom profile is available for NEF files.
    Too bad since I'm happy with some of the Adobe camera profiles for the D300, but less so with the default look for Sigma DP-1 files.
    I guess I should file a bug report...
    * or "matrix" or whatever is the term in the english version, I have the french version which says "incorporé"

  • "Preview not available for this file" error message.

    I'm using LR 4.4 but it hasn't worked correctly since I got my new camera (Canon 70D). When trying to import I keep getting the "Preview not available for this file" error message. I had some better luck connecting the camera with a usb cable, that let me see the jpg images, but it would not let me see the raw (.cr2) images. Would I solve this problem by upgrading to LR5?
    I'm running LR 4.4 on a Windows 7 PC.
    Thanks for any help that can be provided.
    Robert

    Support for the Canon 70D was introduced with LR version 5.2. see the link below.
    Camera Raw plug-in | Supported cameras

  • What are the Connectors available for KM file repository?

    Hi All,
    Which are different connectors available for KM?
    Apart from below list
         Windows File Server
         Web Servers (HTTP)
         WebDAV compliant servers (MS Sharepoint, MS Exchange Public Folders, LiveLink)
         mySAP PLM DMS
         SAP Knowledge Warehouse
         Lotus Notes
         3rd Party DMS (Filenet, IXOS)
         EP KM repository
    is any of above connector is not used now a days??
    These are the list given in documentation of EP 6.
    So if in EP 7, if they have included more or removed any then please let me know
    Regards,
    Purav

    Hi
    There is another connector for KM
    DMS CONNECTOR FOR KM
    Thanks

  • Read-only access permissions for new files/folders?

    System:
    Clean Install on new intel Xserve
    10.4.8 Server w/ Open Directory
    Windows clients can read/write completely fine...
    Clients connecting using AFP (whether Standard or Kerberos authentication) can access files, but when new files/folders are created on the server, they register as full permissions for the user who created them, but not for the rest of the group.
    The share(s) in question are set using POSIX from WGM: Full access for owner/group/everyone (changed it to this thinking it would help, but it does not). Of course, no one can make changes to a newly-created/deposited files/folders, which is just plain silly.
    I can chmod the permissions recursively from a script (which fixes the problem, of course) on a regular basis so that its not (as much of) an issue, but there is still a 5-minute lag for the script to kick in, since we don't want to bombard the server with chmod requests every minute....which is unnecessary in the first place!
    I have plenty of other setups which are identical but have no such issue...
    Any reason why POSIX permissions on the share are being ignored from every user account?
    Thanks,
    k

    "That's default posix behaviour no matter what access permissions you set on the sharepoint."
    I'm afraid this is dead wrong. What matters most is how you set permissions on the share, not if you've chosen to inherit vs. using POSIX. POSIX is still used in inherit functions, though you can use ACL's to override them. In this case, ACL's are not being used on those shares (though we tried it).
    After all, why would Apple (let alone anyone else) even offer the ability to change POSIX permissions on a share if it didn't have any effect? That would be somewhat contradictory in nature.
    Like I said before, I have several other installations which are identically setup that have no such issues.
    As for Windows, it is also not set to inherit permissions; we're setting those explicitly. And they work fine.
    Any other ideas?
    Thanks,
    k

  • Please, please, please make ICC profile info available for RGB files.

    I know, I know, I know - if everything's working properly one should never care what the icc profile is that's being used to interpret the colors in a file. And good people shouldn't get killed by falling tree branches... but stuff happens, and sometimes icc profiles are not handled properly and colors are off because the wrong profile is being used or is absent and assumed to be sRGB when that is not correct.
    Photographers care about color and nothing is more important than the ICC profile when it comes to properly displaying colors.
    I'd also like to see the ability to assign an ICC profile, swap an ICC profile, and convert to specified ICC profile. But I'd be happy enough just to have the icc profile name displayed - I could take it from there...
    PS - I'd like to see this feature removed in ten years (I'm an optimist) after all image handling software handles icc profiles correctly, until then... (please).
    Thanks in advance,
    Rob

    Never mind - I just realized this information is available via ExifMeta (plugin) - I retract the request for personal purposes.
    Still, it might be worth consideration for people who don't use ExifMeta.
    Rob

  • Filters not available for a file coming from Lightroom

    Hi everyone,
    And sorry for my poor english
    I started to work with Lightroom and Photoshop CS5.5 some weeks ago to improve my pictures and my photographic workflow. Here is my problem :
    - I import a RAW picture in Lightroom with DNG conversion, everything is fine in Lightroom.
    - I want to edit the picture in Photoshop so I click "Edit in... Photoshop CS5", so that I'm editing a copy in PSD format. Camera RAW works fine.
    - Once I'm in Photoshop with my .psd file, some filters (some default filters of Photoshop and also some external plug-ins) are not available (I cannot click on it in the filters menu) while others work like a charm.
    Is it normal?
    If it is, why?
    If it is not, what should I do to get rid of the problem?
    Thanks for your attention
    <LeToC>

    I spent hours to find the answer to this question... and you just made my day!
    I tried with a jpeg file as I have not my RAW files with me right now and it seems you're right. I'll try with my RAW files as soon as possible just to check and let you know.
    Do you know if these upgrades are planned? 16 bits is quite a good improvement and I like to play with some of the stupid toys like "pixelate" or "texturize"
    Anyway, thanks a lot for this !
    <LeToC>

  • Announcement : new Data Direct ODBC drivers available for download

    We have Crystal Reports 9 and we are using Crystal Reports with Legal Files software.
    I have downloaded the latest data direct driver.
    How do we get rid of the banner that comes up every time we run a report?
    Are the drivers not free if we purchase crystal report?

    Ben,
    My DataServices enviroment is Linux.
    I need to connect in Progress Database.
    There SAP driver for that ?
    Its possible work with Progress windows driver in linux ?
    tks
    Rodrigo Silveira

  • Preview not Available for NEF files

    It is my first time using LR and also my first time trying to download NEF files from my new D750. I removed the card from the camera and inserted it into my computer (MacBook Pro) I can see previews of the images shot in JPEG format, but those shot in RAW format are appearing as boxes with "Preview not available".  The D750 came with Nikon ViewNX2 software, which I downloaded, and I can see the previews on that. Any suggestions/ideas on what might be the problem?

    Lightroom does not support the Nikon D750 RAW photos at this time.
    Please read this thread:
    Support for Nikon D750
    Just released (see the message 49 of that thread) is a DNG converter that should allow you to convert the NEF to DNG and import those into Lightroom.

  • HP Scanjet 8250 No Drivers available for Snow Leopard 6.3.1 Help!

    Hello:
    I wanted to know if anyone else using Snow Leopard 6.3.1 has run into a problem using the HP Scanjet 8250 Scanner? HP does not have drivers for this unit and does not plan on having them any time in the near future. If you know of a third party site that has drivers for it and works, please let me know.
    Thanks,
    Steve

    I can confirm TeenTitan's experience.
    On a clean install of 10.6.4 I installed the SANE packages referenced above.
    I then downloaded and installed:
    HP Photosmart Studio: includes support for Mac OS X v10.4 and v10.5 (Leopard) v1.0 8 Feb 2008
    (a newer version than referenced by TeenTitan)
    The HP installer listed the correct scanner series and allowed the install to complete. After the install, but before the reboot, I received an error about /System/Library/Extensions/hpPlugInInit.kext not being installed correctly. The permissions were incorrect, so I did a chown root:wheel on the file and the error didn't return. For what it's worth, this same kext is a PPC kext and doesn't appear in the Extensions list of System Profiler.
    So far, the only oddity I've noticed is that the pre-scan appears garbled at first. Once the scanner cycle completes, the pre-scan refreshes and looks normal. I've done several scans to PDF and the IRIS OCR looks to be working fine as well.
    Thanks TeenTitan. I was going to go with SANE and the Scan Again GUI, not even imagining that HP's software would be able to work with SANE.

  • What extra features are available for raw files?

    When I'm working on raw files in lightroom, I don't notice anything additional that I can do with them that I cannot do with JPEGs.  With JPEGs I can adjust white balance, and pretty much do everything.  When working on a raw image, I don't notice any difference in what I can do.  All the same controls are there.  So what is the difference?  Thank you for your help.

    Functionally, RAW files are usually rather larger than JPEG files, however they are a joy to work with using Adobe's Camera Raw (the engine which drives RAW editability in Ps and Lr).
    A few points:
    1. all JPEG images (from RAW files) are down-compressed to 8-bit depth, so, technically, one is not working with nearly as many color possibilities as with the RAW formats (which are proprietary by camera manufacturer).'
    2. Depending on what you read you might stumble upon the apocryphal info which says "your camera makes no modifications to the RAW images it captures." This is not exactly true: All cameras "interpret" the "photonic" image data coming into the CMOS sensor from behind a (usually) Bayer array. Depending on which filter in the Bayer array a photon passes through, the camera interprets the electronic data coming from the CMOS as Red, Green or Blue light. There are many other "interpretations" as well.
    3. On both of these points: http://www.luminous-landscape.com/tutorials/understanding-series/u-raw-files.shtml
    4. I have found that, with my "starter" DSLR, the (sad, sad) 10Mpx files are not as nice to work with as, say, the files from my 18Mpx T3i. So, be warned, if you have a lower Mpx camera, you aren't going to see as much change with each incremental increase in "blacks" for instance (or "contrast," "fill light" or "brightness") as you will with a bigger model.
    But, working with RAW images, for these and other reasons is better than working with JPEG images. Link to this Adobe Forums post to read more: http://forums.adobe.com/message/2690352

  • Pixel Bender only available for jpg files?

    I'm running Photoshop CS5 on a brand new macbook. Everything has been working fine. I recently installed Pixel Bender and started playing with it. It seems to work fine on .jpg files, but whenever I open any PSD files, (or raw files from my Nikon) the Pixel Bender menu item is grayed out. I'm sure I am doing something wrong, but can't for the life of me figure out what that might be. I read that the filter needs to be applied to a smart object, so I tried creating a new layer and converted it to a smart object. But still the PB menu item is unavailable!! Any help would be appreciated. Thank you.

    Mode is RGB and 8 bits.
    However, it appears that the problem has gone away. I did uninstall and reinstall the exention.  It must have been an anomoly because I can not reproduce the issue. Thanks for your attention to this issue. Regards.

Maybe you are looking for