Expdp or exp fails since sysaux datafile is corrupted.

Hi,
I need to migrate data from 10g solaris to 11g Linux. Expdp would work for my case, however sysaux tablespace is corrupted, expdp fails with all options. This is test database and we don't have archivelog files, I cannot recover sysaux datafile. Any idea is appreciated.
oracle@xnq1db01:~$ expdp system dumpfile=xnq1db01_full_%U.dmp directory=dumpdir full=y logfile=xnq1db01_full.log version=10.2 parallel=8 compression=NONE
Export: Release 10.2.0.3.0 - Production on Sunday, 06 March, 2011 18:59:12
Copyright (c) 2003, 2005, Oracle. All rights reserved.
Password:
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - Production
With the Partitioning, OLAP and Data Mining options
ORA-31626: job does not exist
ORA-31638: cannot attach to job SYS_EXPORT_FULL_01 for user SYSTEM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 389
ORA-39077: unable to subscribe agent KUPC$A_1_20110306185925 to queue "KUPC$C_1_20110306185924"
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 248
ORA-25448: rule SYS.KUPC$C_1_20110306185924$81 has errors
ORA-00376: file 3 cannot be read at this time
ORA-01110: data file 3: '+XN_DATA/xnq1db01/datafile/sysaux.266.672960607'

