Backups - Files still locked after beginarchive

We are using Commvault to backup the files on our UNIX server. We have created a script to run before the backup starts. The script does this:
DISABLELOGIN "appname";
DISABLELOGIN "appname2";
LOGOUTALLUSERS "Y";
BEGINARCHIVE "appname" "dbname" "appname_Arch.lst";
BEGINARCHIVE "appname2" "dbname2" "appname2_Arch.lst";
The script runs fine, but when the backup are still hanging up on some files that are locked. We noticed some files have an "l" (lower case L) as one of the permissions, which means "mandatory locked", but not sure if that has anything to do with this issue. We would prefer to not have to shut Essbase completely down to take backups. Any suggestions?

essmsh sample backup
drop lock on system all;
alter database $CurrApp.$CurrBase unlock all objects;
alter application $CurrApp disable connects;
alter system logout session on application $CurrApp force;
export database $CurrApp.$CurrBase data to data_file "$CurrApp\$CurrBase\$CurrBase_export.txt" ;
alter application $CurrApp unload database $CurrBase;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.otl $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.rul $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.txt $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.csc $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.db $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.ind $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.pag $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.esm $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
xcopy $ArborPath\app\$CurrApp\$CurrBase\*.tct $BackupFolder\ess\$CurrApp\$CurrBase\*.* /Y /I;
alter database $CurrApp.$CurrBase force restructure;
alter application $CurrApp disable connects;
alter system logout session on database $CurrApp.$CurrBase;
alter database $CurrApp.$CurrBase validate data to local logfile invalid_blocks;
alter database $CurrApp.$CurrBase repair invalid_block_headers;
ER

