Error 2869 in Vista during install of Dev Env 1.3

If you try to install the version 1.3 of the Developer Environment on Vista, there is a change you may get an error 2869 during install.
This has to do with the UAC in Vista and requires some special handling when creating the installer package.
I don't know if this will reach the developers at SAP, but here is some references to how to handle the problem:
How to make the installer package correctly:
http://www.shahine.com/omar/VSTOAddinsAndVista.aspx
How to get better error codes than 2869:
http://blogs.msdn.com/mshneer/archive/2007/03/02/windows-installer-fails-on-vista-with-2869-error-code.aspx
For users, again depending on your UAC (User Access Control) settings, this MAY help you.
Create a .bat file with this content:
@ECHO OFF
ECHO.
ECHO Installing on Vista
ECHO.
ECHO Be sure you are running this as Administrator!
ECHO.
PAUSE
ECHO.
ECHO.
CD C: ... path to ... B1DESetup_2005SP01_1.3_VS2005
msiexec /i "B1DESetup.msi"
ECHO DONE
ECHO.
ECHO If this didn't work you may have to disable UAC in Vista while installing
PAUSE
Save it.
Right click the .bat file and select "Run as Administrator"
If this doesn't help you may need to disable UAC while installing.
Jesper Angelo
Ciphaus
Portland, OR

Hey .
Tried this, then i Disabled UAC, then i read on another thread here that the Namespace had to be 4 chars long.
Still same error ... 
VISTA Ultimate
Any Ideas anyone ?

