Aamee created msi failing

Hi
Wondering if anyone can offer suggestions.  I'm trying to package Flash Builder 4.5.1 for enterprise deployment.  I've used AAMEE to create a package (3 times now).  However I am unable to get the msi that is created in the package to install FlashBuilder.
with a command line of: msiexec /i "Adobe Flash Builder.msi" /quiet
2 or 3 miss launch before settling down within a second or two to one msi that does nothing.
if I enable some logging: msiexec /i "Adobe Flash Builder.msi" /lv+ "c:\msilogs\Adobe Flash Builder.msi" /quiet
Then I get the following output in the log...
=== Verbose logging started: 29/09/2011  14:52:40  Build type: SHIP UNICODE 3.01.4001.5512  Calling process: C:\WINDOWS\system32\msiexec.exe ===
MSI (c) (34:40) [14:52:40:021]: Resetting cached policy values
MSI (c) (34:40) [14:52:40:021]: Machine policy value 'Debug' is 0
MSI (c) (34:40) [14:52:40:021]: ******* RunEngine:
           ******* Product: adobe Flash Builder.msi
           ******* Action:
           ******* CommandLine: **********
MSI (c) (34:40) [14:52:40:037]: Client-side and UI is none or basic: Running entire install on the server.
MSI (c) (34:40) [14:52:40:037]: Grabbed execution mutex.
MSI (c) (34:40) [14:52:40:037]: Cloaking enabled.
MSI (c) (34:40) [14:52:40:037]: Attempting to enable all disabled priveleges before calling Install on Server
MSI (c) (34:40) [14:52:40:053]: Incrementing counter to disable shutdown. Counter after increment: 0
MSI (s) (A8:64) [14:52:40:068]: Grabbed execution mutex.
MSI (s) (A8:F8) [14:52:40:068]: Resetting cached policy values
MSI (s) (A8:F8) [14:52:40:068]: Machine policy value 'Debug' is 0
MSI (s) (A8:F8) [14:52:40:068]: ******* RunEngine:
           ******* Product: Z:\Adobe\Flash Builder\4.5 Premium\Build\adobe Flash Builder.msi
           ******* Action:
           ******* CommandLine: **********
MSI (s) (A8:F8) [14:52:40:068]: Note: 1: 2203 2: Z:\Adobe\Flash Builder\4.5 Premium\Build\adobe Flash Builder.msi 3: -2147287038
MSI (s) (A8:F8) [14:52:40:068]: MainEngineThread is returning 2
MSI (c) (34:40) [14:52:40:068]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
MSI (c) (34:40) [14:52:40:068]: MainEngineThread is returning 2
=== Verbose logging stopped: 29/09/2011  14:52:40 ===
Any ideas on where I'm going wrong greatly appreciated.

I've already tried it on several different 10.6 Macs.  It fails on all of them.
The same dmg works if installed by hand on the same machines it fails on.
What error do you see that tells you it's failing to mount the dmg?  What more information can you give about it?
I don't think recreating the dmg will help because it works if installed manually.

