Provide Information on what steps have been done

Troubleshooting is the process of elimination.  When a member states that they have a problem and they have done all the troubleshooting steps, it leaves community members at a loss. We don't know where to begin and still have to ask what has been done in order to find the starting point. A "Best Practice" would be to list the problem and what has been done.
For example: I cannot get the printer (Officejet 6700 premium, - CN538A) the print an email  I sent to it.  I am sending it from my Gmail account I have already made sure that the printer is listed as the only recipient and made sure that I am typing the printer's email address correctly. I am only sending 1 attachment and it is a PDF file.  This is the first email that it failed, al others sent have printed."
This way, community members who wish to help  out will have a better understanding what has been done/eliminated from the list of possible causes. 
I am a former employee of HP...
How do I give Kudos?| How do I mark a post as Solved?
This question was solved.
View Solution.

 As always, I hope that the community finds this helpful.  
I am a former employee of HP...
How do I give Kudos?| How do I mark a post as Solved?

Similar Messages

  • DB -What action have been done by until cancel?

    ORALCE 8174/Hotbackup:
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_SCN, TO_CHAR(LAST_CHANGE#) DATAFILE_LASTSCN FROM V$DATAFILE;
    2 /
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396163609
    9220396163791
    9220396163711
    9220396163711
    9220396163764
    9220396163764
    9220396163789
    9220396163611
    9220396163624
    9220396163791
    9220396163655
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396163655
    12 rows selected.
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_HSCN FROM v$datafile_header
    2 /
    DATAFILE_HSCN
    9220396163609
    9220396163667
    9220396163687
    9220396163711
    9220396163748
    9220396163764
    9220396163789
    9220396163611
    9220396163624
    9220396163791
    9220396163640
    DATAFILE_HSCN
    9220396163655
    12 rows selected.
    SQL> recover database using backup controlfile;
    ORA-00279: change 9220396163609 generated at 07/28/2007 00:01:07 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13876.arc
    ORA-00280: change 9220396163609 for thread 1 is in sequence #13876
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    AUTO
    ORA-00279: change 9220396171447 generated at 07/28/2007 01:31:22 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13877.arc
    ORA-00280: change 9220396171447 for thread 1 is in sequence #13877
    ORA-00278: log file '/data1/newdb/orcl/arch/arch_1_13876.arc' no longer needed for this recovery
    ORA-00308: cannot open archived log '/data1/newdb/orcl/arch/arch_1_13877.arc'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_HSCN FROM v$datafile_header;
    DATAFILE_HSCN
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    DATAFILE_HSCN
    9220396171447
    12 rows selected.
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DATAFILE_SCN, TO_CHAR(LAST_CHANGE#) DATAFILE_LASTSCN FROM V$DATAFILE;
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    9220396171447
    DATAFILE_SCN DATAFILE_LASTSCN
    9220396171447
    12 rows selected.
    SQL> SELECT TO_CHAR(CHECKPOINT_CHANGE#) DB_SCN,TO_CHAR(CONTROLFILE_CHANGE#) CONTROL_SCN FROM v$database;
    DB_SCN CONTROL_SCN
    9220396163608 9220396171447
    SQL>
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-01113: file 1 needs media recovery
    ORA-01110: data file 1: '/data1/newdb/orcl/datafile/system01.dbf'
    *********why still show above error and can't open db?
    SQL>[color=Red] recover database using backup controlfile until cancel;[color]
    ORA-00279: change 9220396171447 generated at 07/28/2007 01:31:22 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13877.arc
    ORA-00280: change 9220396171447 for thread 1 is in sequence #13877
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    [color=Red]AUTO[color]
    ORA-00308: cannot open archived log '/data1/newdb/orcl/arch/arch_1_13877.arc'
    ORA-27037: unable to obtain file status
    SVR4 Error: 2: No such file or directory
    Additional information: 3
    [color=Red]SQL> recover database using backup controlfile until cancel;[color]
    ORA-00279: change 9220396171447 generated at 07/28/2007 01:31:22 needed for thread 1
    ORA-00289: suggestion : /data1/newdb/orcl/arch/arch_1_13877.arc
    ORA-00280: change 9220396171447 for thread 1 is in sequence #13877
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    [color=Red]CANCEL[color]
    Media recovery cancelled.
    SQL> alter database open resetlogs;[color=Red][color]
    Database altered.
    *********What action have been done by UNTIL CANCEL?
    Message was edited by:
    [email protected]

    I'll say it again in case you missed it the first time: V$ views are NOT part of the data dictionary. You can't read the data dictionary until the database is opened.
    If you've performed a recovery 'until cancel', your datafiles are all in synch with each other. They may even agree with checkpoint change number in the controlfile. But what about your redo logs? By definition, they will have changes in them from a time after the point in the redo stream you got to when you said 'cancel'.
    Therefore, the redo logs will be ahead of where the rest of the database has now gotten to.
    And that is why you HAVE to open the database with a resetlogs operation (that is, 'alter database open resetlogs;'). That causes the existing redo logs to be wiped clean and thus cleared of any redo from a time after the time the rest of your database has been recovered to.

  • I want to download pages, it won't let me. Says it need os x 10.9 or later-I have os x 10.8.5-all updates have been done. Why is this? what can i do? Is there another pages app i can use? thanks

    I want to download pages, it won't let me. Says it need os x 10.9 or later…I have os x 10.8.5…all updates have been done. Why is this? what can i do? Is there another pages app i can use? thanks do i need to download maverick? thanks

    Pages 5 requires OSX 10.9, for some reason that only Apple knows. Many users will not be able to install Mavericks on their Macs or do not want to.
    It has simultaneously removed iWork '09/Pages '09 from the App Store.
    You could ask Apple why it does things like this, but it doesn't say.
    If you don't already have iWork '09 I believe you can still purchase it from Amazon.
    Peter

  • Unable to Sync emails to car's HU over bluetooth. I am using iphone 5 and have set up a gmail account on it. Also, the basis notification settings mentioned on some site have been done.Can someone answer it?

    Unable to Sync emails to car's HU over bluetooth. I am using iphone 5 and have set up a gmail account on it. Also, the basis notification settings mentioned on some site have been done.I tried doing the following still the email sync is not working.?
    Here's the step by step:
    1. Go to Settings --> Notifications --> Mail --> Select any of your email accounts
    2. Notification Center: ON
    3. Alert Style: Banners or Alerts (I've only tested it to work with Banners...)
    4. Show Preview: ON
    5. View in Lock Screen: ON

    Hi uneleashurself and thanks for your answer.
    Forgive my language but getting to talk to the Safaricom customer service is a real pain in the **bleep** - if you ever get to talk to them, that is.
    I've never got an answer to my phone calls in three years and their customer assistans in the shops usually have no clue about whatever it is you're asking them.
    I talked to a few of them in a couple of different Safaricom shops and they didn't know what I was talking about.
    Still, I believe Safaricom is not the problem as other people I know who have a BlackBerry on Safaricom haven't experienced this problem.

  • Just what I have been waiting for.

    I am no spreadsheet master (I have virtually no Excel experience) but there was a time that I could make the Appleworks do what I wanted. However, it has been a while since I found using tables in Pages was much better for charting the information I was producing.
    I also know, as I have read through these discussions, that people are dismayed by the limits of Numbers, however, I think it's important to remember that Apple does listen to its customers. Furthermore, anyone remember iTunes 1.0? Since then it has become groundbreaking for music and entertainment. That said, I am confident the same thing will happen with Numbers. Just keep sending the feedback.
    As for me, I think it will handle my needs just fine. I like the crisp look, I like being able to use different fonts and styles in a box, I like the check boxes . . . yet there is so much more for me to learn. It's just what I have been waiting for.

    I think most of what you hear in here complaint wise is from professionals that access those 10% of functions that 90% of users never use.
    Agreed. Unfortunately I work with some of those 10% functions when I bring work home from the office
    Numbers is a fantastic effort for the majority of users and will undoubtedly improve. For those of us who used Appleworks where we could and went to Excel for PC compatibility and/or heavier lifting, we now can move work to Numbers.
    In the meantime, those of us who use those 10% functions should provide official feedback to Apple using clear and professional language.

  • HT3775 why do i have an avi movie and it does not play ? all software updates have been done

    i have an avi movie and it will not play on my mac, updated to lion. all software updates have been done.

    ventibold wrote:
    Sorry about the iphone comments, i will address that seperately.
    I went to VLC media, downloaded that. However the .avi movie file comes in email and I have only one option to download the movie. So I click that and the movie tries to open and I get the message that apple cannot open that type of avi movie. I try to drag it to the VCL 'drag video here' box and it does not work.
    I went to mydlink and clicked on the 'set up for mac user' link and the page opens blank.
    thank you for your feedback. i didn't really think i was going to get any support but you all have been so nice.
    i will definitely provide more input when i make an inquiry next time.
    in any event, i still cannot get it to work =(
    There is also a good chance that the .avi is simply corrupt as often hapens with this format. I have often had .avis that simply will not open, no matter what program or converter you try using. It's a bummer, but being an older format, it is becoming more common.
    Good Luck
    Pete

  • TS1550 Do external hard drives mounted on my Mac get backed up by time machine on a time capsule wireless Apple external back up disk? How can I see what folders have been actually stored in the wireless back up disk?

    Do external hard drives mounted on my Mac get backed up by time machine on a time capsule wireless apple external hard disk? How can I see what folders have been actually backed up in the external wireless disk? any help would be appreciated

    They can provided you remove them from the Exclude list. Normally, Time Machine does not automatically backup external drives.

  • I have just bought an ipad with retina display wifi and 4g 16gb how can I check that this is what I have been supplied with please

    I have just bought an ipad with retina display wifi and 4g 16 gb - how can I check that this is what I have been supplied with

    Identifying iPad Models:
    http://support.apple.com/kb/HT5452

  • The "organize bookmarks" section has disappeared from my bookmarks dropdown. I want to export my list as back-up prior toan overhaul. No major changes have been done to account for it. in English

    The "organize bookmarks" section has disappeared from my bookmarks dropdown. I want to export my list as back-up prior toan overhaul. No major changes have been done to account for it. in English
    I have tried the usual suspects to no avail - the item remains stubbornly hidden

    It's called "Show All Bookmarks" now. You can also open it by pressing CTRL+SHIFT+B

  • TS2755 How can I find out what devises have been used to log into using my Apple ID?

    How can I find out what devises have been used to log into my Apple ID?

    You can't. If you think someone has change your password. If someone complains you will know who it is.

  • What features have been deprecated for Photoshop CS4?

    Hi,
    What features have been deprecated for Photoshop CS4?
    I am taking a class and part of the homework was to use the pattern maker.  I searched every drop down menu looking
    for something that was removed from the standard install.  Eventually I located the plug in and pattern maker is working,
    however I am wondering what else was removed.
    Thanks,
    ak

    I think pattern maker was removed in CS3 from my memory. In CS4 Extract and Contact Sheet were also removed. These are still accessible by installing the plug ins from previous versions
    Exactly WHY they are removing these things from the standard install? because there are certain portions of the development staff that are becoming obsessed with what they are calling "bloat'. There was a brief period (Photoshop 6 to 7) when certain "New Features" like Extract and Pattern maker were introduced, looked like some kind of sideline - they honestly were not put together, or thought through very well. So now they are removing them.

  • HT1420 how do i find out what computers have been authorizied for my account? My account shows 5 should only be 2 do iphones count?

    how do i find out what computers have been authorized for my account? I have had one stolen and one died but my account shows 5 pcs authorizied? how do i unauthorize a computer not in my hands?

    Iphones do not count. Computers only.
    There is no way to find out what computers.
    Deauthorize all, then authorize the active computers.

  • When you double click the circle buttom, and the little bar pops up from what you have been using... is it using data while being in there? is it a good idea to minimize evertthing out of there often so its not using more data ? or does it not matter?

    when you double click the circle buttom, and the little bar pops up from what you have been using... is it using data while being in there? is it a good idea to minimize evertthing out of there often so its not using more data ? or does it not matter?
    thanks!

    Not sure if it uses data, but that allows you to multitask.  To save battery life you should close out of all the apps.

  • What changes have been implemented in the previous update of Adobe Muse

    Can anyone tell me what features have been implemented to Adobe Muse In its latest update? that was yesterday.

    Hello,
    The recent (3.2) update has few Bug fixes. Please find release notes for this update on this link : http://helpx.adobe.com/muse/release-note/adobe-muse-release-notes.html
    Regards,
    Sachin

  • After updating Firefox, the "What's New" page doesn't say what bugs have been fixed

    I updated from 3.6.9 to 3.6.10. When restarted, Firefox displayed this page: http://www.mozilla.com/en-US/firefox/3.6.10/whatsnew/
    Supposedly it describes what's new in 3.6.10, but all it has is what's new in 3.6. Nothing about what bugs have been fixed.

    This is only a chemspill release to fix a crash.
    *https://wiki.mozilla.org/Releases/Firefox_3.6.10
    *https://bugzilla.mozilla.org/buglist.cgi?quicksearch=ALL%20status1.9.2:.10-fixed

Maybe you are looking for

  • Apple Pages 5.0.1

    Why are there columns in the header that block text in Apple Pages 5.0.1 and how do I get rid of them?

  • How to clear the line items...

    hello friends, I am not able to clear line items with F.13 transaction for special G/L Account..i am inputing the values with the Transactions F-48 and F-43(In each transaction v have assigned the same assignment (BSIK-ZUONR)) line items has to be cl

  • Transport of Customizing from Dev Server to Quality Server

    Hai ,               After release of change request using SE10,How we can transfer from one server to another . Regards, Mohanraju

  • Java Embedding Activity Problem

    Hi, Can any one please suggest me i am getting an error message while using java embedding activity.I am getting the error message in server logs. Caused by: java.lang.NullPointerException      at oracle.xml.binxml.BinXMLEncoderImpl.writeElementAttr(

  • Trouble with the power adapter for 17 inch mac

    I have heard that there were faulty power adapters made for the powermac. Does anyone know about this and does apple offer any kind of replacement?