Similar Messages

  • FLANG60.ins errors during installing EAP DEV.6

    Intalling EAP DEV6.0 on NT 4.0 machine (Service pack 3) and
    oracle Enterprise edition 8.05, cause this error:
    Flang60.ins:error to detect(or create??) directory..
    What does it means?Anyone can help me?
    thanks in advance..
    gigi
    null

    Gigi (guest) wrote:
    : Frank Huether (guest) wrote:
    : : gigi (guest) wrote:
    : : : Intalling EAP DEV6.0 on NT 4.0 machine (Service pack 3) and
    : : : oracle Enterprise edition 8.05, cause this error:
    : : : Flang60.ins:error to detect(or create??) directory..
    : : : What does it means?Anyone can help me?
    : : : thanks in advance..
    : : : gigi
    : : Which language are you using ? Please be sure to install with
    : : the default English language. Mostly other languages are not
    : : supported in beta versions. (Another trick would be to create
    : : the desired directory by hand and maybe rename the language
    : : dependant files with the language dependant suffix. This
    worked
    : : for a german installation of Discoverer some time ago).
    : : Frank
    : THousand thans Frank..infact, i was installing in italian
    : language... i've setup the english language and it's started.
    : But.. i ask to myself.. Why, when the Oracle corporation
    release
    : some beta version doesn't tell us all the installation
    : bugs,first?
    : I don't know you, but i spend more time to make a beta
    : installation(see others my tracks..) than to testing the
    : product..
    Hi Gigi,
    this is all known as the 'Oracle' :)
    I think they didn't realize quite a long time that there is
    something like Europe. And so for beta versions give them a
    chance and do nothing else than thinking of USA development.
    In fact my installation was surprisingly easy and even all Dev
    versions are working on one machine (but I did a full backup
    before).
    Enjoy your testing
    Frank
    null

  • Deployment error in OC4J_Portal instance during install of o9iASW

    Hi,
    After the installation of the 9.0.2 infrastructure I've installed wireless. During the deployment of the webtool, customization, wirelessSDK in the OC4J_Portal instance I got the following error:
    Deploying application 'webtool' to OC4J instance 'OC4J_Portal'...
    ERROR: Deploy failed.
    Error message returned is: Instance: orawireless.portal.ucc.nl Message: See base exception for details.
    Base Exception:
    java.lang.NullPointerException:nullSee base exception for details.
    Deploying application 'customization' to OC4J instance 'OC4J_Portal'...
    ERROR: Caught exception during deploy.
    Deploying application 'wirelessSDK' to OC4J instance 'OC4J_Portal'...oracle.ias.sysmgmt.exception.TaskException: The
    configuration files for this Oracle9iAS instance are inconsistent with the
    configuration stored in the repository. In order to protect the repository,
    no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem
    is resolved. This condition arises when a prior operation was unsuccessful. Please check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk. Some possible causes are:
    * permissions on files
    * file contention issues on Windows NT
    * EMD and dcmctl running concurrently
    * internal Oracle error
    After resolving the problem that prevented DCM from updating the configuration
    files, you may use the dcmctl resyncInstance command to resolve the problem.
    Alternatively, you can stop and then restart the active dcmctl or EMD
    process and resyncInstance will automatically be performed.
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    ERROR: Caught exception during deploy.
    Deploying application 'studio' to OC4J instance 'OC4J_Portal'...oracle.ias.sysmgmt.exception.TaskException: The
    configuration files for this Oracle9iAS instance are inconsistent with the
    configuration stored in the repository. In order to protect the repository,
    no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem
    is resolved. This condition arises when a prior operation was unsuccessful. Please check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk. Some possible causes are:
    * permissions on files
    * file contention issues on Windows NT
    * EMD and dcmctl running concurrently
    * internal Oracle error
    After resolving the problem that prevented DCM from updating the configuration
    files, you may use the dcmctl resyncInstance command to resolve the problem.
    Alternatively, you can stop and then restart the active dcmctl or EMD
    process and resyncInstance will automatically be performed.
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    ERROR: Caught exception during deploy.
    Stopping OC4J instance 'OC4J_Portal'...oracle.ias.sysmgmt.exception.TaskException: The configuration files for this
    Oracle9iAS instance are inconsistent with the
    configuration stored in the repository. In order to protect the repository,
    no further configuration or deployment operations are allowed until the problem with the configuration on the filesystem
    is resolved. This condition arises when a prior operation was unsuccessful. Please check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk. Some possible causes are:
    * permissions on files
    * file contention issues on Windows NT
    * EMD and dcmctl running concurrently
    * internal Oracle error
    After resolving the problem that prevented DCM from updating the configuration
    files, you may use the dcmctl resyncInstance command to resolve the problem.
    Alternatively, you can stop and then restart the active dcmctl or EMD
    process and resyncInstance will automatically be performed.
    at oracle.ias.sysmgmt.task.TaskMaster.evaluate(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deployCommon(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.ApplicationDeployment.deploy(Unknown Source)
    at oracle.ias.sysmgmt.deployment.j2ee.console.EarDeployerImpl.deploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.deploy(Unknown Source)
    at oracle.j2ee.tools.deploy.Oc4jDeploy.main(Unknown Source)
    done.
    DCM Terminated.
    The error in the file "log.xml" at ORACLE_HOME/dcm/logs shows the following error:
    [CDATA[oracle.ias.repository.schema.SchemaException: Unable to retrieve the requested
    attributes:javax.naming.NoPermissionException: [LDAP: error code 50 - Insufficient Access Rights]; remaining name
    'orclReferenceName=iasdb.hostname ,cn=IAS Infrastructure Databases, cn=IAS, cn=Products, cn=OracleContext'
    On metalink I've found out that more people have had this problem. I've read about bug 2507365 and a patch in 9.0.3 but I couldn't find a real solution for the problem.
    Does this error has something to do with a confuguration of a previous installation of another user?
    Is there an easy way to work around this problem? Can I change something in the access rights and deploy the wireless administration tools in the OC4J_Portal instance manually? Would safe me a lot of time.
    Thanks in advance for your help.
    Regards,
    Thomas

    I've found a topic on Metalink named "Manually deploy oc4j_portal?" but I couldn't get access to it.
    (http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=FOR&p_id=265286.996)
    I have two application server instances on one machine with the Windows2000 Server OS (sp2)
    The infrastucture instance:
    ora9ias_home
    The wireless instance:
    ora9iasw_home
    * The following services are up and running in ora9ias_home:
    -HTTP Server
    -Internet Directory
    -OC4J_DAS
    -Single Sign-On:orasso:7777
    The Internet Directory instance:
    -Repository <hostname>:1521:iasdb :UP
    -Directory Integration :UP
    -Directory Replication :DOWN
    -LDAP Metrics (Configure) : DOWN
    I'm able to log on the OID via SSO with the orcladmin user
    * The following services are up and running in ora9iasW_home:
    -HTTP Server
    -OC4J_Portal (the instance is UP but the studio/customization/webtool instances need to be deployed)
    -OC4J_Wireless
    -Web Cache
    -Wireless
    The following schema is configured:
    WIRELESS Oracle iAS Wireless <hostname>:1521:iasdb
    So the instances in the OC4J_Portal were not deployed during installation. After trying to manually deploy
    the webtool.ear and associate the usermanager with JAZN LDAP User Manager (ldap://<hostname>:4032). I get the
    following error:
    "An error occurred while redeploying the application. The configuration files for this Oracle9iAS instance
    are inconsistent with the configuration stored in the repository. In order to protect the repository, no
    further configuration or deployment operations are allowed until the problem with the configuration on the
    filesystem is resolved. This condition arises when a prior operation was unsuccessful. Please check the
    logs located at ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating the configuration
    files on disk. Some possible causes are: * permissions on files * file contention issues on Windows NT *
    EMD and dcmctl running concurrently * internal Oracle error After resolving the problem that prevented DCM
    from updating the configuration files, you may use the dcmctl resyncInstance command to resolve the
    problem. Alternatively, you can stop and then restart the active dcmctl or EMD process and resyncInstance
    will automatically be performed".
    Associating the instance with the JAZN XML User Manager gives the same error.
    In the emctl batch file I've created I can see the following error during the deployment:
    OBJECT CACHE: HttpSession=c7d93daf948143ffa173bd73ae6b0a60; getObject() name=Ins
    tanceAdminObject_oc4j_orawireless.<hostname>OC4JPortal, return value=oracle
    .sysman.eml.ias.oc4j.InstanceAdminObject@49153e
    EMSDK DEBUG: Global Tabs
    EMSDK DEBUG: Link[name=targets,text=Targets,destination=/emd/console/targets,image=null]
    Link name : ias/oc4j/deployWiz/roles
    Invalid Bread Crumbs, linkname = ias/oc4j/deployWiz/roles
    EMSDK DEBUG: Global Tabs
    EMSDK DEBUG: Link[name=targets,text=Targets,destination=/emd/console/targets,image=null]
    EMSDK DEBUG: Global Tabs
    EMSDK DEBUG: Link[name=targets,text=Targets,destination=/emd/console/targets,image=null]
    Link name : ias/oc4j/deployWiz/publishServices
    Invalid Bread Crumbs, linkname = ias/oc4j/deployWiz/publishServices
    EMSDK DEBUG: Global Tabs
    EMSDK DEBUG: Link[name=targets,text=Targets,destination=/emd/console/targets,image=null]
    EMSDK DEBUG: Global Tabs
    EMSDK DEBUG: Link[name=targets,text=Targets,destination=/emd/console/targets,image=null]
    Link name : ias/oc4j/deployWiz/summary
    Invalid Bread Crumbs, linkname = ias/oc4j/deployWiz/summary
    EMSDK DEBUG: Global Tabs
    EMSDK DEBUG: Link[name=targets,text=Targets,destination=/emd/console/targets,ima
    ge=null]
    oracle.ias.sysmgmt.exception.TaskException: The configuration files for this Oracle9iAS instance are inconsistent with the configuration stored in the repository. In order to protect the repository,
    no further configuration or deployment operations are allowed until the problem
    with the configuration on the filesystem is resolved. This condition arises when
    a prior operation was unsuccessful. Please check the logs located at
    ORACLE_HOME/dcm/logs to determine why DCM was unsuccessful in updating
    the configuration files on disk.......
    Do you have any suggestions of things I could try? Do I have to check out the settings of the OC4J_portal instance? I've also checked the Access Rights for cn=IAS Infrastructure Databases, cn=IAS, cn=Products, cn=OracleContext user the Oracle Directory Manager.
    Instance Properties
    Server Properties
    Website Properties
    JSP Container Properties
    Replication Properties
    Advanced Properties
    Application Defaults
    Data Sources
    Security
    Global Web Module
    UDDI Registry
    Thanks!
    Regards,
    Thomas.

  • Trouble installing AOL software-error code and message during instal

    I had the earliest version of AOL software installed initially with the intro of Mac OS 10. Upgrading to the latest version of AOL's software for OS 10, now using OS 10.4.4, interupts during the installation process with the message 'Error creating folder' and the code 1008:9,-5000.
    I have deleted all files referencing any other version of AOL on the computer including all items in System 9 (I also used this opportunity to delete all vestiges of System 9 from the computer). Everything is up to date on the computer. Both AOL online and telephone support were worthless. Any help would be appreciated.

    problem was solved much later by installing the program onto a blank CD-R and then moving it onto the hard drive in the applications folder. Never figured out what the error message meant

  • Error running setupvirtualdirectories.bat during install

    Hello Everyone,
    I am trying to install an addtional copy of Agile PLM for Process 6.1 for testing.
    When I get to the point of creating the virtual directories through the command line I get several errors.
    Errnumber: -2147221020 <0x800401E4>
    Error Accessing the object: w3svc/2/root/drl
    Im using:
    Windows 7
    IIS 7.5
    SQL Server 2005
    any ideas?
    has anyone else experienced this?

    syntax is correct. what happens if you run
    SetupCoreVirtualDirectories.bat c:\Prodika_Home 2 PLM4P_MAIN ?
    if that doesn't work, either, then maybe you don't have the IIS6 Management Compatability installed or it's a permissions issue.

  • Error during install of the iTunes 11.0.1 update on Windows Vista

    Error during the process of installing the iTunes update to 11.0.1, when iTunes attempts to write to file C:\Config.msi\b530a0c.rbf. iTunes says it can't access that directory, but i'm installing iTunes as an Administrator.  And i don't find the specified file in this directory on my c:\ drive

    I seem to have solved this problem as follows:
    1.  Download the iTunes.exe file from apple.com, but save the file to my Desktop rather than running it.
    2.  Execute (double click) the iTunes.exe file from my Desktop.
    3.  When i encountered the problem that i've reported (the iTunes installer announces that it can't access a file in the c:\config.msi directory, i clicked the Retry button in the error window.  The iTunes installer process appeared to move past the error.
    4.  I experienced the same error one more time during my apparently successful iTunes 11.0.1 install, but the 2nd time this error came up iTunes reported that it was trying to access a different file name in the c:\config.msi directory.  Again, i clicked the Retry button in the error window and the iTunes installer appeared to move on past the error.

  • Itunes error during install service apple mobile device failed to start.. help

    I had to install Chrome browser in order to use my gmail account.  Now I cannot open itunes on my Window Vista computer, get a Microsoft Visual C++ Runtime Library. R6034. I uninstall itunes and reinstall itunes 64-bit itunes installer.  During install received error during the 'starting services' process "Service 'Apple Mobile Device' (Apple Mobile Device) failed to start. Verify that you have sufficient privelges to start sytem services. I ignore with the same error message so I abort. At the end of uninstalling I received the Microsoft Visual C++ Runtime Library error again. I click ok than an error from itunes. "itunes was not installed correctly. Please reinstall itunes. Error 7 (Windows error 1114). I click ok.  Help.. 

    Try the following user tip:
    Troubleshooting issues with iTunes for Windows updates

  • Error 1935 During installing Acobat XI.

    Greetings, while I was installing the Acrobat Pro XI after helps was given here. Now facing another problematic installation.
    Upon the almost completed installation process, there popup an Error Box. It writes
    "Error 1935, An error occurred during the installation of assembly component {76C3F0F6-9BD-35DA-81C6-CA8A88CC93CA}.
    HRESULT: 0x800736FD."
    Then it took crazily long time to unwrite the software from registry.....wasted many hours for repeating these processes.
    I was given link to download the software directly from Adobe site, suspecting my DVD is damage. But the of problem persists.
    Can someone advise? Thank you.

    It is not working, have been trying since yesterday morning (for the Invalid Serial Number Issue), noon for the 1935 error till now 3.25am....
    My OS is Window 7, Home Premium  64bits.
    Using Microsoft.Net version 4 plus.
    Please see what i have done so far.
    The Roll Back actions took about 45 minutues to complete. Wasted alot of time, 2 days........
    My computer knowledge is poor. Pardon me for the poor computer terms.
    Solution 1: Clear the transaction log.
    If you receive a 1935 error when you try to install Acrobat or Reader, the Windows file system transaction log has become corrupted. The Windows file system uses the log to recover when a file error occurs. To correct this install error, clear the log.
    Open an Administrator command prompt: Right-click Start > All Programs > Accessories > Command Prompt and select Run As Administrator. Click Allow for the elevation prompt
    In the command prompt, type the command below:
    fsutil resource setautoreset true C:\
    The line above assumes that C: is the drive in which Vista is installed. If it is installed on another drive like D:, change the drive letter appropriately.
    Restart the system.
    Seems ok at first then the whole process repeated.
    Ran the process as Admin in my PC at the cmd page.Should I get out of the environment to pure C:\ by using cd\ and set to only purely C:/ fsutil resource setautoreset true C:\ ?
      Solution 2: Disable antispyware and antivirus software or remove adware or spyware from your computer and then install Acrobat or Adobe Reader.
    Disable the following applications or types of applications, following any instructions provided by such software:
    Disable Lavasoft Ad-Watch, Ad-Aware, or similar detection software before installation.
    Disable WebRoot Spy Sweeper.
    Install Acrobat or Adobe Reader again. 
    None of these program in my computer. (Norton disabled)
    ----------------------------------------------------------------------------============== =====-----------------
    Solution 3: Remove adware and then install Acrobat or Adobe Reader.
    A certain type of adware running on the system can cause 1935 errors.
    Start the Task Manager.
    . Look at the Processes tab. Look for a  process named wtoolsa.exe.
    .If this process is running, then you remove this adware.
    Install Acrobat or Adobe Reader again.
    None of these program in my computer.

  • [SOLVED] DHCP error during install due to multiple net cards

    Hello all,
    At the "Setup Network" option during the installation, I choose eth0. Then it asks if I want to use DHCP. I select 'Yes' but get
    Failed to run dhcpcd. See /dev/tty7 for details
    while polling for DHCP. So I press Alt+F7 and the details are
    eth0: dhcpcd 4.0.10 starting
    eth0: waiting for carrier
    eth0: timed out
    When I try to manually set it up (ie select 'No' when asked if I want to use DHCP), it asks for the following: IP address, submask, broadcast, Gateway (optional), DNS Server. Then it says "Network is configured" but I still can't download the packages.
    I have a Realtek RTL8139 Family PCI Fast Ethernet NIC card (not wireless) to a Linksys Router. I've set up DHCP on it for 5 users (only two being used). By the way I have WinXP on the same computer which accesses the network fine, and net access also worked during other distros' installation.
    Any clues? Thanks.
    Last edited by AMA (2009-05-11 13:17:53)

    ralvez wrote:OK. You  have an IP address, so that rules out a problem with your Nic card.
    Sorry I was maybe a little bit unclear on my previous post, but I'm pretty sure that I don't have an IP address during installation. I would like to add some precisions. Here are my observations:
    When I type ifconfig immediately after login (as root), it shows
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Then when I run /arch/setup, Configure Network, answer 'Yes' to DHCP, and after the error message (the one on 1st post), ifconfig gives this (which clearly shows that I do NOT have an IP)
    eth0 Link encap:Ethernet HWaddr 00:00:39:63:8C:EE
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    Finally, when I answer 'No' to the DHCP question, and after I've entered my IP/Broadcast/Subnet Mask/DNS addresses, the result of ifconfig is the one on the previous post, that is
    eth0 Link encap:Ethernet HWaddr 00:00:39:63:8C:EE
    inet addr:172.30.201.6 Bcast:172.30.201.255 Mask 255.255.255.0
    UP BROADCAST MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    lo Link encap:Local loopback
    inet addr:127.0.0.1 Mask 255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    NB: I have entered the same addresses that I use normally (ie with Windows, the ones I see in cmd->ipconfig /all), but I could have entered whatever addresses I wanted. And I still don't have net access during install (ping does not return anything).
    Can you explain what are you doing to install Linux? Do you try to run the CD from within Windows or are you placing the CD in the CD bay and re-booting the machine and the CD fails?
    Of course I am booting the cd at startup (not within windows)! And the CD does not fail, or at least does not seem. Everything runs fine except the DHCP thing. So the problem is not the CD, but my computer. I'm finding a way to get DHCP working during the installation.

  • An error occurred during installing OS X

    I trusted the java form the government website so i installed it and my MacBook Pro crashed. It kept "thinking" and I can do nothing. So I erase the hard drive and reinstall the OS ML as indicated in the apple web site. After about an hour, it told me that "an error occurred during installing OS X" and keep thinking again. I am now stuck and don't know what to do, can anyone help me?

    GPCY wrote:
    I only found disk 1: Mac OS X installed ESD, and
    Disk 2: Mac OS X base system.
    Which one I should click?
    So you did hold Command option r and booted, not just Command r?
    You saw a globe turning as Internet Recovery loaded from Apple's servers?
    You need to connected to the Internet to load this from Apple, either by Ethernet cable or using the Wifi connection.
    Quit and launch Terminal from the menu and type in this command and press enter, then type the results here
    diskutil list
    It should look like something like this
    HummerMacs-MacBook-Pro:~ hummermacjr$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *750.2 GB   disk0
       1:                        EFI                         209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            374.9 GB   disk0s2
       3:                  Apple_HFS Macintosh HD 2          374.8 GB   disk0s3

  • Error During INSTALL of Application Export File

    An error is reported during INSTALL of an application that I am trying to copy (Import/Install) from a "development" Work Space into a "production" Work Space. The production (target) Work Space is on the same HTML DB instance as the development Work Space.
    I am receiving the following INSTALL error:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    Following is some pertinent (hopefully) information:
    The above INSTALL error takes exception to part of a Region Select (sql) that works fine in the development Work Space.
    The common HTML DB (v1.6) instance is on UNIX.
    A new Work Space was created on the same instance.
    A new schema name was created during creation of the new Work Space. However, this schema does not point to a database. (We were not certain how to setup the schema to parse to our live database.) I will be running DBLINK upon production application startup in order to access the database objects.
    EXPORT INFO -
    File Format: UNIX (also, tried DOS but received same error during INSTALL)
    IMPORT INFO -
    File Type: Application/Page Export
    File Character Set: Western European Windows 1252
    Target Work Space is newly created on the same HTML DB instance.
    INSTALL INFO -
    *Parse As Schema: COLLIVE17 (Again, this schema does not parse to a database. I intend to use DBLINK.)
    *Build Status: Run and Build Application
    Please refer to above error message.
    Again, any insights or suggestions are appreciated.

    Urgently need help! I've read several other Forum messages having a related problem but none having same Install error message.
    Again, my Export/Import from development Workspace to production Workspace is successful. The following error is reported when I attempt to "Install" into the production Workspace:
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 15, column 1: PLS-00103: Encountered the symbol &amp;quot;,'39','RD8','8','S','10','U','43','UD','41','UG','11','W')) END)&amp;quot; when expecting one of the following: . ( * @ % &amp;amp; = - + ; &amp;lt; / &amp;gt; at in is mod remainder not rem &amp;lt;an exponent (**)&amp;gt; &amp;lt;&amp;gt; or != or ~= &amp;gt;= &amp;lt;=
    The "snippet" of Region Sql Select code that relates to the reported error is:
    ELSE htmldb_item.display_and_save (5, DECODE (GET_GRADE_B93 (sac.stc_final_grade,sac.stc_verified_grade),'18','AU','1','A','3','B','4','C','7','CR','5','D','46','DR','6','F','47','FW','49','IB','30','IC','31','ID','23','IF','44','MW','9','NC','21','RD','14','RD0','33','RD1','32','RD2','34','RD3','35','RD4','36','RD5','37','RD6','38','RD7','39','RD8','8','S','10','U','43','UD','41','UG','11','W'),'GRADE_'||ROWNUM) END q_v_grade,
    HTML DB version is: 1.6.0.00.67. I've also tried to Export/Import/Install the application into the "same" Workspace specifying the same schema, and only changing the Application ID. However, I get the same Install error (see above).
    Any suggestions on things to try in order to get application into production is greatly appreciated.
    Thanks, Bernard.

  • Error message during install

    Anyone have a clue what to do?  Keep receiving error message during install.  Have disable firewall, no help.  Here is the error message:
    Error Microsoft.VC80.CRT.type="win32".version="8.0.50727.4053".publicKeyToken="1fc8b3 b9a1e18e3b".processorArchitecture="amd64".
    HRESULT:0x8007054f
    I uninstalled because Itunes would not upgrade.  Now I can't install.  I was able to install an older version, but couldn't access my music because it was an older version, so I uninstalled that and now have nothing.  I would appreciate any help.
    Thank you.

    Glad to read that renaming trick helped to get iTunes installed for you. Your thread here is fine for more questions.
    Search your hard drive for your music - it should still be there, but perhaps this fresh install of iTunes just isn't seeing it.
    Find music: http://support.apple.com/kb/TS1408
    You absolutely do NOT want to sync your iPhone with an empty iTunes library. It will erase everything. Apple only gives you one download and you need to make backups. I hope it is still on your PC! But at least you have it on your iPhone.
    I don't think you synced your iPhone with your father's iTunes, or his music would be on it. Have a look in a folder named Previous iTunes Libraries. There might be an iTunes database ITL file in there that you can use.
    They have names like "iTunes Library 2009-04-06.itl" which would be from April 6th, 2009.
    Press and hold the shift key while starting iTunes, and when prompted, choose the most recent previous library. Does it show most of your music, and can you play some songs in iTunes OK?

  • Error 1402 with Vista: I cannot install update 8.1.1, neither I can uninstall the version previous

    Hi!. Using Windows Vista Home Basic and to try to install the update to AReader 8.1.1 could not be completed the installation. Reporting System Error 1402:
    Error 1402. Could not open key:
    HKEY_LOCAL_MACHINE\Software\Classes\CLSID\ D38406DA-E8AA-484b-B80D-3D3DBCC2FB2 | Verify that you have sufficient that you have access to that key or contact your support personnel.
    Please, does anyone could help me with this problem? What should I do? , How to be solved?
    I would appreciate any help.
    Thanks!

    Curtis and Gene - I had problems with Adobe reader 8, crashes and same error (invalid plugin detected) after installing SP1 on Vista. I replaced Adobe reader with the newer 8.1.2 and that seems to have fixed it (as well as supposedly remedying other security exposures). You have to de-install your current Adobe version first, before attempting to download and install 8.1.2. BTW, it failed the first time with a nasty message and crash ( possibly because I hadn't de-installed the older version first) but succeeded nicely on the second try.

  • SQL Server 2012 Developer Edition will not install. Setup files don't even get copied completely. Win 8.1. ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    SQL Server 2012 Developer Edition will not install.  Setup files don't even get copied completely.  Win 8.1.  ACT instance is loaded & can't be deleted. From log file: Error: Action "PreMsiTimingConfigAction" failed during execution.

    Hello,
    I am glad it worked.
    Thank you for visiting MSDN forums!
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • "WRITE SAME failed. Manually zeroing." error during install or boot

    Hello everyone!
    Since the lasts kernels (I'm almost sure it happens since 3.9 because 3.8 worked fine) I can't boot on Archlinux anymore. This error floods my screen and I can't do anything, and because the new Archlinux iso (june 2013) comes with 3.9 kernel it now also happens during installation. Fortunately, I saved the may iso so I still can install archlinux and switch during install to LTS kernel but this is not a good solution. I can't find a solution online, some people have this issue but it seems to be a bit different everytime.
    I use Archlinux on a server, with hardware raid : Dell PERC H200a with LSI SAS2008 according to my BIOS. According to http://kernelnewbies.org/Linux_3.7, the WRITE SAME SCSI command "allows the same block to be efficiently replicated throughout a block range. Only a single logical block is transferred from the host and the storage device writes the same data to all blocks described by the I/O (commit)". Here is the exact configuration :
    - DELL® PowerEdge R210 II
    - 1x Intel® Xeon® E3 1220 V2
    - HDD: 2 x 1 To SATA2 RAID
    - RAID: Hardware, Dell PERC H200, (Raid 1)
    So my first problem is that I can't find online if my server is capable of this command (but I don't think so) and then the other issue is that I want to know if I can disable it. I found kernel patches for this issue :
    https://patchwork.kernel.org/patch/1898441/ and https://patchwork.kernel.org/patch/1982051/ (the first link seems to be a better solution).
    Then, I checked in the kernel source of 3.9 and I think that this patch isn't implemented (there is no device_write_same_capable function for instance). But kernel patching is not a really good solution, if I have to patch my kernel everytime the main kernel is updated...
    After some research, I found that my hardware RAID driver seems (I'm not sure) to be the kernel module "mpt2sas", so I checked both may and june isos of Archlinux and it's the same version (14.1) so it shouldn't be the problem.
    Does somebody can help me on this issue ? I don't really know what to do now.
    Thanks for reading, if I forgot something or if you want more informations, ask me!
    Bye.
    PS : My English isn't very good, sorry.
    EDIT : I found a part of the solution ! It seems to be an issue with the kernel that doesn't detect properly if my disc is capable of doing WRITE SAME command.
    So I have to write "0" in the file "max_write_same_blocks" under /sys. But the problem is that /sys is renewed every boot so I don't know how to make my changes permanent. I made a systemd service file, it almost works, but this solution isn't nice : the parameter is applied lately so errors shows at the beginning and this is not really easy to set up. I prefer a solution like "sysctl" but it seems that it only controls parameter under /proc/sys and not /sys, am I right ?
    Moreover, I tried two other things : Ubuntu 12.04 with kernel 3.9.4 works and Archlinux iso with 3.8.10 has max_write_same_blocks > 0 and it also works... So I don't really understand this issue. Maybe in 3.8 the parameter max_write_same_blocks has no effect (or not the same as in 3.9) ?
    Here is the systemd file that I made to reduce the issue :
    [Unit]
    Description=No WRITE SAME
    After=local-fs.target
    [Service]
    Type=oneshot
    ExecStart=/bin/sh -c 'echo 0 > /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/target0:1:0/0:1:0:0/scsi_disk/0:1:0:0/max_write_same_blocks'
    RemainAfterExit=no
    [Install]
    WantedBy=multi-user.target
    This is not a good solution, see my next post. I don't delete it in case you want to compare.
    Last edited by rfnx (2013-06-02 15:26:50)

    I found a solution to disable the WRITE SAME command. That doesn't answer all my questions but it solves my issue. I was looking for a file like "sysctl.conf" but for /sys parameters : you already can do that in Arch, just create a file that ends with ".conf" in tmpfiles.d and add one line per parameter you want to modify. This file will be loaded early at boot.
    To disable it in an existing Archlinux installation, add in you file the line :
    w /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0/host0/target0:1:0/0:1:0:0/scsi_disk/0:1:0:0/max_write_same_blocks - - - - 0
    Read the manpage of tmpfiles.d if you don't understand this line, it depends on your configuration and you can't copy it.
    Then reboot and no more error !
    If you want to disable it during the Arch install, just change directly the value you want in /sys. You have to do it at the beginning before mounting partitions, for instance just after choosing your keymap.
    Bye.
    Last edited by rfnx (2013-06-02 15:34:11)

Maybe you are looking for