11.5.2.602 MSI not deploying with SCCM

I have downloaded the msi and I am trying to install it on our 10,000 stations using sccm.  This normally works just fine.  But this time the program is pushed and all the log files say that it is installed properly.  But if you go to a webpage that uses shockwave you get a message that you need to install the program...  The executable is correct and in the right location C:\WINDOWS\system32\Macromed\Shockwave 10\SwInit.exe
If I run the msi locally it installs without any issues.  So I cannot fiqure out why this is happening.  Has anyone else seen this.  We are running XP with sp3 on all of our stations.
Thanks

your command works.  Our command that we use for everything did not
RetVal = Shell.Run("msiexec.exe /qn /i sw_lic_full_installer.msi /lime+ c:\temp\sccminstlogs\SWInst.log",0,True)
So I modified your command to this and it works great!  not sure why it needs the /qb-! instead of /qn or /quiet but if failed unless I had the /qb-! command.  So thank you very much!
RetVal = Shell.Run("sw_11.5.2r602.msi TRANSFORMS=sw_11.5.2r602.mst /qb-! /lime+ c:\temp\sccminstlogs\SWInst.log",0,True)

Similar Messages

  • Java DC not deployed with WebDynPro DC

    Hi,
    I've been testing the DC functionality and I'm trying to create the following:
    1) WebDynPro DC (DCA)
    2) Java DC (DCB)
    DCB has code for reading data from a database table (three classes, one is set as a public part). This code is functioning ok in another WebDynpro project where I've used it as an external jar file located in the lib directory and added to classpath.
    DCA has a small table in the view that I'm filling (or trying to) with data from the database.
    DCB has one java class as a Public Part. DCA has this PP defined in the Used DC's (DC Metadata --> DC definition --> Used DC's). I can see the DCB code fine from the DCA's view (I can use the methods from the class).
    I see no code errors and everything compiles ok. I've built the DCA and DCB separately (Development Component --> Build) before doing the project build and deployment.
    When I deploy, I'm getting java.lang.NoClassDefFoundError for the DCB class (User.class) when the program starts. So it seems that the DCB is not deployed with the DCA. I've tried to look at the properties and java classpath but nothing I've done has helped.
    Purpose is set to compilation, and there is a
    <at-build-time/>
    tag in the .dcdef file.
    Deployment of normal (no DC) Webdynpro projects works fine and the jars in the lib directory are deployed to the server OK.
    Seems like I've tried everything but have found no solution yet. Refreshed every part, re-created everything, re-built, re-deployed etc...
    Shortly: how to get DCB to deploy ?
    Any help is appreciated here
    Kind Regards,
    Jari Pakarinen

    Hi,
    What is the Java DC for then ? If it cannot be used as a part of another DC (deployable unit) then how should it be used ? What is the use if it does not end up at the server with Webdynpro code ?
    The scenario I'm looking for is to include Java classes in a Webdynpro project as a part of the project (not jars done somewhere else, I can do that already) deployed to the server with the Webdynpro.
    Thank you for your help, I'm not blaming you or anything
    Regards,
    Jari

  • Package Firefox 13.0.1 with wise for Deploying with SCCM

    I have been trying to create a new package of firefox.exe using wise studio but it is not working. the new package with wise seems to run fine but whe I an going to test it, there are missing dlls, etc. Is there any way to create a firefox package to deploy it later on eith sccm?

    Curiouser and curiouser.
    I have tried the new Flash on my MacBook Pro using Firefox 13.0.1 at the same USA Today Crossword site, puzzle 6/25/2012 and I do ''' not''' have this problem.
    The variations I see are
    * I used the same DMG to put Adobe Flash on both machines and they are both at 11.3.300.257, 11.3 r300
    * I used the same DMG to put Firefox 13.0.1 on both machines
    * The MacBook Pro is 15" (late 2011) OS X 10.7.4 build 11E53
    * The MacBook Air is 13" (June 2012) OS X 10.7.4 build 11E2705
    * Both are the latest available OS X levels for their respective platforms.
    * Both platforms have been built from erased discs and Apple recovery discs within the last few weeks. (The Air was rebuilt yesterday, 6/24).
    * The OS X 10.7.4 software is at different build levels and additional software has been installed to support the Air.
    * I have Shockwave Director 11.6.3r633 installed on the MacBook Pro
    My findings:
    * On the MacBook Pro, Firefox at the specified Flash site work as advertised
    * On the MacBook Air, Firefox at the same flash site stops respondings and must be force quit.
    Open questions:
    * Must I have Shockwave Director also installed?
    * Does the OS X software build level have an effect of some sort?
    * Does the model series of the MacBooks - late 2011 and June 2012 - affect the problem. The Air has only been available in the within the last few weeks and I ordered it the day it became available.
    Does the pointing circle become "shift one left" or "shift one right"?

  • Can I install boot camp drivers using an automated command for deploying with sccm

    I would like to include the boot camp installer as part of my SCCM task sequence.  I have imported the drivers but they don't all install and in turn it fails to complete.
    In order to include the installer I need to let the installer run unattended and I cannot find any command line switches for that purpose.

    The Bootcamp setup.exe is a silent Installer. See the following part from AutoUnattend.xml.
    </settings>
        <settings pass="specialize">
            <component name="Microsoft-Windows-Deployment" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <RunSynchronous>
                    <RunSynchronousCommand wcm:action="add">
                        <Order>1</Order>
                        <Path>cmd /c "FOR %i IN (X F E D C) DO (FOR /F "tokens=6" %t in ('vol %i:') do (IF /I %t NEQ "" (IF EXIST %i:\BootCamp\BootCamp.xml Reg ADD "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v AppsRoot /t REG_SZ /d %i /f )))"</Path>
                    </RunSynchronousCommand>
                </RunSynchronous>
            </component>
        </settings>
        <settings pass="oobeSystem">
            <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <FirstLogonCommands>
                  <SynchronousCommand wcm:action="add">
                    <Description>AMD CCC Setup</Description>
                    <CommandLine>%AppsRoot%:\BootCamp\Drivers\ATI\ATIGraphics\Bin64\ATISetup.exe -Install</CommandLine>
                    <Order>1</Order>
                    <RequiresUserInput>false</RequiresUserInput>
                  </SynchronousCommand>
                  <SynchronousCommand wcm:action="add">
                      <Description>BootCamp setup</Description>
                      <CommandLine>%AppsRoot%:\BootCamp\setup.exe</CommandLine>
                      <Order>2</Order>
                      <RequiresUserInput>false</RequiresUserInput>
                  </SynchronousCommand>
                </FirstLogonCommands>
            </component>
        </settings>

  • HP ProLiant Smart Array configuration during deployment with SCCM 2012 with ACU problem

    Hello
    I am making a OSD from HP ProLiant Gen 8 microservers.
    I made an ACU script for making Smart array and logical disks, I made a capture of the existing configuration using hpssascripting -c:
    Action= Configure
    Method= Custom
    Controller= SLOT 0
    RebuildPriority= Medium
    SurfaceScanMode= Idle
    SurfaceScanDelay= 3
    DriveWriteCache= Disabled
    PredictiveSpareActivation= Disable
    Array= A
    Drive= 1I:0:1, 2I:0:2
    OnlineSpare= No
    LogicalDrive= 1
    RAID= 1
    Size= 953837
    Sectors= 32
    StripSize= 256
    Caching= Enabled
    When I put this script in the task sequence, it executes, but when it fails when getting to the step Apply Operating System.
    Error log will say it has no bootable partition. 
    When I do diskpart, I can see the disk and the partitions.
    The weird thing is when I manually make the array in the Smart Array Administrator, it works fine.

    Fixed, a reboot was required.

  • Deploying CC Enterprise Applications With SCCM 2012

    Hi all,
    We are using CC Packager to package up individual applications (Photoshop, InDesign etc) and are having trouble deploying the applications once packaged. To deploy, we are using SCCM 2012 and are deploying to Windows 7 x64 clients. It appears that the install begins on the client, then hangs, never to finish.
    We are running the MSI with the REBOOT=ReallySuppress and MSIRESTARTMANAGERCONTROL=Disable commands, but with no luck.
    This has us really stumped. The applications seem to package fine, yet just won't install. If we manually run the installer, we can see it begin installing, then the progress bar goes backwards and the installation ends without displaying any sort of message.
    Also, as an FYI, we have followed this guide closely in our attempts: http://helpx.adobe.com/creative-cloud/packager/deploying-packages-sccm.html
    Has anyone experienced a similar problem? Any ideas?
    Thank you in advance.
    Ryan

    Windows 7 x64 Clients
    Deploying with SCCM 2012
    I have called Adobe before and was told that the application package needs to be on a local drive on the computer. The package cannot be installed if the package is sitting on the network. My installation for a adobe creative cloud  package fails to install when I try to install the application from the software center. At some moment the installation searches to ensure it is on a local disk. Not sure how this happends. If you place the installation package on a drive on your computer the package will install, although it will take time depending on how many applications you have packaged.
    Another problem that you might have is having users log out of the applications without admin previlages.
    I have yet to find a solution for these two problems, I could really use some help from someone who has sucessfully deployed a creative cloud package to a user.
    Thank you

  • IEAK11 msi not doing anything

    I created a IEAK11 deployment package with all our corporate settings. It creates an exe and an msi.
    Exe works fine, msi does nothing. It runs, it completes (according to verbose log), but it doesn't modify the system in any way. After restart IE11 is not installed. Running it again just does the same thing.
    I recreated the package so it showed all the dialog boxes and as far as I can tell it comes up with IE installation dialog box, but it disappears and nothing else happens. msiexec keeps running for another 5 mins or so, but nothing else happens.
    I am at a loss. Me and my colleague recreated the package about 5 times so far, from scratch, and the issue is still the same.
    EXE works. MSI does nothing.
    Any help would be appreciated.

    I have the same issue. I've managed to install IE11 no problems using the exe, but when I packaged the msi and deployed via sccm the logs tell me it worked, but in reality nothing has happened on the machine
    00:00.000: ====================================================================
    00:00.000: Started: 2014/08/06 (Y/M/D) 12:37:22.735 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: C:\Windows\Temp\IXP000.TMP\IE-REDIST.exe  /ieak-full:C:\Windows\Temp\IXP000.TMP\ /no-default /quiet /norestart
    00:00.000: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.000: INFO:    Previous version of Internet Explorer: 9.0.8112.16555
    00:00.000: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.000: INFO:    ...and 11.1.0.0...
    00:00.000: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.000: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.000: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.047: INFO:    IEAKPRXY>>[BEGIN] Call to IEAKInitialize()
    00:00.047: INFO:    IEAKPRXY>>IEAK_DLL: Date:8/6/2014 (M/D/Y) Time:12:37:22
    00:00.047: INFO:    IEAKPRXY>>IEAK_DLL: Install Engine - download directory set to C:\Windows\Temp\IXP000.TMP
    00:00.047: INFO:    IEAKPRXY>>IEAK_DLL: SetLocalCif :C:\Windows\Temp\IXP000.TMP\IESetup.CIF:
    00:00.063: INFO:    IEAKPRXY>>IEAK_DLL: IEAKInitialize : Successfully Inited
    00:00.063: INFO:    IEAKPRXY>>[END] Call to IEAKInitialize()
    00:00.063: INFO:    IEAKPRXY>>[BEGIN] Call to IEAKSetConfiguration()
    00:00.063: INFO:    IEAKPRXY>>IEAK_DLL: IEAKSetConfiguration: Successfully Set Configured
    00:00.063: INFO:    IEAKPRXY>>[END] Call to IEAKSetConfiguration(), return value: TRUE
    00:00.063: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.063: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.063: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.219: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.219: INFO:    Extracted Spelling dictionary for en to C:\WINDOWS\TEMP\IE13DC.tmp\Spelling_en.msu.
    00:00.219: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.219: INFO:    Extracted Hyphenation dictionary for en to C:\WINDOWS\TEMP\IE13DC.tmp\Hyphenation_en.msu.
    00:00.219: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:00.702: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    01:00.794: INFO:    The no reboot policy and supplemental files failed to download correctly. Default installation files will be used. Wait return value was 0x00000102 (258) [The wait operation timed out. ]
    01:00.872: INFO:    Launched program to check hardware: "C:\WINDOWS\TEMP\IE13DC.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\WINDOWS\TEMP\IE13DC.tmp\HardwareBlockingList.xml"
    01:00.919: INFO:    Hardware support check succeeded. Installation will continue.
    01:00.919: INFO:    Windows 7 operating system detected.
    01:00.919: INFO:    Service pack major: 1
    01:00.919: INFO:    Service pack minor: 0
    01:00.919: INFO:    Service pack name:  Service Pack 1
    01:00.934: INFO:    Version Check for (KB2834140) of C:\WINDOWS\System32\d3d11.dll: 6.1.7601.17514 >= 6.2.9200.16570 (False)
    01:00.934: WARNING: Checking version for C:\WINDOWS\System32\api-ms-win-downlevel-user32-l1-1-0.dll.  The file does not exist.
    01:00.934: INFO:    Version Check for (KB2639308) of C:\WINDOWS\System32\Ntoskrnl.exe: 6.1.7601.18205 >= 6.1.7601.17727 (True)
    01:00.950: INFO:    Version Check for (KB2533623) of C:\WINDOWS\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    01:00.950: INFO:    Version Check for (KB2731771) of C:\WINDOWS\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    01:00.950: INFO:    Checking for correct version of C:\WINDOWS\Fonts\segoeui.ttf.
    01:00.950: INFO:    Version Check for (KB2786081) of C:\WINDOWS\System32\taskhost.exe: 6.1.7601.17514 >= 6.1.7601.18010 (False)
    01:00.966: INFO:    Version Check for (KB2888049) of C:\WINDOWS\System32\drivers\tcpip.sys: 6.1.7601.18203 >= 6.1.7601.18254 (False)
    01:00.981: INFO:    Version Check for (KB2882822) of C:\WINDOWS\System32\tdh.dll: 6.1.7600.16385 >= 6.1.7601.18247 (False)
    01:05.084: INFO:    Download for KB2834140 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=303935 -> KB2834140_amd64.MSU.
    01:05.084: INFO:    Download for KB2670838 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=272391 -> KB2670838_amd64.CAB.
    01:05.084: INFO:    Download for KB2729094 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=258385 -> KB2729094_amd64.MSU.
    01:05.084: INFO:    Download for KB2786081 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=273751 -> KB2786081_amd64.CAB.
    01:05.084: INFO:    Download for KB2888049 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=324542 -> KB2888049_amd64.MSU.
    01:05.100: INFO:    Download for KB2882822 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=324541 -> KB2882822_amd64.MSU.
    01:05.100: INFO:    Waiting for 6 prerequisite downloads.
    03:05.298: INFO:    Prerequisite download processes have completed. Starting Installation of 6 prerequisites.
    00:00.000: ====================================================================
    00:00.000: Started: 2014/08/06 (Y/M/D) 12:37:22.735 (local)
    00:00.000: Time Format in this log: MM:ss.mmm (minutes:seconds.milliseconds)
    00:00.000: Command line: C:\Windows\Temp\IXP000.TMP\IE-REDIST.exe  /ieak-full:C:\Windows\Temp\IXP000.TMP\ /no-default /quiet /norestart
    00:00.000: INFO:    Setup installer for Internet Explorer: 11.0.9600.16428
    00:00.000: INFO:    Previous version of Internet Explorer: 9.0.8112.16555
    00:00.000: INFO:    Checking if iexplore.exe's current version is between 11.0.9600.0...
    00:00.000: INFO:    ...and 11.1.0.0...
    00:00.000: INFO:    Maximum version on which to run IEAK branding is: 11.1.0.0...
    00:00.000: INFO:    iexplore.exe version check success. Install can proceed.
    00:00.000: INFO:    Operating System: Windows Workstation: 6.1.7601 (Service Pack 1)
    00:00.047: INFO:    IEAKPRXY>>[BEGIN] Call to IEAKInitialize()
    00:00.047: INFO:    IEAKPRXY>>IEAK_DLL: Date:8/6/2014 (M/D/Y) Time:12:37:22
    00:00.047: INFO:    IEAKPRXY>>IEAK_DLL: Install Engine - download directory set to C:\Windows\Temp\IXP000.TMP
    00:00.047: INFO:    IEAKPRXY>>IEAK_DLL: SetLocalCif :C:\Windows\Temp\IXP000.TMP\IESetup.CIF:
    00:00.063: INFO:    IEAKPRXY>>IEAK_DLL: IEAKInitialize : Successfully Inited
    00:00.063: INFO:    IEAKPRXY>>[END] Call to IEAKInitialize()
    00:00.063: INFO:    IEAKPRXY>>[BEGIN] Call to IEAKSetConfiguration()
    00:00.063: INFO:    IEAKPRXY>>IEAK_DLL: IEAKSetConfiguration: Successfully Set Configured
    00:00.063: INFO:    IEAKPRXY>>[END] Call to IEAKSetConfiguration(), return value: TRUE
    00:00.063: INFO:    Trying to extract ID: SetupDownloadList.txt (0) as "SetupDownloadList.txt"
    00:00.063: INFO:    Trying to extract ID: HardwareBlockingList.xml (0) as "HardwareBlockingList.xml"
    00:00.063: INFO:    Trying to extract ID: 7006 (0) as "IE11-neutral.Extracted.cab"
    00:00.219: INFO:    Trying to extract ID: 5501 (1033) as "Spelling_en.msu"
    00:00.219: INFO:    Extracted Spelling dictionary for en to C:\WINDOWS\TEMP\IE13DC.tmp\Spelling_en.msu.
    00:00.219: INFO:    Trying to extract ID: 5502 (1033) as "Hyphenation_en.msu"
    00:00.219: INFO:    Extracted Hyphenation dictionary for en to C:\WINDOWS\TEMP\IE13DC.tmp\Hyphenation_en.msu.
    00:00.219: INFO:    Trying to extract ID: 7128 (1033) as "IE11-support.cab"
    00:00.702: INFO:    PauseOrResumeAUThread: Successfully paused Automatic Updates.
    01:00.794: INFO:    The no reboot policy and supplemental files failed to download correctly. Default installation files will be used. Wait return value was 0x00000102 (258) [The wait operation timed out. ]
    01:00.872: INFO:    Launched program to check hardware: "C:\WINDOWS\TEMP\IE13DC.tmp\IE11-SUPPORT\IEXPLORE.EXE" /CheckHardware "C:\WINDOWS\TEMP\IE13DC.tmp\HardwareBlockingList.xml"
    01:00.919: INFO:    Hardware support check succeeded. Installation will continue.
    01:00.919: INFO:    Windows 7 operating system detected.
    01:00.919: INFO:    Service pack major: 1
    01:00.919: INFO:    Service pack minor: 0
    01:00.919: INFO:    Service pack name:  Service Pack 1
    01:00.934: INFO:    Version Check for (KB2834140) of C:\WINDOWS\System32\d3d11.dll: 6.1.7601.17514 >= 6.2.9200.16570 (False)
    01:00.934: WARNING: Checking version for C:\WINDOWS\System32\api-ms-win-downlevel-user32-l1-1-0.dll.  The file does not exist.
    01:00.934: INFO:    Version Check for (KB2639308) of C:\WINDOWS\System32\Ntoskrnl.exe: 6.1.7601.18205 >= 6.1.7601.17727 (True)
    01:00.950: INFO:    Version Check for (KB2533623) of C:\WINDOWS\System32\api-ms-win-security-base-l1-1-0.dll: 6.1.7601.18229 >= 6.1.7601.17617 (True)
    01:00.950: INFO:    Version Check for (KB2731771) of C:\WINDOWS\System32\conhost.exe: 6.1.7601.18229 >= 6.1.7601.17888 (True)
    01:00.950: INFO:    Checking for correct version of C:\WINDOWS\Fonts\segoeui.ttf.
    01:00.950: INFO:    Version Check for (KB2786081) of C:\WINDOWS\System32\taskhost.exe: 6.1.7601.17514 >= 6.1.7601.18010 (False)
    01:00.966: INFO:    Version Check for (KB2888049) of C:\WINDOWS\System32\drivers\tcpip.sys: 6.1.7601.18203 >= 6.1.7601.18254 (False)
    01:00.981: INFO:    Version Check for (KB2882822) of C:\WINDOWS\System32\tdh.dll: 6.1.7600.16385 >= 6.1.7601.18247 (False)
    01:05.084: INFO:    Download for KB2834140 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=303935 -> KB2834140_amd64.MSU.
    01:05.084: INFO:    Download for KB2670838 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=272391 -> KB2670838_amd64.CAB.
    01:05.084: INFO:    Download for KB2729094 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=258385 -> KB2729094_amd64.MSU.
    01:05.084: INFO:    Download for KB2786081 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=273751 -> KB2786081_amd64.CAB.
    01:05.084: INFO:    Download for KB2888049 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=324542 -> KB2888049_amd64.MSU.
    01:05.100: INFO:    Download for KB2882822 initiated. Downloading
    http://go.microsoft.com/fwlink/?LinkID=324541 -> KB2882822_amd64.MSU.
    01:05.100: INFO:    Waiting for 6 prerequisite downloads.
    03:05.298: INFO:    Prerequisite download processes have completed. Starting Installation of 6 prerequisites.
    03:05.298: ERROR:   Error downloading prerequisite file (KB2834140): 0x800c0005 (2148270085)
    03:05.314: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:05.314: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    03:05.330: INFO:    Scheduling upload to IE SQM server:
    http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    03:10.337: ERROR:   SQM Upload failed while uploading "C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    03:10.337: INFO:    Cleaning up temporary files in: C:\WINDOWS\TEMP\IE13DC.tmp
    03:10.368: INFO:    Unable to remove directory C:\WINDOWS\TEMP\IE13DC.tmp, marking for deletion on reboot.
    03:10.368: INFO:    Released Internet Explorer Installer Mutex
    03:05.314: INFO:    PauseOrResumeAUThread: Successfully resumed Automatic Updates.
    03:05.314: INFO:    Setup exit code: 0x00009C47 (40007) - Required updates failed to download.
    03:05.330: INFO:    Scheduling upload to IE SQM server:
    http://sqm.microsoft.com/sqm/ie/sqmserver.dll
    03:10.337: ERROR:   SQM Upload failed while uploading "C:\Users\Default\AppData\Local\Microsoft\Windows\Temporary Internet Files\SQM\iesqmdata_setup0.sqm" with error: 2147500036
    03:10.337: INFO:    Cleaning up temporary files in: C:\WINDOWS\TEMP\IE13DC.tmp
    03:10.368: INFO:    Unable to remove directory C:\WINDOWS\TEMP\IE13DC.tmp, marking for deletion on reboot.
    03:10.368: INFO:    Released Internet Explorer Installer Mutex
    I've highlighted the failure sections
    Then on the same machine used the .exe file that was created by IEAK11 and it has worked. So why is the msi failing to download the prerequisites where the exe doesn't?

  • Not Widely Deploying the SCCM Console?

    Hello all -
    We are in the process of implementing SCCM 2012 R2 and the company I work for is fairly spread out, with lots of geographically dispersed locations and IT staff. Ideally we were looking to not deploy the SCCM console to these folks, but instead find
    ways to make the functionality work outside of it. A few examples are:
    All needed Collections based off AD Security Groups (tested this works)
    SCCM Remote Connection, pull out of the console (tested this works)
    I had a few questions based on this scenario:
    Is there any way to make the resource explorer accessible outside of the SCCM Console?
    Do a lot of people try and extrapolate the functionality out of SCCM like we are, or do most people deploy and train on the console?
    When we were just looking at the collections and remove connection, i'll admit that I was leaning towards not deploying the console. Once I found out folks needed the Resource Explorer I started to wonder if just deploying the console would be the best
    bet. I am worried we will keep finding these scenarios and it may been beneficial to just go the route of the console from the beginning. 
    I appreciate any feedback. Thanks.

    A couple of additional notes here. The console uses a "fat" RPC connection to the SMS Provider. This generally does not perform well over WAN links so if you truly have a very spread IT population of folks needing access to console, I highly
    recommend you use an RDSH solution.
    Next, resource explorer would be the last reason I would give anyone access to the console. It's a nice tool for sure, but you can get the exact same (and a whole lot more) information out of the reports. I'm not saying don't give them the console,
    just that resource explorer is not all that useful at the end of the day and can easily be replaced by reports.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • Weblogic rdms persistence 5.1.0 can not deploy

    hi this is rb
    we have the wl5.1 in nt and i am in Defcon 1 since i can not deploy
    with the deployerTool an entyty in this moment. The entity is ok,
    the fields of the data base are equals to the fields of the ejb,
    but i have this error:
    Persistence type WebLogic RDBMS Persistence 5.1.0 could not be
    initialized. Please report this problem to the vendor.
    Could not setup PersistenceType for bean 'null'.
    Error occurred while processing persistence type 'WebLogic RDBMS
    Persistence'.
    Due to the following underlying exceptions:
    sessionData
    Could anybody help me?
    thanks for advance.

    just now,I exam the OS firewall,i find it up.after I stop it via "service iptables stop"command,the console can access now!
    [root@dldzfp2 ~]# service iptables status
    Table: filter
    Chain INPUT (policy ACCEPT)
    num target prot opt source destination
    1 RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
    Chain FORWARD (policy ACCEPT)
    num target prot opt source destination
    1 RH-Firewall-1-INPUT all -- 0.0.0.0/0 0.0.0.0/0
    Chain OUTPUT (policy ACCEPT)
    num target prot opt source destination
    Chain RH-Firewall-1-INPUT (2 references)
    num target prot opt source destination
    1 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0
    2 ACCEPT icmp -- 0.0.0.0/0 0.0.0.0/0 icmp type 255
    3 ACCEPT esp -- 0.0.0.0/0 0.0.0.0/0
    4 ACCEPT ah -- 0.0.0.0/0 0.0.0.0/0
    5 ACCEPT udp -- 0.0.0.0/0 224.0.0.251 udp dpt:5353
    6 ACCEPT udp -- 0.0.0.0/0 0.0.0.0/0 udp dpt:631
    7 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 tcp dpt:631
    8 ACCEPT all -- 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
    9 ACCEPT tcp -- 0.0.0.0/0 0.0.0.0/0 state NEW tcp dpt:22
    10 REJECT all -- 0.0.0.0/0 0.0.0.0/0 reject-with icmp-host-prohibited
    [root@dldzfp2 ~]# service iptables stop
    Flushing firewall rules: [  OK  ]
    Setting chains to policy ACCEPT: filter [  OK  ]
    Unloading iptables modules: [  OK  ]

  • I used to beable to push firefox with sccm using setup.exe from the command line , this no longer works i want to be able to have a silent install run for all,

    In the past I have always created a deployment with sccm and installed firefox.exe with the /s switch from the command line what is the new switch for silent installation ?

    hello, have you tried it with the full installers that are available at https://www.mozilla.org/firefox/all yet?

  • Can not deploy Adobe CC with deployment Manager

    Hi,
    we are trying to deploy Adobe CC with SCCM 2012 R2. While the installation we are getting errors in the PDApp.log:
    01/07/15 14:59:30:028 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Build Version - 1.7.0.43
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Logging Level verbosity Set  to 4
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Executing immediate custom action for install mode.
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | The CustomActionData string is : mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:30:029 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 4196 | Successfully executed the immediate custom action for install mode .
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:461 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Executing the deferred custom action.
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Obtained the following as CustomActionData
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | mode=install;sourceDir=C:\WINDOWS\ccmcache\1d\;installDir=;origDB=C:\WINDOWS\ccmcache\1d\ Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:466 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Original database path is : C:\WINDOWS\ccmcache\1d\Adobe Creative Cloud Illustrator 2014.msi
    01/07/15 14:59:32:472 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | OptionXML saved at location :: C:\WINDOWS\TEMP\{C1921A81-A734-45BA-BE0B-E4440C3E2259}\\{CF57953C-5FB8-414D-AF1D-C555914C 4B73}
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Initializing Custom Action Data from parameters
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 3796 | Folder does not exist
    01/07/15 14:59:32:496 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Provisioning Tool path is (C:\WINDOWS\TEMP\{C1921A81-A734-45BA-BE0B-E4440C3E2259}\\{FF74F6C4-0D5C-43E0-98F2-5A9B0B3 FED97}).
    01/07/15 14:59:32:498 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to run the custom action for install mode
    01/07/15 14:59:32:498 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | STEP 1: Starting to parse Option XML.
    01/07/15 14:59:32:503 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Self-Update BootStrapper Relative Path doesn't exist.
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | No of updates found (1).
    01/07/15 14:59:32:504 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find Royalty Bearing attribute info.
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Number of Medias found = 1
    01/07/15 14:59:32:504 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Deployment Manager is running in Install Mode.
    01/07/15 14:59:32:508 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Deployment XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{DE6BF6FD-0D94-4F7D-86B5-6804037C B0D7}
    01/07/15 14:59:32:513 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Override XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{0B4F1D68-9714-494B-BF52-CCB490BD 2AF4}
    01/07/15 14:59:32:517 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find the pdb database.
    01/07/15 14:59:32:517 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to get the local payload database handle.
    01/07/15 14:59:32:517 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | STEP 2: Starting to launch ASU AAM.
    01/07/15 14:59:32:517 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Bootstrapper launch location is :: C:\WINDOWS\ccmcache\1d\ASU\Set-up.dat
    01/07/15 14:59:32:681 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Build Version - 8.0.1.12
    01/07/15 14:59:32:681 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:711 | [WARN] |  | ASU | OPM | OPM |  |  | 4388 | Failed in key1 generation
    01/07/15 14:59:32:711 | [WARN] |  | ASU | OPM | CryptEngine |  |  | 4388 | Failed in key1 generation
    01/07/15 14:59:32:747 | [WARN] |  | ASU | OPM | OPM |  |  | 4388 | Failed in key3List generation
    01/07/15 14:59:32:747 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 4388 | Failed in key3List generation
    01/07/15 14:59:32:749 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Schema version and schema compatibility version are same or greater than current
    01/07/15 14:59:32:773 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    01/07/15 14:59:32:773 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | No Record found for the input fields in opm_getValueForKey
    01/07/15 14:59:32:774 | [INFO] |  | ASU | OPM | OPM |  |  | 4388 | Released OPM refrence successfully in opm_freeLibRef
    01/07/15 14:59:32:840 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:840 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:849 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:850 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:850 | [WARN] |  | ASU | PIM | PIM |  |  | 4160 | Detected db journal file trying to repair it...
    01/07/15 14:59:32:850 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | trying to createOrUpdatePIMDbSchema.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Current db schema version on machine 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Current db schema version to install 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIM DB Schema is up to date. Current schema version is 2.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIM Database is Up To Date.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Sqlite 'Successfully' recovered from journal file.
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | PIMSqlite closeDB status 0
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Build Version - 2.8.1.451
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | Creating PIM instance for path: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    01/07/15 14:59:32:852 | [FATAL] |  | ASU | PIM | PIM |  |  | 4160 | Detected db journal file, Application is in corrupted state: C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp
    01/07/15 14:59:32:852 | [INFO] |  | ASU | PIM | PIM |  |  | 4160 | sqlite(pim.db) at path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp is already closed
    01/07/15 14:59:32:852 | [ERROR] |  | ASU | PIM | PIM |  |  | 4160 | Failed to create the pimLibraryRef
    01/07/15 14:59:32:852 | [ERROR] |  | ASU | PIM | PIM |  |  | 4160 | Successfully freed PIM object Array
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Build Version - 1.7.0.43
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:32:869 | [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The Bootstrapper Process is (62).Stopping the installation process.
    01/07/15 14:59:32:869 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to clean the partially installed payloads.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Undeployment XML created at path :: C:\WINDOWS\TEMP\{2C2F5292-0608-47D5-BCE2-3B2D1A59C1EC}\\{FEBD9916-0002-4AFE-9DE5-08A59CA0 479A}
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Starting to launch the Adobe Installer for uninstall mode.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Obtained Adobe Common Folder Path.
    01/07/15 14:59:32:874 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\Setup.exe
    01/07/15 14:59:32:993 | [INFO] |  | ASU | DeploymentManager | AAMEEUtilities |  |  | 3796 | Process creation completed.
    01/07/15 14:59:32:994 | [FATAL] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The return code from the Adobe Installer Process is (33).Stopping the uninstallation process.
    01/07/15 14:59:32:994 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to find the pdb database.
    01/07/15 14:59:32:994 | [WARN] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | Failed to get the local payload database handle.
    01/07/15 14:59:32:994 | [INFO] |  | ASU | DeploymentManager | Utilities |  |  | 3796 | Folder does not exist
    01/07/15 14:59:33:001 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Build Version - 8.0.0.143
    01/07/15 14:59:33:001 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Logging Level verbosity Set  to 4
    01/07/15 14:59:33:015 | [WARN] |  | ASU | OPM | OPM |  |  | 3796 | Failed in key1 generation
    01/07/15 14:59:33:015 | [WARN] |  | ASU | OPM | CryptEngine |  |  | 3796 | Failed in key1 generation
    01/07/15 14:59:33:046 | [WARN] |  | ASU | OPM | OPM |  |  | 3796 | Failed in key3List generation
    01/07/15 14:59:33:046 | [ERROR] |  | ASU | OPM | CryptEngine |  |  | 3796 | Failed in key3List generation
    01/07/15 14:59:33:048 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Schema version and schema compatibility version are same or greater than current
    01/07/15 14:59:33:077 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    01/07/15 14:59:33:078 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | No Record found for the input fields in opm_getValueForKey
    01/07/15 14:59:33:078 | [INFO] |  | ASU | OPM | OPM |  |  | 3796 | Released OPM refrence successfully in opm_freeLibRef
    01/07/15 14:59:33:100 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | Event Guid generated is: 'af2ccd85-1900-4b4e-b396-c2d165eb28df'
    01/07/15 14:59:33:103 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - No default proxy present on the user machine
    01/07/15 14:59:33:104 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - Failed to get proxy for the url, error:12006
    01/07/15 14:59:33:104 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | GetIEProxyInfo - proxy Url is
    01/07/15 14:59:33:561 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3240 | HTTP Request Status code 200.
    01/07/15 14:59:33:574 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | The http request returned HTTP_Status:0 HttpCommunicator error:0
    01/07/15 14:59:33:574 | [INFO] |  | ASU | DeploymentManager |  |  |  | 3796 | Waiting for the async thread to get the task completed
    01/07/15 14:59:33:581 | [INFO] |  | ASU | DeploymentManager |  |  |  | 4664 | Async thread is completed. Now exiting from function.
    01/07/15 14:59:33:625 | [INFO] |  | ASU | DeploymentManager | DeploymentManager |  |  | 3796 | The install workflow is terminating.
    Can anybody please help us?
    Thank you.
    Stefan

    Stefan,
    Possibly dumb question but are your installers built for the appropriate architecture (32-, 64-bit)? Adobe is pretty picky about that with CC.

  • Error 2000 - The server is not compatible with this deployment client

    I'm getting an error trying to deploy a composite. It works for everyone else on the team, and our configurations are the same (as far as we can tell). We've compared JDev version info.
    Any idea what I can try? Thank you.
    [12:57:48 PM] ---- Deployment started. ----
    [12:57:48 PM] Target platform is (Weblogic 10.3).
    [12:57:48 PM] Running dependency analysis...
    [12:57:48 PM] Building...
    [12:58:05 PM] Deploying profile...
    [12:58:06 PM] Wrote Archive Module to C:\pkgs\svn\mdm\trunk\src\DRM WDK Source Code\Workflows\DrmRequestWorkflowSelection\deploy\sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:06 PM] Deploying sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar to partition "default" on server soa_server1 [http://10.22.2.40:8001]
    [12:58:06 PM] Processing sar=/C:/pkgs/svn/mdm/trunk/src/DRM WDK Source Code/Workflows/DrmRequestWorkflowSelection/deploy/sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:06 PM] Adding sar file - C:\pkgs\svn\mdm\trunk\src\DRM WDK Source Code\Workflows\DrmRequestWorkflowSelection\deploy\sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:06 PM] Preparing to send HTTP request for deployment
    [12:58:06 PM] Creating HTTP connection to host:10.22.2.40, port:8001
    [12:58:06 PM] Sending internal deployment descriptor
    [12:58:06 PM] Sending archive - sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    [12:58:07 PM] Error deploying archive sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar to partition "default" on server soa_server1 [http://10.22.2.40:8001]
    *[12:58:07 PM] HTTP error code returned [2000]*
    *[12:58:07 PM] Error message from server:*
    The server is not compatible with this deployment client: please verify that the server is a SOA managed server and that its version is supported by this deployment client
    [12:58:07 PM] Check server log for more details.
    [12:58:07 PM] Error deploying archive sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar to partition "default" on server soa_server1 [http://10.22.2.40:8001]
    [12:58:07 PM] #### Deployment incomplete. ####
    [12:58:07 PM] Error deploying archive file:/C:/pkgs/svn/mdm/trunk/src/DRM WDK Source Code/Workflows/DrmRequestWorkflowSelection/deploy/sca_DrmRequestWorkflowSelectionComposite_rev3.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Edited by: J Keller on Jun 6, 2013 8:03 AM

    Can anyone reply plz???

  • I have Creative Suite 6 Design & Web Premium installed on my HP Windows 7 laptop. All of a sudden Acrobat Pro will not open and I cannot reinstall. Get errors 2203, & Error-Install MSI payload failed with error 1603. Help.

    I have not been able to reinstall Acrobat Pro on my laptop. I have Suite 6 Design & Web Premium on my HP laptop. I have Windows 7 operating system. All of a sudden Acrobat Pro will not open so I uninstalled and tried to reinstall the program.
    The error messages I get are:
    ERROR: Error 2203.Database: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error -2147287035.
    ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation.
    MSI Error message: Error 2203.atabase: C:\Windows\Installer\12102c.ipi. Cannot open database file. System error - 2147287035.
    ERROR: Third party payload installer AcroPro.msi failed with exit code: 1603
    Help PLEASE!

    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

  • EJB3.0 App deployed with warning:Object not found in lookup of JPA_DEFAULT

    Hi All ,
               I am working on NWCE7.1. I am deploying Enterprise Application DC wich is having
    1 . 3 EJB3.0 session DCs
    2.  1 JPA DC
    I am getting following warning in deployment. I have checked persistence.xml for jta-data-source , it is added. Still not working. I am getting this error after importing configuration(Track) for these DCs in my NWDS. Earlier build n deployment was working in other NWDS on other PC.
    --- Deploying file(s):
         D:\NWDS7.1\workspace.jdi\4\DCs\asianpaints.com\erecapp\_comp\gen\default\deploy\asianpaints.com~erecapp.ear
    --- Status:
         Deploy finished with warnings.
    --- Description:
                S U M M A R Y
    ~~~~~~~~~~~~~~~~~~~
    Successfully deployed:           0
    Deployed with warnings:           1
    Failed deployments:                0
    ~~~~~~~~~~~~~~~~~~~
    1. File:D:\NWDS7.1\workspace.jdi\4\DCs\asianpaints.com\erecapp\_comp\gen\default\deploy\asianpaints.com~erecapp.ear
         Name:erecapp
         Vendor:asianpaints.com
         Location:J2N_ERECTT_D
         Version:20090217100038
         Deploy status:Warning
         Version:HIGHER
         Description:
              1. Exception has been returned while the 'asianpaints.com/erecapp' was starting. Warning/Exception :
    [ERROR CODE DPL.DS.6193] Error while ; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: [ERROR CODE DPL.DS.5030] Clusterwide exception: server ID 6358450:com.sap.engine.services.orpersistence.container.deploy.ActionException: [ERROR CODE DPL.DS.5030] Clusterwide exception: com.sap.engine.services.jndi.persistent.exceptions.NameNotFoundException: Object not found in lookup of JPA_DEFAULT.
         at com.sap.engine.services.jndi.implserver.ServerContextImpl.lookup(ServerContextImpl.java:584)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:343)
         at com.sap.engine.services.jndi.implclient.ClientContext.lookup(ClientContext.java:637)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at javax.naming.InitialContext.lookup(InitialContext.java:351)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initDataSources(ComplexModuleCreator.java:344)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initRuntimeModels(ComplexModuleCreator.java:230)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.createModule(ComplexModuleCreator.java:154)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.execute(ComplexModuleCreator.java:84)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexActionAdapter.execute(ComplexActionAdapter.java:34)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ApplicationCreator.execute(ApplicationCreator.java:74)
         at com.sap.engine.services.orpersistence.container.deploy.impl.PersistenceContainer.prepareStart(PersistenceContainer.java:187)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initDataSources(ComplexModuleCreator.java:360)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.initRuntimeModels(ComplexModuleCreator.java:230)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.createModule(ComplexModuleCreator.java:154)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexModuleCreator.execute(ComplexModuleCreator.java:84)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ComplexActionAdapter.execute(ComplexActionAdapter.java:34)
         at com.sap.engine.services.orpersistence.container.deploy.impl.ApplicationCreator.execute(ApplicationCreator.java:74)
         at com.sap.engine.services.orpersistence.container.deploy.impl.PersistenceContainer.prepareStart(PersistenceContainer.java:187)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepareCommon(StartTransaction.java:219)
         at com.sap.engine.services.deploy.server.application.StartTransaction.prepare(StartTransaction.java:179)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:420)
         at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:445)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.super_MakeAllPhases(ParallelAdapter.java:337)
         at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhasesImpl(StartTransaction.java:550)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:251)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:392)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3389)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3375)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3278)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:3251)
         at com.sap.engine.services.dc.lcm.impl.J2EELCMProcessor.doStart(J2EELCMProcessor.java:99)
         at com.sap.engine.services.dc.lcm.impl.LifeCycleManagerImpl.start(LifeCycleManagerImpl.java:62)
         at com.sap.engine.services.dc.cm.deploy.impl.LifeCycleManagerStartVisitor.visit(LifeCycleManagerStartVisitor.java:34)
         at com.sap.engine.services.dc.cm.deploy.impl.DeploymentItemImpl.accept(DeploymentItemImpl.java:83)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcessLCMDeplItem(DefaultDeployPostProcessor.java:80)
         at com.sap.engine.services.dc.cm.deploy.impl.DefaultDeployPostProcessor.postProcess(DefaultDeployPostProcessor.java:56)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doPostProcessing(DeployerImpl.java:741)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.performDeploy(DeployerImpl.java:732)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.doDeploy(DeployerImpl.java:576)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:270)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImpl.deploy(DeployerImpl.java:192)
         at com.sap.engine.services.dc.cm.deploy.impl.DeployerImplp4_Skel.dispatch(DeployerImplp4_Skel.java:875)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:351)
         at com.sap.engine.services.rmi_p4.server.ServerDispatchImpl.run(ServerDispatchImpl.java:70)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:62)
         at com.sap.engine.services.rmi_p4.P4Message.execute(P4Message.java:37)
         at com.sap.engine.services.cross.fca.FCAConnectorImpl.executeRequest(FCAConnectorImpl.java:877)
         at com.sap.engine.services.rmi_p4.P4Message.process(P4Message.java:53)
         at com.sap.engine.services.cross.fca.MessageReader.run(MessageReader.java:58)
         at com.sap.engine.core.thread.execution.Executable.run(Executable.java:108)
         at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:304)
    Result
    Status:Warning

    You have to give an explicit data source in your persistence.xml to solve this error normaly.
    <persistence version="1.0" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
         <persistence-unit name="YOUR_UNIT">
        <jta-data-source>DSNAME</jta-data-source>
    Frank

  • - 0 fatal error(s), 3 error(s)     ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 -----------  ERROR: Key not valid for use in specified state.    ERROR: Install MSI payload failed with error: 1603 - Fatal error durin

    I keep getting this error code when trying to download         
    - 0 fatal error(s), 3 error(s) ----------- Payload: Adobe Photoshop Lightroom 5 5.6.0.0 Adobe_Lightroom_x64.msi_5.6 ----------- ERROR: Key not valid for use in specified state. ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Key not valid for use in specified state. ERROR: Third party payload installer Adobe_Lightroom_x64.msi failed with exit code: 1603

    Generally this error happens because of an encrypted folder or insufficient permissions on that folder: http://support.microsoft.com/kb/834484 (MS Explanation)
    Adobe has a page here: Error 1603: A fatal error occurred during installation

Maybe you are looking for