RMAN script errors out for some DB's

I have a single RMAN script that uses env variables to execute RMAN for two databases. It runs fine. I cloned the two DB's (changed DBID's), all four are on the same host. Now I try to use same script for all four. I receive an error when trying to run against the cloned databases. Here is script:
spool log to full.log append;
connect catalog rman/xxxxxx@iasrman
connect target /
run {
sql 'ALTER SYSTEM SWITCH LOGFILE';
backup incremental level 0 database diskratio=0 plus archivelog delete input;
And here is error, it stops same place everytime, input appreciated.
Recovery Manager: Release 9.2.0.5.0 - 64bit Production
RMAN>
connected to recovery catalog database
RMAN>
connected to target database: PRSMQ02 (DBID=944525168)
RMAN> 2> 3> 4>
sql statement: ALTER SYSTEM SWITCH LOGFILE
Starting backup at 30-MAY-07
current log archived
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=20 devtype=DISK
allocated channel: ORA_DISK_2
channel ORA_DISK_2: sid=19 devtype=DISK
allocated channel: ORA_DISK_3
channel ORA_DISK_3: sid=18 devtype=DISK
allocated channel: ORA_DISK_4
channel ORA_DISK_4: sid=17 devtype=DISK
allocated channel: ORA_DISK_5
channel ORA_DISK_5: sid=11 devtype=DISK
channel ORA_DISK_1: starting archive log backupset
channel ORA_DISK_1: specifying archive log(s) in backup set
input archive log thread=1 sequence=25 recid=25 stamp=623931644
channel ORA_DISK_1: starting piece 1 at 30-MAY-07
channel ORA_DISK_2: starting archive log backupset
channel ORA_DISK_2: specifying archive log(s) in backup set
input archive log thread=1 sequence=26 recid=26 stamp=623931644
channel ORA_DISK_2: starting piece 1 at 30-MAY-07
channel ORA_DISK_1: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931649_s59_s1 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:00:02
channel ORA_DISK_1: deleting archive log(s)
archive log filename=/q02/archive/prism/log_prsmq02_25.arc recid=25 stamp=623931644
channel ORA_DISK_2: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931649_s60_s1 comment=NONE
channel ORA_DISK_2: backup set complete, elapsed time: 00:00:02
channel ORA_DISK_2: deleting archive log(s)
archive log filename=/q02/archive/prism/log_prsmq02_26.arc recid=26 stamp=623931644
Finished backup at 30-MAY-07
Starting backup at 30-MAY-07
using channel ORA_DISK_1
using channel ORA_DISK_2
using channel ORA_DISK_3
using channel ORA_DISK_4
using channel ORA_DISK_5
channel ORA_DISK_1: starting incremental level 0 datafile backupset
channel ORA_DISK_1: specifying datafile(s) in backupset
input datafile fno=00009 name=/q02/oradata01/prsmdata/Data_13.dbf
input datafile fno=00016 name=/q02/oradata01/prsmdata/Data_20.dbf
input datafile fno=00025 name=/q02/oradata01/prsmdata/Data_04.dbf
input datafile fno=00005 name=/q02/oraindx01/prsmdata/Index_11.dbf
input datafile fno=00020 name=/q02/oradata01/prsmdata/Tools02.dbf
input datafile fno=00022 name=/q02/oraindx01/prsmdata/index_12.dbf
channel ORA_DISK_1: starting piece 1 at 30-MAY-07
channel ORA_DISK_2: starting incremental level 0 datafile backupset
channel ORA_DISK_2: specifying datafile(s) in backupset
input datafile fno=00010 name=/q02/oradata01/prsmdata/Data_14.dbf
input datafile fno=00015 name=/q02/oradata01/prsmdata/Data_19.dbf
input datafile fno=00024 name=/q02/oradata01/prsmdata/Data_03.dbf
input datafile fno=00003 name=/q02/oratmp01/prsmdata/rbs01.dbf
input datafile fno=00001 name=/q02/orasys01/prsmdata/system01.dbf
input datafile fno=00012 name=/q02/orasys01/prsmdata/system02.dbf
channel ORA_DISK_2: starting piece 1 at 30-MAY-07
channel ORA_DISK_3: starting incremental level 0 datafile backupset
channel ORA_DISK_3: specifying datafile(s) in backupset
input datafile fno=00008 name=/q02/oradata01/prsmdata/Data_12.dbf
input datafile fno=00014 name=/q02/oradata01/prsmdata/Data_18.dbf
input datafile fno=00023 name=/q02/oradata01/prsmdata/Data_02.dbf
input datafile fno=00028 name=/q02/oradata01/prsmdata/Data06.dbf
input datafile fno=00019 name=/q02/oratmp01/prsmdata/rbs02.dbf
input datafile fno=00021 name=/q02/orasys01/prsmdata/DRSYS.dbf
channel ORA_DISK_3: starting piece 1 at 30-MAY-07
channel ORA_DISK_4: starting incremental level 0 datafile backupset
channel ORA_DISK_4: specifying datafile(s) in backupset
input datafile fno=00007 name=/q02/oradata01/prsmdata/Data_11.dbf
input datafile fno=00013 name=/q02/oradata01/prsmdata/Data_17.dbf
input datafile fno=00018 name=/q02/oradata01/prsmdata/Data_01.dbf
input datafile fno=00006 name=/q02/oradata01/prsmdata/Tools01.dbf
input datafile fno=00002 name=/q02/oradata01/prsmdata/Users01.dbf
input datafile fno=00026 name=/q02/oradata01/prsmdata/Data05.dbf
channel ORA_DISK_4: starting piece 1 at 30-MAY-07
channel ORA_DISK_5: starting incremental level 0 datafile backupset
channel ORA_DISK_5: specifying datafile(s) in backupset
input datafile fno=00004 name=/q02/oradata01/prsmdata/Data_15.dbf
input datafile fno=00011 name=/q02/oradata01/prsmdata/Data_16.dbf
input datafile fno=00017 name=/q02/oradata01/prsmdata/Data_22.dbf
input datafile fno=00027 name=/q02/oradata01/prsmdata/Data_05.dbf
channel ORA_DISK_5: starting piece 1 at 30-MAY-07
channel ORA_DISK_1: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s61_s1 comment=NONE
channel ORA_DISK_1: starting piece 2 at 30-MAY-07
channel ORA_DISK_2: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s62_s1 comment=NONE
channel ORA_DISK_2: starting piece 2 at 30-MAY-07
channel ORA_DISK_3: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s63_s1 comment=NONE
channel ORA_DISK_3: starting piece 2 at 30-MAY-07
channel ORA_DISK_4: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s64_s1 comment=NONE
channel ORA_DISK_4: starting piece 2 at 30-MAY-07
channel ORA_DISK_5: finished piece 1 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s65_s1 comment=NONE
channel ORA_DISK_5: starting piece 2 at 30-MAY-07
channel ORA_DISK_2: finished piece 2 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s62_s2 comment=NONE
channel ORA_DISK_2: starting piece 3 at 30-MAY-07
channel ORA_DISK_1: finished piece 2 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s61_s2 comment=NONE
channel ORA_DISK_1: starting piece 3 at 30-MAY-07
channel ORA_DISK_4: finished piece 2 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s64_s2 comment=NONE
channel ORA_DISK_4: starting piece 3 at 30-MAY-07
channel ORA_DISK_5: finished piece 2 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s65_s2 comment=NONE
channel ORA_DISK_5: starting piece 3 at 30-MAY-07
channel ORA_DISK_3: finished piece 2 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s63_s2 comment=NONE
channel ORA_DISK_3: starting piece 3 at 30-MAY-07
channel ORA_DISK_2: finished piece 3 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s62_s3 comment=NONE
channel ORA_DISK_2: starting piece 4 at 30-MAY-07
channel ORA_DISK_4: finished piece 3 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s64_s3 comment=NONE
channel ORA_DISK_4: starting piece 4 at 30-MAY-07
channel ORA_DISK_1: finished piece 3 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s61_s3 comment=NONE
channel ORA_DISK_1: starting piece 4 at 30-MAY-07
channel ORA_DISK_2: finished piece 4 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s62_s4 comment=NONE
channel ORA_DISK_2: backup set complete, elapsed time: 00:53:23
channel ORA_DISK_5: finished piece 3 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s65_s3 comment=NONE
channel ORA_DISK_5: starting piece 4 at 30-MAY-07
channel ORA_DISK_3: finished piece 3 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s63_s3 comment=NONE
channel ORA_DISK_3: starting piece 4 at 30-MAY-07
channel ORA_DISK_4: finished piece 4 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s64_s4 comment=NONE
channel ORA_DISK_4: starting piece 5 at 30-MAY-07
channel ORA_DISK_1: finished piece 4 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s61_s4 comment=NONE
channel ORA_DISK_1: backup set complete, elapsed time: 00:59:04
channel ORA_DISK_3: finished piece 4 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s63_s4 comment=NONE
channel ORA_DISK_3: backup set complete, elapsed time: 01:00:10
channel ORA_DISK_5: finished piece 4 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s65_s4 comment=NONE
channel ORA_DISK_5: backup set complete, elapsed time: 01:00:25
channel ORA_DISK_4: finished piece 5 at 30-MAY-07
piece handle=/iasrman/q02/prsmq02/prsmq02_df623931654_s64_s5 comment=NONE
channel ORA_DISK_4: backup set complete, elapsed time: 01:01:40
Finished backup at 30-MAY-07
Starting backup at 30-MAY-07
current log archived
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of backup command at 05/30/2007 11:22:38
RMAN-06004: ORACLE error from recovery catalog database: ORA-03114: not connected to ORACLE

connect target /You need to inform the connection string to target database.
Can to be explicitly or with 'export sid' in your script.

Similar Messages

  • Output type in Purchase Orders, erroring out for some users

    Hi All,
    We have a custom ouput type for PO, say 'ZZZ'. The problem is we do not get this out put type in the message screen of PO for some users and some time it gets populated for the same users. Please help me in understanding this issue as we are unable to track the things.
    Thanks,
    Amit

    Hi
    Please check the maintenace of the condition record, Check the key combination used. The conditon records are mainatined based on the organisational parmeters & the Vendor data.
    Please check the PO's in whcih the message are not coming automatically & check the combination exist or not as condition records.
    You can check the condition records using MN05, MN06
    Award points if useful
    Thanks & Regards
    Kishore

  • CO12- Yield quantity gets zeroed out for some plants.

    Hi Experts,
    While confirmation using CO12- collective confirmation, i get a message "Total confirmed quantity does not equal planned quantity"( ECC6.0 system). Moreover for  few plants, the yield is zeroed out, eventhough i enter the planned qty and after confirmation is executed, the yield shown is zero for those confirmed operations.
    1. Why does the message "Total confirmed quantity does not equal planned quantity" appear eventhough i enter the planned operation quantity for confirmation?
    2. Why does the yield quantity zeroed out for some plant? (maybe for some material also)?
    Any pointers would be of great help.
    Thanks,
    SudhaharN

    In OPk4, Confirmation parameters,  for ur plant and order type combinaation, check the tab "operation indiv.entry initial screen. "
    In that tick the Quantities PROPOSED..
    u ll get away from the issue...
    hope this helps..
    karthick

  • Canon MP780 Color Option, Quality and Media, etc crossed out for SOME apps

    Hi,
    I have a Canon MP 780 attached to an old G4 macbook (running 10.4.11) that I'm using as a print server via printer sharing. I'm sending print jobs from a MBPro 2.4 GHz Core Duo running Snow Leopard (10.6.2)
    Before I updated to Snow Leopard, all the MP 780 printer functions worked perfectly. Now the Color Options, Quality and Media, Duplex Printing, Special Effects, Borderless Printing and Duplex Printing are crossed out for some application, but not for others. For example, I can print in Duplex from Microsoft Word and Pages, but not from Preview or Safari.
    If I do the print job directly from the old MB that's acting as the print server, all the options are available, so this seems to be related to either Snow Leopard or printer sharing.
    I have downloaded and installed all the latest drives/software I could find in the CanonUSA website.
    Any thoughts on how to get these print services up and running for all my applications?
    Thanks!
    Pete

    Hello Pete,
    What you are seeing is a result of using a 32bit driver when using a 64bit application. Preview and Safari are 64bit, while MS Word and Pages are 32bit.
    The solution is to use a driver that is written for 64bit (or more so the plugins used with the driver, such as Quality & Media, are 64bit). However, checking the Canon web site, there does not appear to be a 64bit driver available for your model.
    So, you could look at forcing the 64bit apps, like Preview and Safari, to open in 32bit mode. With the application closed, find its icon in Finder > Application. Select it and perform a Get Info (File > Get Info or Command I). The Info window that appears will have a button that shows 'Open in 32-bit mode'. Tick this checkbox, close the Info window and then open the application. Now you should find that the Canon plugins such as Quality & Media should be available without the line through them.
    Pahu

  • RMAN Script Error

    Hi
    I am a DBA working on ORACLE 9i on Tru64 Unix
    Recently i changed password for the sys and system users on the Database
    We have some scripts running on the Server to conduct various backups
    After changing the necessary password on the script RMAN.sh (the script that we use to trigger the backup daily) i noted that the RMAN Backup log is giving the following error
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-01031: insufficient privileges
    When i run the same script (RMAN.sh) manually it works fine but it gives the above error when it is triggered automatically every night.
    Where am i wrong in this.

    This things happen sometimes.
    After changing the password have changed any thing in your script?
    If not then check your script
    In your problematic script change all the codes and just take the backup of your spfile or a small tablespace then you will be confirmed that weather it is a problem of your script or not.
    If it is a same problem or it is a new error. If the error persist then create a new .sh file of your old scripts. Run the new script and check if the problem comes again or not.
    Regards
    Asif Kabir

  • Segment Shrinking script erroring out due to Function based indexes, lobs,.

    DB version:10gR2
    Following is a script i made for freeing up(SHRINK ing and resetting HWM) the space in Tables and its indexes. Due to the existence of LOB Segments and Tables with Function based indexes, this script was erroring out. So i was wondering if there is a way to find out the segments which are eligible/not eligible for Shrinking so that i could make necessary changes to the below script.
    create or replace procedure freeup_space
    is
    type v_segment_type is table of varchar2(30) index by binary_integer;
    v_segment v_segment_type;
    begin
    select segment_name bulk collect into v_segment
                   from user_segments
                   where segment_type in ('TABLE')
                     and segment_name not like 'BIN%';
    for i in v_segment.first..v_segment.last loop
    execute immediate 'alter table ' || v_segment(i) ||' enable row movement';
    dbms_output.put_line('Table '||v_segment(i)||'''s row movement enabled');
    execute immediate 'alter table ' || v_segment(i) ||' shrink space cascade';
    execute immediate 'alter table ' || v_segment(i) ||' deallocate unused';
    end loop;
    end;
    /

    You can use USER_LOBS views to look for LOB columns in the segments and ALL_INDEXES.INDEX_TYPE tells if the index is function based index or not.
    Message was edited by:
    Pierre Forstmann

  • RMAN script error in UNIX

    I have db10.2.0.3 on SUN Solaris 10.
    I have a rman script called backup_aps2
    This is the content
    #!/usr/bin/csh -fvx
    rman target / <<EOF
    configure controlfile autobackup on;
    run
    recover copy of database with tag 'incr_update';
    backup incremental level 1 for recover of copy with tag 'incr_update'
    database;
    EOFI got this error when I ran it:
    test% ./backup_aps2
    rman target / << EOF
    /tmp/shXXXXXX: Permission deniedPlease help!
    Thanks a lot!

    Not an Oracle problem.
    A 'here-document' is automatically turned in a temporary file.
    The default directory for temporary files is /tmp.
    As per the error message, you apparently didn't read, you have no permission to create files in this directory.
    You can change the location of your temporary files for your session by setting the TMP and TMPDIR variables to an appropiate value.
    Sybrand Bakker
    Senior Oracle DBA

  • PO Information is grad out for some of the employees in the assignment

    Hi All,
    I am facing an issue in the People--> Assignment--> "Purchase Order Information" tab.
    For some of the employees the accounting flexfield is updatable but for some of the employees it's graded out.
    Kindly provide route cause for this.
    Thanks and Regards,
    Joshna.

    Theree was some problem with the Security rules. I deleted the rules it's working fine now.
    Joshna.

  • Open in Camera raw grayed out for some tifs not others, bridge

    I searched but could not find a solution. CSR. PC. Windows xp. In CS4 Bridge the option to open with Camera raw is grayed out in the file menu for some tifs and not others - It shows up grayed out on the file menu, but doesn't show at all when right clicking,  even with the files where open with camera raw is not grayed out in the file menu. I have purged the cache, deleted all temp files, closed both bridge and photoshop and still I cannot open the tif in camera raw. It is grayed out. If I go to the pic I touched up yesterday the option is not grayed out. Does anyone know how I can fix this?

    RJ Dougall wrote:
    My intent is to batch process in Camera Raw -- my preferences have always been set to use camera raw for TIF and JPG files, and I have never had a problem accessing Camera Raw either directly in PhotoShop itself, or Bridge.
    Please e-mail me a copy of your response to [email protected]
    Uh, this is a forum...not an email tech support organization...
    As for your issue, it's simply not clear what you are doing or what issue you have. Can you not open the scanned images via Camera Raw from within Bridge? If you can then you will need to go through each image and adjust the ACR settings before you would be able to process them. Depending on how you set up your actions, Photoshop's Batch may or may not catch settings...that part is pretty complicated.
    Also, I would question your use of JPEGs vs TIFFs. I would suggest scanning as 16 bit TIFF and running those through Camera Raw...you will be loosing a lot to scan into 8 bit JPEG and then re-running through Camera Raw. You really want to be sending ACR 16 bit images...

  • Import Endeca View Graph Error Out ( for SSL enable Endeca Server)

    Hi All
    I have almost 6+ views in my data domain , and I am trying to Import the View definition ( as we need to Reset the data domain) , But my Import view graphs Error out with below Error
    ERROR [WatchDog_0] - Component [Prepare View Stream:PREPARE_VIEW_STREAM] finished with status ERROR.
    Message: Transform failed!
      Interpreter runtime exception in function substring on line 7 column 19
       String index out of range: -1
    ERROR [WatchDog_0] - Error details:
    org.jetel.exception.JetelRuntimeException: Component [Prepare View Stream:PREPARE_VIEW_STREAM] finished with status ERROR
    Any help to resolve this error will be  great
    thanks
    Sr

    Hi Patrick
    Thanks for update . You are right , this issue is related to Index of arry rather than SSL  . Now I have another issue and in case you have any solution do share .
    As workaround  , I just replace
    validatedSemanticEntity with semanticEntity
    and listEntitiesResponse with putEntities ,in the file generated by my Export view Graph .
    I have created  another New graph with 2 compoenets
    1.Read File - that will read my modified file
    2. Web Service Client - input to this Web Service Client is  Read file compoment (#1) and in this Web Service Client I am calling  {http://www.endeca.com/endeca-server/sconfig/3}SConfig#SConfigPort#putEntities.
    On execution graph is not throwing  any Error , but I still not able to see my views. Expectation are , one execution this graph will created custom views .
    Do I need to Reboot the Endeca Server ?.
    whole idea is to Import view definition and Export those into another domain .
    Regards
    Sr

  • Tax can't carry out for some material and Cusomter

    Hi,
         We found the following two material at Customer(2811165) can't carry out the VAT for create sales order. But the Tax can carry out for the other customer. The customer(2811165) can carry out the VAT for other material sales order. I checked the customer and material the Contry code(KR) and Tax classification(1) is correct and normal. It is only the two material for the special customer can't get the VAT. I check the pricing analysis. The follwoing is the log. Pls help check it.Thanks.
    The mateials:
          KTPJC001-02
          KF-8005-0XXXXXXXXX
    The following is the log:
    Access Message Description
    08 010 Access not executed (Requirement 008 not fulfilled)
    10 010 Access not executed (Requirement 007 not fulfilled)
    20 010 Access not executed (Requirement 008 not fulfilled)
    Best Regards
    Park

    Dear Park
    It seems you have assigned Routine 008 for the table which has the combination of some description and applicable to domestic.  For the same combination, in VK13 / UTXJ, you have maintained a tax code for a domestic customer and you are trying to create a domestic sale order.  Actually routine 008 is meant for Exports and hence the problem.
    If my understanding is correct, Go to V/07, select the condition type JIND and click on "Accesses".  There check whether any routine is maintained under the tab "Requirement".   If so,  just remove  those routines and retry your process.
    thanks
    G. Lakshmipathi

  • No audio (line-out) for some QT and all Real Player

    This is strange.
    This link, which uses Quicktime, will only play SOUND via my internal speakers: http://www.umeportal.com/player.aspx?fid=393&ftyp=3&pgid=7&hid=13728&fp=qt
    While this link will play SOUND via external speakers: http://www.apple.com/getamac/
    Same with all the HD trailers: http://www.apple.com/trailers/ The the SOUND plays externally ok.
    Here's another one that will ONLY play from internal speakers: http://www6.islandrecords.com/site/promo/quicktime/killersbonesquicktime.html
    Real player, will play SOME mov files externally, but most others mp3, mpg, mov, will ONLY play via internal speakers.
    Ok, what gives?

    Ugh....nevermind.
    I removed USB Overdrive and external audio started working for everything.
    This is strange becaues I have been using USB overdrive for about a week w/out any issues.
    At the time I noticed the problem...I had been using QT to convert mov files to h.264, mpeg4, Sorensen 3 files and for some reason, using the QT export features -- with USB Overdrive installed -- mucked up audio play back. Go figure.
    Mac Pro 3Ghz/2GB RAM/ATI Radeon X1900 XT   Mac OS X (10.4.3)  

  • Validation errors out for Rapid Entry Paysheets in HCM 9.2

    I am experiencing trouble entering the data into "Create Rapid Entry Paysheets". Any prior validation errors are showing up like "Invalid Employee ID" or "Invalid Employee Record". But when it comes to no errors in the entered data, as per the SQL in App Engine PYRE_VALID- Section 90FINAL - Step50 it should be inserting the data into PS_PYRE_INVALID stating that all the records passed, but it errors out with 'duplicate row', even though there is no duplicate in the table.
    Has anyone encountered this issue or any ways to fix the issue ??

    Cross-posted in many forums. Don't answer this one.

  • New ITunes Update Is Giving Me an Error Message for some of my songs

    I just did the recent ITunes update. While syncing my IPod Touch, I got an error message saying I wasn't authorized to play certain songs - even though I purchased them and this laptop is an authorized laptop. In fact, I play these song alot. I don't know what's going on. Any suggestions?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • Printing is randomly cutting out for some users last few days with no known cause

    1.  Printers deployed from Server 2008 print server with group policy
    2. Seemingly at random, a person will lose the ability to print to the HP printers (all running Universal driver 5.70)
    3. Print jobs will enter the print queue, and be immediately deleted. (no errors or recorded events observable)
    4. A different user logged into same machine will be able to print.
    5. After some (?) time, printing will return to normal.
    Been happening for several days now to various people. No obvious system changes or common threads in affected people or systems. I've upgraded to v5.90 of the Uni driver and restarted the server. No additional reports today, but it's randomly occurring.
     Any ideas on what could be causing this would be appreciated. Given all the other goofy problems I've had with this print server over it's life, I am tempted to just flatten it and rebuild from scratch. Or Exorcism.
    James A. Helfer | COMPUTER SYSTEMS ADMINISTRATOR WTW ARCHITECTS | PITTSBURGH PA

    Hi Jim,
    Have we tried to enable the Operational Log in printing?
    To enable the Operational Log,  do the following:
    1.   Open
    Event Viewer
    2.   Expand
    Application and Services Logs\Microsoft\Windows\PrintService.
    3.   Right-click
    Operational and choose Enable Log.
    Besides, Have you checked this printing troubleshooting article? For the other related logs and debugging tools, please see:
    Troubleshooting Windows Server 2012 Printing(Same as in Windows server 2008 R2 environment)
    Before we start to rebuild the printer, please take a try with the steps mentioned in the above article.
    Best regards
    Michael Shao
    TechNet Community Support

Maybe you are looking for

  • ADF_FACES 60097 /60096  error while opening process trace

    In em console, after opening the flow Trace popup I'm not able to oper the instance process popups because the server launches an exception ADF_FACES 60097. In server log I see errors like this: Caused by: java.lang.RuntimeException: Error initializi

  • Oracle netasst for 8.1.5 on Suse 6.2

    Hi I have successfully installed Oracle 8.1.5 Enterprise edition on Suse 6.2 and applied the 8.1.5.0.1 patch set, however when I try to run the Net 8 Assistant (netasst) I get the following error: NVFactory: _readNVLiteral expected LITERAL Exiting ja

  • Migrate BQY files from Test to Prod.

    I have published some reports in workspace manually earlier. But, now i have so many reports which i need to migrate from Test to Prod. Please suggest the steps, and how to handle the OCE files and Security. Version is 11.1.2.1 windows 2008 server Th

  • Shutting off when lid closes

    I just bought a 13 inch MBP yesterday. I know macbooks are supposed to sleep when the lid is closed by default. But a few times when I opened the lid, the computer had appeared to turn completely off. The indicator light on the front was steady when

  • Help with inputting from text file.

    Okay, been struggling with this for a couple days and I could really use some help. I need to input text one line at a time into String[] text, I'm reading from a file called "textfile.txt" and I want to store the result String[] text = { first_line,