Find item then stop?

Hi Everyone
I'm pretty inexperienced at Applescript, though I know VBA pretty well and understand (more or less) the concepts of scripting.
I'm trying to write an Applescript for InDesign that will find an auto-hyphenated word that begins with a capital letter, select it, then terminate so I can evaluate whether or not I'll allow the word to hyphenate. (This would be a variation of the FindHyphens.jsx script, the additional parameter of the cap--and I hope, speed--being the main differences.)
I'm having a couple problems: 1) After the first execution, I get this error: "Adobe InDesign CS4 got an error: Missing required parameter 'to' for event 'move'." (See below; as you can se, I have a parameter for the "to" event). I can only clear the error by closing the script and reopening it. (I'm running it from Applescript Editor, not from InDesign's script palette.) 2) The script works fine on a very short document—three paragraphs with two lines of dummy text in each—but in a real document that is more than 300 pages long, the script never seems to stop or produce any results. I've waited 20 minutes and finally had to force quit it.
I think item 1 is just a logical problem that I will eventually figure out, but I think item 2 is more serious. If I understand correctly, find grep (see below) compiles an array of all the items in the object--in my case, the document--that meet the search criteria before proceeding to the next step. Is that correct? Is there any way to change that behavior so that it just scans through the document beginning at the cursor and looking forward until it finds the next match?
Here is my code (forgive how klunky it is; I'm new to this):
tell application "Adobe InDesign CS4"
  set find grep preferences to nothing
  set change grep preferences to nothing
  set find what of find grep preferences to "\\u[a-z’]+"
  set MyFoundWords to find grep
  repeat with MyWord from 1 to count of MyFoundWords
      set i to baseline of first character of item MyWord in MyFoundWords
      set j to baseline of last character of item MyWord in MyFoundWords
                    if i is equal to j then
             move selection to last character of item MyWord in MyFoundWords
                    else
             select item MyWord in MyFoundWords
             set find grep preferences to nothing
             set change grep preferences to nothing
             exit repeat
         end if
          end repeat
end tell
Thanks for any help.
m.

MatthewWilliamsCMH wrote:
I'm having a couple problems: 1) After the first execution, I get this error: "Adobe InDesign CS4 got an error: Missing required parameter 'to' for event 'move'." (See below; as you can se, I have a parameter for the "to" event).
             move selection to last character of item MyWord in MyFoundWords
You can't move a selection; instead set the selection:
set selection to last character of item MyWord in MyFoundWords

Similar Messages

  • I am trying to get my computer to print on HP C310.  It was working fine until 2 days ago and then stopped printing. I thought I could uninstall the HP software and download it again comes to find that I cannot now use the disk supplied with the printer.

    I am trying to get my computer to print on HPC310.  It was working until 2 days ago and then stopped working.  I uninstalled the HP software thinking I could just reinstall and it would help but I cannot now install that software from the disk.  How do I go about getting the old software I had on the computer and how do I get my computer to print.  It gives my messages that it cannot find the printer or printer unknown.

    Your operating system, Snow Leopard (OS X 10.6), does not support AppleTalk. Instead, in Snow Leopard the HP 4000 series printers need to be set up to communicate via IP.
    Go to System Preferences and open the Print & Fax item. Is your printer listed in that pane?

  • My Ipod Touch will only search for available Wifi networks for a second then stop, and it will never find any networks anywhere.

    OK I own the 1st generation Ipod touch and granted I bought it used and its pretty old, but the Wifi doesnt work at all. When I click on the checkmark box it turns on and it looks like its trying to find a connection, but it only tries for one second (literally) and then stops trying to look for a connection. It wont bring up any connection to choose from no matter where I go, it wont find one connection. Please help me this thing is driving me insane. I was told it could be a bad IP address, and that there is a way to get a new one. But How? I already reset it and restored it and nothing seems to fix it. So now I dont know what to do with it now.

    So you also rebooted your router correct?  Does the iPod still connect okay to other networks? 
    B-rock

  • My iPod touch is plugged into PC. My iPod is shown, but when I drag content from iTunes library to it I end up with an error message that says it "Cannot copy item" then "The device has either stopped responding or has been disconnected."  What to do???

    My iPod touch is plugged into PC. My iPod is shown, but when I drag content from iTunes library to it I end up with an error message that says it "Cannot copy item" then "The device has either stopped responding or has been disconnected."  What to do???

    Yes you can drag and drop music to the iPiod if you select Manually Manage Music and Videos in  iTunes.
    DaibhiN wrote:
    You do not drag the music to put it on the iPod, you click into the iPod tab and sync it with your library.
    This article may help: http://support.apple.com/kb/HT1386
    Does that answer your question?

  • TS1398 imac connects to internet for a few mins then stops and cannot find any wifi network-other devices are connecting without problems

    My imac has suddenly stopped connecting to the internet through my wifi network if I restart the machine it finds the network for a minute or 2 and then stops working and cant find any wifi networks, other devices are connecting with no problems. Any suggestions please

    Try posting in the iMac forum. This is the iPod touch forum.

  • [Automator] Using an ls command and then getting the finder items?

    So i want to make an automator app that looks for all external hard drives and then ejects them. Unfortunatly to my experimentation you cant use the finder actions to search in the root directory so i simply added a shell script with
    ls /Volumes
    which works.
    then i have a Filter finder items so it doesnt try to eject the Macintosh HD
    then i have eject Disk.
    The problem lies in that the shell script does not spit out finder items to the filter so the filter throws a warning because it isnt supplied the required data.
    My question is, how do i get the shell script to pass down finder items to the filter so everything else runs through smoothly?
    EDIT: i have python installed if that helps for simplicity i also know a small bit of C
    Thanks
    Tom Copcutt

    Where did he say that? He only stated that he wanted to avoid ejecting the HD, which isn't possible in any case.
    If avoiding .dmg is the issue, one way would be to hard code the possible disk names by using a list like this:
    Replace the example volume names with your own volume names inside the curly brackets below;
    Names must be quoted and comma separated as shown.
    Spaces in names ARE allowed. You can name as many or as few volumes as you wish.
    set gDiskList to {"External1 500GB", "Time Machine HD", "External2 HD", "External3 45GB"}
    repeat with i in gDiskList
              set i to quoted form of i
          try
                        do shell script "diskutil umount " & i
              end try
    end repeat

  • Can't use "Copy Finder Items" after "Run Workflow"

    Create a simple Automator workflow:
    Set just 1 action "Create Thumbnail Images" and save it. I called it "wf1.workflow".
    Now create the second workflow with 3 actions:
    "Get Specified Finder Items" action (choose an image file here).
    ->
    "Run Workflow" action (specify "wf1.workflow" as a workflow, select "Return workflow results", check "Wait for workflow to finish").
    ->
    "Copy Finder Items" (specify any location)
    Now run the workflow. Everytime I get an error.
    The log:
    Get Specified Finder Items completed;
    Run Workflow (wf1) completed;
    Copy Finder Items failed
    * -[NSAppleEventDescriptor count]: unrecognized selector sent to instance 0x113185d0
    The same workflow works fine in Tiger, so I think there is a bug in Leopard Automator.
    Am I right? Is there any workaround?

    I can confirm I got the same results for the workflow, just don't know why as of yet. And then I somehow got it to work.
    I checked the results for each action and they didn't seem unusual. The results of "Get Specified Finder Items" is a single parenthesized text string representing the file's path. The results of "Copy Finder Items" is an alias, but that should be okay.
    So, deleted the thumbnail from the first run, and then ran the workflow again. It got stuck on "Run Workflow" and hung for a while. So I stopped it and removed "Run Workflow", and then added it in again. Presto! It worked, sort of. It didn't copy the thumbnail, instead it copied the original file. I'd forgotten to reset it to "Return workflow results". So, it seems to be something to do with returning the workflow results instead of the action input.
    I'm going to do some more testing.

  • Automator Copy Finder Items - file couldn't be saved error

    I have a simple automator sequence that suddenly stopped working for no apparent reason.  Copy Finder Items has started returning an error "the file xxx couldn't be saved to the folder yyy"  Happens for different files and folders. Can't see anythng that's changed.  Any ideas?

    I'm currently having the same issue, and have had it with mulitple automator scripts on multiple computers, but it's not fixing itseltf. Anyone know what this error could be?
    I've noticed that I get the above error most often after getting and then correcting  permissions errors in the same workflow. Any help would be most appreciated.
    Thanks!

  • How to have slide show play automatic and then stop?

    How do I get my iMovie to burn to iDVD without a theme and play when inserted into a DVD player automatically once and then stop?

    (From fellow poster Mishmumken: )
    How to create a DVD in iDVD without menu (there are several options):
    1. Easy: Drop your iMovie in the autoplay box in iDVD's Map View, then set your autoplay item (your movie) to loop continously. Disadvantage: The DVD plays until you hit stop on the remote
    2. Still easy: If you don't want your (autoplay) movie to loop, you can create a black theme by replacing the background of a static theme with a black background and no content in the dropzone (text needs to be black as well). Disadvantage: The menu is still there and will play after the movie. You don't see it, but your disc keeps spinning in the player.
    3. Still quite easy but takes more time: Export the iMovie to DV tape, and then re-import using One-Step DVD.
    Disadvantage: One-Step DVD creation has been known to be not 100% reliable.
    4. (My preferred method) Easy enough but needs 3rd party software: Roxio Toast lets you burn your iMovie to DVD without menu - just drag the iMovie project to the Toast Window and click burn. Disadvantage: you'll need to spend some extra $$ for the software. In Toast, you just drop the iMovie project on the Window and click Burn.
    5. The "hard way": Postproduction with myDVDedit (freeware)
    Tools necessary: myDVDedit ( http://www.mydvdedit.com )
    • create a disc image of your iDVD project, then double-click to mount it.
    • Extract the VIDEO_TS and AUDIO_TS folders to a location of your choice. select the VIDEO_TS folder and hit Cmd + I to open the Inspector window
    • Set permissions to "read & write" and include all enclosed items; Ignore the warning.
    • Open the VIDEO_TS folder with myDVDedit. You'll find all items enclosed in your DVD in the left hand panel.
    • Select the menu (usually named VTS Menu) and delete it
    • Choose from the menu File > Test with DVD Player to see if your DVD behaves as planned.If it works save and close myDVDedit.
    • Before burning the folders to Video DVD, set permissions back to "read only", then create a disc image burnable with Disc Utility from a VIDEO_TS folder using Laine D. Lee's DVD Imager:
    http://lonestar.utsa.edu/llee/applescript/dvdimager.html
    Our resident expert, Old Toad, also recommends this: there is a 3rd export/share option that give better results.  That's to use the Share ➙ Media Browser menu option.  Then in iDVD go to the Media Browser and drag the movie into iDVD where you want it.
    Hope this helps!

  • The song I downloaded is corrupted-help! It plays for 30 seconds then stops it's a 3:45 song!

    the song I downloaded is corrupted-help! It plays for 30 seconds then stops it's a 3:45 song!

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copy of the track and try redownloading a fresh one. See the following document for instructions:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not playing properly. If you can't see "Report a Problem" next to the item, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.

  • HT2476 i just installed an update my version is now MAC OS X 10.7.5 and now imovie is no longer working. it just uses heaps of CPU and then stops responding. please help

    i just installed an update my version is now MAC OS X 10.7.5 and now imovie is no longer working. it just uses heaps of CPU and then stops responding. please help.
    I cannot find any fixes online and i don't know what to do

    here is the message. i tried deleting all my video files in iphoto and it still does not work.
    Date/Time:  
    2014-01-29 22:30:55 +1100
    OS Version: 
    10.7.5 (Build 11G63)
    Architecture:
    x86_64
    Report Version:  9
    Command:    
    iMovie
    Path:       
    /Applications/iMovie.app/Contents/MacOS/iMovie
    Version:    
    9.0.3 (1633)
    Build Version:   1
    Project Name:
    iMovieApp
    Source Version:  16330000
    App Item ID:
    408981434
    App External ID: 3879328
    Parent:     
    launchd [124]
    PID:        
    858
    Event:      
    hang
    Duration:   
    1.13s
    Steps:      
    12 (100ms sampling interval)
    Pageins:    
    0
    Pageouts:   
    0
    Process:    
    iMovie [858]
    Path:       
    /Applications/iMovie.app/Contents/MacOS/iMovie
    Architecture:
    i386
    UID:        
    501
      Thread 0x3d39 
      User stack:
    12 ??? (in iMovie) [0x2a6e]
    12 ??? (in iMovie) [0x31b3]
    12 NSApplicationMain + 1054 (in AppKit) [0x97478ac5]
    12 -[NSApplication run] + 911 (in AppKit) [0x971e7ac1]
    12 ??? (in iMovie) [0x44e47]
    12 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x971eb752]
    12 _DPSNextEvent + 678 (in AppKit) [0x971ebee8]
    12 BlockUntilNextEventMatchingListInMode + 88 (in HIToolbox) [0x935b671a]
    12 ReceiveNextEventCommon + 168 (in HIToolbox) [0x935b67d6]
    12 RunCurrentEventLoopInMode + 318 (in HIToolbox) [0x935af543]
    12 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x932f3088]
    12 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x932f31dc]
    12 __CFRunLoopRun + 1888 (in CoreFoundation) [0x932f3cd0]
    12 __CFRunLoopDoTimer + 743 (in CoreFoundation) [0x93314c37]
    12 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 22 (in CoreFoundation) [0x933152a6]
    12 __NSFireDelayedPerform + 615 (in Foundation) [0x9bc19792]
    12 ??? (in iMovie) [0x101a28]
    12 ??? (in iMovie) [0x1055e2]
    12 -[NSTableView selectRowIndexes:byExtendingSelection:] + 160 (in AppKit) [0x9735ba98]
    12 -[NSTableView _doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion :] + 3073 (in AppKit) [0x9735c6a3]
    12 -[NSTableView _enableSelectionPostingAndPost] + 428 (in AppKit) [0x97332b61]
    12 -[NSTableView _sendSelectionChangedNotificationForRows:columns:] + 174 (in AppKit) [0x9735d75c]
    12 -[NSNotificationCenter postNotificationName:object:] + 55 (in Foundation) [0x9bc25272]
    12 -[NSNotificationCenter postNotificationName:object:userInfo:] + 92 (in Foundation) [0x9bc0ffde]
    12 _CFXNotificationPost + 2776 (in CoreFoundation) [0x93308688]
    12 ___CFXNotificationPost_block_invoke_1 + 275 (in CoreFoundation) [0x9333d903]
    12 __-[NSNotificationCenter addObserver:selector:name:object:]_block_invoke_1 + 49 (in Foundation) [0x9bc24df1]
    12 ??? (in iMovie) [0x1052a2]
    12 ??? (in iMovie) [0xac244]
    12 ??? (in iMovie) [0xbd5b3]
    12 ??? (in iMovie) [0xa3f6f]
    12 ??? (in iMovie) [0xb2352]
    12 ??? (in iMovie) [0xbd2a0]
    12 ??? (in iMovie) [0xa3fbc]
    12 ??? (in iMovie) [0xa2b61]
    12 ??? (in iMovie) [0xbeecb]
    12 ??? (in iMovie) [0xa2e99]
    12 ??? (in iMovie) [0xa3586]
    12 ??? (in iMovie) [0xa1795]
    12 ??? (in iMovie) [0xa2939]
    12 ??? (in iMovie) [0xa3c71]
    12 ??? (in iMovie) [0x17e6d3]
    12 InsertMovieSegment + 50 (in QuickTime) [0x95414749]
    12 InsertMovieSegment_priv + 273 (in QuickTime) [0x952c53f6]
    12 PrivateInsertMovieSegment_priv + 2131 (in QuickTime) [0x952c4e0c]
    12 insertIntoExistingTrack + 47 (in QuickTime) [0x952c3ea0]
    12 PrivateInsertTrackSegment_priv + 361 (in QuickTime) [0x952f8c50]
    12 CopyTrackMedia_priv + 600 (in QuickTime) [0x952f89a4]
    12 MediaToMediaCopy_priv + 18723 (in QuickTime) [0x952f7ca1]
    12 MediaSTAddSampleReferencesS64 + 87 (in QuickTime) [0x95428dca]
    12 CallComponentDispatch + 29 (in CarbonCore) [0x9565845e]
    11 CallComponent + 223 (in CarbonCore) [0x95658415]
    11 Video2ComponentDispatch + 95 (in QuickTimeComponents) [0x9285d736]
    11 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x956e247d]
    10 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x956e243d]
    10 callComponentStorage_442444444 + 90 (in CarbonCore) [0x956341b3]
    6 ??? (in QuickTimeComponents) [0x9285efeb]
    5 ??? (in QuickTimeComponents) [0x92e2033d]
    5 CallComponentDispatch + 29 (in CarbonCore) [0x9565845e]
    5 CallComponent + 223 (in CarbonCore) [0x95658415]
    5 STMediaComponentDispatch + 64 (in QuickTimeComponents) [0x92880a27]
    5 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x956e247d]
    5 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x956e243d]
    5 callComponentStorage_442444444 + 90 (in CarbonCore) [0x956341b3]
    2 ??? (in QuickTimeComponents) [0x9289fbdf]
    2 CSMemSetHandleSize + 254 (in CarbonCore) [0x95617678]
    2 realloc + 138 (in libsystem_c.dylib) [0x9a8826d1]
    1 szone_size + 291 (in libsystem_c.dylib) [0x9a841df4]
    1 szone_size + 103 (in libsystem_c.dylib) [0x9a841d38]
    1 ??? (in QuickTimeComponents) [0x9289f941]
    1 ??? (in QuickTimeComponents) [0x92e1f78d]
    1 CallComponentDispatch + 29 (in CarbonCore) [0x9565845e]
    1 CallComponent + 223 (in CarbonCore) [0x95658415]
    1 Video2ComponentDispatch + 112 (in QuickTimeComponents) [0x9285d747]
    1 ??? (in QuickTimeComponents) [0x9289ed89]
    1 ??? (in QuickTimeComponents) [0x9289eb5d]
    1 CSMemGetHandleSize + 140 (in CarbonCore) [0x95617776]
    1 malloc_size + 50 (in libsystem_c.dylib) [0x9a880cfc]
    1 ??? (in QuickTimeComponents) [0x92e20340]
    2 ??? (in QuickTimeComponents) [0x9285f003]
    2 ??? (in QuickTimeComponents) [0x92e20865]
    2 CallComponentDispatch + 29 (in CarbonCore) [0x9565845e]
    1 CallComponent + 88 (in CarbonCore) [0x9565838e]
    1 CallComponent + 223 (in CarbonCore) [0x95658415]
    1 Video2ComponentDispatch + 43 (in QuickTimeComponents) [0x9285d702]
    1 DelegateComponentCall + 24 (in CarbonCore) [0x9565843c]
    1 CallComponent + 90 (in CarbonCore) [0x95658390]
    2 ??? (in QuickTimeComponents) [0x9285f00e]
    2 GetMediaDuration + 11 (in QuickTime) [0x95414a5b]
    1 ZeroOutMoviesError + 3 (in QuickTime) [0x952c12ea]
    1 ZeroOutMoviesError + 11 (in QuickTime) [0x952c12f2]
    1 MoviesGetPerThreadStorage + 68 (in QuickTime) [0x95215694]
    1 QTGetPerThreadStorage + 53 (in QuickTime) [0x952156d3]
    1 pthread_once + 0 (in libsystem_c.dylib) [0x9a82c43b]
    1 Video2ComponentDispatch + 0 (in QuickTimeComponents) [0x9285d6d7]
      Kernel stack:
    12 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002da712]
    12 interrupt + 192 (in mach_kernel) [0xffffff80002c48d0]
    12 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c9ab9]
    12 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002cb9ac]
    12 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c3c76]
      Thread <multiple> DispatchQueue 1919904114
      User stack:
    36 start_wqthread + 30 (in libsystem_c.dylib) [0x9a8306fe]
    36 _pthread_wqthread + 346 (in libsystem_c.dylib) [0x9a82eb24]
    36 _dispatch_worker_thread2 + 231 (in libdispatch.dylib) [0x9b69501c]
    36 _dispatch_call_block_and_release + 15 (in libdispatch.dylib) [0x9b693fbd]
    36 ____NSOQSchedule_block_invoke_2 + 135 (in Foundation) [0x9bc6dffa]
    36 -[NSOperation start] + 67 (in Foundation) [0x9bc59ea7]
    36 -[__NSOperationInternal start] + 1177 (in Foundation) [0x9bc5a347]
    36 -[NSInvocationOperation main] + 267 (in Foundation) [0x9bd3f61a]
    36 -[NSInvocation invoke] + 137 (in CoreFoundation) [0x933559d9]
    36 __invoking___ + 29 (in CoreFoundation) [0x93355a9d]
    36 -[ILMediaManager _loadDataThreaded] + 514 (in iLifeMediaBrowser) [0x9174e183]
    24 -[ILMediaManager _performLoadData] + 599 (in iLifeMediaBrowser) [0x9174e591]
    24 -[ILMediaManager setRootMediaGroup:] + 336 (in iLifeMediaBrowser) [0x9174d445]
    24 -[ILMediaManager setRootMediaGroupInternal:] + 101 (in iLifeMediaBrowser) [0x9174d580]
    24 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 160 (in Foundation) [0x9bc61286]
    24 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1236 (in Foundation) [0x9bc617f0]
    24 -[NSCondition wait] + 304 (in Foundation) [0x9bc6ebe8]
    24 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x9a7e142c]
    24 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9ac0d83e]
    12 -[ILMediaManager _performLoadData] + 216 (in iLifeMediaBrowser) [0x9174e412]
    12 ??? (in iLMBiTunesPlugin) [0xbbe7b6d]
    12 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 160 (in Foundation) [0x9bc61286]
    12 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1236 (in Foundation) [0x9bc617f0]
    12 -[NSCondition wait] + 304 (in Foundation) [0x9bc6ebe8]
    12 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x9a7e142c]
    12 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9ac0d83e]
      Kernel stack:
    36 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3d3f  
    DispatchQueue 1701273966
      User stack:
    12 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x9b694853]
    12 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x9ac0db5e]
      Kernel stack:
    12 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x3dc1 
      User stack:
    12 start_wqthread + 30 (in libsystem_c.dylib) [0x9a8306fe]
    12 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9ac0e02e]
      Kernel stack:
    12 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Thread 0x3dc6 
      User stack:
    12 thread_start + 34 (in libsystem_c.dylib) [0x9a8306de]
    12 _pthread_start + 335 (in libsystem_c.dylib) [0x9a82ced9]
    12 __NSThread__main__ + 1606 (in Foundation) [0x9bc6cded]
    12 +[NSThread exit] + 18 (in Foundation) [0x9bc6ce3c]
    12 pthread_exit + 33 (in libsystem_c.dylib) [0x9a82e9a0]
    12 _pthread_exit + 146 (in libsystem_c.dylib) [0x9a82e64c]
    12 _pthread_tsd_cleanup + 176 (in libsystem_c.dylib) [0x9a875e67]
    12 __CFTSDFinalize + 94 (in CoreFoundation) [0x93307a9e]
    12 __NSFinalizeThreadData + 1419 (in Foundation) [0x9bc0f50a]
    12 _objc_rootRelease + 47 (in libobjc.A.dylib) [0x920e654e]
    12 ??? (in iMovie) [0x1529f1]
    12 -[NSObject(NSThreadPerformAdditions) performSelectorOnMainThread:withObject:waitUntilDone:] + 160 (in Foundation) [0x9bc61286]
    12 -[NSObject(NSThreadPerformAdditions) performSelector:onThread:withObject:waitUntilDone:modes:] + 1236 (in Foundation) [0x9bc617f0]
    12 -[NSCondition wait] + 304 (in Foundation) [0x9bc6ebe8]
    12 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x9a7e142c]
    12 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9ac0d83e]
      Kernel stack:
    12 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x3dc8 
      User stack:
    12 thread_start + 34 (in libsystem_c.dylib) [0x9a8306de]
    12 _pthread_start + 335 (in libsystem_c.dylib) [0x9a82ced9]
    12 __NSThread__main__ + 1582 (in Foundation) [0x9bc6cdd5]
    12 -[NSThread main] + 45 (in Foundation) [0x9bc6ce25]
    12 ??? (in iMovie) [0xe4ce0]
    12 usleep$UNIX2003 + 60 (in libsystem_c.dylib) [0x9a7e1558]
    12 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x9ac0dbb2]
      Kernel stack:
    12 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
      Thread 0x3dca 
      User stack:
    12 thread_start + 34 (in libsystem_c.dylib) [0x9a8306de]
    12 _pthread_start + 335 (in libsystem_c.dylib) [0x9a82ced9]
    12 __select + 10 (in libsystem_kernel.dylib) [0x9ac0db42]
      Kernel stack:
    12 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x3ddd 
      User stack:
    12 thread_start + 34 (in libsystem_c.dylib) [0x9a8306de]
    12 _pthread_start + 335 (in libsystem_c.dylib) [0x9a82ced9]
    12 ??? (in QuickTimeComponents) [0x9284d0ca]
    12 TSWaitOnSemaphoreRelative + 24 (in CarbonCore) [0x9562ef2e]
    12 TSWaitOnSemaphoreCommon + 490 (in CarbonCore) [0x9562f11d]
    12 TSWaitOnConditionTimedRelative + 178 (in CarbonCore) [0x9562f3a7]
    12 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x9a830f7b]
    12 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9ac0d83e]
      Kernel stack:
    12 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
    0x1000 -   0x441feb  com.apple.iMovieApp 9.0.3 (1633) <799E1109-3D82-8582-3932-B2F57CCFE27A> /Applications/iMovie.app/Contents/MacOS/iMovie
       0xbbe1000 -  0xbbe9ff2  com.apple.iLMBiTunesPlugin 2.6.4 (288.4.6) <3BC0F592-8A14-3738-B959-10E108BAB976> /Library/Application Support/iLifeMediaBrowser/*/iLMBiTunesPlugin
      0x9170b000 - 0x9178aff7  com.apple.iLifeMediaBrowser 2.6.4 (502.4.5) <5C10CC72-586E-3497-9873-A0ACFB6156C3> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
      0x920de000 - 0x921b4aab  libobjc.A.dylib ??? (???) <2E272DCA-38A0-3530-BBF4-47AE678D20D4> /usr/lib/libobjc.A.dylib
      0x92260000 - 0x92fb1fff  com.apple.QuickTimeComponents.component 7.7.1 (2348) <BBFA6BA1-DF2F-32EA-9064-CE54EE7894C5> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
      0x932b8000 - 0x9348ffe7  com.apple.CoreFoundation 6.7.2 (635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x935ad000 - 0x938f3ff3  com.apple.HIToolbox 1.9 (???) <E5EA9EEF-3CCA-36A0-8688-DA2E64E2256C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      0x95214000 - 0x95499fe3  com.apple.QuickTime 7.7.1 (2348) <DAA61DE5-ED45-3AAE-8030-351D2C636FF2> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
      0x955f1000 - 0x958f3fff  com.apple.CoreServices.CarbonCore 960.25 (960.25) <C613B0DA-B401-3DC7-B626-6E20D4DDC8A8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
      0x971e2000 - 0x97c77ff6  com.apple.AppKit 6.7.5 (1138.51) <B9D3DCA0-9765-354E-9730-75A45A97DDFD> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x9a7d0000 - 0x9a89bfff  libsystem_c.dylib ??? (???) <52421B00-79C8-3727-94DE-62F6820B9C31> /usr/lib/system/libsystem_c.dylib
      0x9abf5000 - 0x9ac13ff7  libsystem_kernel.dylib ??? (???) <79179F83-457A-3539-A76B-E960D2108109> /usr/lib/system/libsystem_kernel.dylib
      0x9b693000 - 0x9b6a1fff  libdispatch.dylib ??? (???) <1B857064-288D-3919-B81A-38E9F4D19B54> /usr/lib/system/libdispatch.dylib
      0x9bc0d000 - 0x9bf17ff3  com.apple.Foundation 6.7.2 (833.25) <4C52ED74-A1FD-3087-A2E1-035AB3CF9610> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Process:    
    Activity Monitor [213]
    Path:       
    /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    Architecture:
    x86_64
    UID:        
    501
      Thread 0x656   
    DispatchQueue 1
      User stack:
    12 ??? (in Activity Monitor) [0x108c5977c]
    12 NSApplicationMain + 867 (in AppKit) [0x7fff92d5ceac]
    8 -[NSApplication run] + 470 (in AppKit) [0x7fff92ae09b9]
    8 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff92ae407d]
    8 _DPSNextEvent + 659 (in AppKit) [0x7fff92ae4779]
    8 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff889e53fa]
    8 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff889e556d]
    8 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff889de2bf]
    8 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8b534486]
    8 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8b534c74]
    8 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8b52c50c]
    8 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8831c67a]
    4 -[NSApplication run] + 555 (in AppKit) [0x7fff92ae0a0e]
    4 -[NSApplication sendEvent:] + 5593 (in AppKit) [0x7fff92b4a3a5]
    4 -[NSWindow sendEvent:] + 6306 (in AppKit) [0x7fff92bb0c98]
    3 -[NSToolbarItemViewer mouseDown:] + 4995 (in AppKit) [0x7fff92c85627]
    3 -[NSToolbarButton sendAction] + 68 (in AppKit) [0x7fff93132f3e]
    3 -[NSToolbarButton sendAction:to:] + 82 (in AppKit) [0x7fff93132ef0]
    3 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff8b58f70d]
    3 ??? (in Activity Monitor) [0x108c6f541]
    3 NSBeginAlertSheet + 155 (in AppKit) [0x7fff92d8e333]
    3 _NXDoLocalRunAlertSheet + 548 (in AppKit) [0x7fff92d8e0df]
    3 -[NSApplication beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:] + 134 (in AppKit) [0x7fff92d9819e]
    3 -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector :contextInfo:] + 831 (in AppKit) [0x7fff92d97904]
    3 -[NSApplication _orderFrontModalWindow:relativeToWindow:] + 662 (in AppKit) [0x7fff92d97e3b]
    3 -[NSWindow _doOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 807 (in AppKit) [0x7fff92bddcf8]
    3 -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] + 1679 (in AppKit) [0x7fff92bde470]
    3 -[NSWindow(NSSheets) _orderFrontRelativeToWindow:] + 192 (in AppKit) [0x7fff930416e5]
    3 -[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:] + 1606 (in AppKit) [0x7fff9303ff48]
    3 -[NSMoveHelper _doAnimation] + 1399 (in AppKit) [0x7fff93184178]
    3 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8b534486]
    3 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8b534c74]
    3 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8b52c50c]
    3 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8831c67a]
    1 -[NSControl mouseDown:] + 786 (in AppKit) [0x7fff92be57f6]
    1 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 489 (in AppKit) [0x7fff92c66b74]
    1 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 1493 (in AppKit) [0x7fff92be69e3]
    1 -[NSWindow nextEventMatchingMask:] + 89 (in AppKit) [0x7fff92be6e03]
    1 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff92ae407d]
    1 _DPSNextEvent + 659 (in AppKit) [0x7fff92ae4779]
    1 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff889e53fa]
    1 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff889e556d]
    1 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff889de2bf]
    1 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8b534486]
    1 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8b534c74]
    1 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8b52c50c]
    1 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8831c67a]
      Kernel stack:
    12 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x65f   
    DispatchQueue 2
      User stack:
    12 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8df09316]
    12 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8831e7e6]
      Kernel stack:
    12 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x3eb4 
      User stack:
    12 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff87656b85]
    12 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8831e192]
      Kernel stack:
    12 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Thread 0x3ec2 
      User stack:
    9 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff87656b85]
    9 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8831e192]
      Kernel stack:
    9 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Thread 0x3ec3 
      User stack:
    9 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff87656b85]
    9 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8831e192]
      Kernel stack:
    9 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Thread 0x3ec4 
      User stack:
    9 thread_start + 13 (in libsystem_c.dylib) [0x7fff87656b75]
    9 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff876538bf]
    9 __NSThread__main__ + 1575 (in Foundation) [0x7fff87faa6a2]
    9 -[NSThread main] + 68 (in Foundation) [0x7fff87faa72a]
    7 -[NSUIHeartBeat _heartBeatThread:] + 1727 (in AppKit) [0x7fff92d1911b]
    7 usleep + 53 (in libsystem_c.dylib) [0x7fff87609bb5]
    7 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x7fff8831de42]
    2 -[NSUIHeartBeat _heartBeatThread:] + 741 (in AppKit) [0x7fff92d18d41]
    2 -[NSWindow(NSWindow_Theme) heartBeat:] + 291 (in AppKit) [0x7fff93184ec7]
    2 -[NSButtonCell(NSDefaultButtonIndicatorPrivate) heartBeat:] + 1859 (in AppKit) [0x7fff92df4afb]
    2 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:topView:] + 2373 (in AppKit) [0x7fff92cb172c]
    2 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:topView:] + 2373 (in AppKit) [0x7fff92cb172c]
    1 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:topView:] + 1435 (in AppKit) [0x7fff92cb1382]
    1 -[NSControl drawRect:] + 398 (in AppKit) [0x7fff92b64703]
    1 -[NSButtonCell drawWithFrame:inView:] + 488 (in AppKit) [0x7fff92b9e9cf]
    1 -[NSButtonCell drawBezelWithFrame:inView:] + 363 (in AppKit) [0x7fff92bd66bf]
    1 CUIDraw + 225 (in CoreUI) [0x7fff8ed2c904]
    1 CGRectIsEmpty + 0 (in CoreGraphics) [0x7fff8cedb75f]
    1 -[NSView(NSInternal) _recursive:displayRectIgnoringOpacity:inContext:topView:] + 1066 (in AppKit) [0x7fff92cb1211]
    1 -[NSFocusStack focusView:inWindow:] + 295 (in AppKit) [0x7fff92b2ca57]
    1 objc_addExceptionHandler + 471 (in libobjc.A.dylib) [0x7fff8fac6419]
    1 read_address + 323 (in libobjc.A.dylib) [0x7fff8fac68e1]
      Kernel stack:
    7 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
    2 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002da712]
    2 interrupt + 192 (in mach_kernel) [0xffffff80002c48d0]
    2 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c9ab9]
    2 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002cb9ac]
    2 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c3c76]
      Binary Images:
    0x108c58000 -   
    0x108c85fff  com.apple.ActivityMonitor 10.7.4 (718) <8E691413-5892-3BE8-97D6-B62D873C903E> /Applications/Utilities/Activity Monitor.app/Contents/MacOS/Activity Monitor
    0x7fff87605000 -
    0x7fff876e2fef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    0x7fff87f50000 -
    0x7fff88269fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff88307000 -
    0x7fff88327fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    0x7fff889dc000 -
    0x7fff88d08fff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff8b4fc000 -
    0x7fff8b6d0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8ce4d000 -
    0x7fff8d7eba27  com.apple.CoreGraphics 1.600.0 (???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8df07000 -
    0x7fff8df15fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    0x7fff8ed00000 -
    0x7fff8ed68ff7  com.apple.coreui 1.2.2 (165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8fab5000 -
    0x7fff8fb99e5f  libobjc.A.dylib ??? (???) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff92adc000 -
    0x7fff936e2fff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Process:    
    activitymonitord [215]
    Path:       
    /usr/libexec/activitymonitord
    Architecture:
    x86_64
    UID:        
    0
      Thread 0x665   
    DispatchQueue 1
      User stack:
    12 ??? (in activitymonitord) [0x1090d4ccc]
    12 ??? (in activitymonitord) [0x1090d649b]
    12 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8831e7e6]
      Kernel stack:
    12 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
    0x1090d4000 -   
    0x1090dcff7  activitymonitord ??? (???) <512E7906-3DBC-3F2B-932B-12AC84F03BDA> /usr/libexec/activitymonitord
    0x7fff88307000 -
    0x7fff88327fff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    Process:    
    AppleSpell [189]
    Path:       
    /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:
    x86_64
    UID:        
    501
      Thread 0x4d3   
    DispatchQueue 1
      User stack:
    12 ??? (in AppleSpell) [0x1043e7a7c]
    12 ??? (in AppleSpell) [0x1043e7d2e]
    12 -[NSSpellServer run] + 74 (in Foundation) [0x7fff880acc76]
    12 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8b54419f]
    12 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8b534486]
    12 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8b534c74]
    12 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8b52c50c]

  • Scanner pauses and then stops mid-scan

    Just replaced hard drive.  Thought the problem with scanning would go away with the new computer. Both computers are set up wirelessly and the print function works like a charm with both computers. The problem is when I am scanning multiple pages, it pauses quite a long time between pages and then stops. I get an error message on my computer that there is a problem and we have to do the scan again.  REMINDER...brand new computer. Same old problem.
    I was on Windows 7 before and am now on 8.1.  Doesn't sound like a Windows problem.
    Thanks!

    Hello @SackyBoo,
    Welcome to the HP Support Forums!
    I would like to work with you today with resolving the scan issue that you're experiencing when attempting to scan wirelessly from your HP Officejet Pro 8600 e-All-in-One Printer to your Windows computers. Thank you for including that the this scan communication error occurs on two computers. Because of this I do not think this is a Windows issue, or a printer issue. Rather, I believe that there is something within your Wireless network that is blocking scan communication.
    Scanning, unlike printing requires 2-way communication. With 2-way communication the computer and printer 'talk' back and forth as they transfer the scanned image. When you have a wireless network the router may intermittently 'see' the printer as a threat trying to access the network and will block that communication, resulting in a scan communication or scan error. I am going to run you through some steps below to ensure that no security software on your computer is blocking the printer. If the issue persists, I will provide you with the settings that may have to be adjusted on your router to prevent this issue from occuring again.
    Step 1: MSCONFIG:
    Open your Start screen by selecting the Windows button on the bottom left of your computer screen or by selecting the Windows key on the bottom left of your keyboard, to the right of the Ctrl button
    Once you Start screen opens type Run. Click on Run to launch the Run dialogue box.
    If you're still using Windows 7 on another computer you simply click on the Start menu and in the 'search programs and files box' type Run and hit enter on your keyboard.
    In the Run box type services.msc and select OK
    When the System Configuration Window opens select 'Selective Startup' and uncheck Load Startup Items
    Click the Services tab. Check the box at the bottom for Hide All Microsoft Services
    Select Disable All
    Select Apply and OK
    Restart your computer when prompted
    When you computer comes back on please try a multi-page scan again. If everything works fine than either a background program running on your computer or security software running on your computer is blocking the scans intermittently. You would have to enable each startup program one at a time to figure out which background program is causing this issue. I can walk you through this process.
    If the scanning issue persists, than it is not your computer causing the issue. Rather, there is most likely something on your network. Please proceed to the next step.
    Step 2: Check Router Settings:
    If you're not sure how to check the settings below you may need to speak with your router manufacturer.
    The following ports need to be opened on your router:
    Incoming (UDP) Ports:
    137, 138, 161, 427
    Outgoing (TCP) Ports:
    137, 139, 427, 9100, 9220, 9500
    The follow settings may need to be adjusted:
    Mac Filtering should be OFF
    Firmware on router needs to be up to date
    Firewall on router may need to be OFF for testing
    Multicasting must be turned ON
    If you're using a dual band router you must be on the 2ghz band. Printers are not supported on 5ghz connections.
    Once these settings have been adjusted please test scanning again.
    Please respond to this post with the result of your troubleshooting. Should the issue persist, please include the exact error message that you get when scanning stops. I look forward to hearing from you!
    X-23
    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!

  • I downloaded an entire album off of itunes today. When i went to the library to listen to them, four of the ten songs only played to 45 seconds and then stopped completly. Where as the rest of the songs played fine. Is there anyway to fix it?

    I downloaded an entire album off of itunes today. When i went to the library to listen to them, four of the ten songs only played to 45 seconds and then stopped completly. Where as the rest of the songs played fine. Is there anyway to fix it?

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

  • HT1725 I downloaded an album and all of the tracks will play about 3/4 of the song then stop and play the next song.  I went to itunes store and it said the songs fully downloaded. So how do I get the full song into my library?

    I downloaded an album and all of the tracks will play about 3/4 of the song then stop and play the next song.  I went to itunes store and it said the songs fully downloaded. So how do I get the full song into my library?

    If your country's iTunes Store allows you to redownload purchased tracks, I'd delete your current copies of the tracks and try redownloading fresh copies. For instructions, see the following document:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise, I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the items that are not playing properly. If you can't see "Report a Problem" next to the items, click the "Report a problem" button. Now click the "Report a Problem" links next to the items.

  • Time machine is not backing up - starts to, then stops.  No error.

    Time machine has stopped backing up.  I have plenty of space on the external drive.  When starting a backup, whether automatically or manually, the process will begin, and may even get to the backing up stage, then stop.  No error message, but no backup either.  This has been going on for 12 days, and I hadn't noticed as the icon at the top of the screen was not showing a backup issue.
    I have checked and repaired permissions, and the external disk.  There were a few issues, but they have been corrected.  Still no luck.

    Okay,
    I ran the widget, and here are the results.  The backup never got to actually backing up, it got stuck on "cleaning up".  After 5 minutes, I hit stop backup up, and it was stuck on that till I restarted.
    Starting standard backup
    Error loading /Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin:  dlopen(/Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin, 262): no suitable image found.  Did find:\n          /Library/Plug-ins/DiskImages/NUMPlugin.bundle/Contents/MacOS/NUMPlugin: mach-o, but wrong architecture
    Cannot find function pointer VRPreviewCFPlugInFactory for factory 20D1C6B2-6A02-11D7-B5A6-000393D45566 in CFBundle/CFPlugIn 0x105937f30 </Library/Plug-ins/DiskImages/NUMPlugin.bundle> (bundle, not loaded)
    Backing up to: /Volumes/Backup/Backups.backupdb
    Event store UUIDs don't match for volume: Macintosh HD
    Waiting for index to be ready (101)
    Waiting for index to be ready (101)
    Node requires deep traversal:/ reason:must scan subdirs|new event db|

Maybe you are looking for

  • Non-wanted character in my XML

    Hi, (I'm sorry for my english expression ==> I'm french) I've tried to create an XML Document with this source code : Document doc = createDomDocument(); public static Document createDomDocument() { try { DocumentBuilder builder = DocumentBuilderFact

  • Cookies not deleting correctly in Safari

    Why do my cookies re-appear after I reset Safari (4.02). Same issue with version 4.01. I've deleted the cookie file and that appears to work but I don't know why I need to do anything beyond resetting the browser. I've also deleted the cookie files f

  • Where to increase Web Service timeout property

    Hello All, I have developed a stateless java web service that executes a sql query. Query exectung for more than 5 minutes by the time the web service is throughing an exception: ****************Exception Message********************** WARNING: Unable

  • FICO for Oil & Gas

    I am looking at a job offer from an Oil & Gas company and was wondering if AP & AR implementations differ greatly for them from other sectors? What can I expect to be different from AP & Ar perspective? Thank you.

  • Downloading pdf from ipad

    How can I download a resume (pdf file) to job website from my ipad? Thanks