Delete obsolete does not delete all backupset

Dear friends,
I take backup with the "backup database plus archivelog". For example, it took 3 backup, 3 archivelog and 1 control files. I took a backup 5 minutes later to try "delete obsolete" command. It also took same number of files.
When i typed "delete obsolete" command, it only removes 1 backup and 1 control file from old backupset. 2 backup and 3 archivelog files are still there.
What am i wrong? OR How can i delete all old backupset files(backups,copies,controlfiles,...)?
You can find the details below,
Thanks in advance and Best Regards;
Onur
RMAN> show all;
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK;
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/oranew/arch/cf_%F';
CONFIGURE DEVICE TYPE DISK PARALLELISM 1;
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT '/oranew/arch/%U.bak';
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/oranew/9i/dbs/snapcf_....f'; # default
CONFIGURE EXCLUDE FOR TABLESPACE 'CWMLITE';
CONFIGURE EXCLUDE FOR TABLESPACE 'EXAMPLE';
List of Backup Sets
===================
BS Key Device Type Elapsed Time Completion Time
812 DISK 00:00:01 11-JUL-06
BP Key: 813 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/1hhntfj9_1_1.bak
List of Archived Logs in backup set 812
Thrd Seq Low SCN Low Time Next SCN Next Time
1 270 1147860 11-JUL-06 1147877 11-JUL-06
BS Key Type LV Size Device Type Elapsed Time Completion Time
816 Full 313M DISK 00:01:50 11-JUL-06
BP Key: 817 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/1ihntfjd_1_1.bak
List of Datafiles in backup set 816
File LV Type Ckp SCN Ckp Time Name
1 Full 1147880 11-JUL-06 /oranew/oradb/oradata/.../system01.dbf
2 Full 1147880 11-JUL-06 /oranew/oradb/oradata/.../undotbs01.dbf
4 Full 1147880 11-JUL-06 /oranew/oradb/oradata/.../drsys01.dbf
6 Full 1147880 11-JUL-06 /oranew/oradb/oradata/.../indx01.dbf
7 Full 1147880 11-JUL-06 /oranew/oradb/oradata/.../tools01.dbf
8 Full 1147880 11-JUL-06 /oranew/oradb/oradata/.../users01.dbf
BS Key Device Type Elapsed Time Completion Time
828 DISK 00:00:01 11-JUL-06
BP Key: 829 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/1jhntfn4_1_1.bak
List of Archived Logs in backup set 828
Thrd Seq Low SCN Low Time Next SCN Next Time
1 271 1147877 11-JUL-06 1147884 11-JUL-06
BS Key Type LV Size Device Type Elapsed Time Completion Time
832 Full 1M DISK 00:00:01 11-JUL-06
BP Key: 833 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/cf_c-4041210959-20060711-00
Controlfile Included: Ckp SCN: 1147886 Ckp time: 11-JUL-06
BS Key Device Type Elapsed Time Completion Time
839 DISK 00:00:01 11-JUL-06
BP Key: 840 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/1lhntfod_1_1.bak
List of Archived Logs in backup set 839
Thrd Seq Low SCN Low Time Next SCN Next Time
1 270 1147860 11-JUL-06 1147877 11-JUL-06
1 271 1147877 11-JUL-06 1147884 11-JUL-06
1 272 1147884 11-JUL-06 1147890 11-JUL-06
BS Key Type LV Size Device Type Elapsed Time Completion Time
845 Full 313M DISK 00:01:51 11-JUL-06
BP Key: 846 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/1mhntfoh_1_1.bak
List of Datafiles in backup set 845
File LV Type Ckp SCN Ckp Time Name
1 Full 1147893 11-JUL-06 /oranew/oradb/oradata/.../system01.dbf
2 Full 1147893 11-JUL-06 /oranew/oradb/oradata/.../undotbs01.dbf
4 Full 1147893 11-JUL-06 /oranew/oradb/oradata/.../drsys01.dbf
6 Full 1147893 11-JUL-06 /oranew/oradb/oradata/.../indx01.dbf
7 Full 1147893 11-JUL-06 /oranew/oradb/oradata/.../tools01.dbf
8 Full 1147893 11-JUL-06 /oranew/oradb/oradata/.../users01.dbf
BS Key Device Type Elapsed Time Completion Time
857 DISK 00:00:01 11-JUL-06
BP Key: 858 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/1nhntfs8_1_1.bak
List of Archived Logs in backup set 857
Thrd Seq Low SCN Low Time Next SCN Next Time
1 273 1147890 11-JUL-06 1147898 11-JUL-06
BS Key Type LV Size Device Type Elapsed Time Completion Time
861 Full 1M DISK 00:00:01 11-JUL-06
BP Key: 862 Status: AVAILABLE Tag:
Piece Name: /oranew/arch/cf_c-4041210959-20060711-01
Controlfile Included: Ckp SCN: 1147900 Ckp time: 11-JUL-06
RMAN> delete obsolete;
RMAN retention policy will be applied to the command
RMAN retention policy is set to redundancy 1
using channel ORA_DISK_1
Deleting the following obsolete backups and copies:
Type Key Completion Time Filename/Handle
Backup Set 816 11-JUL-06
Backup Piece 817 11-JUL-06 /oranew/arch/1ihntfjd_1_1.bak
Backup Set 832 11-JUL-06
Backup Piece 833 11-JUL-06 /oranew/arch/cf_c-4041210959-20060711-00
Do you really want to delete the above objects (enter YES or NO)?

