Backup test fails...

Hello all, i am on hp-ux itanium 11.31...trying to test tape backup
DB having issue is 10.2.0.4
one thing to note...i have other DB on this server with different Oracle home and backup are running fine..they are 11g...
i have create the link as we did for other db's for libobk.so file
$ pwd
/oracle/ORCL/102_64/bin
$
$
$ ./sbttest test
The sbt function pointers are loaded from oracle.static library.
libobk.sl could not be loaded.  Check that it is installed
$
$ cd ../lib
$
$ ls -ltr *bob*
lrwxr-xr-x   1 oraorcl     dba             34 Mar  7 15:29 libobk.so -> /usr/openv/netbackup/bin/libobk.so
$i ran the sbttest on other DB which has the same link and test came back fine...but for this it fails...one thing to note is libobk.sl file...i tried searching on google but didnt find anything with regards to .sl file...saw other files...
what am i doing wrong here?

please go the directory /usr/openv/netbackup/bin and there you will see one file called oracle_link, just run that file as oracle user and on request prompt Y.
It will link your backup binaries with the oracle binaries.
$ pwd
/export/home/oracle
$ cd /usr/openv/netbackup/bin
$ pwd
/usr/openv/netbackup/bin
$ ls -lrt ora*
-r-xr-xr-x 1 root bin 34972 Apr 24 2010 oracle_link
$ ./oracle_link
Tuesday, 18 December 2012 10:26:24 GMT
All Oracle instances should be shutdown before running this script.
Please log into the Unix system as the Oracle owner for running this script
Do you want to continue? (y/n) [n] y
LIBOBK path: /usr/openv/netbackup/bin
ORACLE_HOME: /u01/app/oracle/product/11.2.0/dbhome_1
Oracle version: 11.2.0.2.0
Platform type: sparc
Linking LIBOBK:
Moving 64-bit libobk.so to libobk.so.back
ln -s /usr/openv/netbackup/bin/libobk.so64.1 /u01/app/oracle/product/11.2.0/dbhome_1/lib/libobk.so
Done
Please check the trace file located in /tmp/make_trace.22611
to make sure the linking process was successful.
$ sbttest test2
The sbt function pointers are loaded from libobk.so library.
-- sbtinit succeeded
-- sbtinit (2nd time) succeeded
sbtinit: Media manager supports SBT API version 2.0
sbtinit: Media manager is version 5.0.0.0
sbtinit: vendor description string=Veritas NetBackup for Oracle - Release 6.5 (2010042405)
sbtinit: allocated sbt context area of 8 bytes
sbtinit: proxy copy is supported
-- sbtinit2 succeeded
-- regular_backup_restore starts ................................
-- sbtbackup succeeded
write 100 blocks
-- sbtwrite2 succeeded
-- sbtclose2 succeeded
sbtinfo2: SBTBFINFO_NAME=test2
sbtinfo2: SBTBFINFO_SHARE=multiple users
sbtinfo2: SBTBFINFO_ORDER=sequential access
sbtinfo2: SBTBFINFO_LABEL=SG1674
sbtinfo2: SBTBFINFO_CRETIME=Tue Dec 18 10:27:28 2012
sbtinfo2: SBTBFINFO_EXPTIME=Fri Jan 18 10:27:28 2013
sbtinfo2: SBTBFINFO_COMMENT=Backup ID : cnsdc-t5220-03-bsn_1355826448
sbtinfo2: SBTBFINFO_METHOD=stream
-- sbtinfo2 succeeded
-- sbtrestore succeeded
file was created by this program:
seed=112655096, blk_size=16384, blk_count=100
read 100 buffers
-- sbtread2 succeeded
-- sbtclose2 succeeded
-- sbtremove2 succeeded
-- regular_backup_restore ends ................................
Edited by: diptiranjanb on Dec 18, 2012 2:29 AM