Similar Messages

  • AAMEE Created MSIs

    right I have used AAMEE 3.0  to create MSis for CS6 Web Premium - all components, these have been deployed via sccm to about 30 users in the last 3 months.Will they be affected ? - can going into photoshop and help\update fix the problems ?
    Thanks
    Editor's note:  AAMEE is Adobe Application Manager Enterprise Edition 

    Hi Mancity1966,
    You will want to download the latest version of AAMEE, 3.1 as referenced in this doc
    http://helpx.adobe.com/x-productkb/global/guidance-administrators-certificate-revocation.h tml
    We recommend that you recreate the CS6 Web Premium MSI's for future deployments if products in your current MSI's are affected.
    Here is a list of impacted products and links to updates for them:
    http://helpx.adobe.com/x-productkb/global/certificate-updates.html#main-pars_header_5
    I recommend downloading any updates directly from that page versus using Help>Updates
    -Dave

  • Deploying AAMEE 3.1 created MSI by double clicking it in UI mode

    With the release of AAMEE 3.1, AAMEE created MSI supports both silent and UI based installation.
    For UI based install of AAMEE 3.1 created packages, run the MSI as an administrator. If you are logged in as Admin user, you can double click it, otherwise right click the MSI and run as administrator. A minimalistic UI will be shown with just a progress bar. Any error during MSI install will cause a roll back and the user should check the logs to see what went wrong. You can also run the MSI in UI mode through this command line –
    msiexec.exe /i <path of msi>
    AAMEE still supports silent installation as the standard way of deploying the packages. Silent installation can be done only through the command line option –
    msiexec.exe /i  <path of msi> /qn.
    Make sure that the command line is invoked with admin privileges. For users using SCCM 2007 for deploying AAMEE created packages, make sure to check “Allow users to interact with this program” checkbox in Environment tab of the SCCM Program for UI based installation. The corresponding checkbox for SCCM 2012 is “Allow users to view and interact with the program installation”.
    For uninstallation of MSI in UI mode, there is only a command line option –
    msiexec.exe /x <path of msi>
    For silent uninstallation, add the /qn switch with the above command line –
    msiexec.exe /x <path of msi> /qn
    This UI based installation is only supported by the packages created using AAMEE 3.1. If you are using AAMEE 3.1 beta or AAMEE 3.0 for CS6 packaging, please download AAMEE 3.1 from http://www.adobe.com/devnet/creativesuite/enterprisedeployment.html.
    Feel free to mail me at [email protected] in case you see any issues.
    Thanks,
    Saransh Katariya | Member of technical staff | Adobe Systems | [email protected]

    I want to revisit this. You can also see my related posts here:
    http://forums.adobe.com/message/5073735
    I had contented myself that I would use a batch file and require users to right-click and run as admin on the batch file. This was so that I could get Acrobat 10 installed at the same time. However, now that I have Acrobat 11, and I can separate out the installers, I would like to get back to this "double-click" method. I've verified that my new package (without Acrobat) works using the msiexec command. However, it still doesn't work as a double-click.
    Here are the key lines from PDApp.log:
    3/8/2013 07:54:21 [ERROR] Setup - Error parsing command line arguments at - "DISABLE_CCM_DESKTOPSHORTCUT".
    Expected arguments are -
              --mode=silent
              --overrideFile="<FilePath>"
    3/8/2013 07:54:21 [FATAL] Setup - Administrative Privileges required to continue
    3/8/2013 07:54:21 [FATAL] Setup - End Adobe Setup. Exit code: -10
    However, I am an admin on the machine, just as I am on all the machines that I've tested this on. And when I use a batch file with the msiexec and right-click and run as admin, I don't have to put other credentials in, verifying that I am, in fact, an admin on the machine.
    Thanks for your assistance.
    Mark

  • Package installer that AAMEE creates fails to install

    I've created two different installers using AAMEE, one with a few updates within it and one with just the main installation.  AAMEE creates both packages without any errors.
    When I try to install either package, after the installer runs through some "Running package scripts..." for about a minute, I get an error message stating, "The installation failed. Contact the software manufacturer for assistance."

    Sorry I posted it in the wrong forum - now also in LabWINDOWS/CVI

  • Em uninstalled "start up faster" addon im on firefox version 4 and yet when i try to install again i get the error message create service failed , can anyone tell me how to resolve this , i would like to make sure i get this addon back

    im on firefox 4 ,recently ,i tried new addon for firefox 4 called start up faster, i removed it, just as comparison to see boot up times , and then when i tried to install again i get the message create service failed, the icon stays on my desktop, want to check this addon is still performing its role, or could i fix something to make sure its properly on my addon list, thank you,

    Is it still showing up in your ad-on manager?

  • Creating ASInstance Failed Error while Installing OBIEE 11g 11.1.1.5.0

    Hi
    I was trying to install OBIEE 11g 11.1.1.5.0 on a Windows Server 2003 32 Bit machine and was getting an error at 16% of Configuration Procress.
    Error - Creating ASInstance Failed.
    I went to see the logs. Please Help
    Log :
    [2011-06-09T20:17:15.609+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] Created ASInstance. Calling opmn start command
    [2011-06-09T20:17:17.218+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] [[
    oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    [2011-06-09T20:17:17.218+05:30] [as] [NOTIFICATION] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] Exit code from OPMNAdmin : 2
    [2011-06-09T20:17:17.218+05:30] [as] [ERROR] [] [oracle.as.provisioning] [tid: 25] [ecid: 0000J1op8sl6UOK6yVEgMG1DwCxt00000G,0] [[
    oracle.as.provisioning.engine.CfgWorkflowException
         at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         ... 18 more
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         ... 19 more

    Hi,
    The etc/hosts file needs to be changed from 127.0.0.1 host to the physical IP address before the start of the installation of 11.1.1.5.
    For more information have a look at Oracle support doc id: 1333429.1
    https://support.oracle.com/CSP/main/article?cmd=show&type=NOT&doctype=PROBLEM&id=1333429.1
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

  • DVD player does not play - Error message "Create Overlay Failed

    Can anyone please help. The player on my Equium does not playback any DVDs using either InterVideo WinDVD. Error message "Create Overlay Failed ... Please lower your screen resolution or screen depth." Any help appreciated. Thanks Owen

    Horwath
    Thanks for pointing me in the direction of VLC Player. I had no idea what VLC is but it seems a safe (and free) feature. I googled it and downloaded latest version for XP. All DVDs now play perfectly! Still no joy with other players but who cares. Many thanks, full marks. Owen

  • Creating ASInstance failed obiee11115(software only) configuration failed

    Hi,
    OBIEE11115/6 simple install is working fine on my windows 7 Home edition sp1 64bit os.the problem when i am trying to install obiee11.1.1.5/6 "software only" installation time only getting the error message like "Creating ASInstance failed" for more refer my screen short
    http://imgur.com/sPWSG
    Steps and configuration Details:
    1) installed looback adoptor and static ip updated in host/hosts/etc file
    host/hosts/etc file info:
    FYI:
    # localhost name resolution is handled within DNS itself.
         10.10.1.7 deva-pc
    and also there is no folder space b/w temp,tem,and java path.
    2)jrockit-jdk1.6.0_29 64 bit (setted java path and TEMP,TMP space 4GB each) java running and Static IP running fine.
    3) install RCU 11.1.1.5.0 64bit win
    4) weblogic 10.3.5 win 64 bit install and we can able to create weblogic domain on weblogic itself.
    5) installed obiee11.1.1.5.0 successfully and when i trying to configure obiee from C:\Oracle\Middleware\Oracle_BI1\bin\config.cmd only getting below error meaase.
    also setted JRE_MEMORY_OPTIONS=" -mx2048m -XX:MaxPermSize=2048m" in oraparam.ini file.
    Error Message at log:
    Executing Task: Creating ASInstance
    Trying to assign 3 consecutive ports where the starting port range is: 9500 - 10000
    AdminServer port is 7001
    trying to connect to deva-pc 7001
    Successful
    getDomainRuntimeMBeanServerConnection ...
    Connecting to Domain runtime ...
    trying to connect to deva-pc 7001
    Successfully connected to the Domain Runtime ...
    trying to connect to deva-pc 7001
    Successful
    MBean Server Connection is :javax.management.remote.rmi.RMIConnector$RemoteMBeanServerConnection@524c23f8
    deva-pc 7001
    weblogic.Deployer invoked with options: -adminurl deva-pc:7001 -username weblogic -name NonJ2EEManagement -source C:\Oracle\Middleware\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear -nostage -deploy -upload -noexit
    <Apr 24, 2012 1:19:43 AM SGT> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, NonJ2EEManagement [archive: C:\Oracle\Middleware\Oracle_BI1\opmn\applications\NonJ2EEManagement.ear], to configured targets.>
    Task 0 initiated: [Deployer:149026]deploy application NonJ2EEManagement on AdminServer.
    Task 0 completed: [Deployer:149026]deploy application NonJ2EEManagement on AdminServer.
    Target state: deploy completed on Server AdminServer
    opmnctl start: failed.
    Can not resolve deva-pc for interface any
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.InstanceProvisioningTask.doExecute(InstanceProvisioningTask.java:81)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:112)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.engine.CfgWorkflowException
         at oracle.as.provisioning.engine.Engine.processEventResponse(Engine.java:596)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:178)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstanceAndComponents(ASInstanceProv.java:116)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createASInstancesAndComponents(WorkFlowExecutor.java:523)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:439)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 14 more
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error creating ASInstance instance1.
    Cause:
    An internal operation has failed: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:317)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv.createInstance(ASInstanceProv.java:166)
         ... 18 more
    Caused by: oracle.as.management.opmn.optic.OpticException: Error in starting opmn server
    Operation aborted because of a system call failure or internal error
         at oracle.as.management.opmn.optic.OpmnAdmin.executeCommand(OpmnAdmin.java:310)
         at oracle.as.management.opmn.optic.OpmnAdmin.startOpmnServer(OpmnAdmin.java:87)
         at oracle.as.provisioning.fmwadmin.ASInstanceProv._createInstance(ASInstanceProv.java:254)
         ... 19 more
    Thanks
    Deva
    Edited by: Devarasu on Apr 24, 2012 8:24 AM
    Edited by: Devarasu on Apr 24, 2012 10:59 AM

    Hi,
    After checking the installation log the instance home directory is not empty hence it is failing to create an instance with the same name.
    then i tired to create with different instance name and then continue with the configuration.its installed sucessfully and its working fine.
    Thanks
    Deva

  • ORA-01503: CREATE CONTROLFILE failed

    Hello.
    I'm trying to install an ORACLE EBS 11i on an Oracle Linux Release 5 Update 5 Media Pack v1 for x86 (32 bit) from stage.
    The process is going great until the "Creating the database controlfile..." step. It crashes there.
    I've looked in the log file and this is what I can find:
    ORACLE_HOME : /u01/oracle/visdb/9.2.0
    ORACLE_SID : VIS
    TWO_TASK :
    PATH : /u01/oracle/visdb/9.2.0/Apache/perl/bin:/u01/oracle/visdb/9.2.0/bin:/usr/bin:/usr/sbin:/u01/oracle/visdb/9.2.0/jre/1.4.2/bin:/usr/ccs/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/u01/Stage11i/startCD/Disk1
    /rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
    LD_LIBRARY_PATH : /u01/oracle/visdb/9.2.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/u01/oracle/visdb/9.2.0/ctx/lib
    Executable : /u01/oracle/visdb/9.2.0/bin/sqlplus
    The log information will be written to
    /u01/oracle/visdb/9.2.0/appsutil/log/VIS_ebs/adcrdb_VIS.txt
    Creating the control file for VIS_ebs database ...
    SQL*Plus: Release 9.2.0.5.0 - Production on Wed Feb 23 17:28:54 2011
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506616 bytes
    Fixed Size 452152 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "VIS"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '/u01/oracle/visdata/tx_data11.dbf'
    ORA-27046: file size is not a multiple of logical block size
    Additional information: 1
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u01/oracle/visdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    ALTER DATABASE RENAME GLOBAL_NAME TO "VIS.gdmelectronics.com"
    ERROR at line 1:
    ORA-01109: database not open
    ORA-01507: database not mounted
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506616 bytes
    Fixed Size 452152 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    ORA-00205: error in identifying controlfile, check alert log for more info
    BEGIN dbms_backup_restore.zeroDbid(0); END;
    ERROR at line 1:
    ORA-00210: cannot open the specified controlfile
    ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 3284
    ORA-06512: at line 1
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 581506616 bytes
    Fixed Size 452152 bytes
    Variable Size 402653184 bytes
    Database Buffers 167772160 bytes
    Redo Buffers 10629120 bytes
    CREATE CONTROLFILE REUSE SET DATABASE "VIS"
    ERROR at line 1:
    ORA-01503: CREATE CONTROLFILE failed
    ORA-01565: error in identifying file '/u01/oracle/visdata/tx_data11.dbf'
    ORA-27046: file size is not a multiple of logical block size
    Additional information: 1
    alter database open resetlogs
    ERROR at line 1:
    ORA-01507: database not mounted
    alter tablespace TEMP add tempfile '/u01/oracle/visdata/tmp1.dbf' REUSE
    ERROR at line 1:
    ORA-01109: database not open
    Is there something I'm doing wrong ?
    How do I create a new control file and use it ?
    I don't know if I gave needed information. If you need more details, please ask and I will try to provide them.
    Thank you and regards,
    Sorin Miroiu

    Hi schavali.
    Thanks for the quick reply.
    I've checked and that file doesn't exists.
    [root@ebs ~]# ls /u01/oracle/visdata/
    apps_ts_tx_interface.dbf media1.dbf owa1.dbf summary2.dbf sys4.dbf tx_data1.dbf tx_data8.dbf tx_idx4.dbf undo02.dbf
    archive1.dbf media2.dbf portal.dbf summary3.dbf sys5.dbf tx_data2.dbf tx_data9.dbf tx_idx5.dbf undo03.dbf
    archive2.dbf media3.dbf queues1.dbf summary4.dbf sys6.dbf tx_data3.dbf tx_idx10.dbf tx_idx6.dbf undo04.dbf
    ctx1.dbf mobile01.dbf queues2.dbf summary5.dbf sys7.dbf tx_data4.dbf tx_idx11.dbf tx_idx7.dbf
    log1.dbf nologging1.dbf reference1.dbf sys1.dbf tmp1.dbf tx_data5.dbf tx_idx1.dbf tx_idx8.dbf
    log2.dbf odm.dbf reference2.dbf sys2.dbf tx_data10.dbf tx_data6.dbf tx_idx2.dbf tx_idx9.dbf
    log3.dbf olap.dbf summary1.dbf sys3.dbf tx_data11.dbf tx_data7.dbf tx_idx3.dbf undo01.dbf
    For some reason it stops at tx_data9.dbf.
    I will try to start the install all over again and comeback with feedback.
    I think I will redo the DB stage as well.
    Regards,
    Sorin Miroiu

  • ERROR: An error occurred during the installation of assembly component / ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    During the Installation of LR I get an error message. Initially I didn't have enough space for the installation on the start partition drive. However, now, it should be sufficient and I re-booted the computer a couple of time, hence I would assume that the temporary installation files have been deleted.
    Now, nevertheless each time I try to re-install the software I get the following messages:
    ERROR: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    Since PS was installed without problems I would refrain from deinstalling the Creative Cloud and start over again.
    Any hints?
    Thx

    Claasd5335054 you will want to review the MSI log files to determine what error message is preventing the installation from completing.
    ERROR: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    This is the only error information contained within Adobe Lightroom 5's installation log.  The MSI log files contain the additional error messages.

  • Creating QRFC failed

    Hello!
    I would like to set up qRFC for Business Process Monitoring in SAP Solution Manager.
    When I enter tcode RZ21 --> Technical Infrastructure --> Configure QRFC Monitoring I can see entry "SAP" with "X".
    Unfortunately it is not possible to deactivate these value.
    When I choose "Queue groups" and try to enter a new value I cannot save these value due to the error
    "Choose the key from the allowed namespace SV019.
    Has some one experience how solve this problem?
    Thank you very much!
    regards
    Thom

    Hi Bunny,
    I am facing the same problem. when I try to create the activity its giving me the error
    12:18:14.054  FAILED: Creating activity failed: act_w_Test_sap_2e_com_SAP_2d_SHRWEB_dev_inactive_u_cmsadmin_t_2007_11_21_06_48_13_GMT_1e4d4fa6-3e3e-4f80-81c9-7ef6314d1dbb - Internal Server Error [(pre||post)-condition failed: Internal Server Error]
    due to this I am stuck with the work.Could you please tell how you solved your problem?
    Thanks,
    Suvarna.

  • 9.2 create Database fails in sql.bsq

    I have installed Oracle 9.2.0.1.0. It appears to have installed correctly.
    I am attempting to create a new database. The script sql.bsq in %ORACLE_HOME%\rdbms\admin appears to be trying to create a cluster around line 1329. I don't use clusters (per se).
    I am rcving an the following error a trace file.
    *** SESSION ID:(10.1) 2003-09-08 16:59:56.000
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01569: data file too small for system dictionary tables
    Offending statement at line 1332
    create cluster c_cobj# (obj# number)
    pctfree 0 pctused 50
    /* space for: update cdef$ set condition = 'col IS NOT NULL' at // */
    size 300
    storage (initial 50K) /* avoid space management during IOR I */
    ORA-01501: CREATE DATABASE failed
    ORA-01519: error while processing file '%ORACLE_HOME%\RDBMS\ADMIN\SQL.BSQ' near line 1332
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01569: data file too small for system dictionary tables
    Can someone point me to an answer for this?
    I have 2 95MB files being created in the system tablespace. and I can provide you either my create database script and/or my init.ora file, if they will assist.
    Thnak you

    Thank you.
    I have changed the create database statement several times to try different possiblities.
    I have put maxsize unlimited. That failed.
    I have put maxsize 200M (with a second file of maxsize 200M) that failed.
    I have added the temp storage syntax. That failed.
    All of these failed in sql.bsq and all used the ORA 1569 error about a data file being too small.
    WHAT DATA FILE? The system tablespace data file(s) have never been increased (by Oracle) from the original size value I provided (whether that size was 500K, or 95M). So what data file is Oracle complaining about?
    In addition, I have seen the following message in the alert_project.log:
    ========================================
    Assigning activation ID 2846189359 (0xa9a5672f)
    Thread 1 opened at log sequence 1
    Current log# 1 seq# 1 mem# 0: D:\DATA\ORACLE\ORADATA\BURKE\LOGS\LOGFILE1.LOG
    Current log# 1 seq# 1 mem# 1: D:\ORACLE\ORADATA\BURKE\LOGS\LOGFILE1.LOG
    Successful open of redo thread 1.
    Tue Sep 09 11:42:39 2003
    SMON: enabling cache recovery
    Tue Sep 09 11:42:39 2003
    create tablespace SYSTEM datafile 'd:\data\Oracle\oradata\burke\system01.dbf' size 500K REUSE
              autoextend on next 500K maxsize 200M,
    'd:\data\Oracle\oradata\burke\system02.dbf' size 500k REUSE
              autoextend on next 500K maxsize 200M
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    Tue Sep 09 11:42:39 2003
    Completed: create tablespace SYSTEM datafile 'd:\data\Oracle
    Tue Sep 09 11:42:39 2003
    create rollback segment SYSTEM tablespace SYSTEM
    storage (initial 50K next 50K)
    Completed: create rollback segment SYSTEM tablespace SYSTEM
    Tue Sep 09 11:42:40 2003
    Errors in file d:\data\oracle\admin\burke\udump\project_ora_1324.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-01569: data file too small for system dictionary tables
    ========================================
    The line that says
    default storage (initial 10K next 10K) EXTENT MANAGEMENT DICTIONARY online
    is not in my create database statement. Can it be a portion of my problem?
    I don't see it in the 9.2 SQL manual for create database.
    I appreciate the assistance that has been provided, but I still need some more.
    Thanks you all again.

  • I have a problem updating my AcrobatX ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen. MSI Error message: Ugyldigt drev: K:\  ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603

    Acrobat X problem updating.
    ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen.
    MSI Error message: Ugyldigt drev: K:\
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    I have uninstalled my AcrobatX and now This message appear when I try to reinstall:
    ERROR: Install MSI payload failed with error: 1603 - Alvorlig feil under installasjonen.
    MSI Error message: Ugyldigt drev: K:\
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Is there anybody who know  how to solve it?

    Hi Patricia ,
    For error 2203 ,please refer to the following link.
    https://helpx.adobe.com/creative-suite/kb/error-2203-install-creative-suite.html
    For error 1603 ,refer to this link.
    https://helpx.adobe.com/creative-suite/kb/error-1603-install-cs3-cs4.html
    Let us know if this solves the issue .If required ,we"ll surely assist you further.
    Regards
    Sukrit Dhingra

  • I try to install lightroom 5.6 and receive Exit Code: 7 ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR:
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 3 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 -----------
    ERROR: Schlüssel ist im angegebenen Status nicht gültig.
    ERROR: Install MSI payload failed with error: 1603 - Schwerwiegender Fehler bei der Installation.
    MSI Error message: Schlüssel ist im angegebenen Status nicht gültig.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    Same problem. I have CC installed on Win 7 with all other apps working fine. Tried to install Lightroom 5 and got:
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR:
    - 0 fatal error(s), 3 error(s)
    ----------- Payload: Adobe Photoshop Lightroom 5 5.7.0.0 Adobe_Lightroom_x64.msi_5.7 -----------
    ERROR: Error 1935.An error occurred during the installation of assembly component {5C21D397-1DA5-
    3749-8C1F-165F21DE9E3E}. HRESULT: 0x80070003.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 1935.An error occurred during the installation of assembly component
    {5C21D397-1DA5-3749-8C1F-165F21DE9E3E}. HRESULT: 0x80070003.
    ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603
    I uninstalled all Adobe CC software, ran Adobe CC Cleaner, cleaned my Registry using Piriform CCleaner 5, rebooted and reinstalled CC from scratch. Same problem--everything else installed correctly except Lightroom 5. Also tried uninstalling KB2918614--no joy.
    Dayton

  • Cant download lightroom 5..ERROR: Third party payload installer Adobe_Lightroom.msi failed with exit code: 1603

    every time i download lightroom 5 it fail and says the cause is this (errror: third party payload installer Adobe_Lightroom.msi failed with exit code: 1603..

    you should dl lr 5.7 and then check that your download is complete. if the same error message results when you try to install, start here - Error 1603: A fatal error occurred during installation
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7 win | 8 mac | 7 mac
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7 win | 8 mac | 7 mac
    Lightroom:  5.7| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

Maybe you are looking for

  • Photosmart all in one 7510 not recognized but connected to wireless

    I have a NETGEAR Router, WNDR3800.  It is a dual band router running both a 5GHz and 2.4GHz network.  I have never been able to maintain a working connection to the printer.  After I reload the printer onto the known printers for the Mac, if the prin

  • Batch processing photographs in Photoshop Elements 11

    Hi everyone, I've been scanning in a lot of old photographs of late.  Many (probably all) of them would benefit from application of the "dust & scratches" filter, but it doesn't appear as an option in the "process multiple files" pull-down.  I've hea

  • User Connection Settings Not Holding

    When I send a connection key to a user of Contribute 4, the user is getting the following error when trying to implement the connection key: Your connection to this site has been disabled. The administrative settings for this site are missing or have

  • Automotive  - SAP business process certificate

    Hi everyone, I am a newbie to SAP and i am interested in BPM. I have a strong background in business analysis and project management but with little SAP implementation project experience. I am interested in the Automotive Industry to obtain the new S

  • I have an alm Tiway host cmd error response 0002: address out of range

    Some of the i/o points do not display either as alias or as native memebers.