I encountered 2 error

the code:
u_int32_t id;
u_int32_t dataSize;
char dataBuf[32];
dataSize = getData(dataBuf,..);
Dbt key(&id, sizeof(id));
key.set_flag(DB_DBT_USERMEM);
key.set_ulen(sizeof(id));
Dbt data(buffer, buf_size);
Dbc* cursorp;
db.cursor(NULL, &cursorp, 0);
int ret = cursorp->get(&key, &data, DB_GET_BOTH);
if (0 == ret) {
// here I saw dataBuf had been changed, it was be filled with the data in db
// but I had not called data.set_flag(DB_DBT_USERMEM), was it a bug? or it was the design?
// my dup_compare only compare part of data
ret = cursor.del(0); assert(0 == ret);
// after I found the error, I call my getData(...) again here:
newID = updateID(....);
dataSize = getData(dataBuf,..);
data.set_data(dataBuf);
data.set_size(dataSize);
key.set_data(&newID);
ret = db.put(NULL, &key, &data, 0); assert(0 == ret);
ret = cursorp->close(); assert(0 == ret);
another error, when i call db.sync(0), I get a message:
memp_sync: correcting dirty count 7 4
I used multi different Db in one DbEnv, and every Db was used in different thread, DbEnv was opened with DB_THREAD, and Db was opened without DB_THREAD. when muti thread was joined, I call every db.sync(0), then I saw this message.

Hi,
Could you post a ready to be run small reproducible testcase that demonstrate these issues? If so, mention the Berkeley DB release you're using and on what platform/OS.
Regards,
Andrei

Similar Messages

  • "Error encountered: ERROR: Final installdb run unsuccessful" during firmware cop installation

    Hi all,
    Just a heads up to anyone else who encounters this error when installing device firmware cop files onto CUCM.
    We were upgrading the firmware on our CUCM cluster (small - consists of 1 x Publisher and 1 x Subscriber) - running 8.0.2.40000-1
    I was installing:
    cmterm-7936-sccp.3-3-21.cop.sgn
    cmterm-7937-1-4-4-SCCP.cop.sgn
    cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn
    cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn
    When doing so on the publisher server - it was throwing the following error output (note that the files actually ended up on the TFTP server but devices were not picking up the new firmware):
    Installation Status
    File           cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn
    Start Time           Thu Mar 06 19:34:24 WST 2014
    Status
    Error encountered: ERROR: Final installdb run unsuccessful
    03/06/2014 19:33:42 file_list.sh|Starting file_list.sh|<LVL::Info>
    03/06/2014 19:33:42 file_list.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument dest_file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:33:42 file_list.sh|Calling SFTP command with metering off|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|SFTP command complete (0)|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|List file (pre-filtered):|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) RSA|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) UC|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) WIRELESS|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) asa914-k8.bin|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:33:43 file_list.sh|/usr/local/bin/base_scripts/filter.sh file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Parse argument file=/var/log/install/downloaded_versions|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|No patch type specified. Optional.|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|No upgrade mode specifed. Optional.|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Current version is 8.0.2.40000-1|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "RSA"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT RSA: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "UC"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT UC: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "WIRELESS"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT WIRELESS: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "asa914-k8.bin"|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|INorOUT=OUT asa914-k8.bin: Not a signed patch file|<LVL::Debug>
    03/06/2014 19:33:43 filter.sh|Processing token "cmterm-7936-sccp.3-3-21.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7936-sccp.3-3-21.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7937-1-4-4-SCCP.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7937-1-4-4-SCCP.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|Processing token "cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Debug>
    03/06/2014 19:33:44 filter.sh|INorOUT=IN cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn: filter passed|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|List file (post-filtered):|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) RSA:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) UC:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) WIRELESS:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) asa914-k8.bin:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|List file (pre-structured):|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) RSA:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) UC:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) WIRELESS:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) asa914-k8.bin:1|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7936-sccp.3-3-21.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7937-1-4-4-SCCP.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:44 file_list.sh|(CAPTURE) cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn:0|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|List file (post-structured):|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE) <InstallList>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="RSA" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="UC" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="WIRELESS" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <FilteredItem type="" file="asa914-k8.bin" result="1"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7936-sccp.3-3-21.cop.sgn" version="" file="cmterm-7936-sccp.3-3-21.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7937-1-4-4-SCCP.cop.sgn" version="" file="cmterm-7937-1-4-4-SCCP.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7941_7961-sccp.9-3-1SR2-1.cop.sgn" version="" file="cmterm-7941_7961-sccp.9-3-1SR2-1.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE)     <InstallItem type="copfile" secure-file="cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn" version="" file="cmterm-7945_7965-sccp.9-3-1SR2-1.cop" reboot="no"/>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|(CAPTURE) </InstallList>|<LVL::Debug>
    03/06/2014 19:33:46 file_list.sh|success|<LVL::Info>
    03/06/2014 19:33:46 file_list.sh|file_list.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Starting upgrade_validate_file.sh|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument file_name=cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Getting patch size via sftp for cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Size of patch file = 6018125|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Total space needs = 12036250|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|  Free space : 126461788160|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|Space needed : 24072500|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|There is enough space on device to proceed.|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|success|<LVL::Info>
    03/06/2014 19:34:19 upgrade_validate_file.sh|upgrade_validate_file.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:19 upgrade_get_file.sh|Starting upgrade_get_file.sh|<LVL::Info>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument method=sftp|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument source_dir=/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument file_name=cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument dest_dir=/common/download/|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument remote_host=10.133.1.240|<LVL::Debug>
    03/06/2014 19:34:19 upgrade_get_file.sh|Parse argument user_name=ccmadministrator|<LVL::Debug>
    03/06/2014 19:34:20 upgrade_get_file.sh|Starting SFTP of cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|SFTP command complete (0)|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|Download of iso file RTMTStart|<LVL::Notice>
    03/06/2014 19:34:21 upgrade_get_file.sh|Create md5 "/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn.md5"|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|MD5(/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn)= e3:02:d3:e1:89:ff:a1:eb:0a:71:52:03:ad:d7:e2:85|<LVL::Debug>
    03/06/2014 19:34:21 upgrade_get_file.sh|Create md5 complete|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|Authenticate file "/common/download/cmterm-7945_7965-sccp.9-3-1SR2-1.cop.sgn"|<LVL::Info>
    03/06/2014 19:34:21 upgrade_get_file.sh|File authentication complete|<LVL::Debug>
    03/06/2014 19:34:21 upgrade_get_file.sh|Download of iso file RTMTFinish|<LVL::Notice>
    03/06/2014 19:34:22 upgrade_get_file.sh|success|<LVL::Info>
    03/06/2014 19:34:22 upgrade_get_file.sh|upgrade_get_file.sh complete (rc=0)|<LVL::Info>
    03/06/2014 19:34:24 Terminating active side processes
    03/06/2014 19:34:24 Terminating active side processes done
    03/06/2014 19:34:24 Terminating inactive side processes
    03/06/2014 19:34:24 Calling /usr/local/bin/base_scripts/sd_killPartitionB_PIDs.sh
    03/06/2014 19:34:24 Terminating inactive side processes done
    (13953) Thu Mar 6 19:34:30 WST 2014
    install option
    (13953) Thu Mar 6 19:34:30 WST 2014
    Successful untarring of option /common/download//cmterm-7945_7965-sccp.9-3-1SR2-1.cop.
    (13953) Thu Mar 6 19:34:36 WST 2014
    Publisher: Starting installdb... /bin/su -l informix -s /bin/sh -c "source /usr/local/cm/db/dblenv.bash /usr/local/cm ; source /usr/local/cm/db/informix/local/ids.env ; nice /usr/local/cm/bin/installdb -x /usr/local/cm/db/xml/xml"
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[1]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Failure [-x] 1
    (13953) Thu Mar 6 19:34:47 WST 2014
    ERROR: Final installdb run unsuccessful
    I'd read in various places to perform a CLI command "run loadxml" - which we did but it produced the following output:
    admin:run loadxml
    This command is processor intensive, and may take a few minutes to run.
    It should only be run on the publisher.
    Some services may require a restart afterwards.
    This is a CPU intensive command and will take a considerable amount of time to complete. Do you want to continue (y/n)?
    Starting loadxml
    disablenotify  dsn[DSN=ccm_super]
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[1]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Failure [-x] 1
    loadxml function complete
    Failure essentially.
    Note that the installation went ahead without issues on the Subscriber servers after we tried on the publisher. I believe this is due to it only copying the files to the TFTP server and not updating the database.
    I also noted that the following features vanished from the CUCM Administration GUI (the menus were there but the pages came up blank):
    "Enterprise Paramaters"
    "Enterprise Phone Configuration"
    "Service Parameters" (after selecting "server" & "service" drop down options, nothing was displayed)
    Within individual "Phone Configuration" - the entire "Product Specific Configuration Layout" was missing from all devices.
    I was also unable to export the 'Cisco Database Installation Service' logs from RTMT - it threw an error to the status bar at the bottom stating "Collection cancelled for node <publisher> due to the error" (and there was no error info output...joy!).
    I called in TAC and Roman Kramarski assisted me via WebEx to full resolution of the issue - thanks Roman
    After running "run loadxml"
    We ran the following command which showed us (after much wizzing by of entries) the list of log files, the 5th or so last file in the list being the log output from the "run loadxml" output -
    The command: "file list activelog /cm/trace/dbl/sdi detail date"
    Our file in question happened to be called "installdb20140306-230735.log" (like I said, was about 5th from the bottom of the list)
    Next we viewed the file:
    "file view activelog /cm/trace/dbl/sdi/installdb20140306-230735.log"
    In the file, fairly close to the top, it showed the following error message:
    "23:07:35.047 |   DOMErrorReporter::fatalError *ERROR* Fatal Error at file /usr/local/cm/db/xml/xml/366X_display_instance-fxo_port_gs.xml, line 56, column 22"
    This, along with the output of the run loadxml command, indicated that "/usr/local/cm/db/xml/xml/366X_display_instance-fxo_port_gs.xml" file was corrupted or incomplete.
    Roman (TAC) then used the Cisco access to root in order to look at the actual file.
    It was incomplete - it ended mid closure of a tag:
    "<name>OutputAttenuation</n#"
    (Instead of "<name>OutputAttenuation</name>" plus a whole bucketload more output.
    Luckily I had a fresh install of the exact same version of CUCM just installed on in a dev environment - so Roman was able to get into that one, TFTP the file out, and then TFTP the new file in.
    We moved the old corrupt file into another folder (as we renamed it initially and then ran "run loadxml" which produced the error again) - copied the new complete file into the folder - then "run loadxml" ran successfully.
    admin:run loadxml
    This command is processor intensive, and may take a few minutes to run.
    It should only be run on the publisher.
    Some services may require a restart afterwards.
    This is a CPU intensive command and will take a considerable amount of time to complete. Do you want to continue (y/n)?
    Starting loadxml
    disablenotify  dsn[DSN=ccm_super]
    disablenotify  rc[0]
    xml DSN=ccm_super /usr/local/cm/db/xml/xml
    installXml  rc[0]
    enablenotify  dsn[DSN=ccm_super]
    enablenotify  rc[0]
    installdb Success[-x]
    loadxml function complete
    NOTE that the running of run loadxml did not take that long and didn't cause any outages to my system.
    After we did this - the installations went ahead successfully.
    After a restart of the TFTP service on each server - firmware upgrades went ahead successfully.
    Basically - you can do the initial troubleshooting of checking logs of run loadxml and then pass that detail to Cisco TAC to get them to use root access to copy a fresh version of the file across.
    Hope this helps.

    Hi Thanks for the information, this help me a lot, I have the same issue but with some differences, because when I search the error on the log file, I saw
    08/25/2014 06:14:49.911 installdb|   DOMErrorReporter::fatalError *ERROR* Fatal Error at file , line 0, column 0
     message: An exception occurred! Type:RuntimeException, Message:The primary document entity could not be opened. Id=/usr/local/cm/db/xml/xml/ICS77XX_MRP2XX_display_instance-bri.xml|
    08/25/2014 06:14:49.911 installdb|<--DOMErrorReporter::fatalError |
    When I search the file I couldn´t find it, so I think this could be because I made a booteable ISO from an upgrade from the Cisco Page, so I go to the production server version 6.1.2 and copied the file missing into my lab and run the command "run loadxml" sucessfully, after that everything works great!
    Thanks in advance for your time to post this.
    Regards!

  • Trying to download icloud control panel - only getting so far.  Got message: The installer encountered errors before iCloud Control Panel 2.1.2 could be configured.  Your system has not been modified.  To retry these operations at ltr time, pls run again.

    First time on here... so not sure if doing correctly.
    I'm tryng to download icloud control panel to my PC (have Windows 7 - so should be ok).  I only get so far - 2 times I've tried it.  Keep getting message:
    The installer encountered errors before iCloud Control Panel 2.1.2 could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    huh?

    As I mentioned before you need to start the iTunes installation, then do NOT allow it to complete. In other words go all the way to the point that the installer extract the installation files, then STOP right there.
    Now look for the temp folder and the files I mentioned in my initial posting. If you don't find the temp folder it may be because you have "Do not show hidden files and folder" selected under "View Tab" in the "Folder Options". You may need to unselec it. If you don't know about hidden files and folders in Windows XP take a look here: http://txpress.blogspot.com/2007/05/show-hidden-filesfolders-in-windows.html
    Another possibility is that you may have a different path for your temp folders. To find out where you temp folders are located please do the following:
    - Right click on "my computer"
    - Select the "Advanced" tab
    - Click on "Environment Variables"
    Then look for the path for both variables "TEMP" and "TMP" take note of the path and check them out.
    Or you may just go to a DOS Prompt and type the following commands:
    1 - %temp% and hit enter
    2 - %tmp% and hit enter
    to both of these commands you will get a reply such as:
    'c:\temp' is not recognized as an internal or external command, operable program or bath files.
    So by looking at the reply you can see that my temp folder is c:\temp
    The above is the temp folder on my machine which I've customized to my own use. Your machine may be different.
    I suggest you check for the iTunes temp folder inside both your temp folders locations "TEMP" and "TMP" as they may be in different locations.
    IMPORTANT NOTE: If you allow the iTunes installation to complete you will NOT SEE the iTunes temp folder and files because it will be deleted as soon as iTunes processes the installation.
    Hope it helps.

  • Installer Encountered Errors - PLEASE HELP

    Hi,
    Getting very annoyed - sat at the computer for almost 2 hours.
    Have windows Vista and finally it has allowed me access to install iTunes. When I go through the stages to install I get the following message:
    +The installer encountered errors before iTunes could be configured. To retry these operations at a later time, please run the installer again.+
    I have tried so many times. Windows is up to date and I have looked at the troubleshooting pages and am getting nowhere. I want to play with my new toy and can't. Can anyone help me get this thing installed successfully.
    Thank you!

    See if you can get itunes to install from another Windows user account. That will tell you if the problem is system-wide or user-related.
    Then try other steps listed in this article:
    http://support.apple.com/kb/HT1926

  • 'Installer encountering errors before itunes could be configured', also won't let me open old itunes... Can't access my itunes at all... anyone help?

    Everytime I try to install the new itunes it come up with the following message: ' The installer encountered errors before itunes could be configured, Errors occured during installation, your system has not been modified. Please run installer again or click exit' I've tried to install it multiple times now and get the same message everytime. I've also tried re installing itunes 10, but when I go to open it it comes up with the message 'The files itunes libray.itl cannot be read because it was created by a newer version of itunes'. Please help.

    Hey sjl95,
    Thanks for the question. I recommend that you refer to this article if you are running into issues re-installing iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • The system encountered error before Itunes could be configured

    Hi, i can't seem to get Itunes 8 to run. Each time after the installer is launched, it has an error message that says "The system encountered error before Itunes could be configured. Your systems has not been modified. To try this application at a later time, please run the installer again."
    I am using windows vista home premium and a iTouch
    I am running out of ideas
    thanks for your help!

    me too. except now i can't delete all the programs from my computer to reinstall not happy

  • ITunes 7.3 installer "encountered errors before iTunes could be configured"

    I was able to originally install itunes 7.3.1.3 (upgraded from 7.2) and use it with my iphone (activated/synced for 2 weeks with no problems). I had a problem due to a disk full which corruped Outlook.
    I cleared substantial disk space, reinstalled Outlook 2003. This seemed to have corrupted the iTunes sync function, so I uninstalled iTunes (using Add/Remove Programs control panel), and have since been trying to reinstall. I am continually getting the "iTunes installer Completed - The installer encountered errors before iTunes could be configured" error message.
    I have read many messages and suggestions in these discussions, and already tried the following:
    Completely uninstalling iTunes and Quicktime (iTunes no longer shows up in the Add/Remove programs or using the Windows install cleanup utility) follwing all the steps listed in "Removing iTunes, QuickTime, and other software components for Windows XP" http://docs.info.apple.com/article.html?artnum=93698.
    Quicktime (version 7.2 Pro) is currently installed. I can cleanly install/remove Quicktime alone with no errors, but not using the combined quicktime/iTunes installer.
    I have tried redownloading the itunes installer several times, and even used the Apple Software update download only option and then manually running the itunes.msi file, but still get the same error.
    I have tried manually removing all instances of iTunes/iPod/activesync/iphone that I can find in the registry and all the iTunes/iPod folders as the above knowlege base article instructs.
    There must still be some other remnant of the old install, because if I try to install iTtunes 7.2, I get an error message that a later version is already installed, but I have not been able to find anything else.
    I have even enabled the verbose logging, the error seems to occur in this section of the log:
    MSI (c) (00:C8) [11:00:26:796]: Invoking remote custom action. DLL: C:\DOCUME~1\[myusername]\LOCALS~1\Temp\MSI36.tmp, Entrypoint: iTunesLaunchConditions
    Action ended 11:00:26: iTunesLaunchConditions. Return value 3.
    MSI (c) (00:FC) [11:00:26:859]: Doing action: SetupCompleteError
    Any suggestions on what else I can try would be appreciated. One of the main reasons I need sync my ipnone to my work windows machine is to keep my Outlook contacts and calendar. I have no problems with iTunes on my macs.
    I am running XP SP2, and have local administrator rights on my Dell 610 notebook.

    I had to find this solution from another site, so thanks to all the people who viewed this thread & knew how to fix this but didn't bother.
    If anyone is weary enough to come to this forum to solve this problem, here is one solution that worked for me & it may work for you if you encounter the error:
    "the installer encountered errors before safari could be configured"
    1. Use a trustworthy registry cleaner to clean your registry such as Ccleaner or Advanced System Care. This step may not be necessary though.
    2. Go to "C:\Users\MyUsername\AppData(Hidden)\Local\Temp" & delete everything in it.
    3. If step 2 still doesn't allow you to install Safari, then try:
    4. Open Start type "CMD" in the search button, then in the cmd prompt "Regedt32"
    5. In the reg editor open:
    "Computer" / "HKEYCURRENTUSER" / "Software" / "Apple Computer, Inc." & try deleting the entries for any Apple programs that may be causing any conflicts.
    Be aware that any programs that you delete registry entries for may not function correctly afterwards or need to be reinstalled, but this more drastic measure should hopefully allow the installation of Safari browser.
    Hope this helps any further visitors to this forum looking to solve this problem it worked for me, good luck.
    Message was edited by: RottenestApple

  • Installer Encountered Errors before iTunes could be Configured

    I keep getting the same Error over and over again:
    *iTunes Installer Completed*
    The Installer encountered errors before iTunes could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    Click Finish to exit the Installer.

    I'm using version 8.2 lately and i downgraded to version 7 for some reason.... After i got my new iPhone 3GS yesterday. Which is needed the 8.2 version....So i uninstall the version 7 and re-install the version 8.2 again and i got this message....
    *"A NETWROK OCCURED WHILE ATTEMPTING TO READ FROM THE FILE C:\WINDOWS\INSTALLER\BONJOUR.MSI".....*
    I try to check this file in my C:\ Drive but unfortunately i can't find it and i can't install the iTunes 8.2..... and the bad thing is i can't f#*******ing use my new iPhone 3GS....
    Please help me or otherwise maybe just return it to the shop and get something else instead of this new iPhone 3GS...... too much trouble....

  • New 7.6 iTunes64Setup.exe "The installer encountered errors before iTunes..

    I am using Vista 64 bit. Used 64 bit IE to download the proper file
    iTunes64Setup.exe
    from
    http://www.apple.com/itunes/download/
    But I get this error when I try to install:
    The installer encountered errors before iTunes could be configured.
    To retry these operations at a later time, please run the installer again.
    Click Finish to exit the installer.
    I tried installing when logged in as an administrator, and again as a a user, again same results. I tried uninstalling 32 bit iTunes 7.5 and rebooting, but the issue still remains. I manually wiped away the
    c:\Program Files (x86)\iTunes
    directory (had only one file in there after uninstall), same problem.
    FYI, this is just my secondary machine, so I'm not worried about loosing anything. So registry cleaning likely. But first, I'll try installing on a pristine 64 bit Vista virtual machine, just to see if the installer binary itself runs correctly on a machine without a history of iTunes 32 bit.
    Is this a known issue with 7.6 64 bit? Is there a workaround?
    There are many search hits for similar errors under 7.5 32 bit, but I seem to be alone with this error with 64 bit installer, for now...

    FYI, I downloaded iTunes64Setup.exe again (not from cache), despite same exact filesize on my hard drive, this time, no install error, problem solved. So perhaps Apple uses no built-in CRC error detection, but at least it works now. I'm so glad 64 bit Vista is finally properly supported without errors about CD burning when you start it (I never bothered with the gear drivers workaround).
    I did notice it still installs in the
    C:\Program Files (x86)\iTunes
    directory despite being a 64 bit app, not sure if that matters, and not sure if it's a side effect of having 32 bit version in that directory previously.

  • The installer encountered errors before apple mobile device support could be configured

    I'm having issues with installing apple mobile device support. Every time I try to install apple mobile device support I get this annoying message:
    the installer encountered errors before apple mobile device support could be configured
    I have tried these two ideas with no luck.
    Had this issue, and none of the solutions above worked, here is what I did to fix the issue, Install Itunes like you normally would, admin rights ect. When you get the error message "Itunes errors occurred during installation before itunes could be configured" do not click finish, leave that folder up, no navigate to your appdata directory such as example C:\Users\Your Username\appdata\local\temp, inside there look for a file called iTunes64Setup.log or iTunes32Setup1850.log, open that up and scroll down, look for these key things as in example, "Executing: "C:\windows\system32\msiexec.exe" /i "C:\Users\Crusisxx\AppData\Local\Temp\IXP593.TMP\iTunes64.msi" INSTALL_SUPPORT_PACKAGES=1" so I would navigate inside the folder in my temp called "IXP593.TMP, there you will find all the installation packages, copy all of those files and paste either on your desktop or a new folder ect, once done you can now click finish on the failed itunes installer, now whether or not where ever you decided to place your files you copied from that temp folder you will want to run Itunes64.msi or Itunes.msi ect, and run the installer, you should now have successfully of installed Itunes.
    Itunes 11.1.1 Errors occurred during installation...
    I got it. I just first uninstalled iTunes then this:
    1.Open up the Command Prompt as an Administrator (Go to All Programs > Accessories and Right Click on Command Prompt and then choose Run as administrator)
    2.Type cd C:\Windows\SysWOW64
    3.Type regsvr32 vbscript.dll (This registers VB Script with your computer.)
    4.Now install iTunes as you normally would by double clicking on the install program and wait for iTunes to finish installing.
    5.Type regsvr32 /u vbscript.dll (This unregisters VB Script with your computer.)
    Re: "This iPod cannot be used because the required software is not installed."
    What else can I do and why is it not working?

    Try this: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Encountered error 6  when upgrading Iphone 5s from 7.1.2 to 8.3

    I encountered error 6  when upgrading Iphone 5s from 7.1.2 to 8.3
    I've tried upgrade iphone on three computers , the results are all the same.
    One of the computers successfully upgrade my ipad to 8.3.
    There are 2GB left on IPhone 5S before I perform the upgrade.
    It should be enough for iTunes to finish the process, right?
    But in the log, it says  "copier_file_error: /mnt2/mobile/Library/PreinstalledAssets/com_apple_MobileAsset_Font.cpio: No space left on device"
    why is that?
    Any way for me to continue the upgrade?  it seems it's almost done.
    Thank you
    the end of the log  is as below:
    [10:36:29.0714] Could not find libAppleSWDHIDFlashUpdater.dylib
    [10:36:29.0714] entering fixup_var
    [10:36:29.0714] entering update_var_directory_hierarchy
    [10:36:29.0714] replace_data_partition_path: moving /mnt1/private/var/mobile/Library/PreinstalledAssets to /mnt2/mobile/Library/PreinstalledAssets
    [10:36:29.0714] copier_file_error: /mnt2/mobile/Library/PreinstalledAssets/com_apple_MobileAsset_Font.cpio: No space left on device
    [10:36:29.0714] copy /mnt1/private/var/mobile/Library/PreinstalledAssets to /mnt2/mobile/Library/PreinstalledAssets failed: 0x2
    [10:36:29.0714] unable to copy directory: 2
    [10:36:29.0714] failed to replace path mobile/Library/PreinstalledAssets: 2
    [10:36:29.0714]
    [10:36:29.0714] ==== end of device restore output ====
    [10:36:30.0280] AMRAuthInstallDeletePersonalizedBundle
    [10:36:30.0421] <Restore Device <<<<<IMEI>>>>>>0>: Restore failed (result = 6)
    [10:36:30.0542] Restore completed, status:6
    [10:36:30.0542] Failure Description:
    [10:36:30.0542] Depth:0 Error:AMRestorePerformRestoreModeRestoreWithError failed with error: 6
    [10:36:30.0542]    Depth:1 Error:無法完成作業。(AMRestoreErrorDomain 錯誤 6 - Failed to handle message type StatusMsg)
    [10:36:30.0542]       Depth:2 Error:無法完成作業。(AMRestoreErrorDomain 錯誤 6 - failed to fixup var)

    Hello there, Kenduck.
    It sounds like you are trying to update your iPhone 5s to the most current version of iOS and are getting an Error 6 message. The following Knowledge Base article offers up some great information in regards to that very error message:
    Get help with iOS update and restore errors - Apple Support
    Particularly:
    Check your security software
    Errors: 2, 4, 6, 9, 1611, 9006.
    Sometimes security software can stop your device from communicating with either the Apple update server or with your device.
    Check your security software and settings to make sure that they aren't blocking a connection to the Apple servers.
    If you still see the error message, check for USB connection issues.
    Thanks for reaching out to Apple Support Communities.
    Kind Regards,
    Pedro.

  • When installing Adobe Illustrator CS6, the Installer says "Your installation encountered errors" but error summary file lists 0 fatal errors, 0 errors, 0 warnings.

    How should I proceed?
    I'm running Windows 7.

    Sure! Here it is:
    "Installation Failed
    Your installation encountered errors.
    The error summary file may help you identify the issue.
    More troubleshooting tips:
    1. Restart your computer.
    2. Exit all applications including startup items, virus checking and firewall software.
    3. Close this window and launch the installer again to reinstall your application.
    If the problems persist, please contact Customer Support for further assistance."
    I tried all three of the tips suggested in the troubleshooting.
    The error summary file says:
    Exit Code: 20
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 0 error(s), 0 warning(s)

  • HT203687 Trying to install iCloud on a new Toshiba laptop so I can sync with my iPad and iPhone. I get error message HRRESULT:OX8007OBC9, says the installer encountered errors before iCloud Control Panel 2.0 could be installed. Same problem trying to inst

    Trying to instll iCloud on a new Toshiba laptop so I can sync contacts, calendars, email with my iPhone and iPad. Get error message HRRESULT:OX8007OBC9, says installer encountered errors before iCloud Control Panel 2.0 could be configured. Have the same problem trying to istall  iTunes.

    Quote from: lcwhitlock on 04-April-14, 13:44:09
    Hello darkhawk,
    Thank you for the recommendation.  I somewhat understand what a MS DOS disk is, but I'm not sure how to go about creating one. I've seen where you can use a program, like Rufus, to create a usb one  - but I'm leery about using 3rd-party programs (especially ones I'm not familiar with). I've come across a couple of 'how-to' tuts, but they didn't clarify what files (if any) I would need to include on the disk (for my particular situation). Right now I don't have any blank cds, nor any extra flash/thumb drives - wish I did, but hadn't needed these for years. There has only been one other time where I needed to re-install Windows, but that was over 15 years ago - I did it through BIOS, reformatting my drives, and then reinstalled via the Windows XP disk. Windows 8 is an entirely different breed, which has left me feeling a bit stumped, at times. If there was a way I could perform it (successfully), similar to the first time I did it years ago, I'd give it a try - but at the same time, I'm a bit reluctant, because if it doesn't work, then I'm stuck without any internet access to get further help.
    Ask and ye shall receive. This should be doable in Windows 7 and Windows 8 on another PC. I recommend using a USB Flash drive like in this tutorial, but I'm sure you could use something else.
    If you want, you could also use Hiren's BootCD to make a bootable CD with many options and programs on it (I keep one, just for certain situations) that will allow you to do the same things.
    http://www.hiren.info/pages/bootcd
    Also very useful for sorting out virus's as long as it's downloaded and made on another PC that is virus free......

  • Error: ORA-16751: resource guard encountered errors in switchover to primar

    Hello ,
    I have just completed dataguard configuration for one standby server. However when I tries to switchover i am getting following error in dataguard log file.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK ERROR: ORA-16816: incorrect database role
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK ERROR: ORA-16783: instance p11 not open for read and write access
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property LogXptMode found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property DelayMins found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property Binding found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property MaxFailure found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property MaxConnections found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 0 RSM Warning: cannot find the destinationsetting in v$archive_dest for database 'p11_disaster'.
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16728: consistency check for property ReopenSecs found ORA-16777 error
    DG 2011-07-09-20:08:58 0 2 0 RSM0: HEALTH CHECK WARNING: ORA-16777: unable to find the destination entry of a standby database in V$ARCHIVE_DEST
    DG 2011-07-09-20:08:58 0 2 756068556 Operation CTL_GET_STATUS cancelled during phase 2, error = ORA-16810
    DG 2011-07-09-20:08:58 0 2 756068556 Operation CTL_GET_STATUS cancelled during phase 2, error = ORA-16810
    I have tried several times however it changes the role of primary DB to physical standby , which i again change to primary by "Alter Database Commit to Switchover to PRIMARY with session Shutdown;"
    Here are the DGMGRL command prompts output.
    C:\Documents and Settings\p11adm>dgmgrl
    DGMGRL for 64-bit Windows: Version 10.2.0.2.0 - 64bit Production
    Copyright (c) 2000, 2005, Oracle. All rights reserved.
    Welcome to DGMGRL, type "help" for information.
    DGMGRL> connect sys/windows123@to_primary
    Connected.
    DGMGRL> show database verbose p11_primary;
    Database
    Name: p11_primary
    Role: PRIMARY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    p11
    Properties:
    InitialConnectIdentifier = 'to_primary'
    LogXptMode = 'ASYNC'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '10'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = ''
    LogFileNameConvert = ''
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PROD104'
    SidName = 'p11'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.104)(
    PORT=1527))'
    StandbyArchiveLocation = 'C:\oracle\P11\oraarch\P11arch'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'ARC%S_%R.%T'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "p11_primary":
    SUCCESS
    DGMGRL> show database verbose p11_disaster;
    Database
    Name: p11_disaster
    Role: PHYSICAL STANDBY
    Enabled: YES
    Intended State: ONLINE
    Instance(s):
    p11
    Properties:
    InitialConnectIdentifier = 'to_standby'
    LogXptMode = 'ARCH'
    Dependency = ''
    DelayMins = '0'
    Binding = 'OPTIONAL'
    MaxFailure = '0'
    MaxConnections = '1'
    ReopenSecs = '300'
    NetTimeout = '180'
    LogShipping = 'ON'
    PreferredApplyInstance = ''
    ApplyInstanceTimeout = '0'
    ApplyParallel = 'AUTO'
    StandbyFileManagement = 'AUTO'
    ArchiveLagTarget = '0'
    LogArchiveMaxProcesses = '10'
    LogArchiveMinSucceedDest = '1'
    DbFileNameConvert = ''
    LogFileNameConvert = ''
    FastStartFailoverTarget = ''
    StatusReport = '(monitor)'
    InconsistentProperties = '(monitor)'
    InconsistentLogXptProps = '(monitor)'
    SendQEntries = '(monitor)'
    LogXptStatus = '(monitor)'
    RecvQEntries = '(monitor)'
    HostName = 'PROD102'
    SidName = 'p11'
    LocalListenerAddress = '(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(
    PORT=1527))'
    StandbyArchiveLocation = 'C:\oracle\P11\oraarch\P11arch'
    AlternateLocation = ''
    LogArchiveTrace = '0'
    LogArchiveFormat = 'ARC%S_%R.%T'
    LatestLog = '(monitor)'
    TopWaitEvents = '(monitor)'
    Current status for "p11_disaster":
    SUCCESS
    DGMGRL> switchover to p11_disaster;
    Performing switchover NOW, please wait...
    Error: ORA-16751: resource guard encountered errors in switchover to primary dat
    abase
    Failed.
    Unable to switchover, primary database is still "p11_primary"
    Here are the changed pfile of both DB's
    Pfile changes at Primary
    *.db_name='p11'
    *.db_unique_name='p11_primary'
    *.dg_broker_start=true
    *.dml_locks=4000
    *.event='10191 trace name context forever, level 1'
    *.FILESYSTEMIO_OPTIONS='setall'
    *.job_queue_processes=1
    *.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.1.104)(PORT = 1527))'
    *.log_archive_config='dg_config=(p11_disaster,p11_primary)'
    *.log_archive_dest_1='LOCATION=C:\oracle\P11\oraarch\P11arch VALID_FOR=(ALL_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_state_1='enable'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_max_processes=10
    *.log_archive_min_succeed_dest=1
    *.log_buffer=1048576
    *.log_checkpoint_interval=0
    *.log_checkpoints_to_alert=true
    *.open_cursors=800
    *.parallel_execution_message_size=16384
    *.pga_aggregate_target=347917516
    *.processes=80
    *.query_rewrite_enabled='false'
    *.recyclebin='off'
    *.remote_login_passwordfile='exclusive'
    *.remote_os_authent=true
    Pfile of standby server ( few parameters are created by DGMGRL itself)
    *.db_name='P11'
    *.db_unique_name='P11_disaster'
    *.dg_broker_start=TRUE
    *.dml_locks=4000
    *.event='10191 trace name context forever, level 1'
    *.fal_client='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_disaster_XPT)(INSTANCE_NAME=p11)(SERVER=dedicated)))'
    *.fal_server='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.104)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_primary_XPT)(SERVER=dedicated)))'
    *.FILESYSTEMIO_OPTIONS='setall'
    *.job_queue_processes=1
    *.local_listener='(ADDRESS = (PROTOCOL = TCP)(HOST = 10.0.1.102)(PORT = 1527))'
    *.log_archive_config='DG_CONFIG= (P11_primary, P11_disaster)'
    *.log_archive_dest_1='LOCATION="C:\oracle\P11\oraarch\P11arch", VALID_FOR=(ALL_LOGFILES,ALL_ROLES)'
    p11.log_archive_dest_1='location="C:\oracle\P11\oraarch\P11arch"','valid_for=(ALL_LOGFILES,ALL_ROLES)'
    *.log_archive_dest_state_1='enable'
    p11.log_archive_dest_state_1='ENABLE'
    p11.log_archive_format='ARC%S_%R.%T'
    *.log_archive_max_processes=10
    *.log_archive_min_succeed_dest=1
    p11.log_archive_trace=0
    *.log_buffer=1048576
    *.log_checkpoint_interval=0
    *.log_checkpoints_to_alert=true
    *.open_cursors=800
    *.parallel_execution_message_size=16384
    *.pga_aggregate_target=207827763
    *.processes=80
    *.query_rewrite_enabled='false'
    *.recyclebin='off'
    *.remote_login_passwordfile='exclusive'
    *.remote_os_authent=true
    *.replication_dependency_tracking=false
    *.sessions=96
    *.sga_max_size=311741644
    *.shared_pool_reserved_size=15587082
    *.shared_pool_size=300870822
    *.sort_area_retained_size=0
    *.sort_area_size=2097152
    p11.standby_archive_dest='C:\oracle\P11\oraarch\P11arch'
    *.standby_file_management='AUTO'
    Please advice .
    Thanks & Regards
    Edited by: dharm.singh on Jul 9, 2011 7:48 AM

    I have added the standby archive log destination as per your suggestion p11.standby_archive_dest='C:\oracle\P11\oraarch\P11arch'
    However , i am now getting these errors in dgmgrl log file while doing switchover.
    DG 2011-07-11-14:39:24 0 2 756225487 DMON: CTL_ENABLE of p11
    DG 2011-07-11-14:39:24 0 2 756225487 requires reset of LOG XPT Engine
    DG 2011-07-11-14:39:24 0 2 756225487 on Site p11_primary
    DG 2011-07-11-14:39:24 0 2 0 Reset Log Transport Resource: SetState ONLINE, phase BUILD-UP, External Cond ENABLE
    DG 2011-07-11-14:39:24 0 2 0 Set log transport destination: SetState ONLINE, phase BUILD-UP, External Cond ENABLE
    DG 2011-07-11-14:39:24 0 2 0 Executing SQL [alter system set log_archive_dest_2 =  'service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_disaster_XPT)(INSTANCE_NAME=p11)(SERVER=dedicated)))"', '   LGWR ASYNC NOAFFIRM delay=0 OPTIONAL max_failure=0 max_connections=1   reopen=300 db_unique_name="p11_disaster" register net_timeout=180  valid_for=(online_logfile,primary_role)']
    DG 2011-07-11-14:39:24 0 2 0 SQL [alter system set log_archive_dest_2 =  'service="(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=10.0.1.102)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=p11_disaster_XPT)(INSTANCE_NAME=p11)(SERVER=dedicated)))"', '   LGWR ASYNC NOAFFIRM delay=0 OPTIONAL max_failure=0 max_connections=1   reopen=300 db_unique_name="p11_disaster" register net_timeout=180  valid_for=(online_logfile,primary_role)'] Executed successfully
    DG 2011-07-11-14:39:24 0 2 0 Executing SQL [alter system set log_archive_dest_state_2 = 'ENABLE']
    DG 2011-07-11-14:39:24 0 2 0 SQL [alter system set log_archive_dest_state_2 = 'ENABLE'] Executed successfully
    DG 2011-07-11-14:39:24 0 2 0 Executing SQL [ALTER SYSTEM SWITCH ALL LOGFILE]
    DG 2011-07-11-14:39:26 0 2 0 SQL [ALTER SYSTEM SWITCH ALL LOGFILE] Executed successfully
    DG 2011-07-11-14:39:26 0 2 0 DMON: site 01001000, instance 00000001 queuing healthcheck lock request
    DG 2011-07-11-14:39:26 0 2 0 DMON: Releasing healthcheck master lock
    DG 2011-07-11-14:39:26 0 2 0 DMON: Health check master lock conversion successful
    DG 2011-07-11-14:39:26 0 2 0 DMON: a process acquired the healthcheck master lock
    DG 2011-07-11-14:39:26 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: status from rfi_post_instances() for ENABLE = ORA-00000
    DG 2011-07-11-14:39:26 0 2 0 req_id 1.1.756225487, opcode CTL_ENABLE, phase END, flags 5
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: ENABLE Complete, Object p11
    DG 2011-07-11-14:39:26 0 2 756225487      enabled in State ONLINE
    DG 2011-07-11-14:39:26 0 2 756225487 rfm_inst_phase_dispatch 16 END phase processing
    DG 2011-07-11-14:39:26 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:26 0 2 0 req_id 1.1.756225487, opcode CTL_ENABLE, phase END
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: CTL_ENABLE operation completed
    DG 2011-07-11-14:39:26 0 2 756225487 DMON: Entered rfm_release_chief_lock for CTL_ENABLE
    DG 2011-07-11-14:39:29 0 2 756225495 DMON: ENUM_DRC: success. (len = 652)
    DG 2011-07-11-14:39:29 0 2 756225495 DMON: ENUM_DRC operation completed
    DG 2011-07-11-14:39:29 1000 2 756225496 DMON: MON_PROPERTY operation completed
    DG 2011-07-11-14:39:29 1000 2 756225497 DMON: Entered rfm_get_chief_lock() for MON_VERIFY, reason 0
    DG 2011-07-11-14:39:29 1000 2 756225497 DMON: chief lock convert for client healthcheck
    DG 2011-07-11-14:39:29 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:29 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase BEGIN, flags 5
    DG 2011-07-11-14:39:30 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:30 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase BEGIN
    DG 2011-07-11-14:39:30 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:30 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase RESYNCH, flags 10005
    DG 2011-07-11-14:39:30 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:30 0 2 0 req_id 1.1.756225497, opcode MON_VERIFY, phase RESYNCH
    DG 2011-07-11-14:39:30 1000 2 756225497 DMON: MON_VERIFY operation completed
    DG 2011-07-11-14:39:30 1000 2 756225497 DMON: Entered rfm_release_chief_lock for MON_VERIFY
    DG 2011-07-11-14:39:30 1000 2 756225500 DMON: CTL_GET_STATUS operation completed
    DG 2011-07-11-14:39:44 1000 2 756225501 DMON: Entered rfm_get_chief_lock() for MON_VERIFY, reason 0
    DG 2011-07-11-14:39:44 1000 2 756225501 DMON: chief lock convert for client healthcheck
    DG 2011-07-11-14:39:44 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:44 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase BEGIN, flags 5
    DG 2011-07-11-14:39:45 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:45 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase BEGIN
    DG 2011-07-11-14:39:45 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:45 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase RESYNCH, flags 10005
    DG 2011-07-11-14:39:45 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:45 0 2 0 req_id 1.1.756225501, opcode MON_VERIFY, phase RESYNCH
    DG 2011-07-11-14:39:45 1000 2 756225501 DMON: MON_VERIFY operation completed
    DG 2011-07-11-14:39:45 1000 2 756225501 DMON: Entered rfm_release_chief_lock for MON_VERIFY
    DG 2011-07-11-14:39:45 0 2 756225504 DMON: ENUM_DRC: success. (len = 652)
    DG 2011-07-11-14:39:45 0 2 756225504 DMON: ENUM_DRC operation completed
    DG 2011-07-11-14:39:45 1000 2 756225505 DMON: MON_PROPERTY operation completed
    DG 2011-07-11-14:39:45 2000000 3 756225506 DMON: Entered rfm_get_chief_lock() for CTL_SWITCH, reason 0
    DG 2011-07-11-14:39:45 2000000 3 756225506 DMON: chief lock convert for switchover
    DG 2011-07-11-14:39:45 0 2 0 Executing SQL [ALTER SYSTEM ARCHIVE LOG CURRENT]
    DG 2011-07-11-14:39:53 0 2 0 SQL [ALTER SYSTEM ARCHIVE LOG CURRENT] Executed successfully
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 1
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 1
    DG 2011-07-11-14:39:53 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:53 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase BEGIN, flags 5
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: Entered rfmsoexinst for phase 1
    DG 2011-07-11-14:39:53 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:39:53 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase BEGIN
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: CLSR being notified to disable services and shutdown instances as appropriate for SWITCHOVER.
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 2
    DG 2011-07-11-14:39:53 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 2
    DG 2011-07-11-14:39:53 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN, flags 5
    DG 2011-07-11-14:39:53 2000000 3 756225506 DMON: Entered rfmsoexinst for phase 2
    DG 2011-07-11-14:39:53 0 2 0 RSM 0 received SETSTATE request: rid=0x01041000, sid=0, phid=1, econd=2, sitehndl=0x02001000
    DG 2011-07-11-14:39:53 0 2 0 Log Transport Resource: SetState OFFLINE, phase TEAR-DOWN, External Cond SWITCH-OVER-PHYS_STBY
    DG 2011-07-11-14:39:53 0 2 0 RSM 0 received SETSTATE request: rid=0x01012000, sid=4, phid=1, econd=2, sitehndl=0x02001000
    DG 2011-07-11-14:39:53 0 2 0 Database Resource[IAM=PRIMARY]: SetState PHYSICAL-APPLY-ON, phase TEAR-DOWN, External Cond SWITCH-OVER-PHYS_STBY, Target Site Handle 0x02001000
    DG 2011-07-11-14:39:53 0 2 0 Executing SQL [ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN]
    DG 2011-07-11-14:41:32 0 2 0 SQL [ALTER DATABASE COMMIT TO SWITCHOVER TO PHYSICAL STANDBY WITH SESSION SHUTDOWN] Executed successfully
    DG 2011-07-11-14:41:32 0 2 0 Executing SQL [alter system set log_archive_dest_2 = '']
    DG 2011-07-11-14:41:32 0 2 0 SQL [alter system set log_archive_dest_2 = ''] Executed successfully
    DG 2011-07-11-14:41:32 0 2 0 Executing SQL [alter system set log_archive_dest_state_2 = 'ENABLE']
    DG 2011-07-11-14:41:32 0 2 0 SQL [alter system set log_archive_dest_state_2 = 'ENABLE'] Executed successfully
    DG 2011-07-11-14:41:32 0 2 0 Database Resource SetState succeeded
    DG 2011-07-11-14:41:32 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:41:32 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN
    DG 2011-07-11-14:41:32 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 2
    DG 2011-07-11-14:41:32 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 2
    DG 2011-07-11-14:41:32 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:41:32 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN, flags 5
    DG 2011-07-11-14:41:32 2000000 3 756225506 DMON: Entered rfmsoexinst for phase 2
    DG 2011-07-11-14:41:32 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:41:32 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase TEARDOWN
    DG 2011-07-11-14:41:47 2000000 3 756225506 Operation CTL_SWITCH cancelled during phase 2, error = ORA-16751
    DG 2011-07-11-14:41:47 2000000 3 756225506 DMON: CLSR being notified to enable services and startup primary instances as appropriate for SWITCHOVER.
    DG 2011-07-11-14:41:47 0 2 0 DMON: site 01001000, instance 00000001 queuing healthcheck lock request
    DG 2011-07-11-14:41:47 0 2 0 DMON: Releasing healthcheck master lock
    DG 2011-07-11-14:41:47 0 2 0 DMON: Health check master lock conversion successful
    DG 2011-07-11-14:41:47 0 2 0 DMON: a process acquired the healthcheck master lock
    DG 2011-07-11-14:41:47 2000000 3 756225506 DMON: posting primary instances for SWITCHOVER phase 5
    DG 2011-07-11-14:41:47 2000000 3 756225506 DMON: SWITCHOVER Aborted due to errors
    DG 2011-07-11-14:41:47 0 2 0 INSV: Received message for inter-instance publication
    DG 2011-07-11-14:41:47 2000000 3 756225506      Site named: p11_primary is still primary
    DG 2011-07-11-14:41:48 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase END, flags 5
    DG 2011-07-11-14:41:48 2000000 3 756225506      error = ORA-16751
    DG 2011-07-11-14:41:48 2000000 3 756225506 DMON: dispersing message to standbys for SWITCHOVER phase 5
    DG 2011-07-11-14:41:48 0 2 0 INSV: All instances have replied for message
    DG 2011-07-11-14:41:48 0 2 0 DMON: site 01001000, instance 00000001 queuing healthcheck lock request
    DG 2011-07-11-14:41:48 0 2 0 req_id 1.1.756225506, opcode CTL_SWITCH, phase END
    DG 2011-07-11-14:41:48 0 2 0 DMON: Releasing healthcheck master lock
    DG 2011-07-11-14:41:48 0 2 0 DMON: Health check master lock conversion successful
    DG 2011-07-11-14:41:48 0 2 0 DMON: a process acquired the healthcheck master lock
    DG 2011-07-11-14:41:48 2000000 3 756225506 Operation CTL_SWITCH cancelled during phase 5, error = ORA-16751
    DG 2011-07-11-14:41:48 2000000 3 756225506 DMON: CTL_SWITCH operation completed
    DG 2011-07-11-14:41:48 2000000 3 756225506 DMON: Entered rfm_release_chief_lock for CTL_SWITCH
    Please advice.

  • Your installation encountered errors. Installer failed to initialize. (CS5.5 upgrade)

    I am trying to install CS5.5 on an HP laptop running Windows 7. It is an upgrade version. I had it installed once, but InDesign did not function fully (could not access any tools or choose any of my paragraph style definitions). So I uninstalled and tried again. Now I can't get past the "Finish" window that reads as follows:
    Installation Status
    Your installation encountered errors
    Please try restarting your system and installing again
    Installer failed to initialize
    Contact Customer Support for further assistance
    <Click> DONE
    First let me say that contacting "Customer Support" is ineffectual. They will tell you that it is a tech problem and to contact Technical Support.
    Before I began getting this message over and over, upon installation, I would be told that the resolution of my monitor did not meet minimum requirements and needed to be set to at least 1024 x 768. My monitor was set to 1600 x 900.
    How can I get CS5.5 Design Premium to install on my laptop? TYSM (in advance) for any help.

    CyberAmazon54 I would recommend reviewing the installation logs for the Creative Suite 5.5 software you are trying to install.  You can find details on how to locate and interpret the installation logs at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.  You are welcome to post any specific errors you discover to this discussion.

