Steps for database backup

Hi all,
I am new to Adobe LiveCycle.
Could you please help me how to take the backup of the database of Adobe LiveCycle, as i am having ES2 and ES4.
Thanks in advance.

Please refer the below URL
http://help.adobe.com/en_US/livecycle/9.0/adminHelp/admin.htm?content=000455.html --ES2
http://help.adobe.com/en_US/livecycle/11.0/AdminHelp/WS92d06802c76abadb-5145d5d12905ce07e7 -7c77.2.html -- ES4
Hope it helps
Vipin

Similar Messages

  • TCODE FOR DATABASE BACKUP

    Hi All,
    Please let me know the complete procedure for to take backup of all database tables in request form.
    Mean What is tcode for taking backup of all database in 3  requests?
    Thanks In Advance.

    Hi Naveen.
    I would like to suggest,
    The Transaction code for backups is DB13.
    Generaly, the transactions related to DB backup management start with DB letters.
    I would like to suggest a few references,
    [SAP HELP - Standard References for Database backup by BR Tools|http://help.sap.com/saphelp_47x200/helpdata/en/0c/cd271365debc42bef96ac7fd907787/content.htm]
    [SDN - PDF - Standard Reference for Database Backup Utility|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d8fc1f3a-0d01-0010-1c84-ac8bee9f7c9b]
    Hope that's usefull.
    Good Luck & Regards.
    Harsh Dave

  • Privileges required for database backup with RMAN

    Hello,
    We have 10g R2 on Solaris box. We use RMAN for backup and use the SYS account on the database to connect and take the backup.
    Are there specific privileges that are required to take the database backup , so that I do not use the SYS account or the syspassword in the RMAN script.
    I want to create an account and give only the privileges required to take the database backup and recover .
    Thanks

    I think RMAN needs the SYSDBA privilege, so you won't gain much by switching from SYS to another user.
    You don't need to store sys/password in a script. You can just :-
    rman target / catalog xxx/yyy@catalog

  • Industry standard for database backup time

    We have many databases in our company for which our Database backups are forced to be run by System Administrators at 3PM since their tape backups are starting from 4PM.
    As a DBA I am suggesting to run all the tape backups late night so that I can schedule my Database bacukps at atleast 10PM daily.
    What is the industry standard for running daily database backups time? Can somebody please provide some links for such standards from a authorising body like Gartner, etc?
    Thanks in advance.

    There is no such standard. To have one would be simply implausible.
    It would depend massively on your infrastructure and where you take backups to. If it's tape, how fast is your networking to the tape, how fast is your tape drive. If it's disk, how fast is the disk you're backing it up to. For both, it depends on the size of the database, what type of backup you're taking and how loaded your database is, how fast your servers are. There are too many variables.
    Only you will know how fast your backups take and whether they're taking longer than they should (based on your observations on how long they usually take).

  • Steps for Cold Backup..

    Hi,
    I am new for DBA, i need to take cold backup, can some help me what are all step (commands) i need to follow to perform the successful cold backup.
    Advance Thanks
    Suresh

    Hi Suresh,
    A cold backup is very simple.Hope your Database is test or Development or practise one,If it is production Database You have inform users for suitable downtime depending on size of your Database. You have to peform these basic steps,Which I'm doing it for you:
    Step 1:Find the location of all the physical file(Datafiles,controlfiles,redologs):
    For Datafile:
    SQL> select file_name||' '||tablespace_name||' '||bytes from dba_data_files;
    FILE_NAME||''||TABLESPACE_NAME||''||BYTES
    D:\ORADATA\BOSCHDB\USER123.DBF USER123 104857600
    D:\ORADATA\BOSCHDB\EXAMPLE01.DBF EXAMPLE 104857600
    D:\ORADATA\BOSCHDB\USERS01.DBF USERS 5242880
    D:\ORADATA\BOSCHDB\SYSAUX01.DBF SYSAUX 304087040
    D:\ORADATA\BOSCHDB\UNDOTBS01.DBF UNDOTBS1 26214400
    D:\ORADATA\BOSCHDB\SYSTEM01.DBF SYSTEM 513802240
    For logfile:
    SQL> select group#||' '||member from v$logfile;
    GROUP#||''||MEMBER
    3 D:\ORADATA\BOSCHDB\REDO03.LOG
    2 D:\ORADATA\BOSCHDB\REDO02.LOG
    1 D:\ORADATA\BOSCHDB\REDO01.LOG
    SQL> sho parameter %control%
    NAME TYPE VALUE
    control_file_record_keep_time integer 7
    control_files string D:\ORADATA\BOSCHDB\CONTROL01.C
    TL, D:\ORADATA\BOSCHDB\CONTROL
    02.CTL, D:\ORADATA\BOSCHDB\CON
    TROL03.CTL
    Step 2: Shutdown the database (IMMEDIATE or NORMAL option):
    SQL> shutdown immediate
    Database closed.
    Database dismounted.
    ORACLE instance shut down.
    Step 3: Use OS commands or utilities to copy the database datafiles and control files to your backup destination:
    Note 1:Make sure this Backup destination is having enough space
    Note 2:If you are doing in any unix flavour use command cp
    D:\oradata\BoschDB>copy /b *.DBF D:\TESTDB_BACKUP
    EXAMPLE01.DBF
    SYSAUX01.DBF
    SYSTEM01.DBF
    TEMP01.DBF
    UNDOTBS01.DBF
    USER123.DBF
    USERS01.DBF
    7 file(s) copied.
    D:\oradata\BoschDB>copy /b *.LOG D:\TESTDB_BACKUP
    REDO01.LOG
    REDO02.LOG
    REDO03.LOG
    3 file(s) copied.
    D:\oradata\BoschDB>copy /b *.CTL D:\TESTDB_BACKUP
    CONTROL01.CTL
    CONTROL02.CTL
    CONTROL03.CTL
    3 file(s) copied.
    Step 3. Startup the database.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 289406976 bytes
    Fixed Size 1248600 bytes
    Variable Size 130024104 bytes
    Database Buffers 155189248 bytes
    Redo Buffers 2945024 bytes
    Database mounted.
    Database opened.
    Step 4:Verify your Backup.
    D:\>cd TESTDB_BACKUP
    D:\TESTDB_BACKUP>dir
    Volume in drive D is PEACY_DATA
    Volume Serial Number is 9CAF-C076
    Directory of D:\TESTDB_BACKUP
    02/25/2011 11:00 AM <DIR> .
    02/25/2011 11:00 AM <DIR> ..
    02/23/2011 12:15 PM <DIR> Archives
    02/25/2011 10:53 AM 7,389,184 CONTROL01.CTL
    02/25/2011 10:53 AM 7,389,184 CONTROL02.CTL
    02/25/2011 10:53 AM 7,389,184 CONTROL03.CTL
    02/25/2011 10:53 AM 104,865,792 EXAMPLE01.DBF
    02/25/2011 10:53 AM 52,429,312 REDO01.LOG
    02/25/2011 10:53 AM 52,429,312 REDO02.LOG
    02/25/2011 10:53 AM 52,429,312 REDO03.LOG
    02/25/2011 10:53 AM 304,095,232 SYSAUX01.DBF
    02/25/2011 10:53 AM 513,810,432 SYSTEM01.DBF
    02/10/2011 10:03 PM 20,979,712 TEMP01.DBF
    02/25/2011 10:53 AM 26,222,592 UNDOTBS01.DBF
    02/25/2011 10:53 AM 104,865,792 USER123.DBF
    02/25/2011 10:53 AM 5,251,072 USERS01.DBF
    13 File(s) 1,259,546,112 bytes
    3 Dir(s) 2,820,775,936 bytes free
    Hope it helps.
    Best regards,
    Rafi.
    http://rafioracledba.blogspot.com

  • Configuring emails for database backup

    I have the query as to where to configure the emails for backup completion in Oracle 11g. The detailed steps would help.
    I hope my question is clear as to how to configure the email notification for backup completion in Oracle 11g.
    Please revert with the reply to my query.
    Regards

    972145 wrote:
    I have the query as to where to configure the emails for backup completion in Oracle 11g. The detailed steps would help.
    I hope my question is clear as to how to configure the email notification for backup completion in Oracle 11g.
    Please revert with the reply to my query.
    RegardsThere is about emailing that is specific to backups. It is simply an OS utility. Google 'sendmail' and 'mailx'. Have your backup job (or any other job) create a log file, then use the OS mail utility to email that log file.

  • Shell script for DB backup

    HI,
    i have written some java code Database backup but there are some problems with that so now i need to write shell script for db backup.
    what i was doing in java code i was running command like that
    /usr/local/bin/tar cvzf /export/home/monitor/FILE_20091005.tar.gz FILES/*20091005.*which compress the all *20091005* files (myisam table files)
    but after compression file doesn't extract
    so i have to write shell script for that ..... can any body guide me how can i write that kind of script and put it in cron job.
    thanks

    soundar wrote:
    Hi all,
    I have migrated database from 8i to 10gr2.For Backup in 8i, we used a RMAN shell script (scheduled uding cron tab) to backup the database to Tape.(VERITAS BACKUP).
    I am new to 10G.I checked out the options to backup the database using Oracle Enterprise manager DB console.
    http://www.oracle.com/technology/obe/10gr2_db_single/ha/rman/rman_otn.htm#t1d
    I am planning to take a test backup using the steps mentioned inthe above url.Could any one suggest whcih is the best option for database backup,eiether to use Oracle Enterprise manager DB console or thru RMAN shell script for backup..?
    Edited by: soundar on Mar 9, 2010 10:53 PMDear soudar
    I woudn't suggest you to work with EM if you want to be a professional DBA. Start learning RMAN and use CLI instead of GUI
    Those who live by the GUI, die by the GUI

  • How to use icons (database, database backup, save, delete etc.) in Oracle f

    Hi Everyone,
    I am using Oracle forms 5.
    I want to use iconic buttons in Oracle forms 5 for database, database backup, save, delete etc.
    Example:
    Like Oracle Enterprise Manager, a GUI tool, we can see the different icons for different items (icon for database backup, database etc).
    How should I get these icons? How should I attach these icons to the buttons/Image item in Oracle Forms ?
    Should I give the file path of these icons in property palette of an item in Oracle forms?
    If yes, then which property of item, will I use in order to attach the icons?
    Please send the solution.
    If some one can also send the related icons, I will thankful to him.
    Regards
    Martin

    Hi FRANKS,
    Thanks for your useful information.
    WIth regards to attach icons to button/text item in Oracle forms,I am still facing problem.
    As you said, I created the parameter/variable UI_ICONS in Forms Home and gave the value pointing to the directory holding the .ico files.
    And then set the iconic property of the button and the icon's name without its extension.
    But it didn't work.Could ypu please let me know what is going wrong?
    I am thankful to you.
    Martin

  • Steps for Refresh the Test Database with cold-backup

    Hello everybody !
    Can any body write me the steps to referesh the test db ( T1 -> already there) from the cold backup of production database ( P1 on another machine ) . all the datafiles are there available in the backup of production ..controlfile or redolog files are not available of production database. Both databases are 9.2.0.8 and are on different machines with same OS of AIX.
    Thanks in advance !

    Steps
    1.) Before Shutting down P1 DB for cold back execute
    alter database backup controlfile to trace;
    2.) copy the created the trace file from udump to test server
    3.) shutdown the P1DB and take cold backup containing all datafiles
    4.) Copy dbf to test servers
    5.) Edit trc file copied in step no 2
    6.) As you are changing the name of db use option SET ( in place of REUSE)
    7.)Also remove unwanted portion
    8.) Change the name of trc file to <somthing>.sql
    9.) Startup test db in nomount stage
    10.) run the above created sql
    11.) tHis will create controlfiles, place db in mount stage
    12.) issue alter database open reset logs
    13) add tempfiles to temp tbsp
    regards
    Pravin

  • Full Database Backup in DB13 for MS SQL Server databases

    Hello,
    We have some SAP systems using the MS SQL Server database. I want to know if it is possible to setup the Full Database Backup option in transaction DB13 to store the files in a hard disk space.
    I already did this type of configuration in SAP systems in Oracle databases and for this I used the init<SID>.sap where we can put all the configuration, for instance the disk path where we want to save the backup files! But for MS SQL Server databases, in DB13, I don´t know how to do that, when I add the "Full Database Backup" option in DB13, this show me some options but only for tape, but I don´t want to store the backup files in tapes, I want to store/save the files on the server disk itself or else to an external disk but I don´t see where I can set this way of storage!
    This is what you see in DB13 (when using a MS SQL Server database) in "Full Database Backup" and as you see I only have options for TAPE not for a disk or other type of storage! How can I do that? (if that is possible):
    Can you help me please?
    Kind regards,
    samid raif

    Hello Raja
    Sorry for the delay of my answer! Many thanks for that tip, it helps a lot and it solve the last error/problem that I reported here, in fact, the problem was we had named the device with two words containing a space. So we removed that space from the backup device (in SQL management studio) with one word only and the job runs successfully without any errors!
    It works in Development and Quality systems but in our Production system (AM1) the Full backup option in DB13 stopped with the following error, in fact the error is on verification of backup, it means that the Full backup finished with success, but when it does the backup verification, the job in DB13 stops with an error, the following one:
    ***************************** SQL Job information   ******************************
    Jobname:    SAP CCMS Full DB Backup of AM1 [20140417103726-4-103726]
    Type:       TSQL
    DB-Name:    AM1
    For Run:    20140417  10:37:26
    **************************** Job history information  *****************************
    Stepname:   CCMS-step 1
    Command:    declare @exeStmt nvarchar(2000) exec am1.sap_backup_databases @dbList=
                "AM1",@r3Db="AM1",@bDev="fullprd",@expDays= 27,@jobName= "SAP CCMS Ful
                l DB Backup of AM1 [20140417103726-4-103726]",@bkupChecksum="Y",@bkupT
                ype="F",@nativeBkup="N",@exeDate = "20140417103726",@bkupSim = "N",@fo
                rmat = 0,@init = 0,@bkupDb = "AM1",@unload = 0,@exeStmt = @exeStmt OUT
                PUT
    Status:     (success)
    Message:    3014
    Severity:                                                                                                                                                                                                                                                    0
    Duration:   4  hours(s)  41 min(s) 22 sec(s)
    Last msg:   Executed as user: am1. Processed 7434328 pages for database 'AM1', fil
                e 'A01DATA1' on file 1. [SQLSTATE 01000] (Message 4035)  Processed 315
                1504 pages for database 'AM1', file 'A01DATA2' on file 1. [SQLSTATE 01
                000] (Message 4035)  Processed 4574152 pages for database 'AM1', file
                'A01DATA3' on file 1. [SQLSTATE 01000] (Message 4035)  Processed 44363
                92 pages for database 'AM1', file 'A01DATA4' on file 1. [SQLSTATE 0100
                0] (Message 4035)  Processed 25598 pages for database 'AM1', file 'A01
                LOG1' on file 1. [SQLSTATE 01000] (Message 4035)  BACKUP DATABASE succ
                essfully processed 19621974 pages in 16881.638 seconds (9.521 MB/sec).
                 [SQLSTATE 01000] (Message 3014).  The step succeeded.
                        <------------- End of Job Step History --------------->
    Stepname:   CCMS-step 2
    Command:    declare @exeStmt nvarchar(2000) exec am1.sap_verify_backups @nativeBku
                p = "N",@bkupSim = "N",@bDev = "fullprd",@bkupChecksum = "Y",@exeDate
                = "20140417103726",@unload = 1,@dbCnt =1,@exeStmt = @exeStmt OUTPUT
    Status:     (failure)
    Message:    3201
    Severity:                                                                                                                                                                                                                                                   16
    Duration:   0  hours(s)  8  min(s) 30 sec(s)
    Last msg:   Executed as user: am1. Cannot open backup device 'fullprd(\\10.0.0.45\
                backupsap\prd\prdfullqua.bak)'. Operating system error 1265(error not
                found). [SQLSTATE 42000] (Error 3201).  The step failed.
                        <------------- End of Job Step History --------------->
    **************************** Job history information  *****************************
    Can you help me please with this one!? Can you tell me why in verification it stops with that error?
    Kind regards,
    samid raif

  • What are the steps applying incremental backups to standby database 11g

    Hi All,
    I have built 11g none ASM standby database from ASM RAC Database. Now I want to apply incremental backup to the standby database from primary but not sure how to do it. I tried following and I had an error “ORA-01103: database name 'ins-prim' in control file is not 'ins-sec'”
    1- I have configured standby database with RMAN backup.
    2- After finishing installation, I took a incremental backup from primary server(ins-prim) and moved incremental backup and control file to the standby (ins-sec) database
    3- I stared standby database nomount mode
    4- restore controlfile from “incremental backup location in standby database”
    5- alter database mount; and got this error
    “ORA-01103: database name 'ins-prim' in control file is not 'ins-sec'”
    What are the steps applying incremental backups to standby database with 11g?
    Thank you

    I build the database from backup and changed from ASM to none ASM and changed location of data files and logfiles. I think this changes makes the standby database as logical one.
    You can a have a physical standby with different locations for everything (redo/controlfiles/datafiles), ASM and no ASM etc. I have a such a configuration in production (10gR2)
    I build the database from backup
    Are you sure you have a standby ? Ins-sec receives the archivelog files from the primary ? How did you proceed to build this database ? I suspect you don't have a standby at all ! If you have duplicated the database ins-sec and ins-pri are independent databases and you won't be able to apply an incremental backup (your script was not correct but it is another story)

  • Very first step in configuring RMAN for a Backup

    DB version:10gR2
    I am a DBA supporting applications development and i am not familiar with RMAN. This weekend we are going to Patch 10.2.0.1.0 to 10.2.0.3.0. Before that i am going to take a backup of the entire Database containing around 57 schemas(total of around 600gb).
    We don't have Tape drives. I am going to backup this up on three filesystems in the same machine. This instance is not running on ASM. What is the first step i should be doing in configuring RMAN for a backup?
    Edited by: user10583227 on Jan 27, 2009 4:50 AM

    Be careful, three filesystems doesn't necessarily mean the use of three channels. Could be more...could be less.
    Are you in a position to shutdown the database? If not, you'll also want to backup the archivelogs with BACKUP DATABASE PLUS ARCHIVELOG. You may also consider creating a Guaranteed Restore Point which would allow you to rollback your database in minutes if the upgrade fails.

  • Steps for taking bachup of oracle database

    Can anyone please help me urgently to know what are the steps and commands used with BR*Tools with their SYANTAX in detail for BRBACKUP for taking backup of (datbase files,Online redolog files,control files) ,BRARCHIVE for taking backup of offline redolog filesand BRRESTORE for restoring of a datbase backups(Please give the syntax for taking backup of Oracle database in Tapedrives using BRBACK,BRARCHIVE,BRRESTORE.)
    Thanking you for helping(in advance) .

    help yourself
    -> <a href="http://help.sap.com/saphelp_nw04/helpdata/en/50/7dd41742210144aee3fdee21c553eb/content.htm">BRTools in Detail</a>
    GreetZ, AH

  • Steps for cloning a RAC 10g database

    I would like to clone our production RAC database into my development environment. Can anyone help me by providing the steps to follow? I could not find anything on Metalink. Thanks in advance for your help.

    I did the same few days back you can get a lot of help from http://idevelopment.info/ go to RMAN 10g and then Duplicating a Database using RMAN - (UNIX / Linux)
    however I would give some of the steps
    1. Take a full database backup of your Database using RMAN and catalog database, make sure you include current controlfile.
    2. Create a new pfile from the original database pfile or spfile as the case may be.
    3. comment out all RAC specific parameters such taht you can use the new pfile to start the database in single instance mode.
    4. create a new sid for the new database and start the database in nomount mode using the edited pfile.
    5. now connect to RMAN using your present database as target the new database as auxiliary and catalog database.
    6. execute the duplicate database command.
    7. You may need to do dbfilename convert if your directory structure is not same as of the original database, this is true for ASM too.
    8. After the RMAN session ends control file should have been restored at the specified location in the edited pfile.
    ===
    in case OMF is being used
    9. shutdown the database (it can be in shutdown mode already).
    10. Check the name of the controlfile and provide the name in the pfile.
    ====
    11. start the database in single instance mode it should start.
    12. now shutdown the database and uncomment the RAC specifiv parametors, please chek entries of REMOTE LISTENER etc.
    13. register the database and instances with the CRS using srvctl
    14. start the database with srvctl
    Regards
    Rajib.

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

Maybe you are looking for

  • Can not open file in web browser

    Hi, in 8.49 tools FSCM90 on Win I run a AE_MINITEST and it succeed but when click on log file I have the message Internet Explorer can not display this page. That logfile exists physically (size 1kb) on reports node. I can open it with notepad. What

  • SCCM 2012 SP1 OSD Multicast is failing 0x80004005

    I am trying to get multicast to work on a DP. But when I kick off an OSD and get to one of the items that I have enabled multicasting (lets say the OS image) then I get the following in the smsts.log: Failed to get MCS key (Code 0x80004005) ClientReq

  • How do you make the velocity equal for a bunch of different notes?

    Whenever I adjust a bunch of notes with the velocity tool, if they started out w/ different velocities i can never get them to the same velocity. How do you change the velocity of diff. velocity notes to the same velocity all at once?

  • Iphoto Slideshow Export Coming Out Blank

    I've tried multiple times to export a slideshow, from IPhoto, onto a cd onto a hard drive via usb port cd or wirelessly and without fail EVERYTIME the movie has spots where the music will still play but the photos disappear and it's black (blank). HE

  • Another HTML editor

    I am trying to find a cheap alternative to DW as I use DW for my job however my content writer needs an editor as our newsletter wysiwyg is very unstable and cannot hold complex tables. I suggested editing the newsletter in an editor and pasting the