Dear Kuljeet,
I am new in rman. As i understood from your reply that rman only deletes the backup piece which includes all dbfs and its related control file. These two files are deleted from catalog and also from filesystem.
But other archievelogs (from first backup) joins to the second backup,as you said. This goes on like that in every backup if we take backup with "plus archivelog" parameter. Am i right?
And they won't be deleted from the file system.
I think the answers to the following questions will solve my confusion.
1. Should not we delete (from catalog and fs, for ex. "delete archivelog ...") the previous archivelogs, even the latest backup set is enough to recover database?
2. Let's say, we moved all these files (old archivelogs and latest dbf backups) to tape. I don't think so but should we keep all the old archivelogs to recover db even the ones from the latest backup is enough?
3. Is "plus archivelog" parameter very important for a backup?
I was confused about the principles of "delete obsolete" when the backup was taken with "plus archivelog" parameter. If you can explain it shortly, i will be very pleased. Why it did not delete all pieces of the previous backup set (from catalog and fs.), while the latest backup set is enough to recover db? I could not understand this.
Thanks in advance and best regards,
Onur

Similar Messages

  • HT4910 My iCloud contact list does not contain all the contacts that are in my phone.  If I delete one from my phone it will delete it instantly from the iCloud contacts.  But how do I get all those other contacts on my phone to the iCould on my Windows c

    My iCloud contact list does not contain all the contacts listed in my iPhone 5S.  If I delete a contact from the phone it instantly deletes it from the iCloud on my PC.  But my PC iCloud list is lacking many of the contacts on my phone.

    And which account did you enter these contacts in?
    On My Mac
    or
    iCloud?

  • IOS 8.1 Does Not Download All iCloud Mail/ Keeps Cache?

    Hello,
    I have setup and enabled an iCloud e-mail account on all of my devices and was successfully able to use the Mail app in Mac OS X Yosemite to copy mail from my Yahoo! inbox to my iCloud inbox.  All e-mail copied from Yahoo! Mail appears in the OS X Yosemite Mail app as well as in the iCloud.com site, however, my iPad Air 2 and iPhone 5 both running iOS 8.1 does not download all of the mail from iCloud.  I have tried the following on both iOS 8.1 devices with no success.
    - Disable iCloud mail and re-enable
    - Sign completely out of iCloud and sign in again, then reconfigure all iCloud services including mail
    The result of both steps is that the incomplete list of e-mail in the iCloud inbox just reappears in the Mail app instead of downloading from iCloud again.  It looks like the incomplete list of e-mail is stored on the iOS device and signing out of or disabling iCloud mail just hides it; re-enabling or signing in merely shows it again.  This appears to work differently than my Yahoo! Mail configuration where if I sign out of or delete the Yahoo! account and reconfigure, iOS downloads a fresh copy of all e-mail in the inbox and all other folders.  Here are my two questions:
    - How do I get my iPhone and iPad Air 2 to download ALL e-mail from my iCloud mail account?
    - Are my suspicions true? Does iOS actually store a cached copy of iCloud mail on the device when the service is disabled and just "redisplays" it when re-enabled?
    Thanks!

    I had the same problem. My iCloud it's a mess since the iOS 8.1 update.
    Probably your iCloud isn't working too.

  • Finder does not show all colors from selected color Labels

    Since a view days finder does not show all Color Label colors. When I select either yellow or green it is selected, but it does not show in the file list with details, I can see it in icon and 3 pane view, but not in the detail list view.
    does anybody know why or how? Or what plist files I might need to delete to get this reset?

    Create a new account, name it "test" and see how your labels work in that User acct in list view? (That will tell if your problem is systemwide or limited to your User acct.) This account is just for test, do nothing further with it.
    Open System Preferences >> Accounts >> "+" make it an admin account.
    Let us know and we'll troubleshoot this further.
    -mj
    [email protected]

  • Just bought "the Great Gatsby" at iTunes but it does not play, all the other movies are playing

    just bought "the Great Gatsby" at iTunes but it does not play, all the other movies are playing - any ideas

    Hello cf-design,
    You may need to delete, then redownload the movie.
    How to delete content you've downloaded from the iTunes Store, App Store, iBooks Store, or Mac App Store
    http://support.apple.com/kb/HT5772
    Downloading past purchases from the iTunes Store, App Store, and iBooks Store
    http://support.apple.com/kb/HT2519
    If you're still unable to watch the movie, please report the issue to the folks in the iTunes Store.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/HT1933
    Cheers,
    Allen

  • IPod shuffle does not play all the songs on it

    I have removed all songs and restored the device. Added songs again and it still does not play all the songs it says it has one it. I am well under the limit for the device. Any suggestions?

    Try:
    - Reset the iOS device. Nothing will be lost      
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync/delete all music and resync
    To delete all music go to Settings>General>Usage>Storage>Music>Tap edit in upper right and then tap the minus sign by All Music
    - Reset all settings, The delete all is only applicable for 4G and later                            
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                               
    iOS: Back up and restore your iOS device with iCloud or iTunes
    - Restore to factory settings/new iOS device.                       

  • IMac does not recognize all photos in iPad photostream

    My new imac does not recognize all the pictures in my ipad photostream.  I have over 800 pix in my ipad photostream and imac will only recognize 300 when i have it plugged in to import.  Any ideas? 

    Nevermind, I just spoke with my wife who imported the pictures last night just from that event. She did not delete them after importing either. I guess next time this happens I will uncheck the box that says "Do not import duplicates" to troubleshoot.

  • Safari 3.2.1 for XP does not display all graphics properly

    Safari 3.2.1 for XP does not display all graphics properly, including the Apple Support Website http://www.apple.com/support/.

    Maybe this will also help:
    If your Safari won't open, one or more of the following procedures should fix it:
    1. Go to Home/Library/Safari/ folder and remove the following two files:
    • history.plist
    • lastsession.plist
    (Safari may not load properly If these two files are corrupted.)
    2. Go to Home/Library/Caches/Metadata/Safari/ and remove the contents of that folder.
    (These are just webhistory files and are not required for Safari to run. However, similar to preference files, problems can arise if they have become corrupt.)
    3. Locate the cookies.plist file that's located in the Home/Library/Cookies/ folder and remove it.
    (Again, faults in stored cookies may interfere with Safari's launch.)
    4. Check whether any of your third-party internet plug-ins may be interfering with the launch of Safari by carefully moving them to the desktop (do NOT delete them at this stage). You can find these in two places:
    Home/Library/Internet Plug-Ins/ folder, and Global plug-ins are located in the Macintosh HD/Library/Internet Plug-ins/ folder.
    Restart Safari and place them back in the correct folders, one at a time, closing and re-opening Safari each time. If you discover that one of them was causing the problem with launching Safari, trash it and download and install a fresh copy.

  • Form does not display all records from table

    Hi guys
    I modified one form that was based on a signle DB table. I removed certain fields from the table and added some extra fields to that table. Then based on the new table I also modified the form and removed the text items related to old fields in the table and added new text items pointing to the new fields now. II have checked all the new items properties and they have don't seem to be wrong or so. But now the problem is the form does not display all the records from the table. before it used to display all records from the table when qureied but not now. It only certain records from the table containing all new data and also old data but the form does not display other records though I don't see any obvious discrepancy. Remember that the before doing the modifications, I have table back for the old, created another table that contained new records for the new fields, and then I inserted the old records and updated the new table data in the new table with these new table values. So this way I have got my new table. Could someone help why the new modified form fails to display all records from the new table updated table though it display some of them successfully.
    Any help will be appreciated.
    Thanks

    hi
    Set the block property of "Query All Records" to "YES"
    hope it will work.
    Faisal

  • Transaction MD04 does not show all open sales/orders deliverys

    Hi,
    Transaction MD04 does not show all open deliverys and sales orders for plant 0705 and certain materials.
    Can anyone tell me the reason for this?
    Regards,
    Brijesh

    Hi
    Run SDRQCR21 report in Transaction SE38 for that material it will  resolve your issue.
    Please confirm
    Amit

  • Analysis does not show all rows returned by SQL

    Hi.
    OBIEE 11.1.1.7.0
    I have a strange problem.  I have a simple table that should return customer number and sales.  The report will show all of the sales, but it does not show all the customer numbers.  The SQL that OBIEE creates does return all of the customer numbers.  When I remove the sales and just include the customer number, the report only shows a couple of the customer numbers (it should show several hundred).
    I guess what I'm looking for is any advice for how to debug this.  I have spent about 3 days on this problem, so I have tried to look at it from every angle (data, RPD, report).
    Any suggestions are appreciated.
    Thank you.

    Thank you for your reply.
    New development.  The issue has to do with a descriptor ID column.  The customer number column is a varchar field and I set the descriptor ID column to the column_ID field.  When I remove the descriptor ID setting, I received all custom numbers.

  • Short key for copy does not work all the time now.

    After I have installed the latest OSX - Yosemite, my short key for copy does not work all the time.  It is infrequent how it works. I'm using the same keyboard that I have always used, my wireless logitech keyboard for mac.  Please help.

    I've plugged in my default mac keyboard and the short key copy still does not work.

  • I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    I recently updated my e-mail address with apple, but now it does not show all the "purchased" music that I purchased under my old e-mail address.  How can I re-gain access to those hundreds of purchased songs?

    You are trying to find a loophole to circumvent a basic rule that prohibits the transfer of purchased content from one Apple ID to another.
    Content tied to an Apple ID are bound to that Apple ID forever. You can not merge or trade accounts. Well, not (officially) anyway...

  • The home button for my ipod touch 4th generation does not respond all the time, What do I do?

    The home button for my ipod touch 4th generation does not respond all the time, What do I do?

    Try:
    http://snapguide.com/guides/calibrate-your-home-button/?utm_expid=69945963-15
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • CD/DVD drive does not read all DVD formats and regions

    Hi
    My Teac-dw-224e-a does not read all DVDs formats and regions.
    It does read CDs but no DVDs at all.
    Not DVD-R and not even regular DVDs. I have checked the region of the DVD.
    I have reinstalled the driver and also tried with different software.
    What can I do?
    Please help!

    Hi
    It is possible that your DVD drive has wrong region settings.
    In this case it is not able to watch all possible DVD movies from different regions.
    Of course you can change the settings 4 times. But after this changing the settings are fixed and its not possible to change it anymore.

  • Extension manager does not see all of my adobe programs?? What can i do without reinstalling????

    Hello i needed to install an extension for dreamweaver and for some reason extension manager does not see all my adobe programs. How can i fix that without reinstalling the programs?
    Here are my Bridgetalk Diagnostics if it helps:
    Result: BridgeTalk Diagnostics
      Info:
      Name = estoolkit-3.8
      Status = PUMPING
      Group = cs
      Path = /Applications/Utilities/Adobe Utilities-CS6.localized/ExtendScript Toolkit CS6/ExtendScript Toolkit.app
      Version = 2.0
      Build = ES 4.2.12
      Next serial number = 40
      Logging: = OFF
      Now = 12:58:04
      Messages:
      Message Version = 2.05
      Authentication = ON
      Digest = ON
      Thread: estoolkit-3.8#thread
      Avg. pump interval = 76ms
      Last pump = 69ms ago
      Ping: 7
      ECHO_REQUEST: ECHO_RESPONSE
      Timeout = undefined
      Handler = undefined
      STATUS: PUMPING
      Timeout = undefined
      Handler = undefined
      MAIN: MAIN
      Timeout = undefined
      Handler = installed
      LAUNCHED: LAUNCHED
      Timeout = undefined
      Handler = installed
      DIAGNOSTICS: DIAGNOSTICS
      Timeout = undefined
      Handler = installed
      INFO: INFO
      Timeout = undefined
      Handler = installed
      SETUPTIME: thread=1ms, left=29ms
      Timeout = undefined
      Handler = undefined
      Instances: 3
      estoolkit-3.8#dbg:
      msg[12:58:04]: 00000035
      @BT>Version = 2.05
      Target = estoolkit-3.8#dbg
      Sender = estoolkit-3.8#dbg
      Sender-ID = localhost:mac3334
      Timeout = 12:58:05
      Type = Ignore
      Response-Request = Timeout
      Headers = (no headers)
      Timestamp = 12:58:04
      Serial-Number = 35
      Received = undefined
      Result = undefined
      Error = undefined
      Body = (empty)
      Incoming: 1
      Outgoing: 0
      Handler: 9
      ExtendScript = for all messages
      Error = for only msg #25
      Error = for only msg #27
      Error = for only msg #31
      Result = for only msg #35
      Error = for only msg #35
      Timeout = for only msg #35
      Result = for only msg #37
      Error = for only msg #37
      estoolkit-3.8#estk:
      msg[12:58:04]: 00000037
      @BT>Version = 2.05
      Target = estoolkit-3.8#estk
      Sender = estoolkit-3.8#dbg
      Sender-ID = localhost:mac3334
      Timeout = 13:08:04
      Type = Debug
      Response-Request = Result Error
      Headers = (no headers)
      Timestamp = 12:58:04
      Serial-Number = 37
      Received = undefined
      Result = undefined
      Error = undefined
      Body: 107 bytes
      Text = <get-properties engine="main" object="$.global" exclude="undefined,builtin,prototype" all="true" max="20"/>
      Incoming: 1
      Outgoing: 0
      Handler: 1
      ExtendScript = for all messages
      estoolkit-3.8: (main)
      Incoming: 0
      Outgoing: 0
      Handler: 1
      ExtendScript = for all messages
      Targets: 7
      Connector = PCD
      Installed: 0
      Running: 0
      fireworks-12.0:
      Group = cs
      Path = /Applications/Adobe Fireworks CS6/Adobe Fireworks CS6.app
      Display Name = Adobe Fireworks CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      BundleID = com.adobe.Fireworks
      Status = (not running)
      ExeName = Adobe Fireworks CS6.app
      aftereffects-11.0:
      Group = cs
      Path = /Applications/Adobe After Effects CS6/Adobe After Effects CS6.app
      Display Name = Adobe After Effects CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      BundleID = com.adobe.AfterEffects
      Status = (not running)
      ExeName = Adobe After Effects CS6.app
      audition-5.0:
      Group = cs
      Path = /Applications/Adobe Audition CS6/Adobe Audition CS6.app
      Display Name = Adobe Audition CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      BundleID = com.adobe.Audition.5.0
      Status = (not running)
      ExeName = Adobe Audition CS6.app
      bridge-5.064:
      Group = cs
      Path = /Applications/Adobe Bridge CS6/Adobe Bridge CS6.app
      Display Name = Bridge CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      BundleID = com.adobe.bridge5
      Status = (not running)
      ExeName = Adobe Bridge CS6.app
      estoolkit-3.8: PUMPING
      Group = cs
      Path = /Applications/Utilities/Adobe Utilities-CS6.localized/ExtendScript Toolkit CS6/ExtendScript Toolkit.app
      Display Name = ExtendScript Toolkit CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = ON
      Status = PUMPING
      Info:
      Group = cs
      Version = 2.0
      Build = ES 4.2.12
      Next serial number = 47
      Logging: = OFF
      Now = 12:58:04
      Messages:
      Message Version = 2.05
      Authentication = ON
      Digest = ON
      Thread: estoolkit-3.8#thread
      Avg. pump interval = 76ms
      Last pump = 270ms ago
      Ping: 7
      ECHO_REQUEST: ECHO_RESPONSE
      Timeout = undefined
      Handler = undefined
      STATUS: PUMPING
      Timeout = undefined
      Handler = undefined
      MAIN: MAIN
      Timeout = undefined
      Handler = installed
      LAUNCHED: LAUNCHED
      Timeout = undefined
      Handler = installed
      DIAGNOSTICS: DIAGNOSTICS
      Timeout = undefined
      Handler = installed
      INFO: INFO
      Timeout = undefined
      Handler = installed
      SETUPTIME: thread=1ms, left=29ms
      Timeout = undefined
      Handler = undefined
      ExeName = ExtendScript Toolkit.app
      exman-6.0:
      Group = cs
      Path = /Applications/Adobe Extension Manager CS6/Adobe Extension Manager CS6.app
      Display Name = Adobe Extension Manager CS6
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      BundleID = com.adobe.exman
      Status = (not running)
      ExeName = Adobe Extension Manager CS6.app
      switchboard-2.0:
      Group = cs
      Path = /Library/Application Support/Adobe/SwitchBoard/SwitchBoard.app
      Display Name = SwitchBoard 2.0
      MsgAuthentication = ON
      MsgDigest = ON
      ESTK = OFF
      Status = (not running)
      ExeName = SwitchBoard.app
      Installed: 6
      Running: 1
      Groups: 119
      cs3:
      acrobat-8.0
      aftereffects-8.0
      soundbooth-1.0
      bridge-2.0
      contribute-4.5
      devicecentral-1.0
      dreamweaver-9.0
      encore-3.0
      estoolkit-2.0
      fireworks-9.0
      flash-9.0
      illustrator-13.0
      indesign-5.0
      indesignserver-5.0
      incopy-5.0
      photoshop-10.0
      premiere-3.0
      stockphotos-1.5
      audition-3.0
      cs4:
      acrobat-9.0
      aftereffects-9.0
      soundbooth-2.0
      bridge-3.0
      contribute-5.0
      devicecentral-2.0
      dreamweaver-10.0
      encore-4.0
      estoolkit-3.0
      fireworks-10.0
      flash-10.0
      illustrator-14.0
      indesign-6.0
      indesignserver-6.0
      incopy-6.0
      photoshop-11.*
      premierepro-4.0
      audition-4.0
      ame-1.0
      exman-2.0
      cs5:
      acrobat-9.0
      aftereffects-10.0
      soundbooth-3.0
      bridge-4.0
      contribute-6.0
      devicecentral-3.0
      dreamweaver-11.0
      encore-5.0
      estoolkit-3.5
      fireworks-11.0
      flash-11.0
      illustrator-15.0
      indesign-7.0
      indesignserver-7.0
      incopy-7.0
      photoshop-12.*
      premierepro-5.0
      audition-5.0
      ame-2.0
      exman-3.0
      flashbuilder-4.0
      flashcatalyst-1.0
      ts1:
      captivate3-en_us
      captivate3-fr_fr
      captivate3-it_it
      captivate3-ja_jp
      captivate3-es_es
      captivate3-de_de
      ts2:
      captivate-4.0
      el2:
      captivate-5.0
      as1:
      acrobat-10.0
      ts3:
      robohelp-9.0
      framemaker-10.0
      cs55:
      aftereffects-10.5
      audition-4.0
      bridge-4.1
      contribute-6.1
      devicecentral-3.5
      dreamweaver-11.5
      encore-5.1
      estoolkit-3.6
      fireworks-11.1
      flash-11.5
      illustrator-15.1
      indesign-7.5
      indesignserver-7.5
      incopy-7.5
      photoshop-55.*
      premierepro-5.5
      ame-2.5
      exman-5.5
      flashbuilder-4.5
      flashcatalyst-1.5
      switchboard-2.0
      el25:
      captivate-5.5
      cs60:
      aftereffects-11.0
      audition-5.0
      bridge-5.*
      contribute-6.88
      devicecentral-4.0
      dreamweaver-12.0
      encore-6.0
      estoolkit-3.8
      fireworks-12.0
      flash-12.0
      illustrator-16.*
      indesign-8.0
      indesignserver-8.0
      incopy-8.0
      photoshop-60.*
      premierepro-6.0
      ame-6.0
      exman-6.0
      flashbuilder-4.52
      switchboard-2.0
      prelude-1.0
      speedgrade-6.0
      el60:
      captivate-60.*
      ts4:
      robohelp-10.0
      framemaker-11.0

    Same issue.  Doesn't see Dreamweaver.

Maybe you are looking for

  • How to use drill down ability in ALV report.

    Hi All, I have a ALV report and now i want to add  drill down functionality in this ALV report. See the requirement below. The Document Number, aka Accounting Document Number (BELNR) of each row will take the user to the appropriate document to edit

  • How can i know the number of lines in field-symbol internal table

    how can i know the number of lines in field-symbol internal table

  • Cellular Data page- wrong status

    Hi. My 3G account works fine, but when I log into my Cellular Data Account dialog box (Setting > Cellular Data > View Account), the status shows "You have no domestic data left" and is stuck showing an old billing period (November 2010). My detailed

  • Urgent! Music player error/bug

    my n95 8gb's music player has some kinda error. i downloaded a mp3 file, the artist name was ACDC. i renamed it to AC/DC, but the ACDC artist name wasn't deleted. i opened it, nothing was there. i tried to delete it, but a pop-up message says General

  • Acquis. and production cost account specification for AO90

    In AO90, for Dep Area 50 and 51, B/S account determination, we have given Acquision: acquis. and production cost account and Contra account: Acquisition value account same. Is this a remmandable practice? In any case. can you please tell me what shou