Similar Messages

  • Display test failed in BB virtual expert what to do please help cell is new 2 months old

    Dear All, 
    3 Months back i had purchased BBZ30. and today i had downloaded virtual expert software to run the health test. All features are working fine but display test failed. It is showing cracked. However my cell phone is working fine and even display is also fine. but due to this result i am really tensed. Please help what should i do..
    Sumit-

    Hello,
    Your next step would be warranty support, to have your device properly evaluated by a qualified technician. See your warranty service provider for that.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Database backups are failing

    Hello Experts,
    Database backups are failing due to compatibility issue, The target database version is 10.2.0.1., therefore the RMAN version is running on 10.2.0.4.0, i have no idea how that was happened and who has did that before, now i have to take of this issue .. could you please give me suggestions on how to bring RMANback to 10.2.0.1 version.

    Hello Marcus,
    Thank you for the update..
    here is the output of RMAN
    =====================================================
    Recovery Manager: Release 10.2.0.4.0 - Production on Mon Jun 3 09:19:38 2013
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN> connect target *
    2> run {
    3> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
    4> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    5> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO 'E:\Oracle\testdb\backup\cf_%d_%F';
    6> CONFIGURE BACKUP OPTIMIZATION ON;
    7> CONFIGURE DEVICE TYPE disk PARALLELISM 3;
    8> CONFIGURE DEFAULT DEVICE TYPE TO disk;
    9> CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT 'E:\Oracle\testdb\backup\b_%d_%U';
    10> CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT 'E:\Oracle\testdb\backup\b_%d_%U';
    11> CONFIGURE CHANNEL 3 DEVICE TYPE DISK FORMAT 'E:\Oracle\testdb\backup\b_%d_%U';
    12>
    13> BACKUP DATABASE PLUS ARCHIVELOG DELETE INPUT;
    14> }
    15>
    16> ALLOCATE CHANNEL FOR MAINTENANCE DEVICE TYPE DISK;
    17> CROSSCHECK BACKUP;
    18> DELETE NOPROMPT EXPIRED BACKUP;
    19> DELETE NOPROMPT OBSOLETE DEVICE TYPE DISK;
    20> CROSSCHECK ARCHIVELOG ALL;
    21> DELETE NOPROMPT EXPIRED ARCHIVELOG ALL;
    22> DELETE FORCE NOPROMPT OBSOLETE;
    23>
    PL/SQL package SYS.DBMS_BACKUP_RESTORE version 10.02.00.00 in TARGET database is not current
    PL/SQL package SYS.DBMS_RCVMAN version 10.02.00.00 in TARGET database is not current
    connected to target database: TEST(DBID=123412352)
    using target database control file instead of recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of configure command at 06/03/2013 09:19:41
    ORA-06550: line 1, column 2273:
    PLS-00302: component 'GETRANGEALBACKUP' must be declared
    ORA-06550: line 1, column 2238:
    PL/SQL: Statement ignored
    ORA-06550: line 1, column 2453:
    PLS-00302: component 'RESTORECMD_T' must be declared
    ORA-06550: line 1, column 2424:
    PL/SQL: Statement ignored
    Recovery Manager complete.

  • A SMART Test Failed on the Drive

    Computer won't start load Windows usually. During Diagnostic, I received the following message:
    ERROR CODE: BIOHD - 7
    Error : A SMART test failed on the Drive
    Testing: st3750528as (9up2y6fc)
    Does this mean my hard disk is failing or is it a software problem?  Will doing a disk recovery help?
    This question was solved.
    View Solution.

    TangoK, welcome to the forum.
    This error message means that your hard drive is failing.  If you get it to boot, you should make a backup of your personal data.  You should replace the drive with one as large or larger for the System Recovery media to work.
    For future reference, when requesting help you should always include the make/model (i.e. p6-xxxx) of the computer and/or monitor. This information is necessary for us to review the specifications of them.  We would be able to furnish you with guides to help you Recover the system after the drive is replaced.
    Please click the "Thumbs up + button" if I have helped you and click "Accept as Solution" if your problem is solved.
    Signature:
    HP TouchPad - 1.2 GHz; 1 GB memory; 32 GB storage; WebOS/CyanogenMod 11(Kit Kat)
    HP 10 Plus; Android-Kit Kat; 1.0 GHz Allwinner A31 ARM Cortex A7 Quad Core Processor ; 2GB RAM Memory Long: 2 GB DDR3L SDRAM (1600MHz); 16GB disable eMMC 16GB v4.51
    HP Omen; i7-4710QH; 8 GB memory; 256 GB San Disk SSD; Win 8.1
    HP Photosmart 7520 AIO
    ++++++++++++++++++
    **Click the Thumbs Up+ to say 'Thanks' and the 'Accept as Solution' if I have solved your problem.**
    Intelligence is God given; Wisdom is the sum of our mistakes!
    I am not an HP employee.

  • Receive the mesage Tree state is now. Test failed. What does it mean?

    I received the message from the lower status bar. It said tree state is now. Test failed. What does that mean?

    I also was plagued with this problem and resolved it by physically switching off time capsule and pulling out all conections to it.  Then I rebooted my imac and plugged everything back into time capsule and switched it on
    This did resolve the problem but it came back the next day so I this time just switched off time capsule at the main switch and it started to work again
    At this point I decided to add an extra external drive as a time machine backup
    At the last point of setting up the second drive (WD MyBook) i was asked if I wanted to use this for backups or keep both
    I chose both.  Now my backups are alternating between the two drives.  So far so good Have not seen the message again

  • Color LaserJet MFP M476nw Fax Test failed

    I bought a new LaserJet M476nw, but my fax test fails everytime through the laserjet setup and HP utilities software.  The Laserjet is connected on a network and using Vista.  
    I have a dedicated fax line connected from the jack to the icon with the jack on the back of the laserjet.   I can hear dial tone on the fax line when connected to a phone.   I have called the fax line and it is rings normally and no answer.   I also tried connecting a phone to the laserjet phone icon, while the fax line is connected to the laserJet, I can hear the dial tone from the phone.
    I do not know what else I should do to get the fax test to pass, so I can start faxing on this new machine.  Any suggestion is appreciated.
    Mike 
    This question was solved.
    View Solution.

    Actually this problem is now solved.  
    It was a brand new machine, so since I really didn't have any data so I did a restore default.  It rebooted and now it passes.

  • Pavilion G6-1203ey: Hard Disk Test FAILED, but can still boot into Windows

    Hello
    I have HP Pavilion G6-1203ey laptop. After installing Windows (7 ultimate, 64 bit) and some drivers on it and after several restarts, it hanged at Windows logo and I had to turn it off with power button. Then after turning it on, it gave me the option to repair problems which are preventing it from starting up, from there I let it to restore the computer to an earlier restore point and after a restart the Windows was working again. After that I decided to do a hard disk check just in case.
    The Hard Disk Self Test ended up with a message: Hard Disk 1 Full (305). Then I installed HP Unified Extensible Firmware Interface (UEFI) Support Environment and did hard disk from there. I chose the comprehensive test from the options, but it finished fairly quickly (in ~1 minute) with the following output:
    Testing Drive: 1
    Hard Disk SMART Check : PASSED
    Hard Disk Short DST : FAILED
    FAILURE ID : PTTU22-5T774L-MFPV4K-60S003
    PRODUCT ID : A5Q15EA#B1R
    Hard Disk 1
    Hard Disk Test : FAILED
    A bit more background:
    The previous owner told me that the original HDD was faulty which is why he replaced it with this one last year. He said that other than that there has been no problems with the laptop. The Windows is working right now and this HDD is quite new so I would not have expected any problems with it, but the results from the previously mentioned tests seem troubling. Is there a reason to worry?
    Thanks
    This question was solved.
    View Solution.

    Hi Alnuir,
    Welcome to the HP Support Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I read your post and looked into the failure ID that you posted regarding the failed Short DST test. That error is indicating a hard disk failure meaning that if it hasn't failed it might soon. If everything is working I would considering backing up your data on a regular basis just to be safe. You could have a local technician take a look at the hard drive to see how close it is to full failure.
    Thank you,
    Please click “Accept as Solution ” if you feel my post solved your issue.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Thank you,
    BHK6
    I work on behalf of HP

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • Will not let me sync my playlist after new purchases - sync test failed

    error message from diagnostic:
    Microsoft Windows XP Professional Service Pack 2 (Build 2600)
    Hewlett-Packard HP Pavilion dv9000 (EZ458UA#ABA)
    iTunes 7.6.0.29
    QuickTime 7.4.1
    CD Driver 2.0.6.1
    CD Driver DLL 2.0.6.2
    Apple Mobile Device 1.1.3.26
    Bonjour 1.0.4.12 (118.4)
    iTunes Serial Number E72858419F57DA04
    Current user is an administrator.
    The current local date and time is 2008-06-19 10:50:29.
    iTunes is not running in safe mode.
    Video Display Information
    NVIDIA GeForce Go 6150
    ** External Plug-ins Information **
    No external plug-ins installed.
    ** Network Connectivity Tests **
    Network Adapter Information
    Adapter Name: {0D1D1EA1-C577-4A0B-B332-F0F06E997127}
    Description: Broadcom 802.11b/g WLAN - Packet Scheduler Miniport
    IP Address: 172.16.205.238
    Subnet Mask: 255.255.254.0
    Default Gateway: 172.16.204.254
    DHCP Enabled: Yes
    DHCP Server: 172.16.204.254
    Lease Obtained: Thu Jun 19 09:05:37 2008
    Lease Expires: Fri Jun 20 09:05:37 2008
    DNS Servers: 216.136.33.82
    216.136.33.82
    216.54.204.186
    Adapter Name: {C3658844-9940-4DCE-B624-6D3323FE3076}
    Description: NVIDIA nForce Networking Controller - Packet Scheduler Miniport
    IP Address: 0.0.0.0
    Subnet Mask: 0.0.0.0
    Default Gateway:
    DHCP Enabled: Yes
    DHCP Server: 192.168.1.1
    Lease Obtained: Sun Feb 11 10:25:51 2007
    Lease Expires: Mon Feb 12 10:25:51 2007
    DNS Servers:
    Active Connection: LAN Connection
    Connected: Yes
    Online: Yes
    Using Modem: No
    Using LAN: Yes
    Using Proxy: No
    Firewall Information
    Windows Firewall is on.
    iTunes is enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to iTunes Store was successful.
    Secure connection attempt to iTunes Store was successful.
    Secure connection attempt to iPhone activation server was successful.
    Last successful store access was 2008-06-19 10:48:57.
    ** CD/DVD Drive Tests **
    LowerFilters: PxHelp20 (2.0.0.0),
    UpperFilters: GEARAspiWDM (2.0.6.1),
    E: HL-DT-ST DVDRAM GSA-4084N, Rev KQ09
    Drive is empty.
    ** iPod/iPhone Connectivity Tests **
    iPodService 7.6.0.29 is currently running.
    iTunesHelper 7.6.0.29 is currently running.
    Apple Mobile Device service 1.14.0.0 is currently running.
    Universal Serial Bus Controllers:
    Standard OpenHCD USB Host Controller. Device is working properly.
    Standard Enhanced PCI to USB Host Controller. Device is working properly.
    FireWire (IEEE 1394) Host Controllers:
    OHCI Compliant IEEE 1394 Host Controller. Device is working properly.
    Most Recent Device Not Currently Connected:
    iPod nano (Second Generation) running firmware version 1.1.3
    Serial Number: YM652P5NVQK
    ** iPhone/iPod Touch Sync Tests **
    One or more sync tests failed.

    Two things:
    - Completely remove and reinstall the Apple software by the following.  That link provides a link for Win &.
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    - If you still have a problem after restoring the iPod to factory defaults/new iPod you likely have a hardware problem. An appointment at the Genius Bar of an Apple store is then in order.

  • Windows App Certification Kit - Test Fails for Validate Desktop App at "Write appropriate Add/Remove Program values"

    Hi,
    I am trying to validate a .Net Framework 4 WinForms application for use in the Microsoft Partner Network portal.
    I am using Windows App Certification Kit 3.4 for Windows 8.1 , and the Validate Desktop App option.
    To build the package I am using InstallShield 2012 SPR Limited Edition (for Visual Studio), and the validation fails
    only with the following error (please also see the attached image):
    Clean reversible install test: Failed to Write appropriate Add/Remove Program values
    Error Found: The registry population test detected the following error: app didn't create the required registry entries.
    A non-optional value 'DisplayName' is missing or invalid (same for 'Publisher', 'ProductVersion')
    Please note that I have filled in all the publisher/product details in the InstallShield project, on the General Information page.
    Also I have tried to use the Microsoft Visual Studio Installer Project for VS2013, and the validation failed with the exact same error.
    (https://visualstudiogallery.msdn.microsoft.com/9abe329c-9bba-44a1-be59-0fbf6151054d)
    Any help would be very appreciated.
    Thank you.

    You may need to add the necessary info to the app’s Windows Installer package so it can configure Add/Remove Programs in Control Panel correctly. Setting these properties automatically writes the corresponding values into the registry. From the picture,
    you are missing some necessary information about your desktop app.
    Also You need the correct admin permissions to write to the registry.
    Please refer to this thread:
    http://stackoverflow.com/questions/21182856/windows-app-certification-kit-test-result-app-didnt-create-the-require-regist
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Hard disk test failed on HP Pavillion dv6-1100eo notebook

    I have a HP Pavilion dv6-1100eo Entertainment Notebook PC  (P/N: NR597EA) with Vista 32-bit.  Unfortunately no warranty left in and general I have been very happy with this notebook.
    However suddenly Wondows would not start up - and it did not even find Startup Recovery partition on the harddisk. As I wasn't sure if this Startup Recovery was on hard disk or not - I ordered System Recovery DVDs for this Scandinavian language version.
    These disks did not work - so I figured I have probably not done my homework before ordering those disks.
    Then I ran system Diagnostics (even if I have a old BIOS version F.03).  On the diagnositics - both Quick and Full Hard disk test failed during the first 1% of the scan.
    Is there anything that can be done - or is the only option new hard disk? In case - what hard disk is recommended that is not too expensive - as I don't want to invest too much into a soon 3 year old notebook.
    I recently bougth an external harddisk (1 TB) based on USB connection. Can that be used bypassing internal HD. In this way I would increase HD capacity and not invest anymore into this notebook - since I already have the recovery DVDs
    It is probably only a time question before I will buy a new HP notebook - that is why I don't want any long permanent fix of this problem.
    This question was solved.
    View Solution.

    Hi,
    Sorry to say, but you won't be able to install or boot Vista from the external HDD, so if you need to get the notebook working, you're going to have to replace the internal drive.
    The drive on the link below is an example of one that would be fine for your notebook.
    500Gb Hard Drive
    The procedure to replace the Hard Drive starts on Page 57 of your Maintenance & Service Guide.
    Once done, simply use your Recovery DVDs to reinstall the Operating System on the new drive.
    Regards,
    DP-K
    ****Click the White thumb to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    ****I don't work for HP****
    Microsoft MVP - Windows Experience

  • Massive stability issues - Disk Utility repair failed, hardware test failed

    Hi,
    I am having massive stability issues. The installer will not install anything, programs are quitting randomly, and it is getting very annoying!
    I read through a lot of posts and I have attempted to:
    Repair my disk using the install cd: but that failed.
    I did a Hardware test: but i had an error relating to fonts (?), couldn't see anything on the screen and I couldn't do anything.
    Is there something else I could do that I haven't tried?
    I have had my PB for a little over a year and have had no issues like this before. All of these issues seemed to start when I was playing a game and it suddenly just quit; I then couldn't go back into the game or re-install the game.
    Help!!
    12" Powerbook G4 1.5Ghz   Mac OS X (10.4.6)   768 RAM

    Hi, Dan.
    You wrote: "Repair my disk using the install cd: but that failed."That's a big problem. You won't get very far until the problems noted by Repair Disk, the function I presume you ran based on your description, are sorted out. It's possible the hard drive has failed.
    If the Apple Hardware Test failed, that's another significant problem. If it produces messages you can read that describe the failure, write them down. The machine may need to be serviced by an Apple Authorized Service Provider.
    As to your next steps, first run the procedure specified in my "Resolving Disk, Permission, and Cache Corruption" FAQ. Perform the steps therein in the order specified to see what's up with your disk and if anything can be done to correct that.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X
    Note: The information provided in the link(s) above is freely available. However, because I own The X Lab™, a commercial Web site to which some of these links point, the Apple Discussions Terms of Use require I include the following disclosure statement with this post:
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • My Macbook aliminium unibody from late 2008 will not boot. I reach the grey screen with the apple icon and the spinning grey gear. I used disk utility to boot it but it said integrity test failed. I don't know what to do can anyone please help?

    My Macbook aliminium unibody from late 2008 will not boot. I reach the grey screen with the apple icon and the spinning grey gear. I used disk utility to boot it but it said integrity test failed. I don't know what to do can anyone please help?

    Sounds like you may have a harddrive issue.  You are probably going to need to get that changed out and then install the OS X again to get it going.

  • HP Pavilion DV7; System will not boot; Memory Test Failed using Advanced System Diagnostic​s

    Not sure exactly how, but I managed to contracted several variants of the nasty Rovnix virus and now my system will not even boot into Safe Mode after trying to restore to several different restore points.  Enabled bootlogging, but not sure how to retrieve the log.
    Currently am able to get into HP Advanced Diagnostics and began Start-Up Test.  Test failed on Memory Module:
    Failure ID: Q0AE6C-5LS79T-MFH15G-406N03
    Any next steps or directional assistance would be greatly appreciated.  Thank you in advance!

    Hello @GarrettBishop,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I have read your post on how your notebook computer has failed a memory test in the advanced system, and I would be happy to assist you in this matter!
    Since the Failure ID has come up with Q0AE6C-5LS79T-MFH15G-406N03, I recommend contacting our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assis​t.html
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • Can't get iCloud to back up on IPhone 5. Have 7.1 GB available. Backup keeps failing while I am plugged in and connected to wifi

    Can't get iCloud to back up on IPhone 5. Have 7.1 GB available. Backup keeps failing while I am plugged in and connected to wifi. It will show backing up now and estimated time 20 plus hours and always ends up failing after a couple hours

    You need at least 50 MB of free space in order to back up to iCloud.  Rather than backing up, have you tried importing the photos to your computer and deleting them from the camera roll as explained here: http://support.apple.com/kb/HT4083?

Maybe you are looking for

  • Downcasting in Object PL/SQL Does not Work in Oracle 10g Enterprise Edition

    create type one_t as object ( x number, y date ) not final create type two_t under one_t() set serverout on declare super one_t; sub two_t := two_t(1, sysdate); begin super := one_t(1, sysdate); sub := new two_t(1, sysdate); dbms_output.put_line('sub

  • How a variable in C++ gets updated from calling a labview dll running in a loop?

    Hi, I have created a dll which is called from a C++ program. The dll has been created from a vi which continuously runs in a loop (this is necessary because I need to control some hardware in real-time). When I call the function from C++ I can see th

  • Using rules in email templates

    I want to define a <Variable> in an email template and assign a value of a <rule> to it. <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE EmailTemplate PUBLIC 'waveset.dtd' 'waveset.dtd'> <EmailTemplate name='Foo Template' smtpHost='$(smtpHost)' from

  • Multiple users accessing single application in HTML DB 2.1 with XE

    Hi, I am struggling to setup an application in HTMLDB 2.1 on XE. I would like multiple users to be able to access the same application. I have created the application and the users but now I need to give the new users access to the application. Can s

  • ID5: Table cell strokes &!^@)ed up

    I'm trying to add a stroke to the top and bottom of a selection of cells. Sometime it works, sometimes it adds the stroke too all sides of all cells in the selection. What's going on? Even it I select just the bottom row and try to stroke the bottom