I had the same type of occurence. The following worked for me:
1. Shutdown immediate
2. Startup mount
3. RECOVER DATAFILE 'sysaux tablespace file location/name'
after recovery,
4. Alter database open
5. Alter tablespace sysaux online
(I'd noted when I tried the old exp that one of the first messages displayed was that sysaux was offline)
Disconnected and ran the expdp successfully.
If you're not able to recover the datafile, exp/imp is probably your only other option.

Similar Messages

  • Sysaux  Datafile was Corrupted

    hi , i m new to this forums...
    one of my Learning Instance sysaux Datafile was corrupted...
    how to recover it?
    is Point in time Recovery is Possible??

    Hi all,
    If are there no backup for sysaux?
    there is a corrupted block on datafile of sysaux.
    Because this, I cannot export, drop, anything.
    so, I´ve tried to use:
    run
       set newname for datafile 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\DEVDB\SYSAUX01.DBF'
       to 'C:\ORACLE\PRODUCT\10.2.0\ORADATA\DEVDB\DATA\SYSAUX01.DBF';
       restore (tablespace sysaux);
       switch datafile 3;
       recover tablespace sysaux;
    }But with this I got the error:
    RMAN-06054: media recovery requesting unknown log: thread 1 seq 2874 lowscn 47185106
    So I´ve tried:
    BLOCKRECOVER DATAFILE 3 BLOCK 50139;But with this I got the error:
    RMAN-03002: failure of blockrecover command at 04/29/2008 16:04:30
    RMAN-06026: some targets not found - aborting restore
    RMAN-06023: no backup or copy of datafile 3 found to restore
    Is there any other way to restore and recover this?
    I would like at least to export, but I got error too. :-(
    thanks!!!!
    Obs: I have backup for all database files, but when I did the backups,
    because this datafile is corrupted, I take the tablespace offline.

  • Sysaux datafile recovery

    Dear all,
    10gr2 on windows 2003.
    SYSAUX datafile is corrupted in our environment and I don't have the necessary archive logs to recover the datafile. Am planning to create a new database and migrate the data there . I tried
    a) full db export and schema level export fails with the below error :
    EXP-00056: ORACLE error 376 encountered
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'S:\ORACLE\PRODUCT\10.2.0\ORADATA\BICCO\SYSAUX01.DBF'
    EXP-00000: Export terminated unsuccessfullyall the data in a single tablespace called users . when am trying to export that tablespace (transportable tablespace) am getting the below error :
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    Note: table data (rows) will not be exported
    About to export transportable tablespace metadata...
    EXP-00008: ORACLE error 1001 encountered
    ORA-01001: invalid cursor
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 899
    ORA-06512: at "SYS.DBMS_SQL", line 19
    ORA-06512: at "SYS.DBMS_TTS", line 838
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'S:\ORACLE\PRODUCT\10.2.0\ORADATA\BICCO\SYSAUX01.DBF'
    ORA-06512: at "SYS.DBMS_PLUGTS", line 1387
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfullyC:\Documents and Settings\ducadmin>exp transport_tablespace=y tablespaces=USERS file=USERS2_Feb11_4
    .27.dmp log=USERS2_Feb11_4.27.log statistics=none
    Export: Release 10.1.0.4.2 - Production on Thu Feb 11 16:28:06 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Username: sys as sysdba
    Password:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    Note: table data (rows) will not be exported
    About to export transportable tablespace metadata...
    EXP-00008: ORACLE error 1001 encountered
    ORA-01001: invalid cursor
    ORA-06512: at "SYS.DBMS_SYS_SQL", line 899
    ORA-06512: at "SYS.DBMS_SQL", line 19
    ORA-06512: at "SYS.DBMS_TTS", line 838
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'S:\ORACLE\PRODUCT\10.2.0\ORADATA\BICCO\SYSAUX01.DBF'
    ORA-06512: at "SYS.DBMS_PLUGTS", line 1387
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    How do I proceed in this situation ?.. copying the data manually to other database is hectic as the data is huge.
    Please advise ?
    Kai                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    Dear Mark,
    I cannot able to export schema level as it is failing with the below error :
    S:\Backup\g_BACKUP\feb13>exp system/manager@BICCO file=Feb13_c012006.dmp owner=c012006 statistics=no
    ne rows=Y constraints=Y
    Export: Release 10.1.0.4.2 - Production on Sat Feb 13 11:57:42 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user C012006
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user C012006
    About to export C012006's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    EXP-00056: ORACLE error 376 encountered
    ORA-00376: file 3 cannot be read at this time
    ORA-01110: data file 3: 'S:\ORACLE\PRODUCT\10.2.0\ORADATA\BICCO\SYSAUX01.DBF'
    EXP-00000: Export terminated unsuccessfully
    Kai

  • Recover from dropped SYSAUX datafile

    Trying to recover a DEV database without rebuilding it, but not hopeful at this point. Basically, someone dropped the SYSAUX (and a few other) datafiles, so now they are showing up in the database as MISSING0003 instead of the actual filename. There are no backups, but I want to drop the tablespaces (not SYSAUX) and in trying to do so, I'm getting an error about the SYSAUX tablespace for some reason. How can I rebuild or recover from the SYSAUX issue, since I cannot drop the SYSAUX tablespace, as it seems to be preventing me from dropping any of the other tablespaces that have missing datafiles as well. I really just need to recreate the tablespaces, but get the below error when I try to drop the schemas (with cascade) or the tablespaces (including contents).
    SQL> drop tablespace DATA001 including contents;
    drop tablespace DATA001 including contents
    ERROR at line 1:
    ORA-00604: error occurred at recursive SQL level 2
    ORA-00376: file 3 cannot be read at this time
    ORA-01111: name for data file 3 is unknown - rename to correct file
    ORA-01110: data file 3: 'C:\ORACLE\PRODUCT\10.2.0\DB_1\DATABASE\MISSING00003'
    ORA-06512: at line 19
    Any help to get past the first issue of dropping the non-SYSTEM tablespaces would be great, and any follow-up on how to rebuild/recreate/recover from the dropped SYSAUX datafiles would be appreciated as well.
    DB is 10gR2 on Windows.

    user4257171 wrote:
    Trying to recover a DEV database without rebuilding it, but not hopeful at this point. Basically, someone dropped the SYSAUX (and a few other) datafiles, so now they are showing up in the database as MISSING0003 instead of the actual filename. There are no backups,
    > DB is 10gR2 on Windows.
    Without backups you are not going to be able recover the dropped data files. Given that one of the tablespaces was the required SYSAUX tablespace you are most likely looking at a rebuild instead of a restore.

  • SYSAUX DATAFILE CONSTANTLY REQUIRES MEDIA RECOVERY

    Hello,
    Can anyone help me with this reoccurring problem in my Oracle 10g EE R2 database? My sysaux datafile is always going offline and requires media recovery before it can be brought back online. I have created additional datafiles but that didn't resolve the issue.
    Thank you.

    As for your "Failed to find ARCH for message..."
    Check this out:
    Cause
    Bug 4704334 - ''TKCRRSARC: (WARN) FAILED TO FIND ARCH FOR MESSAGE (MESSAGE:0X1)''
    These messages are warning messages and are a consequence of the internal archive process spawning and releasing.
    There can be different reasons for this message to appear, but it is in fact related to internal work.
    Solution
    These are only diagnostic messages and can be safely ignored.
    However, there are two options:
    Option 1
    Ignore the messages.
    Option 2
    Increase the log_archive_max_processes equal to/or greater than 10
    *Testing information about Option 2
    log_archive_max_processes=2 may still cause messages, and 4 may cause less.
    Recommended setting is 10 or higher as testing has verified that messages disappeared completely at this setting.
    References
    Bug 4704334 - ''TKCRRSARC: (WARN) FAILED TO FIND ARCH FOR MESSAGE (MESSAGE:0X1)''

  • Cisco ISE (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out)

    Hi,
    I have a setup ISE 1.1.1. Users are getting authenticate against AD. Everything is working fine except some users report disconnection. I see in the ISE that (Authentication failed: 24415 User authentication against Active Directory failed since user's account is locked out). Users are using Windows 7 OS.
    Error is enclosed & here is the port configuration.
    Port Configuration.
    interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30 interface GigabitEthernet0/2
    switchport access vlan 120
    switchport mode access
    switchport voice vlan 121
    authentication event fail action next-method
    authentication event server dead action reinitialize vlan 120
    authentication event server alive action reinitialize
    authentication host-mode multi-auth
    authentication order mab dot1x
    authentication priority dot1x mab
    authentication port-control auto
    authentication periodic
    authentication timer reauthenticate server
    mab
    dot1x pae authenticator
    dot1x timeout tx-period 60
    spanning-tree portfast
    ip dhcp snooping limit rate 30
    Please help.

    The error message means that Active Directory server Reject the authentication attempt
    as for some reasons the user account got locked.I guess, You should ask your AD Team to check in the AD
    Event Logs why did the user account got locked.
    Under Even Viewers, You can find it out
    Regards
    Minakshi (Do rate the helpful posts)

  • Cisco ISE Failure: 24408 User authentication against Active Directory failed since user has entered the wrong password

    Hi,
    Since we implemented Cisco ISE we receive the following failure on several Notebooks:
    Authentication failed : 24408 User authentication against Active Directory failed since user has entered the wrong password
    This happens 2 or 3 times per Day. So basically the authentications are working. But when the failure appears, the connection is lost for a short time.
    The Clients are using PEAP(EAP-MSCHAPv2) for Authentication. We've got a Cisco Wireless Environment (WLC 5508).
    Why is this happening?
    Thanks,
    Marc

    The possible causes of this error message are:
    1.] If the end user entered an incorrect username.
    2.] The shared sceret between WLC and ISE is mismatched. With this we'll see continous failed authentication.
    3.] As long as a PSN not receiving a response from the supplicant within this limit during an EAP conversation, it will throw this error code. In majority of cases it says eap session timed out.
    In your cases, the 3rd option seems to be the most closest one.
    Jatin Katyal
    - Do rate helpful posts -

  • Configuration Deployment Failed(Since instance has been modified on node)

    Hi
    I am new to sun java system portal server 7.1 update 2, whenever i am going to deployed war,its showing given errors..(sun java system portal server with webserver)
    [10/Jul/2008:11:28:29] info ( 770): for host 172.20.46.42 trying to POST /jmxco
    nnector/remotejmx, service-j2ee reports: Exception : ADMIN3658: Configuration de
    ployment failed since the instance has been modified on node(s): netapp.india.tc
    s.com. These modifications can either be discarded using the --force option or p
    ulled into the current configuration using the pull-config command.
    can you any one please give the solutions..
    regards
    Sekar M

    The webserver on netapp.india.tcs.com has gone to deployment pending state. This means some configuration files were touched manually.
    You may have to login to the webserver admin console and bring it back to the normal state. Check the webserver admin guide
    You can also check :
    http://onesearch.sun.com/search/docs/index.jsp?col=docs_en&locale=en&qt=deployment+pending

  • Why updates keep failing since 10.9.2 to 10.9.4 (blank screen)?

    I'm IT manager with 60+ Apple computers (mostly iMac and laptops) all running Mavericks and since 10.9.2, the automatic system updates keep failing on a few of my computers (10-12 computers out of 60). Users launch the system updates when they leave office by the night and when they come back next morning, login screen is black and there's only a moving cursor! No matter if you reboot, safe boot, verbose or EVEN reinstall OS (I tried it once), it's still the black login screen.
    This problem is highly discussed on the web and there's an easy fix to force update to continue and succeed... but as IT manger I am very tired to fix manually several computer every time Apple release a system update!! For people who's wondering, the fix is to power off computer, restart in safe mode (shift key), then type your admin account, hit TAB and type your password within the black screen then after a few try the display will light up and update will continue and succeed after a final reboot.
    I am just wondering why updates keeps failing since 10.9.2, also in 10.9.3 and still in 10.9.4...  it's not happening on specific Mac model/year and my computers are not "ghosted" (restored) from disk image on each other... there's no link between the computers who's failing and those who succeed to update!! They are in different department of the business and they are not having same software installed. Few are for office work (Ms-Office) and other are graphic design (Adobe) or video. Almost all users are non-admin but a few are admin and both admins and non-admins are failing!
    If you have some hints for me, I'll be very appreciated since I lost so much time to manually relaunching the update. Thx!!

    The article is quite interesting. Quite a Mea Culpa from Apple!
       Translated, the article says -- if you get any of these errors, iTunes and/or IOS have corrupted your device to the point where it cannot be recovered. You must reinitialize (i.e. restore from backup) your device.  -- excetp that the first step "Copy your backup" is less than informative or useful.
    Under OSX, the mentioned location contains nothing but a bunch of files named with a string of digits.
    Yes, I know what they represent and how to translate them -- howver, I pitty joe-user with no experience with OSX.
    The bulk of the article is for Windows systems. Very little information in that article applies to OSX.
    The funny, but sad, thing is the first thing they tell you to do is to update OSX and iTunes and security software -- when in fact that is what cause the problem in the first place. Granted the articles pre-date the OSX/iTunes updates which caused the problem.
    However, all of that blather ignored -- the article does NOT address my problem.
    Unless it really does.
    I have no issues (apparently) with successfully backing up my iPhone. At least iTunes claims that it is being successful.
    What is failing is the second half -- the Sync.
    OF course, that is if you belive iTunes -- which, according to the /Library/Logs/MobilBackup/MobilBackup.log, has in fact NOT happened now since January!
    Very interesting.
    Thanks for your suggestion.
    However, I continue to hunt.

  • Increase sysaux datafile size

    I have oracle 10.0.2.4.
    My sysaux datafile is 600mb and t has only 38mb free space.
    I want to increase the size of that file.
    From some post i got this query for check the component of sysaux
    sql>select occupant_name,schema_name,space_usage_kbytes from v$sysaux_occupants ;
    o/p
    OCCUPANT_NAME          SCHEMA_NAME     SPACE_USAGE_KBYTES
    SM/AWR                    SYS          312320
    SM/OPTSTAT               ,SYS,          115200
    EM,                    SYSMAN,          86848
    SM/ADVISOR               ,SYS,          38464
    LOGMNR,                    SYSTEM,          6080
    SM/OTHER               ,SYS,          4928
    LOGSTDBY,               SYSTEM,          896
    AO,                    SYS,          768
    XSOQHIST,               SYS,          768
    STREAMS,               SYS,          512
    JOB_SCHEDULER               ,SYS,          384
    TSM                    ,TSMSYS,     256
    ODM                    ,DMSYS,          0
    SDO,                    MDSYS,          0
    WM,                    WMSYS,          0
    ORDIM,                    ORDSYS,          0
    ORDIM/PLUGINS               ,ORDPLUGINS,     0
    ORDIM/SQLMM,          SI_INFORMTN_SCHEMA,     0
    STATSPACK,          PERFSTAT,          0
    TEXT,               CTXSYS,               0
    ULTRASEARCH,          WKSYS,               0
    ULTRASEARCH_DEMO_USER,     WK_TEST,          0
    EXPRESSION_FILTER,     EXFSYS,               0
    EM_MONITORING_USER     ,DBSNMP,          0
    XDB,               XDB,               0
    XSAMD,               OLAPSYS,          0

    You might also want to check the retention policy on your AWR snaps because they might be filling it up when you don't want to keep them. And, check how often you are taking snaps. The documentation is here:
    http://docs.oracle.com/cd/E11882_01/appdev.112/e25788/d_workload_repos.htm#i1003494
    The default for snaps to be taken is every hour. I can't remember what the default time for them to be kept is, but you should configure it depending on your own requirements. We have ours set to 6 months.
    Hope that helps,
    Rob
    [url http://www.ora00600.com]ORA00600.com

  • My iCloud backup function failed since 02/28/2015.

    My iCloud backup function failed since 2/28 till now?

    Try signing in and out of iCloud and backup manually.  This might solve the problem.

  • Sync from iPhone to iCal on MacBook has failed since the latest iPhone upgrade, yesterday.  It's worked in reverse, and all other sync operations appear to have worked.  Any solutions, that I may not have already tried (over and over)

    Sync from iPhone to iCal on MacBook has failed since the latest iPhone upgrade, yesterday.  It's worked in reverse, and all other sync operations appear to have worked.  Any solutions, that I may not have already tried (over and over)
    (Sorry, first time user of these forums, and it's confusing in it's own right)

    You may have to try deleting all the music from your phone (by going to Settings>General>Usage>Music, swipping All Music and tapping Delete), then sync it all back on with iTunes in order to fix this.

  • Data recovery from Datafiles of corrupted database ?

    Hi all
    Actullay one of my databse(Oracle 9i) is corrupted and i dnt have .dmp files . so i inatlled the new databse.
    before that i copied the oradata folder from prevous database( Is not running right now)
    is there any way to restore the prevoius data from the files that i have in oradata folder to the new instance.
    thanks & regards
    Vivek

    Has the database - even when it was corrupted - been shutdown cleanly ?
    If yes, and only if you have all the files, it should be startable.
    If any of the datafiles is corrupted and it prevents database startup, you can always try following:
    startup mount
    alter database datafile <filename> offline drop;
    If the database is/was in archivelog mode you can omit the "drop" and only put it offline.
    As soon as all corrupted datafiles are put offline, including all not corrupted from the same tablespace, the database should be able to open.
    Keep in mind that this is only true for datafiles not belonging to SYSTEM/SYSAUX or other Instance dependant tablespaces;
    I don't think you can restore data from corrupted datafiles, unless you're able to recover them

  • How to recover database SYSTEM datafile get corrupt ?

    Database is in ARCHIVELOG mode, and the datafile belonging to SYSTEM tablespace gets corrupted. Up to what point can I recover the database ?
    A. Until last commit.
    B. Until the time you perform recovery.
    C. Until the time the datafile got corrupted.
    D. You cannot recover the SYSTEM tablespace and you must be re-create the database.
    and 1 more doubt :
    If redologfiles are not multiplexed and redolog blocks get corrupt in group 2, and archiving stops. All redolog files are filled and database activity is halted.
    DBWR has written everything to disk. What command can be used to proceed further ?
    A. recover logfile block group 2;
    B. alter database drop logfile group 2;
    C. alter database clear logfile group 2;
    D. alter database recover logfile group 2;
    E. alter database clear unarchived lofile group 2;
    Edited by: user642367 on Sep 18, 2008 8:45 PM

    1. A. Since the DB is in archivelog mode, so you can always restore and recover the whole DB including system tablespace datafile till last SCN generated provided the redo record is available in archive/online logfiles.
    2. E. Since only redolog is corrupted so archiver won't proceed and hence a db hang is obvious, So, in order to proceed further you need to clear online (un archived log file) and then db will work as usual. Care should be taken that you must take a full backkup of DB(cold backup wherever feasible) as soon as possible after issuing this command. As now you don't have redo info in archivelog files to recover the db in case of a crash.
    Please go through Oracle 10g DB Administrators guide (available on OTN) for more details.
    Thanks

  • I try to drag a photo folder into lightroom 4 on my MAC, lightroom fails to open and a 'Corrupt Catalog Detected' screen pops up.  Clicking on 'repair catalog' does not work either.  Any suggestions?

    I try to drag a photo folder into lightroom 4 on my MAC, lightroom fails to open and a 'Corrupt Catalog Detected' screen pops up.  Clicking on 'repair catalog' does not work either.  Any suggestions?

    I'll have to get a better instructor on deleting the preferences since when I've doen it in the past nothing is there when I open LR the catalog is gone. I assumed that was what was supposed to happen so I start importing all over again.  But that is a different issue...
    The problem has been happening since at least the beta of 3 came out and I saw other posts back then saying they had similar issues but I assume it was a beta thing...  But since the full version came out and through each incremental change I haven't seen an improvement. If anything it has gotten a little worse with time.
    I have to try to be careful to not be in a hurry and start clicking around in the catalog as it seems fragile until it has cataloged all the photos in the library. When starting you will see the numbers populate the folders very slowly and I try not to click on a folder that hasn't had the number of photos pop up yet. Also draging the slider down to see more of the cataloge can have the same affect and crash the system.
    I wish I had more to go on.. I believe it may be a resources issue but as I went from 3-4 Gig I thought it would get better. I don't have big programs running but did have outlook and word running in the background along with firefox and chrome.
    And yes it only happens on this HP desktop (it's 2+ yrs old) and may be showing it's age a bit. My laptop which has less resources doesn't have the issue.. I have them sharing the catalog. (not at the same time) just when I'm working in other places in the house.
    Jeff

Maybe you are looking for

  • How do I delete an Apple ID if it say the password is incorrect?

    I have an Apple ID and my wife has an Apple ID. However, her ID is on my iPad and iPhone. I did manage to get the Apple ID changed to mine for apps on my iPhone and iPad, but the iCloud ID is still my wife's. When I try to delete her's from my iPad o

  • Reader 11.0.03 issue printing PDF in colour

    Trying to print a document (PDF) in colour with Reader 11.0.03 but only getting blank pages. Reader 11.0.03 can print the PDF in Black and white. The PDF has be tested on different machines all with the same issue. I can print the document using 10.1

  • How to create Purchase Order using  sub-ordinate Purchase order number?

    Hi, I m in ETL product have to extract SAP datas into Access. I noticed that in the Demo DataBase of OEC Computers,the Purchase Order is created with sub-ordinate purchase order number.But i am trying to create the same in SAP B1 manually,but i can't

  • Error parsing envelope: (1, 1) Start of root element expected.

    Hello BI Publisher: The issue has been resolved. I found the cause the problem. The following line in my WSDL was preventing BI Publisher from reading the WSDL, which will return the "Error parsing envelope" message: <xsd:attribute name="dateTimeTagF

  • Is it possible to XSL render custom fields in SharePoint 2007

    Hi, I would like to know whether XSL rendering can be used for Custom filed display in a SharePoint list item view level (All items view). IF yes, how to achieve this ? If not what bwetter methods are available for rendering a custom field which incl