Error got while creating a jdbc in Weblogic server 9.2

Hi All,
I am getting the following error
+"Warning! Connectivity to backend database not verified. This is either because required connection pool attributes "TestConnectionsOnReserve" or "TestConnectionsOnRelease" have not been enabled, or an invalid value has been specified for attribute "TestTableName". Please check the server log for more details".+
While creating a jdbc datasource in Weblogic 9.2. When I add the target and activate the setting and while testing only I am getting this error. While before adding target "Test connection" works good.
Please help me in fixing this bug.
Thank you in Advance.
With regards
John
Edited by: user7329724 on Dec 16, 2008 11:25 AM
Edited by: user7329724 on Dec 16, 2008 11:26 AM

Please confirm the "Test Connections On Reserve" attribute is enabled. You can find this property in Administration Console--->Data Sources--->Your Data Source Name--->Configuration--->Connection Pool--->Advanced

Similar Messages

  • I got an error message saying "an error occurred while creating the backup folder". I have tried deleting the plist and am using the latest time capsule software and using OS Lion Any ideas what to do please?

    got an error message saying "an error occurred while creating the backup folder". I have tried deleting the plist and am using the latest time capsule software and using OS Lion Any ideas what to do please?

    See #C10 in Time Machine - Troubleshooting.

  • HT3275 How do I correct this problem - Time Machine could not complete back up. An error occurred while creating the backup folder? The problem started on 5th March but I had backed up to an iomega HD since I got my iMac in October.

    I have had a problem since 5th March with Time Machine on my iMac. I have had no problem since I got the computer in October backing up to an iomega HD but now I keep getting a message that "Time Machine could not complete the backup. An error occurred while creating the backup folder". Anyone know how to correct this?

    I had the same "Error creating the backup folder" error - many times over.
    I went into the Disk Utility, selected the Backup Disk and ran Verify. It checked out OK. But if not, could have run Repair.
    Then did a complete shutdown and restart of the iMac and then tried "Backup Now" from the Time Machine icon's menu - it worked fine.

  • HT3275 Got the message "Unable to complete backup. An error occurred while creating the backup folder."

    My time machine backup has stopped working. I received an error message that is not one listed on the support page: "Unable to complete backup. An error occurred while creating the backup folder."  I am on a new MacBook pro running Mountain Lion and using a 1 TB Passport drive as a time machine backup. Running DiskUtility finds no problem on the Passport.

    See #C10 in Pondini's excellent Time Machine Troubleshooting.
    http://pondini.org/TM/Troubleshooting.html

  • Error Message while creating connection pool

    Hi all,
    I got the following error message while creating connection pool for the
    SQL Server thru the Application Server Admin Console.
    The message is,
    An error has occured.
    Operation 'create.Jdbc.ConnectionPool' failed in 'resources' Config Mbean. Target exception message :
    JdbcConnectionPool Already Exists: cannot add duplicate.
    But the connection pool for the SQL Server was not there in the list.
    What may be the possible reason for this error.
    i was trying to deploy a BMP entiy bean using the Sun Application Server.
    Prior deploying i just tried to create connection pool and test the connection using the Admin Console
    Please help me by providing a solution.

    Kriti Sundar Mazumder wrote:
    Hi
    I am getting an following error message, while creating database connection pool
    in weblogic 7.
    "<Jun 18, 2004 4:52:36 AM CDT> <Error> <JDBC> <001060> <Cannot startup connection
    pool "MyJDBCConnectionPool" java.sql.SQLException: [IBM][JDBC Driver] CLI0647E
    Error allocating DB2 environment handle, rc=-1.>"
    Can anyone help me out in this regard
    Regards
    KritiHi. I am no expert, but it sounds like a problem with the privileges the user
    has... The best thing is to step back to a simpler environment. Can you try
    connecting to DB2 with a simple program like utils.dbping? Please look at our
    driver docs for the DB2 driver, because there are several variations in connect
    properties depending on the type of DB2 you are connecting to...
    Joe

  • Error message while creating database

    Log error
    while creating new database
    Robot-properties
    XML Parsing Error: junk after document element
    Location: http://portalserver/psconsole/faces/search/RobotPropertiesHome.jsp
    Line Number 18, Column 1:<body id="_id3" onload="return _id3_jsObject
    I have created my new search engine .
    and the robot is not running.I getting log error.
    and no directory is created with the search name.
    please help me with the fields..
    creating search server..
    required Port:
    required Configuration Name:
    Required Instance:
    *Web Container Administration*
    Required Administration Host:
    Required Administration Port:
    Required Administrator:
    Required Administration Password:
    *Web Container Directories*
    Required Install Directory:
    Required Instance Directory:
    Required Document Root Directory:

    Kriti Sundar Mazumder wrote:
    Hi
    I am getting an following error message, while creating database connection pool
    in weblogic 7.
    "<Jun 18, 2004 4:52:36 AM CDT> <Error> <JDBC> <001060> <Cannot startup connection
    pool "MyJDBCConnectionPool" java.sql.SQLException: [IBM][JDBC Driver] CLI0647E
    Error allocating DB2 environment handle, rc=-1.>"
    Can anyone help me out in this regard
    Regards
    KritiHi. I am no expert, but it sounds like a problem with the privileges the user
    has... The best thing is to step back to a simpler environment. Can you try
    connecting to DB2 with a simple program like utils.dbping? Please look at our
    driver docs for the DB2 driver, because there are several variations in connect
    properties depending on the type of DB2 you are connecting to...
    Joe

  • Issue while creating connection pool in weblogic using SERVICE NAME

    Found two issues while creating connection pool in weblogic using SERVICE NAME
    1. While running apps from jdeveloper using xxx-jdbc.xml
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Io exception: The Network Adapter could not establish the connection
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:253)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1109)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1033)
         at weblogic.common.resourcepool.ResourcePoolImpl.start(ResourcePoolImpl.java:214)
         at weblogic.jdbc.common.internal.ConnectionPool.doStart(ConnectionPool.java:1051)
    2. Configuriing the jndi in Weblogic server
    weblogic.common.ResourceException: Could not create pool connection. The DBMS driver exception was: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:SERVICENAME
         at weblogic.jdbc.common.internal.ConnectionEnvFactory.createResource(ConnectionEnvFactory.java:253)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1109)
         at weblogic.common.resourcepool.ResourcePoolImpl.makeResources(ResourcePoolImpl.java:1033)
    Problem
    database url is generated based on SID
    eg: jdbc:oracle:thin:@localhost:1521:SID
    Solution
    (generate seperate url for SERVICE NAME)
    jdbc:oracle:thin:@localhost:1521/SERVICENAME
    ------------------------

    It is so clear: host not found error for network connection and the other SID servcie name not found means your oracle instance name is not up. check with srvctl status for given servcie name or node, else check CRS_Stat -t if you are using RAC.

  • An error occured while creating the new dataset Could not get type informat

    Uses: Windows XP Pro SP3+; OracleXE; Oracle 8i Client; ODP.NET; Visual Studio 2005 PRO;
    I had OracleXE and was using OracleXE's Oracle.DataAccess Version 10.2.0.100 which was located in C:\oraclexe\app\oracle\product\10.2.0\server\BIN. Then to use Oracle Developer Tools for VS, I installed ODAC where the Oracle.DataAccess's version was 2.111.6.20.
    Everything connected via SqlPlus and even was able to Oracle XE Home page and was able to loginto it. Further, was even able to create connection with Oracle Dot Net Provider. The problem was created when I tried to create a datasource from DataSource Menu in VS.2005. It was giving an error saying "An error occured while creating the new dataset Could not get type information for dataset". However I wittnessed that Dataset is been created in Solutions Explorer but not in Data Source Tab. Further researching I was able to create Datasets with Microsofts Oracle Data provider with out any issue.
    My Path variable list the following:
    C:\app\Administrator\product\11.1.0\client_1;
    C:\app\Administrator\product\11.1.0\client_1\bin;
    C:\oraclexe\app\oracle\product\10.2.0\server\bin;
    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\;
    C:\Program Files\Borland\BDS\4.0\Bin;
    C:\PROGRA~1\Borland\Delphi5\Projects\Bpl;
    C:\PROGRA~1\Borland\vbroker\jre\Bin;
    C:\PROGRA~1\Borland\vbroker\Bin;
    C:\PROGRA~1\Borland\Delphi5\Bin;C:\orant\bin;
    C:\WINDOWS\system32;C:\WINDOWS;
    C:\WINDOWS\System32\Wbem;
    c:\Program Files\Microsoft SQL Server\90\Tools\binn\;
    C:\Program Files\Microsoft SQL Server\80\Tools\BINN;
    C:\Program Files\java\jdk1.6.0_07\bin.
    Further I got 2 Oracle Homes one which C:\orant and other is located in C:\app\Administrator\product\11.1.0\client_1.
    Also noted that while deploying at client site I started gett'n this error:
    "Unable to install or run the application. The application requires that assembly Oracle.DataAcces version be installed in Global Assembly Cache First."
    Is it due to change in the production machine? Any help in this regard is greatly appreciated.

    Hi Pushpa,
    Which enhancement package are you on currently? This is observed in cases where originals in DIR's are invisible and sometimes error message 26296 occurs in transaction CV01n. Hence,please check your entries in the table SDOKPROP to avoid such a problem in your system.
    Further,suggest you explore if the below resolutions can be adopted in your case.
    http://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=10321987
    http://wiki.sdn.sap.com/wiki/display/PLM/OriginalsinvisibleafterEHP3or+EHP4
    Regards,
    Pradeepkumar haragoldavar

  • "An unexpected error occurred while creating a custom installer."

    All;
    I—and I've seen several others in older posts—have been reported received the error "An unexpected error occurred while creating a custom installer" while attampting to build a customer ARD client installer.  My guess is that this is do to a issue related to 10.8.X (10.8.4, in my case) based console Mac but I cannot confirm this. I have verified that there are no outstanding OS, client or application updates or hot fixes, as well.
    Has anyone built an successful installer from Mountain Lion-installed Mac?  Is there any know workarounds?
    Thanks in advance, for any help. 

    Have the exact same problem.
    iMac running 10.8.4
    Got through the steps of creating a custom client installer.
    if I choose not to customize and just save an installer I don't get the error but it creates a file of Zero bytes in size.
    If I chose to configure, when I try to save I get:
    An unexpected error occurred while creating a custom installer. Please try again....
    Console log reports:
    9/1/13 12:32:29.603 AM Remote Desktop[1306]: open on /private/tmp/RemoteDesktopClientInstaller_HEATyAJ5CR/extracted/RemoteDesktopCli ent.pkg/Scripts/RemoteDesktopClient.pkg: No such file or directory
    I have tried to save this in several location, with no effect on the error or the information logged, with the exception of the name of the temp directory that DOES contains the file (zero bytes):
    RemoteDesktopClient.pkg
    Need help with this someone...!
    APPLE...I JUST purchase this Applciation for $80.....it just flat out does not work....

  • " An error occurred while creating the backup directory"

    Hi all,
    I recently bought an external drive because my mac was just about full.
    It's made by Lacie, model # P'9231... (1TB)
    I got it working, for moving and accessing files (I moved the iPhoto library-and that works fine)...  but...
    I told Time Machine to use it as the backup disk, but TM often tells be that the backup failed. I get this message;
    "Backup failed.  An error occurred while creating the backup directory"
    I don't understand this.  I did some experiments with Time Machine, and I've been able to restore some things, but I still keep getting this message.
    I don't know what is getting backed up and what is not..
    Did I do something wrong? Or, more importantly, what is the fix?
    Any advice is much appreciated.  Thanks in advance,
    Jim

    I'm having the same problem.  I just got the drive Saturday at the local Apple store.
    Have you figured it out?

  • TM Error - An error occurred while creating the backup directory.

    mmm
    Got the TC last Wednesday. Connected 1 brand new iMac and a one year old mini, both on 10.5.2 with Airport Utility updates.
    The mini just started getting errors (Sunday lunch)
    TM Error
    Unable to complete computer backup. An error occurred while creating the backup directory.
    Forcing a Backup Now gets the same error.
    Mini is connected wirelessly direct to the TC and can browse the TC and read/write files ok.
    I can see no reason how why this error is occurring.
    TM opens and you can browse the backups fine.
    Anyone know how to get TM to be able to create directories again?
    Thanks

    exactly what I am seeing as well. I had one complete backup before I started seeing the exact error you are getting. I have tried everything I can think of from watching here and spending as much time on hold as I can afford. Hold times to talk with someone who actually might be able to help,that means not the first tech you will speak with but who they transfer you to may understand the TC/TM errors and fixes that work. That means 1 hour plus on hold,almost an hour before the first tech will finally give up and transfer you deeper and 30 minutes to 45 on hold there. Add another hour for them to get caught up with your case. These times are kinda like TC/TM themselves,very slow. I am connected via ethernet and shut down everything when trying to get this to work thus I have lost over 100 hours work time because of trying to get this to work without any interruption. It is such a generic error message it so totally reminds me of windoze daze. All I can do at this point is follow the leader on on the Apple death and dying forums. I am toast on trying and have seen that exact error screen more times than I am willing to admit. I am gonna get something that works as soon as I recover from spending 299 on a new wireless router! Please any of you seeing this error and somehow overcome it please post back and gives us losers something to chew on?

  • Error occurred while creating dimension attributes.

    Hi All,
             I have restored the back up file in the NW 10.0 environment (In BW 7.3 system using UJBR tcode the backup file was colleted from NW 7.5 system). In this process I have got an error "Error occurred while creating the dimension attributes via Admin API" and I have tried to resolve this with the program execution "UJA_ASSIGN_INFOOBJECTS_CATALOG". I am not able to open the Environment after this restore process completion. Could you guide me in this to resolve the issue. Please Let me know if you need more information to understand the issue.
    Thanks and Regards,
    Krishan.

    Hi Nilanjan,
                      I have logged into the BPC system and able to open the APSHELLENVIRONMENTSHELL. When I tried to open a new environment which I have restored in the BW system error like "500-server ". Is this related to Service Pack ? or need to apply any new one to this system. And one more log I have observed in the process of DATA. When I have executed the UJA_DATA_CHECKER there is a message what I have got in this process " InfoObject catalog /CPMB/ENVIRONMENTSHELL_CHAR is not available in version A".
    BW System Details:
                                   SAPK-80102INCPMBPC
    Thanks and Regards,
    Krishna.

  • UnExpected error occured while creating ejb container

    Hey, I am trying to deploy a new bean that I just wrote with a bean that has already been written. My bean is the News bean, the existing bean is the PPSO bean.
    when I deploy, I get the following exception:
    [26/Feb/2004:11:22:42] SEVERE ( 2104): LDR5004: UnExpected error occured while creating ejb container
    java.lang.ClassNotFoundException: com.pragmatics.ppcig.model.ejb.NewsBean_LocalHomeImpl
         at com.iplanet.ias.loader.EJBClassLoader.findClass(EJBClassLoader.java:457)
         at com.iplanet.ias.loader.EJBClassLoader.loadClass(EJBClassLoader.java:585)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
         at com.sun.ejb.containers.BaseContainer.initializeHome(BaseContainer.java:426)
         at com.sun.ejb.containers.EntityContainer.initializeHome(EntityContainer.java:355)
         at com.sun.ejb.containers.ContainerFactoryImpl.createContainer(ContainerFactoryImpl.java:230)
         at com.iplanet.ias.server.AbstractLoader.loadEjbs(AbstractLoader.java:345)
         at com.iplanet.ias.server.ApplicationLoader.load(ApplicationLoader.java:81)
         at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:134)
         at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:110)
         at com.iplanet.ias.server.ApplicationManager.applicationDeployed(ApplicationManager.java:294)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.invokeApplicationDeployEventListener(AdminEventMulticaster.java:424)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.handleApplicationDeployEvent(AdminEventMulticaster.java:408)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.processEvent(AdminEventMulticaster.java:291)
         at com.iplanet.ias.admin.event.AdminEventMulticaster.multicastEvent(AdminEventMulticaster.java:99)
         at com.iplanet.ias.admin.server.core.channel.AdminChannelServer.sendNotification(AdminChannelServer.java:84)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:534)
    here are pieces of my deployment descriptor:
    <entity>
              <description>PPSO EJB</description>
              <display-name>PPSO EJB</display-name>
              <ejb-name>PPSO</ejb-name>
              <local-home>com.pragmatics.ppcig.model.ejb.PPSOLocalHome</local-home>
              <local>com.pragmatics.ppcig.model.ejb.PPSOLocal</local>
              <ejb-class>com.pragmatics.ppcig.model.ejb.PPSOBean</ejb-class>
              <persistence-type>Bean</persistence-type>
              <prim-key-class>java.lang.String</prim-key-class>
              <reentrant>False</reentrant>
              <env-entry>
    // - select statements here that don't apply - //
    </entity>
         <entity>
              <description>News EJB</description>
              <display-name>News EJB</display-name>
              <ejb-name>News</ejb-name>
              <local-home>com.pragmatics.ppcig.model.ejb.NewsLocalHome</local-home>
              <local>com.pragmatics.ppcig.model.ejb.NewsLocal</local>
              <ejb-class>com.pragmatics.ppcig.model.ejb.NewsBean</ejb-class>
              <persistence-type>Bean</persistence-type>
              <prim-key-class>java.lang.String</prim-key-class>
              <reentrant>False</reentrant>
              <resource-ref>
                   <res-ref-name>jdbc/ppcigDS</res-ref-name>
                   <res-type>javax.sql.DataSource</res-type>
                   <res-auth>Container</res-auth>
                   <res-sharing-scope>Shareable</res-sharing-scope>
              </resource-ref>
         </entity>
    Any ideas what is causing this error?
    Thanks!

    Hi shanu, thanks for your reply,
    Yes I configured the JMS Objects in my AS before deploying the MDB.
    I set
    - a Queue: RFIDLocatorQueue
    - a connection Factory: RFIDLocatorConnectionFactory
    - and a Physical destination for my logical queue called: RFIDLocatorPhysicalQueue
    The latter was linked to the RFIDLocatorQueue by putting RFIDLocatorPhysicalQueue in the name parameter of the RFIDLocatorQueue.
    Is there maybe something else I forgot to configure ?
    thanks a lot

  • "error occurred while creating the backup folder" (-50)

    Symptoms:
    Bare HDD (Hitachi 1TB). When run on a simple cable setup, no issues. Recently got a Thermaltake BlacX dock, which is more convenient. First and more backup of any given session goes fine, then at some point, the error occurs, after which I can't unmount the drive without forcing it. After I force-eject, I can then reconnect the drive and backups will be fine again.
    It may, although I'm not sure of this, occur when I leave the machine to sleep with the drive attached.
    This implies that something between Time Machine, OSX and the BlacX are unhappy. Repair and reset haven't helped. Thoughts? I can always go back to using the cable, it was just a pain to set up, so I did backups less frequently, which is bad for me.
    The Time Machine error is:
    Unable to complete backup. An error occurred while creating the backup folder.
    Latest successful backup: 10-09-13 at 1:47 PM
    Time Machine Buddy says:
    Starting standard backup
    Backing up to: /Volumes/Time Machine 1/Backups.backupdb
    Error: (22) setxattr for key:com.apple.backupd.ModelID path:/Volumes/Time Machine 1/Backups.backupdb/gwiseman (2) size:13
    Error: (-50) Creating directory 2010-09-13-184726.inProgress
    Failed to make snapshot container.
    Error: (22) setxattr for key:com.apple.backupd.ModelID path:/Volumes/Time Machine 1/Backups.backupdb/gwiseman (2) size:13
    Backup failed with error: 2
    Console after force-eject shows:
    10-09-13 11:15:41 PM kernel jnl: disk1s2: close: journal 0x8578e04, is invalid. aborting outstanding transactions

    G'day all. Partner has an iMac 21.5 with Intel processor. OSX 10.6.4
    Interestingly, we also have the exact same problem with a different brand external hardware RAID 1 as follows:
    Welland Terra ME-580J fitted with two Samsung 1.5TB SATAII 3.5" 32M HD154UI drives.
    The Welland site [http://www.welland.com.tw/html/2bay/580j.html] info is pretty brief but it DOES show Mac/PC in its brochure.
    Connected via USB2.
    From new we had to go through the initialisation stuff and had lots of hair pulling moments. Basically the RAID1 drive needed to be partitioned.
    As with Geoffrey, TM did an initial full back up, then went OK for a few hours, then TM started giving the error message "error occurred while creating the backup folder".
    Additionally any repair attempts via Disk Utility failed because the TM (Raid1 drive) couldn't be unmounted.
    ALL apps were shut down leaving only Finder. Still couldn't unmount ext HDD. Kept getting the message that an app may be using the drive, etc.
    Forced demount. Unplugged USB, turned power off to Welland and re-arranged the drives to be two independent drives.
    Re powered the Welland, re-connected by USB, and there were TWO drives shown as "Time Machine" except one had the TM icon, the other a standard USB icon. This is exactly as I would have expected seeing as RAID1 disks have identical data on each.
    RE-partitioned the USB drive to a) remove all data and b) change its name to avoid confusion.
    TM now seems happy. I'm NOT happy, however, as this completely negates the whole idea of having back-ups to a RAID1 set-up.
    It would be easy to suggest there is a problem within iMac/OS X, as two people having exactly the same problems with completely different hardware is just too much of a co-incidence.
    Any thoughts and help would be truly appreciated, as I'm at the end of my limits, here.
    With thanks, Ian.
    PS please be kind to me, as I haven't gained a lot of Mac knowledge yet!

  • Unable to capture error message while creating an SO using bapi

    Hi,
    Can anybody suggest how to capture the error message while creating a SO using BAPI.
    I have developed a customeized BAPI and using the BDC format to create the SO.
    Note: i am using a call transaction method for the BDC.
    I am sending the message into message1.
    but i am unable to send the same into an internal table
    shyam.

    Hi Shyam
    If my understanding is correct, you are performing BDC process within the customized BAPI...
    And you want to collect the messages from BDC to an internal table and pass to the output.
    Proceed as below:
    1. While calling BDC, use CALL TRANSACTION .... with addition: <b>MESSAGES INTO itab</b>. The structure of itab should be like <b>BDCMSGCOLL</b>.
    2. Now the messages will be collected in ita.
    3. Prepare the messages using FM: <b>FORMAT_MESSAGE</b>
    4. Collect to the returning table.
    Hope this helps...
    Though i could not understand the reason of creating a BDC within BAPI, you can opt for loading orders via BAPI's like: BAPI_SALESORDER_CREATEFROMDAT1 or BAPI_SALESORDER_CREATEFROMDAT2.
    Kind Regards
    Eswar

Maybe you are looking for

  • Hard disk partition.

    hi all..          I have a pavallion G6 of 500GB HDD, which have a single partion only and whenever i'm trying to shrink it from  Device management it shows """ Dynamic disks are not supported by this operating systems or server configurations, dynam

  • Database creation problems and parition consolidation

    This is my first time on here so please look past my green-ness. =) I Installed Oracle 8.1.7 successfully and opted to setup the database creation later so I could put the database on another partition. Well, I tried once to create the database on th

  • How do I determine o and ou for an individual SearchResult?

    I am doing a search of an LDAP directory on o=company. When I display the results, I would like to see such things as ou and dn, but they aren't showing up in the results. Is there anyway to derive this from the SearchResult? Thanks.

  • How to mail the html file using javamail????

    hi i have captured the output of a jsp page in a html file.... now i wish to send it in the mail ( *** not as an attachment) ie i wish the output of the jsp ie the html file to be displayed in the message box (ie text area) ..... and then when reciev

  • URGENT-MUSIC VIDEO WILL NOT PLAY

    Ok, i know this sound desperate, but technically it is. I have to know the entire dance section of "Thriller" by Michael Jackson by Monday. So i bought the music video and it works just fine on iTunes, but when i play it on my iPod, it goes to the bl