ADF picks up the paper, paper goes 90% by ADF, paper stops and restores approximately 10%

I have a 8500 HP Officejet Pro entitled more A910G; I am running Windows 7.

When you use the ADF, I put a sheet of paper in the tray of albums,

I hear him "ding", says that the book is recognized,

I chose the copy,

The article is accepted,

The book begins his journey through the ADF,

The book stops at the bottom of the ADF, but when it is almost 90% through the ADF, the paper stops, reverses and restores in the ADF, and then after reversing about 10% in the ADF, the paper stops and I get the error message:

"Reload the document, and then restart of work."

It has been the case for over a year! I tried a hard reset of the printer. I looked for loose paper in the Add box. I see in the forum that others have had this problem. But no miracle!

Hello

Thanks for the reply with your update, and we thank you for clicking on Bravo to say thank you! I appreciate it.

I'm sorry to hear that the diagnosis was not much help at all. There could be more than a hardware problem in the printer and I suggest to call the HP Technical Support at this stage. They may have a replacement or a trade in option for you.

If you are interested, here is their contact information:

If you call in North America, the number is 1-800-474-6836 and for all other regions: click here.

 

Thank you for posting, I hope that you enjoy your weekend!

Tags: HP Printers

Similar Questions

  • PIXMA 922 unable to pick up the paper from the lower bin

    I recently bought the PIXMA 922 and have had problems printing.  I put standard Staples copy paper in the lower tray.  When I go to print it sometimes will print a page or two, then it gives me error "Support Code 1008" say that there is no paper.  I have to open the lower tray, readjust the book a bit, click ok.  At that time his 40% chance to print another page or two, otherwise think it once again and then gives the same error.  It makes it almost impossible to print anything more then a few pages because every few pages spend a few minutes of back and forth with the printer.  Have I not a lemon?  Is there something I missed making it so the printer can't pick up the paper?  Before to return the printer that I wanted to try to get assistance.

    Thank you!

    Hello sewell.

    If the paper has been loaded correctly and the error persists, additional troubleshooting will be done to limit the cause of your problem.  Please contact our support group using the link below for further assistance.

    http://www.USA.Canon.com/Cusa/consumer/standard_display/contact_us_consumer

  • My printer is not picking up the paper from the bin

    My new Officejet 4500 office is not picking up the paper from the bin over. I get the off error paper after he tries and fails to load a sheet of paper. Oops, thread, my bad.

    Hello

    HERE , the info can help.

  • Since then, when I start the computer, it goes through a few stages starting and then ends with a black screen with a cursor flashing at the top.

    I left by mistake a USB in the port when I restarted my computer (Windows 7).

    Since then, when I start the computer, it goes through a few stages starting and then ends with a black screen with a cursor flashing at the top.

    If I press ESC during startup and access the start menu, something marked WED... is highlighted and I press on enter and it starts normally.

    How can I get Windows 7 to do a normal boot without having to access the Boot Menu each time?

    Thank you.

    Tried that, but it did not work.  Finally got and IT guy come and it took him 3 1/2 hours to repair.

    Need a bootable floppy which has then repairs itself.

    Lesson learned.  Have an available for each computer startup disk.

  • I have a jet8500a of office and did everything they could to clear the paper jam and I still can't message

    I have a 8500 office jet, I get a message that I have a paper jam and I went through all of the online solutions to clear it and the printer does not work

    Cannot get printer to work after making all online solutions always tells me I've got a block and I can't find anything. very angry need printer to work

  • the paper size, and paper also prints the profile color inkjet

    I intend to use an inkjet printer to print at least one (or more) copies of a drawing of YOUR CONTINUOUS created in Ps CC 2015. I have several questions about the TYPE of DOCUMENT and the ADVANCED OPTIONS:


    1 Wkind of hat of paper do I need to buy, and should I use one of the presets U.S. PAPER?


    2. If I don't want to design to BLEED on paper, should I create the design that is smaller than the HEIGHT and WIDTH I choose (e.g. would allow a larger size such as 8.5 x 11 for the margins between the edge of the paper and the design itself)?


    3. is it true that inkjet printers are usually set to 240 and, therefore, the image of RESOLUTION must not exceed (eg. something higher is too much data for the printer to process in a reasonable period of time and there is no difference in quality anyway)?


    4. should I work in RGB mode and CONVERT them to CMYK when I finish the design?


    5 should I use the default PROFILE of COLOR RGB (sRGB IEC61966-2, 1), Adobe RGB (1998), the "color management this document" option, or some other?

    You'll want to experiment with the printer.  Save copies of the file in separate RGB profiles as I explained in my post.  You will be surprised on the different color prints, you will be able to achieve.  As you work in a workspace 'closed circuit', you can print RGB strictly.  This will allow a wider range through the barrel.  Certainly use color management in the print driver.  For what is the resolution of the image, use the 140 to 150 pixels per inch.  No interest to enter in the halftone screening technology platform.  Suffice it to say, 300 pixels per inch is unnecessary and too much data for inkjet.

  • I gave my brother my old iPhone I brought a new and my brother has already forgotten the password. I plugged in on my laptop and restored, but it will not accept any password. What should I do next?

    I just bought an iPhone 6s and decided to give my brother my old iPhone 5. less than 5 minutes my brother forgot his password so I plugged into my mac and restored, but he does not accept the original password. It will connect now on my mac with out typing me in an access code. What should I do next?

    The following link has instructions for all methods: If you have forgotten the password for your iPad, iPhone or iPod touch, or your device is disabled - Apple supports

  • Problem with the archive log when you use RMAN for backup and restore (11g 2)

    Hello world
    Please help me solve this problem.
    I'm just beginner in Oracle Database (11 g 2). Today, I had a problem, I tried to back up and restore my db by RMAN. I delete all the files in /u01/app/oracle/oradata/orcl / * , then I restore them easily, but the point is I have a table, I can restore Hungarian, but cannot restore anything ranks in it (something wrong with step restore database). I'll tell the detail below.
    -First, I create a 'Day' with command table create table hr.day (varchar (20)) day. Then I backup complete by this:
    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_FULL_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 0 tag 'DB_FULL' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_FULL' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }


    D ' other hand, I have insert 'Monday' to table. then do an incremental backup by this:

    run{
    allocate channel bkp device type DISK FORMAT '/u01/backup/DB_INC_%d_%T_s%s_p%p' ;
    backup as compressed backupset incremental level 1 tag 'DB_INC' database include current controlfile;
    backup as compressed backupset tag 'ARCL_BKP_INC' archivelog all delete input;
    crosscheck archivelog all;
    crosscheck backup;
    delete noprompt obsolete;
    release channel bkp;
    }

    Repeat 7 times (Monday-> Saturday). And I got these files:

    [oracle@rac ~]$ ls -l /u01/backup/
    total 400280
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 07:23 c-1428943247-20160120-01
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:04 c-1428943247-20160120-02
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:05 c-1428943247-20160120-03
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:06 c-1428943247-20160120-04
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-05
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:08 c-1428943247-20160120-06
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:09 c-1428943247-20160120-07
    -rw-r----- 1 oracle oinstall  10158080 Jan 20 08:32 c-1428943247-20160120-08
    -rw-r----- 1 oracle oinstall 296337408 Jan 20 07:23 DB_FULL_ORCL_20160120_s89_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 07:23 DB_FULL_ORCL_20160120_s90_p1
    -rw-r----- 1 oracle oinstall   2266624 Jan 20 07:23 DB_FULL_ORCL_20160120_s91_p1
    -rw-r----- 1 oracle oinstall   4073984 Jan 20 07:23 DB_FULL_ORCL_20160120_s92_p1
    -rw-r----- 1 oracle oinstall  11201536 Jan 20 07:23 DB_FULL_ORCL_20160120_s93_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:05 DB_INC_ORCL_20160120_s100_p1
    -rw-r----- 1 oracle oinstall    146944 Jan 20 08:05 DB_INC_ORCL_20160120_s101_p1
    -rw-r----- 1 oracle oinstall    884736 Jan 20 08:06 DB_INC_ORCL_20160120_s103_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:06 DB_INC_ORCL_20160120_s104_p1
    -rw-r----- 1 oracle oinstall     82432 Jan 20 08:06 DB_INC_ORCL_20160120_s105_p1
    -rw-r----- 1 oracle oinstall    294912 Jan 20 08:07 DB_INC_ORCL_20160120_s107_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:07 DB_INC_ORCL_20160120_s108_p1
    -rw-r----- 1 oracle oinstall     18944 Jan 20 08:08 DB_INC_ORCL_20160120_s109_p1
    -rw-r----- 1 oracle oinstall    155648 Jan 20 08:08 DB_INC_ORCL_20160120_s111_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:08 DB_INC_ORCL_20160120_s112_p1
    -rw-r----- 1 oracle oinstall    131584 Jan 20 08:08 DB_INC_ORCL_20160120_s113_p1
    -rw-r----- 1 oracle oinstall    647168 Jan 20 08:09 DB_INC_ORCL_20160120_s115_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:09 DB_INC_ORCL_20160120_s116_p1
    -rw-r----- 1 oracle oinstall      8704 Jan 20 08:09 DB_INC_ORCL_20160120_s117_p1
    -rw-r----- 1 oracle oinstall   2203648 Jan 20 08:04 DB_INC_ORCL_20160120_s95_p1
    -rw-r----- 1 oracle oinstall   1130496 Jan 20 08:04 DB_INC_ORCL_20160120_s96_p1
    -rw-r----- 1 oracle oinstall   1899008 Jan 20 08:04 DB_INC_ORCL_20160120_s97_p1
    -rw-r----- 1 oracle oinstall    327680 Jan 20 08:05 DB_INC_ORCL_20160120_s99_p1

    And
    RMAN> list backup summary;
    List of Backups
    ===============
    Key     TY LV S Device Type Completion Time #Pieces #Copies Compressed Tag
    ------- -- -- - ----------- --------------- ------- ------- ---------- ---
    80      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    81      B  0  A DISK        20-JAN-16       1       1       YES        DB_FULL
    82      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    83      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    84      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_FULL
    85      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T072332
    86      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    87      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    88      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    89      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080440
    90      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    91      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    92      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    93      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080545
    94      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    95      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    96      B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    97      B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080657
    98      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    99      B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    100     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    101     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080801
    102     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    103     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    104     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC
    105     B  F  A DISK        20-JAN-16       1       1       NO         TAG20160120T080844
    106     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    107     B  1  A DISK        20-JAN-16       1       1       YES        DB_INC
    108     B  A  A DISK        20-JAN-16       1       1       YES        ARCL_BKP_INC

    My configuration of rman:
    RMAN> show all;
    RMAN configuration parameters for database with db_unique_name ORCL are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/u01/backup/%F';
    CONFIGURE DEVICE TYPE DISK PARALLELISM 2 BACKUP TYPE TO BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/u01/backup/backup_df%t_s%s_s%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE ; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11.2.0/dbhome/dbs/snapcf_orcl.f'; # default

    - Thirdly, i removed all file in /u01/app/oracle/oradata/orcl/*. then restore control file from the newest backup control file (saturday backup) + restore database. Seem nothing's wrong here.
    RMAN> restore controlfile from '/u01/backup/c-1428943247-20160120-08';
    Starting restore at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=20 device type=DISK
    channel ORA_DISK_2: skipped, AUTOBACKUP already found
    channel ORA_DISK_1: restoring control file
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:09
    output file name=/u01/app/oracle/oradata/orcl/control01.ctl
    output file name=/u01/app/oracle/flash_recovery_area/orcl/control02.ctl
    Finished restore at 20-JAN-16

    RMAN> alter database mount;
    database mounted
    released channel: ORA_DISK_1
    released channel: ORA_DISK_2

    RMAN> restore database;
    Starting restore at 20-JAN-16
    Starting implicit crosscheck backup at 20-JAN-16
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=20 device type=DISK
    allocated channel: ORA_DISK_2
    channel ORA_DISK_2: SID=18 device type=DISK
    Crosschecked 29 objects
    Finished implicit crosscheck backup at 20-JAN-16

    Starting implicit crosscheck copy at 20-JAN-16
    using channel ORA_DISK_1
    using channel ORA_DISK_2
    Finished implicit crosscheck copy at 20-JAN-16

    searching for all files in the recovery area
    cataloging files...
    no files cataloged

    using channel ORA_DISK_1
    using channel ORA_DISK_2

    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/oracle/oradata/orcl/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/oracle/oradata/orcl/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/oracle/oradata/orcl/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/oracle/oradata/orcl/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/oracle/oradata/orcl/example01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_FULL_ORCL_20160120_s89_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_FULL_ORCL_20160120_s89_p1 tag=DB_FULL
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:15
    Finished restore at 20-JAN-16

    -Fourth, the problem here, I got the database;
    .. .every oky until this line...
    starting media recovery

    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=15
    channel ORA_DISK_1: reading from backup piece /u01/backup/DB_INC_ORCL_20160120_s117_p1
    channel ORA_DISK_1: piece handle=/u01/backup/DB_INC_ORCL_20160120_s117_p1 tag=ARCL_BKP_INC
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/app/oracle/flash_recovery_area/ORCL/archivelog/2016_01_20/o1_mf_1_15_c9xsyx9k_.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 01/20/2016 08:50:22
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 1 and starting SCN of 1205841

    The error said that it is impossible to find the archived log thread = 1 sequence = 1. Then I check it with this command always there (oh, I'm wrong?)
    RMAN> list backup of archivelog all;
    List of Backup Sets
    ===================
    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    82      2.16M      DISK        00:00:00     20-JAN-16     
            BP Key: 82   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s91_p1

      List of Archived Logs in backup set 82
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1154833    20-JAN-16 1177422    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    83      3.88M      DISK        00:00:00     20-JAN-16     
            BP Key: 83   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s92_p1

      List of Archived Logs in backup set 83
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
    1    1       1162729    20-JAN-16 1188784    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    84      10.68M     DISK        00:00:01     20-JAN-16     
            BP Key: 84   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_FULL
            Piece Name: /u01/backup/DB_FULL_ORCL_20160120_s93_p1

      List of Archived Logs in backup set 84
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    2       1177422    20-JAN-16 1201833    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    88      1.81M      DISK        00:00:01     20-JAN-16     
            BP Key: 88   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s97_p1

      List of Archived Logs in backup set 88
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    3       1201833    20-JAN-16 1204844    20-JAN-16
      1    4       1204844    20-JAN-16 1204893    20-JAN-16
      1    5       1204893    20-JAN-16 1204958    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    92      143.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 92   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s101_p1

      List of Archived Logs in backup set 92
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    6       1204958    20-JAN-16 1205034    20-JAN-16
      1    7       1205034    20-JAN-16 1205253    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    96      80.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 96   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s105_p1

      List of Archived Logs in backup set 96
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    8       1205253    20-JAN-16 1205354    20-JAN-16
      1    9       1205354    20-JAN-16 1205433    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    100     18.00K     DISK        00:00:00     20-JAN-16     
            BP Key: 100   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s109_p1

      List of Archived Logs in backup set 100
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    10      1205433    20-JAN-16 1205519    20-JAN-16
      1    11      1205519    20-JAN-16 1205559    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    104     128.00K    DISK        00:00:00     20-JAN-16     
            BP Key: 104   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s113_p1

      List of Archived Logs in backup set 104
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    12      1205559    20-JAN-16 1205624    20-JAN-16
      1    13      1205624    20-JAN-16 1205739    20-JAN-16

    BS Key  Size       Device Type Elapsed Time Completion Time
    ------- ---------- ----------- ------------ ---------------
    108     8.00K      DISK        00:00:00     20-JAN-16     
            BP Key: 108   Status: AVAILABLE  Compressed: YES  Tag: ARCL_BKP_INC
            Piece Name: /u01/backup/DB_INC_ORCL_20160120_s117_p1

      List of Archived Logs in backup set 108
      Thrd Seq     Low SCN    Low Time  Next SCN   Next Time
      ---- ------- ---------- --------- ---------- ---------
      1    14      1205739    20-JAN-16 1205796    20-JAN-16
      1    15      1205796    20-JAN-16 1205840    20-JAN-16


    If i ignore it and open the database, just my table in full backup come back but rows was not restored. I'm sure the problem is my archive log backup but i don't know how to solve it. Plz help me.

    Sorry for a long post.

    > 1 and from the 1205841 SNA sequence

    The SCN that indicates Oracle is above the range of SNA that you have in the ArchiveLog backups for sequence 1 to 15 (15 sequence ends at 1205840).

    The message

    channel ORA_DISK_1: restoring archives Journal

    Archives journal thread = 1 sequence = 15

    channel ORA_DISK_1: backup/u01/backup/DB_INC_ORCL_20160120_s117_p1 piece reading

    channel ORA_DISK_1: piece handle = / u01/backup/DB_INC_ORCL_20160120_s117_p1 tag = ARCL_BKP_INC

    indicates that he has restored the sequence up to 15

    You can check the log file alert database instance for messages on the fact of recovery.

    He is now asking sequence #1 it seems you did a RESETLOGS after sequence #15.

    Note: If you have NOT issued a COMMIT after the line is INSERTED in the table 'Day', the recovery of the database will have no * transactions * to retrieve.  An uncomitted transaction is cancelled.

    Hemant K Collette

  • HP Officejet 6500 Paper Out status on the computer but the paper loaded and test page prints

    We have a HP 6500 CB815A, which works well for almost a year. As of today, we get "Paper Out" status on the computer, but there is paper loaded in the tray... the same high quality paper as we always use. The test printer utility reports the same status. However, the printer can print a test page and fax without printing problem status.

    I unplugged for 30 seconds to reset, but we get the same status.

    Someone has had this same problem and solved?

    Thank you

    Dave

    If you have not tried to reboot your PC, I would. If this does not clear the issue, I would follow the following steps:

    1. Click Start-> Control Panel
    2. Select uninstall a program (it's the heading programs)
    3. Find your driver HP software; Select it by clicking on it once, then select Edit. If the change is not available, select uninstall/change.
    4. Select repair and then follow the prompts for your software repairs itself.
    5. If your software does not have the repair option, it may be advisable to download the latest drivers from support.hp.com site. Uninstall the drivers for your printer, and then reinstall them using.

    If these steps do not work, please post and I can continue further with troubleshooting.

    Good luck

    Brent

  • Machine virtual Windows 7 - freezes\reverts of the screen when going from Windowed to full screen and vice versa.

    I use a Win7 box with a Machine virtual Win7 on it.  When I started using the VM, it should start and login and work very well.  Shortly after I started having the following problem.  It loads in windowed mode, so I me the welcome greenish\blueish after cutting inside.  If I wait for the Office to load, when I do the full VM screen, it goes full screen then the screen goes to the Welcome screen again, but it's just a static image.  It won't change until I have send a Ctrl-Alt-Del command.  Can I get the normal window with options for logging, start the Task Manager, etc..  If I press ESC or click Cancel, it will show the office and I can work on it without problem.

    If I leave full screen mode windowed after that, the same thing happens, except instead of the Welcome screen, I get the screen of Ctl-Alt-Del as a static picture.  Once again, if I send the Ctrl-Alt-Del command, then cancel, I get the office as usual and it will work until I have try to resize the screen again.

    Can someone help me understand what is happening?

    Thanks in advance,

    Joe

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    Forum TechNet Windows 7

    Hope this information helps.

  • The company went bust DV-7 computer laptop, stop and webcam problems

    Having some problems with my HP laptop bought UK and society, I bought it, disappeared, try to return it or fix the problem with the help

    HP DV - 7 6153ea

    Windows 7 64 bit

    Webcam has just stopped working

    Stay, the screen flashes and the computer simply stops

    Hello

    You are welcome

    What you describe, I would say that it is almost certainly a hardware problem.

    All the best,

    DP - K

  • HP Officejet Pro 8500 a: HP Officejet Pro 8500 has come looking for the paper.

    Hello and thanks for any advice.  I have a HP OfficeJet Pro 8500 started a clicking then that he was trying to pick up the paper for printing a document and then received a paper error output (bin was full).  I removed all the paper and found a small plastic piece 1/4 inches long and looks like a piece of home (he's not... looks like only). I replaced the paper and tried to print.  I opserved that the mechanism of paper collection has diminished, but the wheels do not turn. I manually pushed a piece of paper in front of the van and it printed.  The collection of paper wheel is the problem... is there an available spare part?

    Hi dwaryk,

    Thanks for joining the forums of HP's Support with your request.

    I understand that you have a HP Officejet Pro 8500 has e-all-in-one printer that seems to have lost perhaps a part and the mechanism of paper collection has stopped working. I'll help you as best I can.

    I checked the list of replaceable parts for this printer and who find that the mechanism of collecting paper is not a replaceable piece by customer. If the printer is broken, a replacement may be your only option.

    I suggest you contact HP support. They could have an option to replace/upgrade the printer that you could save a few dollars to the retail costs.

    What you can do, is to use the following link to create yourself a file number, then call and it can help to expedite the appeal process:

  • HP Deskjet 1510: Empty tray and the paper jam

    When I try to print, I get message empty paper tray. I take the paper tray and put again, and then I get the paper jam when I try to print again. My printer worked fine od days. This happened for no apparent reason.

    Hello and welcome to the community of HP @R-Tuck,

    I understand that you still receive error messages paper jam on your HP Deskjet 1510. I'll be happy to help you.

    Here is a link to a document offering solutions to troubleshooting to jam on the HP Deskjet 1510 questions. Try the steps and let me know the results.

    The flashes (paper jam) Attention for printer HP Deskjet 1510 and HP Deskjet Ink Advantage 1510 all-in-One Printer Series

    If it helps, will testify of my answer by pressing the 'thumbs up' below, or click on the button "Accept as Solution" if I helped you reach a solution.

    I hope this helps and have a nice day.

  • Rollers which collects the paper in my Photosmart C5280 printer make any movement.

    I have cleaned the rollers, checked the settings, changed the paper, dusted off the printer, but rolls that are supposed for the paper do not move, and the printer gives me a message 'Out of Paper' and do not print.  Any suggestions?  He is an all-in one Photosmart C5280, running on Windows XP, directly connected to the computer.

    If the entry of paper rolls do not move, then it is possible there is something stuck in it or the sensors that control are having a problem.

    * I start by remove all paper from the paper tray and check at the front and the back of the printer to make sure nothing is caught in the rollers

    * Hard Reset the printer by unplugging the unit while it is turned on, wait 30 seconds and plug it back to.

    Thus, there is a document provided by HP with the steps to resolve when a printer does not have paper in the unit.  The document can be accessed here.

    I hope this helps.

  • try to print and mistake the light and the paper and ink lights flash. new ink in

    HP Deskjet F2210 all in one.  Windows XP.  Error lights when you try printing and the paper light and ink lights are flashing simultaneously.  New ink cartridges are.  I have reset the computor several times.  Also removed the print operation to try again, but the error light does not now turn off so there is no operations waiting to be printed.

    The steps in this troubleshooting page can help.

Maybe you are looking for