Similar Messages

  • HT204088 My Apple id is still locked after paying my Click and Buy bill....

    My Apple id is still locked after paying my Click and Buy bill....
    How and who can unlock it??

    Contact itunes support

  • Why are my RMAN backup files still around?

    Environment:
    Oracle 11.2.0.3 EE on Solaris 64-bit
    Good Morning (at least it's morning here at the moment),
    I have a test database that I currently have set up to do an Incremental Level 0 backup every morning at about 03:00.
    I also do an 'archivelog backup all' every 4 hours during the day.
    My archivelog deletion policy is 'backed up 2 times'.
    I have RMAN set up with a recovery window of 8 days (SHOW ALL - seen below).
    I have several RMAN files dated 11 days ago.
    Question: Why are these files still around?
    RMAN> show all;
    using target database control file instead of recovery catalog
    RMAN configuration parameters for database with db_unique_name APSMDMP2 are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 8 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK;
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F';
    CONFIGURE DEVICE TYPE DISK BACKUP TYPE TO COMPRESSED BACKUPSET PARALLELISM 3;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1;
    CONFIGURE CHANNEL DEVICE TYPE DISK MAXPIECESIZE 5 G;
    CONFIGURE CHANNEL 1 DEVICE TYPE DISK FORMAT   '/rman/APSMDMP2/APSMDMP2_%T_%t_%s_%p';
    CONFIGURE CHANNEL 2 DEVICE TYPE DISK FORMAT   '/rman/APSMDMP2/APSMDMP2_%T_%t_%s_%p';
    CONFIGURE CHANNEL 3 DEVICE TYPE DISK FORMAT   '/rman/APSMDMP2/APSMDMP2_%T_%t_%s_%p';
    CONFIGURE MAXSETSIZE TO UNLIMITED;
    CONFIGURE ENCRYPTION FOR DATABASE OFF;
    CONFIGURE ENCRYPTION ALGORITHM 'AES128';
    CONFIGURE COMPRESSION ALGORITHM 'BASIC' AS OF RELEASE 'DEFAULT' OPTIMIZE FOR LOAD TRUE;
    CONFIGURE ARCHIVELOG DELETION POLICY TO BACKED UP 2 TIMES TO DISK;
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u01/app/oracle/product/11203/db_1/dbs/snapcf_APSMDMP2.f';I do have several entries in V$ARCHIVED_LOG with a BACKUP_COUNT = 1 but they are all dated 21 days ago and have a DELETED status as seen here:
    SEQUENCE# ARC APPLIED   DEL S CTIME                         BACKUP_COUNT
          4625 YES NO        YES D 09-oct-2012 13:21:09                     1
          4626 YES NO        YES D 09-oct-2012 13:21:48                     1
          4627 YES NO        YES D 09-oct-2012 13:22:23                     1
          4628 YES NO        YES D 09-oct-2012 13:22:50                     1I am able to see the contents of the RMAN files but I don't see anything that would cause them not to be deleted during the RMAN runs. Here is an example of one of the files:
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time
    6493    Incr 0  22.75G     DISK        01:35:54     2012-10-19:04:36:13
            BP Key: 6493   Status: AVAILABLE  Compressed: YES  Tag: FULL_DAILY
            Piece Name: /rman/APSMDMP2/APSMDMP2_20121019_797050819_6508_1
      List of Datafiles in backup set 6493
      File LV Type Ckp SCN    Ckp Time            Name
      2    0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/sysaux01.dbf
      4    0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/users01.dbf
      5    0  Incr 564035766  2012-10-19:03:00:19 /u01/oradata/APSMDMP2/data_process_dt01_01.dbf
      9    0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/gmx_src_dt01_01.dbf
      10   0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/gmx_src_ix01_01.dbf
      12   0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/adm_data_ix01_01.dbf
      13   0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/patrol01_01.dbf
      16   0  Incr 564035766  2012-10-19:03:00:19 /u07/oradata/APSMDMP2/becosp_base_data_01.dbf
      18   0  Incr 564035766  2012-10-19:03:00:19 /u07/oradata/APSMDMP2/becosp_base_data_02.dbf
      27   0  Incr 564035766  2012-10-19:03:00:19 /u06/oradata/APSMDMP2/data_process_dt01_03.dbf
      30   0  Incr 564035766  2012-10-19:03:00:19 /u05/oradata/APSMDMP2/adm_data_dt01_02.dbfI do use the 'DELETE NOPROMPT OBSOLETE' after each database and archivelog backup. Here is my Incremental Level 0 command file:
    backup incremental level 0 cumulative database tag 'full_db';
    backup archivelog all not backed up 2 times tag 'full_arch';
    DELETE NOPROMPT OBSOLETE;I know I can remove the files manually and resync everything with a CROSSCHECK but I was trying to figure out why it happened in the first place.
    Any suggestions are most welcome.
    Please let me know if more information is needed.
    Thanks very much!!
    -gary

    garywicke wrote:
    Michael,
    I read Ed's thread and I understand about the timing of the Full (Incr Lvl 0) and the incrementals.
    In my case I'm not doing any incrementals (Incr Lvl 1) of the database, just Incr Lvl 0 every day. I do the archivelog backups during the day to keep the /arch mount point under control.
    So, if I have Incremental Level 0 backups on the 19th, 20th, 21st, 22nd, ..... With an 8 day recovery window I shouldn't need the ones from the 19th or 20th at a minimum and possibly the 21st depending on when the math is done. Right?
    Am I missing something?
    *************** NEWS FLASH ******************
    Whoops!!! Egg on my face! I just checked back in my email logs of the backups and now recall there were some disk space issues around that time that caused the backups to fail and it just so happens that the backups on the 20th, 21st and 22nd all failed.
    I should learn to trust RMAN more. It is obviously smarter than me!! :-)
    Sorry for the red flags. I'll do my homework more completely next time.
    Not a problem. We've all been there, done that.
    I can't tell you how many times I've been stuck on something, run out of ideas on my own research and thrown a question to the forum, and no sooner to I hit the 'send' button that a light goes on and I quickly get my own answer.
    At least I understand the recovery window scenario better.
    Thanks very much for the help and I'll see you the next time.
    Have a great day!
    -gary

  • N95 backup file not recognized after Firmware upda...

    Hi,
    I've been updating my N95 from V11 to V12.0.013 right after I did a backup file. Backup went ok and no error reported.
    After fw update, I tried restoring data but Content Copier informs that "no earlier backup file exists for this phone".
    I've tried selecting folder where back-up file is saved but it does not recognize it.
    I was using PC Suite 6.83 and decided to upgrade to 6.84 just released, to have another try but it still doesn't find backup file, eventhough it exists (2007-07-12 Nokia N95.nbu)
    Could you please instruct if there are some specific steps to go through in such case??
    I'm using XP, Service Pack 2
    PC Suite 6.84
    N95, V12.0.013
    Many thanks!
    Flo
    P.S.: If needed I could send mentionned backup file but it is huge (42MB)

    please try noki to make sure the backup file is ok: this thread
    What's the law of the jungle?

  • Says my library.itl file is locked after upgrade?

    hi there.. i am hoping someone can help me, i had to format comp due to virus, so i reinstalled windows (xp home) and installed itunes from the original ipod disk, all went well, imported all my music back into the library and so far so good.. i then upgrade itunes by following prompts set in the program... installs fine, so no prob with mcafee firewall or virus protection, but when i try to open itunes after install i get a message saying:
    the itunes music library.itl file is locked, on a locked disk or you do not have write permission for this file.
    please help me!! i have uninstalled and reinstalled itunes no prob, in itunes 4. something it all works fine, but as soon as i upgrade i am locked out.
    thanks in advance!! i would be much appreciative of any tips to help figure this prob out...
    pentium4   Windows XP  

    Your libary.itl probably got locked by McAfee and never got saved properly during the virus incident/debacle.
    - Stop itunes
    - Delete C:\Documents and Settings\username\My Documents\My Music\iTunes\iTunes Library.itl
    -Start iTunes
    You are totally going to lose all your ratings and other great stuff from your previous iTunes, but I don't know what else would fix it.
    When you restart iTunes, it will rebuild your ITL file, since you deleted it.
    What are the iTunes library files?
    http://docs.info.apple.com/article.html?artnum=93732

  • Fireworks cs6 file is locked after making changes

    I am continuing to run into problems when editing fireworks files. I am using Fireworks CS6 running on Windows 8.1.
    If i open up a previously saved image in any folder to make edits, when I try to save the file (back to the same folder) it does not allow me to because the file is locked.  I can however save the file to a different folder.   What causes this?
    I've tried a few suggestions in the forums and still can't seem to figure out what the issues are.  Any help would be appreciated.
    Anna Baron
    Marketing Director
    The Law Office of Jay J. Murray P.C.
    Dallas Injury Accidents Lawyer  /  Dallas Personal Injury Lawyer   /  Zofran Lawsuit Lawyer

    Welcome to the Apple Support Communities
    The best service you can use for that is Dropbox. Just upload the documents you want to sync with all your Macs to Dropbox and edit them from here, so changes will be uploaded to all your computers inmediately

  • Files still exist after the copying is disrupted

    I have a problem when the large file copy from the laptop to the external USB HDD or NAS (via CIFS share). When the copy is disrupted (either the network is down or the power outrage to my external HDD), the file still exist in the folder but cannot be
    read or open. The corrupted file is still showing full size of the file. How can I avoid this?

    Hi,
    If you copy large files from the laptop to the external USB HDD or NAS, when the copy is disrupted, the files could be corrupted and we unable to read the file's contents. In general, your need to delete the file and copy the file again.
    In additional, you could try to use diskpart to repair the disk to recover the files.
    DiskPart Commands
    http://technet.microsoft.com/en-us/library/cc770877%28v=ws.10%29.aspx
    Best Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Word files are locked after being edited on Win machines

    I have just setup a brand new mac mini server with Mac OS 10.6.7 Server.
    Several Mac (via AFP) and Win clients (via SMB) access files on the server.
    In general, everything's OK.
    However, when a Win machine (with Word2007) edits (or creates) a word file, the same file results an error message in Word 2011 when a mac tries to open it. It says, the file is being used by another user - which is not the case, and the same error happens even if the machine that edited the files is switched off. Even if the file is copied, the copy still retains that "locked"-information.
    However, when I hit "cancel" and then immediately try to open the file again, it opens without a hitch. And once, it was opened on a mac, I can edit, save, open, etc. as I like. Until, a Win machine edits the file. If a Win machine only opens it, no damage is done.
    This is extremely annoying. Anyone any ideas?
    One last tidbit: I employed a Win2003 server before instead of the mini and I had the exact same problem. So it doesn't seem to be related to the server. It's really driving me nuts.
    -c.

    I have the same problem. I solved it by saving with another name, then removing the old file, and renaming the new back to the original name. Still, after Windows client edits it again, it wont let you save again with a Mac to the same filename. Gladly we have only few files that are edited between Macs and Windows users. But it's still very annoying.

  • Offline files still searched after saving project

    Hi there,
    I ask myself, why FCP is still
    looking for an deleted file, after I deleted it
    and saved my project again. The file is not edited
    in a timeline. Does anyone know ?
    Greetings Andrea

    If you don't check "Forget File" when you're reconnecting media, FCP will ask you to reconnect it every time you open the project.

  • Old backup files still lying around on disk

    My retention policy is configured to 7 days. I've already cleaned all obsolete files and expired files. However there are still a lot of files on the disk dating all the way back to Aug 27 (today is Sept 12).
    What can I do to have RMAN show me these files so that I can remove them. Judging by their size I think they are backups of archivelogs.
    Don.

    Parameters:
    RMAN> show all;
    RMAN configuration parameters are:
    CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 7 DAYS;
    CONFIGURE BACKUP OPTIMIZATION ON;
    CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
    CONFIGURE CONTROLFILE AUTOBACKUP ON;
    CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; # default
    CONFIGURE DEVICE TYPE DISK PARALLELISM 4 BACKUP TYPE TO COMPRESSED BACKUPSET;
    CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/rman/%U';
    CONFIGURE MAXSETSIZE TO UNLIMITED; # default
    CONFIGURE ENCRYPTION FOR DATABASE OFF; # default
    CONFIGURE ENCRYPTION ALGORITHM 'AES128'; # default
    CONFIGURE ARCHIVELOG DELETION POLICY TO NONE; # default
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO '/u00/app/oracle/product/10.2.0/db_1/dbs/snapcf_xcede.f'; # defaultScript:
    RUN {
        BACKUP
            INCREMENTAL LEVEL 0 FILESPERSET 1
            DATABASE
            TAG = 'weekly_level0_database'
            PLUS ARCHIVELOG DELETE INPUT;
    }On weekdays I do a LEVEL 1 with a tag of 'daily_level1_database'

  • ITunes U files still playing after I deleted the app

    I have an iPhone 4 using iOS 6.1. I deleted the iTunes U app, as well as the Podcast app because every time I plugged my phone into my car's USB port, it would automatically start playing the same iTunes U course instead of starting Spotify like it did before I got the app. I know this is my car just reading the first audio file it can find as if my phone was an iPod, so I just deleted the whole iTunes U app because I got really sick of hearing "Hello, and welcome to the new psychology of bla bla with bla bla and bla bla." REALLY annoying. SO, I deleted iTunes U then it started playing the Podcast App. I then deleted the Podcast app WHILE IT WAS PLAYING MIND YOU, and it continued to play! Even though I deleted the app and all it's content. I then turned my phone off and back on thinking that would help and I could not believe that when I plugged it back into the USB port, I heard, "Hello, and welcome to the new psychology...." I AM GOING INSANE HEARING THIS OVER AND OVER AGAIN. Seriously. The lock screen had the course picture on it as it was playing and when I hit "next" it started playing the next lecture too! How is this possible when I deleted the app, can't find anything about iTunes U on my phone now, so I don't see anything left to delete! I am also running out of space on my phone like crazy. It says it's capacity is 6GB, and I only have about 300MB of that left....When checking my usage on the phone, I added up all the apps and how much space they take up and it only comes out to about 3GB. WHERE IS ALL MY OTHER SPACE & how do I get these hidden files off my phone I am so f***ing frustrated with how slowly my phone is running because of this bull... I can't even update my iOS because I don't have enough space...even though I should have tons of extra space. Every time a new iPhone comes out, my old one starts to act funny.

    ILikewindows wrote:
    ... I didn't know I could delete it through iTunes.
    Now that you know, try deleting through iTunes.  If that does not remove the image file, then place the app you mistakenly deleted back in the file folder from your latest backup and try deleting through iTunes again.

  • I know my apple id password and id but why is apple id acount still locked after i reset the password

    why wont my ipod 5 activate i reset it because i forgot my password and i tried my apple id to many times but i just remembered the password and it locked my account do to security resons but i changed the password like it says to do and i cant cheack my confedential email is there eny way enyone can tell me how to fix this

    Apple ID is Disabled - Apple Club
    Apple ID- "This Apple ID has been disabled for security reasons" alert appears

  • Q10 still locked after ad Update.

    Hi, i updated my Blackberry Q10 by OTA.
    Then a configuration process stated at 100%.
    Now, although i reboot the system i cannot start OS.
    It's still on 100% without fluctuations.
    I need help! Thanks in advance.

    How long has it been that way? Is it still that way? If so, you may need to connect to Link and reinstall the OS from scratch.
    http://www.blackberry.com/btsc/KB34045
    1. Please thank those who help you by clicking the "Like" button at the bottom of the post that helped you.
    2. If your issue has been solved, please resolve it by marking the post "Solution?" which solved it for you!

  • Windows 7 desktop locks after 10 minutes idle - Policy setting?

    Is there a policy setting to lock the desktop after a certain amount of idle time?  I can't seem to find one, and searches on the web only seem to uncover lock up issues with software, rather than security policy settings.
    Right now our Win 7 desktops lock after 10 minutes of inactivity (set by old IT staffer who is no longer here).  This is way too short and we need to change it.  However, I can't find where the setting is.  The screensaver is disabled and the power settings are set to maximum.  The only policy setting that looks like it could be what I'm looking for is "Microsoft network server: Amount of idle time required before suspending session", but that wasn't set to 10.  I went and set it to 0 anyway and the desktop still locks after 10 mins.
    Can someone point me in the right direction for this setting?
    Thanks!

    When you leave your computer, it’s best to start a screensaver that can only be turned off with a password.
    On the Start menu, click Control
    Panel.
    Click Personalization, and then click Screen
    Saver.
    In the Wait box, choose 15 minutes
    (or less)
    Click On resume, display logon screen, and then click OK.
     just try reverse , it may work !!!!!!!!!!!!! :)

  • All files are locked, a new entry in permissions and more

    Following instructions from here on how to try to correct another issue, I was repair permissions and to boot in safe mode. Since then all kinds of things are messed up.
    I had to reset PRAM because the home and boot screens were were all stretched out of whack (this situation has occured once before shortly after getting this new machine)
    EVERY SINGLE DATA FILE created prior to this safe mode is now LOCKED. EVERY ONE!!!!!!  If I try to save any file so far I have tested, I am told the file is locked and I do not have permissions. My user mode didn't have administrative control before, but I changed that because unlocking everything to use it was more complicated having to enter the username and password. New files created are also locked. However, a new Pages file I have tested shows locked but it will save to the same file with a CMD-S.
    Having to unlock files to save work in them really slows work. Apple not allowing Save As on Apple apps is getting really tedious. I tried with a non-Apple app (PhotoShop) and its files are locked after creation. This means I have to unlock every stupid file before I can save it, then it relocks If I go into Get Info to unlock the file, as soon as i close that window, the file shows locked when I do a new Get Info. This is not a good user experience!!!!!!!!!!!!!! I have hundreds of thousands of files used in publishing, graphics, photos, and music. I tried to save an existing Photoshop file back to the Desktop and was told I could not save because was locked - that I needed to unlock the file or enclosing folders. When Photoshop closes it says can't save Preferences because file is locked.
    If I unlock the Sartup drive it relocks as soon as the Get Info window closes.
    In Sharing and Permissions the user called Everyone has a custom settings and some files even have two Everyone entries. Newly created files have had the User with Read & Write and Staff and Everyone with Read Only. My user folder Get Info shows locked with the user, staff and everyone with Read & Write permmissions. If I unlock in Get Info it reverts to locked after I close the Info window.
    Safari opens to the same page on this forum where another problem was discussed. I have reset selected items in Safari that I thought might have caused this, but no change.
    Pages keeps opening a page that was thrown in the trash and is not even on the computer (at least doesn't show in the finder),
    Numbers keeps opening a file that was opened and saved days ago.
    iDVD will open the same project each time, even if something else has been worked on since.
    I have cleared recent entries in these programs and the field keeps coming back when I open again.
    I unchecked  the Restore windows when quitting option in General Sys Prefs and when I open it again it is checked. I know that Lion will reopen a page if I quit without closing the window first. Now, at least with Apple apps, the same file opens now whether it exists or not as well as the new file I am opening by clicking on it.
    I have run permissions check in Disk Utility several times.
    It seems that it is affecting Apple apps that remember where there were last and the visiting history.
    Autosave on apps other than Apple can't save because the files are locked and I get error messages.
    iPhoto files saved on a firewire drive are also show locked but testing on a duplicate file, I found I can edit with PhotoShop and it will save the changes.
    With Finale, it has saved the files, even though locked. The odd thing is that in the finder it shows the correct creation and modifided dates, but it shows an old last opened date. Pages documents show all three with correct dates/times.
    I suspect there is at least one if not more Pref plist files that needs to be fixed, but I have now idea where to start.

    HI,
    Make sure you are logged in as the admin user.
    Right or control click the MacintoshHD icon then click: Get Info
    At the bottom of the Get Info window, click the gold padlock icon. You will be prompted for your admin password.
    Under Privilege where you see: Read & Write "toggle" the arrows to set your permissions for system / admin etc.
    Close the Get Info window.
    Carolyn

Maybe you are looking for

  • Itunes won't play library on new hard drive

    I had to install new hard drive.  Moved all itunes files over including library.  Downloaded latest version of Itunes, but it won't play any of my music.

  • Hide Accordion Panels whilst loading

    Hi All, The default behaviour of the Accordion is to show all panels as open until the script kicks in and hides them (if defaultPanel: -1) or just shows one, which ever is set as default. In my test: http://www.ac-et.com/bargains/request.asp I have

  • Scratch Disk Error, Does Not Recognize Available Space on HD

    I'm having trouble resetting my scratch disk in Final Cut Express. The program crashed a moment ago, and when I restared and then returned to the program, the scratch disk was set to 12MB. I have over 140 GB available, but can't get FCE to recognize

  • Epson C2900 in PS CS5

    Hi my Epson C2900 printing 2 copy of each document in PS CS5, wasting paper,Could you help me please

  • Uploading from iPhoto '09

    I have the iPhoto '09 and lately, everytime I upload a picture in facebook, the photo turns up to be blurry. Any idea as to how this can get fixed? Thanks!