Maybe you are looking for

  • Rep-52005 error when running a report from form with parameter form

    I am trying to run a report from a web deployed form and this report has a parameter form. I am getting a Rep-52005: The specified key report does not exist in key map file. I am using Oracle Forms/Reports 10.1.2.0.2. My code is below. The first part

  • ITunes Media on external drive; populating iTunes

    I've got my Media folder on my external and just did a clean Mavericks install.  I remember previously pointing iTunes to the Media folder and then drag+drop'ing the folder into iTunes.  Is there a better way than this?  Since I've told iTunes to loo

  • How to export parameters from Message Mapping

    You can make use of this export parameter only in transformation step of Integration Process. You may use the following "Parameterized Mapping Programs" http://help.sap.com/saphelp_nwpi71/helpdata/en/27/db283fd0ca8443e10000000a114084/content.htm Rega

  • Xml ,database

    I have a method in stateless session ejb bean which has a one string parameter.The remote client calls this method and pass a xml string which contains data to be inserted in the oracle tables. I need to write code that will accept this string and wi

  • Airport Express streams Airplay from iMac but not from Windows 7 PC

    I have a wireless network set up using a Linksys WRT45G2 v1 router. There is one iMac running Snow Leopard, one laptop running 32 bit Windows 7 Ultimate and one desktop running 64 bit Windows 7 Ultimate. The router is set to WPA2 Personal TKIP+AES se