Two Errors--796/69

When I run two reports, I am getting the following errors:5200--Error Executing Query 796 Error Executing Query 69Any Ideas?ThanksJim

Both of those are components of third-party software, not part of OS X. The first is obviously a "Wondershare" product, though I don't know which one, and the second is part of "Toast." Either update or remove both products according to the developers' instructions. Back up all data before making any changes.

Similar Messages

  • I am trying to print a fillable form.  It will not print and I get two error messages "document could not be printed" and "there were no pages selected to print."  Th latter is not true.  Won't print all, the page I am on, nor any series of pages inserted

    I am trying to print a fillable form - - an application for a Chinese visa.  It will not print and I get two error messages:  "document could not be printed" and   "there were no pages selected to print."  The latter is not true.  Won't print at all, the page I am on, nor any series of pages inserted.
    Am using a MAC desktop and a Cannon PIXMA MX922 printer.
    I need to print this form now that it is filled out?  What can I do? 

    Hello PW, I am having this problem and all suggestions haven't worked yet. Where is the Preferences|Documents you are referring to? I am on a PC and using Windows.
    EDIT: I found it and did, but still not working.

  • Get these two error messages when I run the iTunes exe file:  Error 2 and Error 2 (Windows error 2).  Both say Apple Application Support is required.  Uninstalled and tried to install again several times.  Using Windows 7 64 bit on laptop.

    Trying to install iTunes on my Dell laptop with Windows 7 - 64 bit.  Get these two error messages when I run the iTunes exe file:  Error 2 and Error 2 (Windows error 2).  Both say Apple Application Support was not found.  Can anyone tell me why this is happening?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • I did the recommended re-install to resolve the missing MSVCR80.dll file. This worked, but I am now stymied by two error messages: "Apple Mobile Device failed to start" and "Apple application support not found". How to overcome?

    That worked, however I now get two error messages when I install I Tunes:
    o  Apple Mobile Device failed to start.
    o  Apple Application Support not found.
    This were of course deleted in the recommended re-install procedure to resolve the dll file, but repeated uninstalls and installs simply bring up these two error messages with a recommendation to install I Tune again. Installing the new I Tunes version seems to be problematic per the discussion groups and has no simple solution. SHould not the Genius bar be able to resolve this at an Apple Store? Want to buy a new I Phone 5S, but this problem effectively stymies this.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Two errors in compiling Hello by fortran

    Pls. help to solve following two error. which I get during execution of Hello project on Oracle Solaris Studio 12.3 in VMware 8. I am also giving the makefile.
    Thanks in advance.
    error
    1)
    /usr/bin/ld: cannot find -lpthread
    /usr/bin/ld: cannot find -lm
    /usr/bin/ld: cannot find -lc
    2)
    dmake: Fatal error: Command failed for target `.build-conf'
    Current working directory /root/SolStudioProjects/Hello_2
    makefile
    # Copyright (c) 2009-2010, Oracle and/or its affiliates. All rights reserved.
    # Redistribution and use in source and binary forms, with or without
    # modification, are permitted provided that the following conditions are met:
    # * Redistributions of source code must retain the above copyright notice,
    # this list of conditions and the following disclaimer.
    # * Redistributions in binary form must reproduce the above copyright notice,
    # this list of conditions and the following disclaimer in the documentation
    # and/or other materials provided with the distribution.
    # * Neither the name of Oracle nor the names of its contributors
    # may be used to endorse or promote products derived from this software without
    # specific prior written permission.
    # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    # SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    # INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    # CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
    # THE POSSIBILITY OF SUCH DAMAGE.
    # There exist several targets which are by default empty and which can be
    # used for execution of your targets. These targets are usually executed
    # before and after some main targets. They are:
    # .build-pre: called before 'build' target
    # .build-post: called after 'build' target
    # .clean-pre: called before 'clean' target
    # .clean-post: called after 'clean' target
    # .clobber-pre: called before 'clobber' target
    # .clobber-post: called after 'clobber' target
    # .all-pre: called before 'all' target
    # .all-post: called after 'all' target
    # .help-pre: called before 'help' target
    # .help-post: called after 'help' target
    # Targets beginning with '.' are not intended to be called on their own.
    # Main targets can be executed directly, and they are:
    # build build a specific configuration
    # clean remove built files from a configuration
    # clobber remove all built files
    # all build all configurations
    # help print help mesage
    # Targets .build-impl, .clean-impl, .clobber-impl, .all-impl, and
    # .help-impl are implemented in nbproject/makefile-impl.mk.
    # Available make variables:
    # CND_BASEDIR base directory for relative paths
    # CND_DISTDIR default top distribution directory (build artifacts)
    # CND_BUILDDIR default top build directory (object files, ...)
    # CONF name of current configuration
    # CND_PLATFORM_${CONF} platform name (current configuration)
    # CND_ARTIFACT_DIR_${CONF} directory of build artifact (current configuration)
    # CND_ARTIFACT_NAME_${CONF} name of build artifact (current configuration)
    # CND_ARTIFACT_PATH_${CONF} path to build artifact (current configuration)
    # CND_PACKAGE_DIR_${CONF} directory of package (current configuration)
    # CND_PACKAGE_NAME_${CONF} name of package (current configuration)
    # CND_PACKAGE_PATH_${CONF} path to package (current configuration)
    # NOCDDL
    # Environment
    MKDIR=mkdir
    CP=cp
    CCADMIN=CCadmin
    RANLIB=ranlib
    # build
    build: .build-post
    .build-pre:
    # Add your pre 'build' code here...
    .build-post: .build-impl
    # Add your post 'build' code here...
    # clean
    clean: .clean-post
    .clean-pre:
    # Add your pre 'clean' code here...
    .clean-post: .clean-impl
    # Add your post 'clean' code here...
    # clobber
    clobber: .clobber-post
    .clobber-pre:
    # Add your pre 'clobber' code here...
    .clobber-post: .clobber-impl
    # Add your post 'clobber' code here...
    # all
    all: .all-post
    .all-pre:
    # Add your pre 'all' code here...
    .all-post: .all-impl
    # Add your post 'all' code here...
    # help
    help: .help-post
    .help-pre:
    # Add your pre 'help' code here...
    .help-post: .help-impl
    # Add your post 'help' code here...
    # include project implementation makefile
    include nbproject/Makefile-impl.mk
    # include project make variables
    include nbproject/Makefile-variables.mk

    Which operating system are you using? If you are using Linux, which release of which distribution are you using?
    The libraries named in your posting are Solaris system libraries. The Solaris linker knows where to find them.
    Robert Corbett

  • Type-two error

    All of a sudden my Performa has addressing errors. This started a day and a half ago--at the end of the work day I was rushing to get the day's mail out, and my PLW NT stopped working. It's been doing that for over a year now. The two amber lights blink simultaneously, indicating a problem in the fuser assembly. (I've addressed this problem elsewhere in the Apple Discusson forum.)
    Well, what's different this time is that since Monday night I've been getting a lot more Type 2 errors in the Performa. Now Acrobat Reader 5.0 won't start up at all. Everytime I try to start it, I get a dialog box saying that it won't start because of Type Two.
    I have some problems with other applications, too. For example, MS Word locks up seemingly at random. AOL refuses to run more than two Flashsessions in a row (but it's been doing that for a couple of years.) Netscape occasionally locks up, too.
    Acrobat is the big problem. I have a PDF file that I must print. Yesterday morning I could get the file to open, but then the LaserWriter conked out, and my back-up Stylewriter reports that it doesn't have the memory to print in Acrobat. Now, though, I can't get Acrobat to open at all.
    This addressing error occurs regardless of whether I boot off the internal hard drive or from a back-up system on the external hard drive. I ran Disk Warrior on the internal hard drive. It reported 3-12% of the data out of place among the four partitions on the hard drive. It then claimed to have successfully repaired the drive. Disk FirstAid and Tech Tool 3.0.4 report no problem with the internal hard drive. Using Disk Utility I installed a new driver on the internal hard drive twice, without effect. I have trashed almost all the preferences that changed in the last two days (leaving only AOL's Access Numbers, Address Book, and Filing Cabinet.) No effect.
    Occasionally the PLW NT will work after I restart the computer and work only in MS Word. But as soon as I get any crash in any application, the printer stops and may not start again the rest of the day.
    Does anyone know why my computer is suddenly throwing out these type-two errors and what I can do about it? TIA

    Hi, Richard -
    Given that the problem does not appear to be program-related (it happens in more than one or two), nor even OS install related (it happens when you boot to either drive), it would appear to be a hardware fault of some kind.
    Try reseating the RAM in the Performa, and any user-serviceable cards in the printer.
    Check the cabling - unplug and re-plug all connections to ensure good contact.
    If you are using a LocalTalk connection to the printer, make sure none of the small resistor plugs have fallen out of the unused ports in the transceivers.

  • Getting two errors in ZenWorks Inventory...

    Hello all,
    I'm getting two errors on just about every one of my workstation
    inventories.
    I am running Zen 7 SP1 IR4 HP2 and it is a brand new installation. These
    errors are from the first workstation scanned after the new install.
    They errors are
    Scanner (Warning) : 027: Unable to read sequence number from the Workstation
    Object.
    Scanner (Information) : 002: Unable to register to DMI service layer.
    L checked some old posts and found a reference from Shaun Pond to look at
    Listser on the server and this is what I got
    [12/28/09 11:51:13.732] List Services Utility: Unable to connect to service
    manager. Restart ZENWorksInvService
    'ZENWorksInvService/null' could not be listed.
    Any ideas??
    Thanks in advance.
    Delon E. Weuve
    Senior Network Engineer
    Office of Auditor of State
    State of Iowa
    United States of America

    Delon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Oracle Developer Days - Does not start VM because of two errors

    Downloaded the Oracle Developer days and the VM fine and was able to import the file successfully. Everything appears to be good until the VM boots. I get the following two errors where it hangs and will not boot anymore.
    "Memory for crash kernal (0x0 to 0x0) notwithin permissible range"
    "Warning calibrate_APIC_clock: the APIC timer calibration may be wrong."
    I have read that this should not cause the guest OS to stop, however at this point it will do nothing more.
    The host OS is
    Windows 7 Pro 64 bit
    12GB of RAM
    AMD Phenom II x4 B97 processor.
    How do I solve this issue?
    Thank you.

    I am having the exact same issue except that it already stops booting after the first message. Same happens for a different VM from OTN (Enterprise Java VM).
    My host is Windows 7 Pro 64, 16 GB RAM, AMD Phenom II x4 810 (so pretty similar to above).
    How to solve this?
    Thanks

  • Two errors when installing oracle9i personal for win98

    hi
    i have installed a typical version of personal oracle9i for win98 on my e drive.i have windows 98 in c drive. While installing i got two errors:
    1)error in writing to file e:\oracle9i\sqlj\lib\translator.zip
    2)error in writing to file e:\oracle9i\assistants\dbca\templates\Seec_Database.dbf
    Is it possible to perform a custom installation without these errors.
    After installing by skipping those errors when i start sql plus i am getting these errors:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    -01017:invalid username/password; logon denied
    one of the friends suggested that i start oracle services in control panel. but i don't have "oracle services" in my control panel of win98.
    is there a way to overcome these errors.
    thanks a lot in advance.

    You get this error when you don't start the Oracle services. Please goto control panel and start the Oracle services and then try to login to solve the problem.
    Note: Please post technical questions at
    General Database Discussions
    Regards,
    Anupama

  • PS CS6 can't save png or jpg getting two errors

    Since the update I dowloaded for PS CS6 yesterday, I have been unable to save my psd file to png's or jpg even with one single layer. The two error messages I get are "cannot save file out of memory." and cannot save file because "insert drive and location here" because the file cannot be found. I have 4 drives each not yet half full. Two 4 gig flash drives not yet half full, The scratch disk is allocated to the least used drive.
    How do I roll back PS to the previous state?
    joni

    I don't have CC and only have the bundle install CD. I usually save to my desktop and then transfer the file onto the flashdrive or into another drive that holds most of my artwork.
    But when trying to save a psd file, no matter how many layers (1 to 5) I get the error saying that it cannot save to "e:\user\joni\ etc etc because the file cannot be found" I am just not understanding that error. Although the place I am trying to save to would be the desktop or my secondary drive (not a flash drive but I did try a few time to see if it would even allow it to save there)
    How much memory (ram) is needed to allocate to PS in order to operate without having issues?
    A month before this new update, we separated the page file system and increased the virtual memory as described in this adobe forum by an expert. Now that seems to be all for nothing! *gaaahhh!!!*
    If I must do reinstall, must I deactive the products first before I uninstall them?
    Joni

  • Items in the Itunes library were not copied because of one or two errors occurred. How to fix this problem?

    Items in the Itunes library were not copied because of one or two errors occurred. How to fix this problem?

    Hello mobyash,
    Have you tried converting each of these 8 tracks to a different file format and seeing if they will then sync to your iPod.  See this Apple support document for information and instructions on how to convert a song to a different format.
    iTunes: How to convert a song to a different file format
    B-rock

  • Two Errors with Build 9879

    Hello everybody.  Their are two error on my computer that my or may not be coming from this OS, but I couldn't find any other info on them.
    The first error happens when nothing is actively happening on my computer (ie no games, moves. browsing, or music).  After about 5 minuets the blue screen of death will pop up with the error is "PAGE_FAULT_IN_NONPAGED_AREA (Wof.sys)".
     The computer will then have a 50/50 chance of returning to the sign in screen or getting stuck in a mode were my computer is on but no signals are being sent to my monitor, keyboard or mouse.  This error will also sometimes happen when being woken
    up from sleep/ hibernate. 
    In the second error the computer will randomly wake up from sleep/ hibernate.  I have tried such things as telling the computer that wifi and programs can not wake it up and checked that the auto wake up for sleep/ hibernate is turned off.  
    If this is the wrong place to post please tell me and here are my computer specs http://pcpartpicker.com/p/87b9nQ

    Please review this
    discussion.
    Carey Frisch

  • Another two errors in compiling StoreFrontService?

    Hi, I followed the instructions at http://www.oracle.com/technology/products/jdev/samples/fod/index.html, but got the following two errors.
    D:\fod\StoreFrontModule\StoreFrontService\src\oracle\fodemo\storefront\entities\associations\CategoryTranslationToCustomerInterests.xml
    Error(16,4): Attribute LockTopContainer not defined on element AssociationEnd
    Error(32,4): Attribute LockTopContainer not defined on element AssociationEnd
    Please help.
    Thanks.

    There is a known bug that occurs if you attempt to compile the project before JDeveloper completes the indexing of the ADF BC project. The best way to reconcile this issue is to unzip a clean copy of the demo and attempt to open it, making sure to give ample time for JDeveloper to index the ADF BC project prior to compiling.
    Regards,
    RiC

  • Can't install iTunes, gives two errors

    Whenever I try to install iTunes, it gives me two error messages:
    Error 1325.iPodService.Resources is not a valid short file name.
    and
    Error: -1603 Fatal Error during Installation.
    Does anyone know what's up? I used to use iTunes, but uninstalled it after some problems with my computer, now I can't install it to use my iPod.

    Try installing the Quicktime standalone. Find it here:
    http://www.apple.com/quicktime/download/standalone.html
    Those errors are usually due to a broken Quicktime, which iTunes needs to have in order to run. TURN OFF all your security software, because programs like Norton will interfere with the successful download and install. Also, save it to your harddrive and install it from there instead of running it over the internet.
    Good Luck,
    Rachyl

  • Two errors at startup

    While working on a project last night Logic crashed and I can't reopen it. Two error windows appear when I open the program.
    the first is ^auto^Last^Last-1^Last-2^ ...etc through Last-11.
    the second window is Audio File Audio 1#02.aif not found.
    (This has been appearing for a few months but I just press "skip" and everything runs fine.)
    Please help.

    Hi WMR;
    At only two months old, I would take it back to Apple and have them look at it. Something that new should not be acting that flakey.
    Allan

Maybe you are looking for

  • IBook won't download and can't delete

    I recently downloaded iBooks. Today I downloaded an iBook and it won't download properly, always freezes. I want to delete it but seems you can't because it hasn't downloaded. I deleted the iBooks app but on reinstallation it keeps trying to download

  • Javascript in abap

    hi, I'm trying to dynamically build a condition and then do an IF cond. Unfortunately, dynamics are not supported very well in ABAP. Therefore, it was suggested to me by a gentleman named Christian to use javascript to do this. ex. //dynamically cons

  • PowerMac won't automatically sleep

    While this isn't a specific Leopard issue (it was like this in Tiger), I'm on Leopard now so this is where I'm posting. For some time, as indicated above, my Mac has not gone to sleep. Its been so long I can't tell you when it started or if it ever d

  • Can I keep backups when migrating to a new Mac?

    I have an existing Mac with several years of backups in Time Machine. I've bought a new Mac. I'm going to use Setup Assistant to migrate everything from the old Mac to the new Mac (directly, not through Time Machine), and will retire the old Mac. Wil

  • Feature of opening link in new tab when middle-click it has just dissapeared.

    Hello! Feature of opening link in new tab when middle-click it has just dissapeared; now, when I middle-click the link, nothing happens - no new tab, simply nothing! It's not issue with a mouse, I've tried another mouse, and it's the same, and middle