OLT Unexpected Agent exit. Code = 0 - JavaAgent Issue

Hi!
I have OATS 9.10.0182 installed on a single machine. I have created a load test and have been attempting to execute it, however, I am seeing the following error in the Watch VU Grid shortly after I attempt to run the load test: Unexpected Agent exit. Code = 0*
For the purposes of a simple test, I set the parameters to 1 VU.
I examined the java_agent.log and found the stack trace below. I have verified that the OATS server is deployed an running (via checking the WLS admin console). The problem, I think, is that the URL in the stack trace is the canonical name for the local server (cwolfe2.lpasystems.com) which the DNS servers don't know (on the network I am on). I would like to replace the canonical name with the "localhost" name; however, I don't see any configuration file/parameters that would allow me to do that.
Does anyone have any experience that would indicate that it is possible to configure the system to NOT use the canonical name?
Thanks in advance!
Chris
STACKTRACE from java_agent.log:
2010-05-27 10:21:03 ERROR [Main Thread][oracle.oats.jagent.applications.eload.Application] Exception
javax.naming.CommunicationException [Root exception is java.net.ConnectException: t3://cwolfe2.lpasystems.com:8088: Destination unreachable; nested exception is:
     java.net.ConnectException: Connection refused: connect; No available router to destination]
     at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:40)
     at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:783)
     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:365)
     at weblogic.jndi.Environment.getContext(Environment.java:315)
     at weblogic.jndi.Environment.getContext(Environment.java:285)
     at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
     at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
     at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
     at javax.naming.InitialContext.init(InitialContext.java:223)
     at javax.naming.InitialContext.<init>(InitialContext.java:197)
     at oracle.oats.server.jndi.JndiLookup.createInitialContextInternal(JndiLookup.java:271)
     at oracle.oats.server.jndi.JndiLookup.createInitialContext(JndiLookup.java:151)
     at oracle.oats.jagent.cntlproxy.AgentVUsManagerImpl.init(AgentVUsManagerImpl.java:952)
     at oracle.oats.jagent.EntryPoint.start(EntryPoint.java:138)
     at oracle.oats.jagent.EntryPoint.main(EntryPoint.java:164)
     at oracle.oats.jagent.applications.eload.Application.runMain(Application.java:40)
     at oracle.oats.jagent.applications.common.JAgentApplication.run(JAgentApplication.java:26)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:574)
     at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:195)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
     at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
     at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
     at org.eclipse.core.launcher.Main.run(Main.java:977)
     at org.eclipse.core.launcher.Main.main(Main.java:952)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at oracle.oats.jagent.EntryPointWrapper.main(Unknown Source)
Caused by: java.net.ConnectException: t3://cwolfe2.lpasystems.com:8088: Destination unreachable; nested exception is:
     java.net.ConnectException: Connection refused: connect; No available router to destination
     at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:216)
     at weblogic.rjvm.RJVMFinder.findOrCreate(RJVMFinder.java:170)
     at weblogic.rjvm.ServerURL.findOrCreateRJVM(ServerURL.java:153)
     at weblogic.jndi.WLInitialContextFactoryDelegate$1.run(WLInitialContextFactoryDelegate.java:344)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:147)
     at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:339)
     ... 37 more
Caused by: java.rmi.ConnectException: Destination unreachable; nested exception is:
     java.net.ConnectException: Connection refused: connect; No available router to destination
     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:464)
     at weblogic.rjvm.ConnectionManager.bootstrap(ConnectionManager.java:315)
     at weblogic.rjvm.RJVMManager.findOrCreateRemoteInternal(RJVMManager.java:251)
     at weblogic.rjvm.RJVMManager.findOrCreate(RJVMManager.java:194)
     at weblogic.rjvm.RJVMFinder.findOrCreateRemoteServer(RJVMFinder.java:238)
     at weblogic.rjvm.RJVMFinder.findOrCreateInternal(RJVMFinder.java:200)
     ... 43 more

Hi,
From my experience, I solved the unexpected agent exit issue with :
1) Change the Oracle Load Testing Agent Authentication Manager password by going to Start | Programs | Oracle Application Testing Suite | Tools | Oracle Load Testing Agent Authentication Manger.
2) Increase the JVM memory setting. Login to Oracle Load Testing, Tools | Options | Scenario Defaults | Java Client Preferences, and change the Maximum JVM Heap Size.
Rgds.

Similar Messages

  • OLT agent exit codes (51)

    Is there an OLT agent exit code list (with explanations)?
    We're getting code 51, it's not mentioned in the OLT manual so we don't really know what to do...

    Hi All,
    I am also facing the same issue.

  • Orphaned Agent Error - Unexpected Agent Exit. Code = 128

    Hello,
    I am currently running tests using the Load Testing Tool bundled with Oracle Application Testing Suit, to run performance tests for a web services application. Everything was running smoothly until I tried to run a total of 2000 users (200 users across 10 agent machines), which started to cause the tool to return "Orphaned Agent" errors ("Unexpected Agent exit. Code = 128" or "Unexpected Agent exit. Code = 1"). The Orphaned Agent errors aren't occuring right away, after user ramp up, it can be another 5 minutes or so before they are actually occuring. CPU and memory usage on the agent machines is not being maxed out (approx 30% usage).
    I am using build 8.50.0260 of OATS.
    I have checked the EmpStart.log file, and I am getting the following exception:
    ERROR [EmpStartMain] oracle.oats.empstart.PortListener
    java.io.EOFException
    at java.io.DataInputStream.readInt(Unknown Source)
    at oracle.oats.utilities.DHAgreementHelper.performKeyAgreement(DHAgreementHelper.java:159)
    at oracle.oats.utilities.SecureServerSocket.accept(SecureServerSocket.java:41)
    at oracle.oats.empstart.PortListener.readFromSocket(PortListener.java:121)
    at oracle.oats.empstart.PortListener.run(PortListener.java:84)
    at java.lang.Thread.run(Unknown Source)
    ERROR [EmpStartMain] oracle.oats.empstart.PortListener
    java.net.SocketException: Software caused connection abort: socket write error
    at java.net.SocketOutputStream.socketWrite0(Native Method)
    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    at java.net.SocketOutputStream.write(Unknown Source)
    at java.io.DataOutputStream.write(Unknown Source)
    at java.io.FilterOutputStream.write(Unknown Source)
    at oracle.oats.utilities.DHAgreementHelper.performKeyAgreement(DHAgreementHelper.java:156)
    at oracle.oats.utilities.SecureServerSocket.accept(SecureServerSocket.java:41)
    at oracle.oats.empstart.PortListener.readFromSocket(PortListener.java:121)
    at oracle.oats.empstart.PortListener.run(PortListener.java:84)
    at java.lang.Thread.run(Unknown Source)
    Hopefully someone can point me in the right direction :)
    Michael

    Hi Alex,
    Thank-you for your prompt response. I reduced the number of agents I was using to 5, with 400 users on each (2000 users total). I then changed the Tools > Options > Scenario Defaults to use Java Mode and updated the maximum heap size to both 512 and 1024, however the error still occurs.
    Here is the log from one of the agent machines
    INFO | jvm 1 | 2009/11/24 15:47:38 | INFO [AgentProcess] Launched process 3753803 for agent agId12902_rnd1409932225
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [AgentProcess] Exited process 3753803 for agent agId12902_rnd1409932225
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [ProcessRunner] Agent x33620:1099:queue/AgentPoolNotificationQueue:agId12902_rnd1409932225 exited, code = 128
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Messenger Loaded....
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Try server=x33620:1099 queue=queue/AgentPoolNotificationQueue
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Got ConnectionFactory
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Got queue queue/AgentPoolNotificationQueue
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Created queue connection.
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Created queue session.
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Connected to server=x33620:1099 queue=queue/AgentPoolNotificationQueue
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Try server=x33620:1099 queue=queue/AgentPoolNotificationQueue
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Got ConnectionFactory
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Got queue queue/AgentPoolNotificationQueue
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Created queue connection.
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Created queue session.
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Messenger] Connected to server=x33620:1099 queue=queue/AgentPoolNotificationQueue
    INFO | jvm 1 | 2009/11/24 15:52:03 | INFO [Request] [Host:x33620;Port:1099;Requestor ID:null;Requestor Key:JBOSS-x33620-1099;Requestor Queue:queue/AgentPoolNotificationQueue;Request ID:131;Request:stopagent;] - authentication successfull
    INFO | jvm 1 | 2009/11/24 15:52:03 | ERROR [EmpStartMain] Unknown agent ID: agId12902_rnd1409932225
    So it looks as though the memory is OK, however, for some reason half-way through the test the agent ID becomes unknown. This error is the same across all the agents.
    Thanks in advance,
    Michael

  • Maven - ERROR: Maven JVM terminated unexpectedly with exit code 0

    Hi All,
    I have written pom.xml for auto deployment process between hudson and deployment servers.
    The script which i return its working perfectly i can see the application in web logic server. The application has been deployed in the web logic server. No issues that.
    All the remaining task is also very well working in the servers but the build is failing as **failed** by saying the below error in hudson
    [ServerConnectionImpl.close():332] : Closing DM connection
    [ServerConnectionImpl.close():352] : Unregistered all listeners
    [ServerConnectionImpl.closeJMX():372] : Closed JMX connection
    [ServerConnectionImpl.closeJMX():384] : Closed Runtime JMX connection
    [ServerConnectionImpl.closeJMX():396] : Closed Edit JMX connection
    **ERROR: Maven JVM terminated unexpectedly with exit code 0**
    Sending e-mails to: [email protected]
    Finished: FAILURE
    I dont why like this happening in the maven.
    Here is my maven opts set in Hudson server.
    Maven_OPTS : -Xms256m -Xmx1024m -XX:MaxPermSize=512m
    kindly help me to resolve this issue. Thanks in advance.
    Regards,
    Rocky.

    Hi Sir,
    Please try the following items:
    1. if ther is anti-virus installed , please uninstall it temporarily
    2. run  " sfc /scannow "
    3. keep windows up-to-date
    4. if you updated some hardware driver please roll it back
    5. if the issue persists , please use windows installation media to perform inplace-upgrade for the system
    Also please refer to reinstall C++ runtime within the similar thread:
    https://social.technet.microsoft.com/Forums/windows/en-US/bf69eeff-24c4-499f-b280-b6a3098f4f9f/problem-with-msvcrtdll-version-70760117744?forum=w7itprogeneral
    Best Regards,
    Elton Ji
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected] .

  • Network Installer has quit due to an unexpected error. (exit code 133)

    Hi guys. Our school just purchased some new 1.83 Intel Mac minis, and I'm trying to image them using our Powermac (running server 10.4.9). The minis won't boot from the net install image though, the spinning wheel just spins under the grey apple icon.
    If I boot in verbose mode I get this error:
    The Network Installer has quit due to an unexpected error. (exit code 133)
    Please restart your computer.
    The net image was created using one of the mac mini's as the master (i.e. off their installation discs + a few extra programs). I've used this process with all our other ppc macs and had no troubles.
    Any ideas?

    I'm getting the same error in verbose mode. I've made an image from an Intel iMac. My server, though, an Xserve, is running 10.4.8. I think the only difference (and I've gotten past images to work fine) is that I updated the Intel iMac to 10.4.9 in the new image.
    What's going on? I've made close to 5 images and each one, the same error.

  • TF270015 MSTest.exe returned an unexpected exit code when publishing results of test run

    Hello, I have a problem only with one of my three build servers.
    The build log is the follow:
    Publishing results of test run tfsbuild@HXCI07 2013-01-29 07:41:05_Any CPU_Release to
    http://server.domain.com:8080/tfs/Rivendell...
    .Value does not fall within the expected range.
    Publish failed or canceled.
    00:00
    Handle MSTest Exception
     TF270015: 'MSTest.exe' returned an unexpected exit code. Expected '0'; actual '1'.
    It's very strange because I have 3 build server with the same configuration and only this has the problem with publishing test results.
    My server: TFS 2010 SP1
    Can somebody help me?
    Thanks,
    EriC#

    Hi Eric, 
    Thanks for your reply.
    If you can run the same builds on another Build Service without this error, it seems that this issue relate to your current Build Service. So you can try to restart this Build Service(in TFS Admin Console), then compare if there’s
    some specific difference between the current build agent machine and another build agent machine(configured in another Build Service).
    To clean the TFS 2010 Cache and restart TFS Server, please refer to the following steps(delete the content of the folder only, not the cache folder itself):
    Clean the Cache folder on client computer. The folder path is: C:\Users\username(Team Explorer user name)\AppData\Local\Microsoft\Team Foundation\3.0\Cache. (os: Windows Server 2008 R2)
    Clean the Cache folder on Server machine. The folder path is:
    C:\ProgramData\Microsoft\Team Foundation\Web Access\Cache_v10.0.
    (os: Windows Server 2008 R2)
    After cleaned, on Server machine, click
    Start and select Run… to open the dialog box, then input
    iisreset.exe and click OK, wait it run completely.
    John Qiao [MSFT]
    MSDN Community Support | Feedback to us
    Develop and promote your apps in Windows Store
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.
    YES!!!! Cleaning the build server
    cache solved the
    problem! Thanks John!
    EriC#

  • Exception Message: TF270015: 'MSBuild.exe' returned an unexpected exit code. Expected '0'; actual '1'. See the build logs for more details. (type UnexpectedExitCodeException)

    Hi all,
    I have TFS2012 and run several projects.
    We encounterwed with such an error while using Build server.
    Overall Build Process
    Initial Property Values
    AgentSettings = Use agent where Name=* and Tags is empty; Max Wait Time: 04:00:00
    BinariesSubdirectory = 
    ConfigurationFolderPath = $/CTI/DEV/DEV_INT/source/TeamBuildTypes/EPhone_DIT
    DoNotDownloadBuildType = False
    LogFilePerProject = False
    MSBuildArguments = 
    MSBuildPlatform = Auto
    RecursionType = OneLevel
    SourcesSubdirectory = 
    TestResultsSubdirectory = 
    Verbosity = Diagnostic
    00:00
    Get the Build
    00:00
    Update Build Number
    Initial Property Values
    BuildNumberFormat = $(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)
    Final Property Values
    BuildNumberFormat = $(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)
    Result = Ephone_DIT_Deploy_20150424.1
    01:56
    Run On Agent (reserved build agent U4VMDWODBDEV03 - Agent1)
    Initial Property Values
    MaxExecutionTime = 00:00:00
    MaxWaitTime = 04:00:00
    ReservationSpec = Name=*, Tags=
    00:00
    Get the Build Directory
    Initial Property Values
    Result = d:\temp\217\CTI\Ephone_DIT_Deploy
    01:53
    If Not String.IsNullOrEmpty(ConfigurationFolderPath)
    Initial Property Values
    Condition = True
    01:53
    Run TfsBuild for Configuration Folder
    Initial Property Values
    BinariesSubdirectory = 
    BuildDirectory = d:\temp\217\CTI\Ephone_DIT_Deploy
    CommandLineArguments = 
    ConfigurationFolderPath = $/CTI/DEV/DEV_INT/source/TeamBuildTypes/EPhone_DIT
    DoNotDownloadBuildType = False
    LogFilePerProject = False
    MaxProcesses = 1
    NodeReuse = False
    RecursionType = OneLevel
    SourcesSubdirectory = 
    TargetsNotLogged = 
    TestResultsSubdirectory = 
    ToolPath = 
    ToolPlatform = Auto
    Verbosity = Diagnostic
    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe /nologo /noconsolelogger "d:\temp\217\CTI\Ephone_DIT_Deploy\BuildType\TFSBuild.proj" /m:1 /nr:False "@d:\temp\217\CTI\Ephone_DIT_Deploy\BuildType\TfsBuild.rsp" 
    00:08
    Getting sources
    00:02
    Labeling sources
    00:19
    Built $/CTI/DEV/DEV_INT/source/TeamBuildTypes/EPhone_DIT/TFSBuild.proj for target(s) CompileConfiguration.
    00:19
    Built $/CTI/DEV/DEV_INT/source/TeamBuildTypes/EPhone_DIT/TFSBuild.proj for target(s) CompileSolution.
    00:19
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.sln for default targets.
    00:05
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/CTIException/CTIException.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
    00:01
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/CTIException/CTIException.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:10
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone/Communications.Softphone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/CTIException/CTIException.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:01
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol.Proxy/Communications.Protocol.Proxy.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol.CTIOS/Communications.Protocol.CTIOS.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/CTIException/CTIException.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone.DelphiCallConn/Communications.Protocol.DelphiCallConn.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
    00:05
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:02
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/ChannelIntegrator/ChannelIntegrator.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.EnterpriseServices.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.Web.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.EnterpriseServices.dll' targets a different processor
     CSC: Assembly generation -- Referenced assembly 'System.Web.dll' targets a different processor
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.Workflow.Interface/EPhone.Workflow.Interface.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
    00:02
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Workflow/EPhone.Workflow.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.Workflow.Interface/EPhone.Workflow.Interface.csproj for default targets.
    00:01
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneReporting/EPhoneReporting.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.Workflow.Interface/EPhone.Workflow.Interface.csproj for default targets.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.DataModel.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.DataModel.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Workflow.Targets (121): Compilation failed. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneReporting/EPhoneReporting.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneCallback/EPhoneCallback.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.Workflow.Interface/EPhone.Workflow.Interface.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Workflow/EPhone.Workflow.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol.CTIOS/Communications.Protocol.CTIOS.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone.DelphiCallConn/Communications.Protocol.DelphiCallConn.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol.Proxy/Communications.Protocol.Proxy.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/ChannelIntegrator/ChannelIntegrator.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.Workflow.Interface/EPhone.Workflow.Interface.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneReporting/EPhoneReporting.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Workflow/EPhone.Workflow.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneCallback/EPhoneCallback.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneUserControl/EPhoneUserControl.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone/Communications.Softphone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/CTIException/CTIException.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/ChannelIntegrator/ChannelIntegrator.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneMarcomApplication/EPhoneMarcomApplication.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneUserControl/EPhoneUserControl.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneCallbackApplication/EPhoneCallbackApplication.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneUserControl/EPhoneUserControl.csproj for default targets.
    00:02
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneQueView/EPhoneQueView.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.DataModel.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
     C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Microsoft.Common.targets (1605): There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "d:\temp\217\CTI\Ephone_DIT_Deploy\Binaries\Debug\EPhone.dll",
    "x86". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take
    a dependency on references with a processor architecture that matches the targeted processor architecture of your project.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Tests/Ephone.Tests.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/ChannelIntegrator/ChannelIntegrator.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone/Communications.Softphone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Tests.CallGenerator/EPhone.Tests.CallGenerator.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone/Communications.Softphone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol.CTIOS.TestRunner/Communications.Protocol.CTIOS.TestRunner.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol/Communications.Protocol.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/CTIException/CTIException.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Protocol.CTIOS.TestRunner/Communications.Protocol.CTIOS.TestRunner.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Tests.CallGenerator/EPhone.Tests.CallGenerator.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Tests.Runner/Ephone.Tests.Runner.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Ephone.Tests/Ephone.Tests.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhoneIDD/EPhoneIDD.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/Communications.Softphone/Communications.Softphone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone.DataModel/EPhone.DataModel.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/EPhone/EPhone.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/ChannelIntegratorTest/ChannelIntegratorTest.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/Common/Common.csproj for default targets.
    00:00
    Built $/CTI/DEV/DEV_INT/source/EPhone/Development/EPhone/ChannelIntegrator/ChannelIntegrator/ChannelIntegrator.csproj for default targets.
     CSC: Assembly generation -- Referenced assembly 'System.Data.dll' targets a different processor
    MSBuild Log File
    00:08
    Generating list of changesets
    00:20
    Built Skins\SkinEPhone.cs for default targets.
     Skins\SkinEPhone.cs (3838): The member 'EPhone.SkinEPhone._txtOrderNumber_TextChanged(object, System.EventArgs)' does not hide an inherited member. The new keyword is not required. [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneUserControl\EPhoneUserControl.csproj]
     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3201): Unable to apply publish properties for item "microsoft.vbe.interop". [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneWinForm\EPhoneWinForm.csproj]
     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3201): Unable to apply publish properties for item "stdole". [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneWinForm\EPhoneWinForm.csproj]
     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (4513): Item 'Microsoft.Net.Framework.3.5' could not be located in 'C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\'. [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneWinForm\EPhoneWinForm.csproj]
     Skins\SkinEPhone.cs (3838): The member 'EPhone.SkinEPhone._txtOrderNumber_TextChanged(object, System.EventArgs)' does not hide an inherited member. The new keyword is not required. [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneUserControl\EPhoneUserControl.csproj]
     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3201): Unable to apply publish properties for item "microsoft.vbe.interop". [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneWinForm\EPhoneWinForm.csproj]
     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (3201): Unable to apply publish properties for item "stdole". [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneWinForm\EPhoneWinForm.csproj]
     C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets (4513): Item 'Microsoft.Net.Framework.3.5' could not be located in 'C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\Bootstrapper\'. [d:\temp\217\CTI\Ephone_DIT_Deploy\Sources\EPhoneWinForm\EPhoneWinForm.csproj]
     C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\TeamBuild\Microsoft.TeamFoundation.Build.targets (1740): TF201077: The work item type Bug cannot be found. It may have been renamed or destroyed.
     C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\TeamBuild\Microsoft.TeamFoundation.Build.targets (1740): The "CreateNewWorkItem" task failed unexpectedly.
    Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeDeniedOrNotExistException: TF201077: The work item type Bug cannot be found. It may have been renamed or destroyed.
       at System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary`2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout)
       at System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary`2 inputs, TimeSpan timeout, WorkflowInstanceExtensionManager extensions)
       at Microsoft.TeamFoundation.Build.Tasks.WorkflowTask.ExecuteInternal()
       at Microsoft.TeamFoundation.Build.Tasks.Task.Execute()
       at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
       at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__20.MoveNext()
    00:03
    Creating work item
     Exception Message: TF270015: 'MSBuild.exe' returned an unexpected exit code. Expected '0'; actual '1'. See the build logs for more details. (type UnexpectedExitCodeException)
    Exception Stack Trace:    at System.Activities.Statements.Throw.Execute(CodeActivityContext context)
       at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
       at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)
    Final Property Values
    BinariesSubdirectory = 
    BuildDirectory = d:\temp\217\CTI\Ephone_DIT_Deploy
    CommandLineArguments = 
    ConfigurationFolderPath = $/CTI/DEV/DEV_INT/source/TeamBuildTypes/EPhone_DIT
    DoNotDownloadBuildType = False
    LogFilePerProject = False
    MaxProcesses = 1
    NodeReuse = False
    RecursionType = OneLevel
    SourcesSubdirectory = 
    TargetsNotLogged = 
    TestResultsSubdirectory = 
    ToolPath = 
    ToolPlatform = Auto
    Verbosity = Diagnostic
    Final Property Values
    Condition = True
    Final Property Values
    MaxExecutionTime = 00:00:00
    MaxWaitTime = 04:00:00
    ReservationSpec = Name=*, Tags=
    Result = U4VMDWODBDEV03 - Agent1 (vstfs:///Build/Agent/217)
    Final Property Values
    AgentSettings = Use agent where Name=* and Tags is empty; Max Wait Time: 04:00:00
    BinariesSubdirectory = 
    ConfigurationFolderPath = $/CTI/DEV/DEV_INT/source/TeamBuildTypes/EPhone_DIT
    DoNotDownloadBuildType = False
    LogFilePerProject = False
    MSBuildArguments = 
    MSBuildPlatform = Auto
    RecursionType = OneLevel
    SourcesSubdirectory = 
    TestResultsSubdirectory = 
    Verbosity = Diagnostic
    Please have a look and guide where to find a problem
    Thanks ahead

    Hi Hooi,
    I'd like to know whether you can build successfully in your local machine with MSBuild. You have to build succeed with MSBuild beore you can build with TFS Build since TFS build use MSBuild as its default compiler.
    From the error message, you might build with wrong platform for your project. Please check if the build platfrom is proper. If you have customization of your build process template, it would be better to elaborate the reproduce steps and customization details.
    Best regards,

  • SSIS package fails in sql server agent wirh 'Process exit code "-532459699" runs fine when run independantly

    I have a SSIS package that fails when running via sql server agent.  I can successfully run it from BIDS.    I have created a proxy account that is in the local server administrators group and is sysadmin.  SQL Server Agent and SQL
    Server Integration Services  are running under the same account,
    following the the error message:
    Error: 2014-02-07 10:29:12.59
       Code: 0xC0029151
       Source: Execute De-linking Execute Process Task
       Description: In Executing "d:\cie\files\working\9426\PowerpointConsole.exe" " 60.ppt" at "d:\cie\files\working\9426", The process exit code was "-532459699" while the expected was "0".
    End Error
    This package ran successfully on a different server running windows 2003 and sql server 2008 r2.  The new environment is windows 7 with sql server 2008 r2.

    Hi Gaileg,
    As Abhinav said, to check whether it is a 32-bit/64-bit issue, please check whether the package runs in 32-bit runtime mode or 64-bit runtime mode in BIDS by checking the Run64bitRuntime property of the project. Then, make sure the package runs in the same
    runtime mode in the SQL Server Agent job by checking or unchecking the “Use 32 bit runtime” option for the Execution options of the job step.
    If it is not the issue, please create another job that uses a CmdExec type job step to call the executable “D:\cie\files\working\9426\PowerpointConsole.exe”. If this job also fails, the issue is actually occurs because of the issue between executable and
    SQL Server Agent rather than the SSIS package itself.
    Regards,
    Mike Yin
    TechNet Community Support

  • Server Intelligence Agent: server ... stopped with exit code = 143 (0x8f)

    Every day I get these messages* in the system event log:
    (*=The messages are translated and might not exactly match the messages in English)
    [Node name: Misserver]
    [User name: SYSTEM]
    Server Intelligence Agent: server MISSERVER.MultiDimensionalAnalysisServicesServer has started.
    [Node name: Misserver]
    [User name: SYSTEM]
    Server Intelligence Agent: server MISSERVER.MultiDimensionalAnalysisServicesServer has stopped unexpectedly.
    [Node name: Misserver]
    [User name: SYSTEM]
    Server Intelligence Agent: ( MISSERVER.MultiDimensionalAnalysisServicesServer has stopped with exit code = 143 (0x8f).
    I get the same messages for the AdaptiveProcessingServer.
    Can anyone tell me
    what the value (143) of this exitcode indicates?
    How to resolve the problem?

    SAP Service Market place : [https://websmp107.sap-ag.de/]
    SAP Support Portal
    Tab Help & Support
    Number 1340061 (>>)-button

  • I have an issue installing photoshop CC trial, I currently have elements and wanted to see the differences before buying, when installing through the creative cloud app I get the error message  Exit Code: 7 Please see specific errors below for troubleshoo

    I have an issue installing photoshop CC trial, I currently have elements and wanted to see the differences before buying, when installing through the creative cloud app I get the error message  Exit Code: 7 Please see specific errors below for troubleshooting. For example,  ERROR: DW041 ...   -------------------------------------- Summary --------------------------------------   - 0 fatal error(s), 1 error(s)
    ERROR: DW041: INSTALLDIR Volume D:\ doesn't exist.  -------------------------------------------------------------------------------------  System Requirements  and it will not install, It says cant find the path D: im not sure why because as far as I can see its set to install on drive C: which is where I want it!

    Exit Code: 6, Exit Code: 7 Installation Errors - http://helpx.adobe.com/creative-suite/kb/errors-exit-code-6-exit.html
    Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html for information on how to review your installation logs

  • I get Exit code 15  issue on CS installation, should I use the CS6 Cleaner Tool?

    Upon startup the CS6 Beta would pop up the error that the sniffer_gpu.exe stopped working, and would not open.  I updated my graphics card drivers suspecting an OpenGL issue, but that didn't solve my problem.
    I then uninstalled CS6 via the control panel, and attempted to reinstall hoping that would fix things, but 2% into the process the installation fails with the following error:  Inconsistency in the installer database - please restart your computer and install again.
    There is a link to an error summary file, which reads:
    Exit Code: 15
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 0 error(s), 0 warning(s)
    I have restarted and retried the process several times after cleaning the registry with the same results. 
    Does the normal Creative Suite Cleaner work for this release?  I haven't run it to find out as I have CS5.5 installed, and would rather not screw that one up as well.
    Thanks for any help I can get.
    Regards,
    Joel

    Hi,
    We are tracking this issue at: http://forums.adobe.com/thread/978912?tstart=30.
    I will lock this particular thread and forward your issue to the installation guys . They will check the link above for your information and get back to you there.
    I suggest you copy your issue there and an intstallation expert can help determine if the cleanter tool is appropriate for your situation.
    Please note whether it is a MAC or PC and what OS you are running.
    Thanks and sorry you are having issues.
    Pattie

  • Captivate 5 Installation Issues - Exit Code 7

    I have been trying to install Captivate 5 in Windows Vista SP1 32-bit and have been getting the following message:
    Exit Code: 7
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 27 error(s), 30 warning(s)
    WARNING: The payload with AdobeCode:  {8E355243-1A34-4EE8-A743-C166E68CF5C0} has recommended dependency on:
    WARNING:         Family: Adobe Web Suite CS5
    WARNING:         ProductName: Adobe Media Encoder CS5 X64
    WARNING:         MinVersion: 0.0.0.0
    WARNING:         This dependency is not satisfied, because this payload is x64 and is not supported on this machine.
    WARNING:         Removing this payload from the dependency list.
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    WARNING: Payload cannot be installed due to dependent operation failure
    ERROR: MsiConfigureProductEx failed with error: 1601
    ERROR: The following payload errors were found during install:
    ERROR:  - Adobe CSXS Infrastructure CS5: Install failed
    ERROR:  - Microsoft_VC90_ATL_x86: Install failed
    ERROR:  - Microsoft_VC90_CRT_x86: Install failed
    ERROR:  - Microsoft_VC80_ATL_x86: Install failed
    ERROR:  - Adobe Player for Embedding: Install failed
    ERROR:  - AdobeHelp: Install failed
    ERROR:  - Microsoft_VC90_MFC_x86: Install failed
    ERROR:  - Adobe Media Encoder CS5: Install failed
    ERROR:  - Suite Shared Configuration CS5: Install failed
    ERROR:  - Adobe Linguistics CS5: Install failed
    ERROR:  - AdobeTypeSupport CS5: Install failed
    ERROR:  - Adobe CSXS Extensions CS5: Install failed
    ERROR:  - Adobe Captivate: Failed due to Language Pack installation failure
    ERROR:  - Adobe Captivate Quiz Results Analyzer: Install failed
    ERROR:  - Microsoft_VC80_CRT_x86: Install failed
    ERROR:  - DynamiclinkSupport: Install failed
    ERROR:  - Adobe WinSoft Linguistics Plugin CS5: Install failed
    ERROR:  - HIL Help Search: Install failed
    ERROR:  - Required Common Fonts Installation: Install failed
    ERROR:  - Microsoft_VC80_MFC_x86: Install failed
    ERROR:  - Microsoft_VC80_MFCLOC_x86: Install failed
    ERROR:  - Recommended Common Fonts Installation: Install failed
    ERROR:  - Adobe Captivate Reviewer: Install failed
    ERROR:  - AdobeJRE: Install failed
    ERROR:  - Adobe Captivate_AdobeCaptivate5en_USLanguagePack: Install failed
    I have tried all of the suggestions in this forum as well as the Adobe Support Advisor with no success.  I just spent 45 minutes on hold with Adobe Technical Support only to get disconnected. Any suggestions?

    Hi there,
    In order to nail down the actual root cause of the issue, we would require the installation log files. You can find them at: <root>:\Program Files\Common Files\Adobe\Installers.
    Please send us the appropriate log files. You can zip the .log file in a folder -> upload on acrobat.com ( its free) and then share the link with us.
    -Manish
    blogs.adobe.com/captivate

  • OSD Strange Driver injection issue "Process completed with exit code 2147500037 OSDDriverClient"

    Hi,
    We got an strange issue with computer model z400  and Z420. With the memory setup 16 GB RAM we get an faild driver injection. But If we have 8 GB RAM, Everything works fine. We have tested the memory, with no error. And It is same for every delivered
    HP Z420 with 16 GB (4*4GB RAM).
    Strange? Any feed back?
    SCCM 2012 R2 CU1, Deploying Windows 7 x64 Enterprise
    I found this on the z400 installation I dont know what driver fails on z420
    Deploying drivers to down-level operating systems in WinPE 4.0 or a later version fails
    https://support.microsoft.com/kb/2853726/en-us?wa=wsignin1.0
    Drivers in "D:\_SMSTaskSequence\Packages\PSS0015B\3494DEEA-917A-47BC-80C8-2E6C8B6A8986 is
    "TITLE: Broadcom NetXtreme Gigabit Driver for Microsoft Windows 7 (64-bit) VERSION: 14.2.0.5 Rev. A"
    smsts.log
    Adding "D:\_SMSTaskSequence\Packages\PSS0015B\3494DEEA-917A-47BC-80C8-2E6C8B6A8986" to Windows driver store. OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Setting %SystemRoot% to "D:\WINDOWS" OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Getting namespace "Microsoft-Windows-PnpCustomizationsNonWinPE" for architecture "amd64" OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Added list item with key value '1' OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Writing configuration information to D:\_SMSTaskSequence\PkgMgrTemp\drivers.xml OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Successfully saved configuration information to D:\_SMSTaskSequence\PkgMgrTemp\drivers.xml OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Setting temporary directory to 'D:\_SMSTaskSequence\PkgMgrTemp'. OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Calling Package manager to add drivers to the offline driver store. OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Command line for extension .exe is "%1" %* OSDDriverClient 2014-11-24 13:50:21 1040 (0x0410)
    Set command line: "X:\WINDOWS\system32\dism.exe" /image:"D:" /windir:"WINDOWS" /apply-unattend:"D:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"D:\_SMSTaskSequence\PkgMgrTemp\dism.log" OSDDriverClient 2014-11-24
    13:50:21 1040 (0x0410)
    Executing command line: "X:\WINDOWS\system32\dism.exe" /image:"D:" /windir:"WINDOWS" /apply-unattend:"D:\_SMSTaskSequence\PkgMgrTemp\drivers.xml" /logpath:"D:\_SMSTaskSequence\PkgMgrTemp\dism.log" OSDDriverClient 2014-11-24
    13:50:21 1040 (0x0410)
    Process completed with exit code 2147500037 OSDDriverClient 2014-11-24 13:50:47 1040 (0x0410)
    uExitCode == 0, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\sysprepdriverinstaller.cpp,548) OSDDriverClient 2014-11-24 13:50:47 1040 (0x0410)
    Dism failed with return code -2147467259 OSDDriverClient 2014-11-24 13:50:47 1040 (0x0410)
    AddPnPDriverToStore( pszSource, sTargetSystemDrive, sTargetSystemRoot, wProcessorArchitecture), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\sysprepdriverinstaller.cpp,658) OSDDriverClient 2014-11-24 13:50:47 1040
    (0x0410)
    Failed to add driver to driver store. Code 0x80004005 OSDDriverClient 2014-11-24 13:50:47 1040 (0x0410)
    InstallDriver( iInstallParams->sContentId, iInstallParams->sSource, iInstallParams->pBootCriticalInfo ), HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\osddriverclient\driverinstaller.cpp,557) OSDDriverClient 2014-11-24 13:50:47 1040
    (0x0410)
    /SaiTech

    Hi, here is the DISM look like Intel driver ("Intel(R) Active Management Technology - SOL" and Intel Storage ) are the issue, it is strange
    dism.log I just dump some small snipit from the log with error:
    2014-12-08 08:50:15, Info                  DISM   PID=1588 TID=1608 Successfully loaded the ImageSession at "X:\WINDOWS\System32\Dism" - CDISMManager::LoadLocalImageSession
    2014-12-08 08:50:15, Info                  DISM   DISM Provider Store: PID=1588 TID=1608 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger
    2014-12-08 08:50:15, Info                  DISM   DISM Provider Store: PID=1588 TID=1608 Failed to get and initialize the PE Provider.  Continuing by assuming
    that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2014-12-08 08:50:15, Info                  DISM   DISM Provider Store: PID=1588 TID=1608 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2014-12-08 08:50:16, Warning               DISM   DISM OS Provider: PID=1272 Unable to copy msxml6.dll from the client executable folder to the dismhost.exe folder. Relying on
    in-box version. - CDISMOSServiceManager::RunASICompatibilityShim
    2014-12-08 08:50:49, Info                  DISM   DISM Provider Store: PID=1272 Loading Provider from location D:\_SMSTaskSequence\PkgMgrTemp\27CE6ED8-7378-49E1-A55A-D9F63653368C\PEProvider.dll
    - CDISMProviderStore::Internal_GetProvider
    2014-12-08 08:50:49, Warning               DISM   DISM Provider Store: PID=1272 Failed to Load the provider: D:\_SMSTaskSequence\PkgMgrTemp\27CE6ED8-7378-49E1-A55A-D9F63653368C\PEProvider.dll.
    - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e)
    2014-12-08 08:50:49, Info                  DISM   DISM Provider Store: PID=1272 Failed to get and initialize the PE Provider.  Continuing by assuming that it
    is not a WinPE image. - CDISMProviderStore::Final_OnConnect
    2014-12-08 08:50:49, Info                  DISM   DISM Provider Store: PID=1272 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect
    2014-12-08 08:50:49, Info                  CBS    Transactions disabled in registry, continuing without transaction support.
    2014-12-08 08:50:49, Info                  CBS    Kernel transactions are disabled, continuing without transaction support.
    2014-12-08 08:50:49, Info                  CBS    Failed to find a matching version for servicing stack: D:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\
    [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2014-12-08 08:50:49, Info                  CBS    Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
    2014-12-08 08:50:49, Info                  CBS    Must be doing offline servicing, using stack version from: D:\Windows\WinSxS\x86_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_0b0e4b4025cf4049\cbscore.dll
    2014-12-08 08:50:50, Info                  DISM   DISM Driver Manager: PID=1272 Found 1 driver package(s) at 'D:\_SMSTaskSequence\Packages\PSS00A89\0F5E1730-0EEF-42C3-9CF4-240927FC36DA'.
    ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:50, Info                  DISM   DISM Driver Manager: PID=1272     Driver Package 'D:\_SMSTaskSequence\Packages\PSS00A89\0F5E1730-0EEF-42C3-9CF4-240927FC36DA\E1Q62x64.INF'
    ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:50, Info                  DISM   DISM Driver Manager: PID=1272 Installing driver package 'D:\_SMSTaskSequence\Packages\PSS00A89\0F5E1730-0EEF-42C3-9CF4-240927FC36DA\E1Q62x64.INF'
    to the currently offline OS ... ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 Imported 'D:\_SMSTaskSequence\Packages\PSS00A89\0F5E1730-0EEF-42C3-9CF4-240927FC36DA\E1Q62x64.INF'
    to offline driver store at 'D:\Windows\System32\DriverStore\FileRepository\e1q62x64.inf_amd64_neutral_751f9117acd25de0\E1Q62x64.INF'. ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 Driver package 'D:\_SMSTaskSequence\Packages\PSS00A89\0F5E1730-0EEF-42C3-9CF4-240927FC36DA\E1Q62x64.INF'
    installed! ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 Successfully marked devices for reinstall! ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 Installed '1' drivers. ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 RETURN InstallDriversOffline (0) ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 Attempting to delete [{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/system32/config/SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\UnattendSettings\PnpUnattend] registry key. - CDriverManager::Internal_DoUnattendCleanup
    2014-12-08 08:50:53, Info                  DISM   DISM Driver Manager: PID=1272 Successfully deleted [{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/system32/config/SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\UnattendSettings\PnpUnattend] registry key. - CDriverManager::Internal_DoUnattendCleanup
    2014-12-08 08:50:53, Info                  DISM   DISM Image Session: PID=1272 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
    2014-12-08 08:50:53, Info                  DISM   DISM Provider Store: PID=1272 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SOFTWARE
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SOFTWARE,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SYSTEM
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SYSTEM,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SECURITY
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SECURITY,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SAM
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SAM, the
    client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/COMPONENTS
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/COMPONENTS,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/DEFAULT
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/DEFAULT,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Users/default/ntuser.dat
    2014-12-08 08:50:53, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Users/default/ntuser.dat, the client
    may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:50:53, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/system32/smi/store/Machine/schema.dat
    2014-12-08 08:50:53, Info                  DISM   DISM Package Manager: PID=1272 Finalizing CBS core. - CDISMPackageManager::Finalize
    2014-12-08 08:50:53, Info                  DISM   DISM Provider Store: PID=1272 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:50:53, Info                  DISM   DISM Provider Store: PID=1272 Found the OSServices.  Waiting to finalize it until all other providers are unloaded.
    - CDISMProviderStore::Final_OnDisconnect
    2014-12-08 08:50:53, Info                  DISM   DISM Provider Store: PID=1272 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Found 2 driver package(s) at 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78'.
    ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580     Driver Package 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrl.inf'
    ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580     Driver Package 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrle.inf'
    ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Installing driver package 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrl.inf'
    to the currently offline OS ... ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Imported 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrl.inf'
    to offline driver store at 'D:\Windows\System32\DriverStore\FileRepository\mesrl.inf_amd64_neutral_229186b6de98a42e\mesrl.inf'. ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Driver package 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrl.inf'
    installed! ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Successfully marked devices for reinstall! ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Installing driver package 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrle.inf'
    to the currently offline OS ... ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Imported 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrle.inf'
    to offline driver store at 'D:\Windows\System32\DriverStore\FileRepository\mesrle.inf_amd64_neutral_0899484a86551e82\mesrle.inf'. ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Driver package 'D:\_SMSTaskSequence\Packages\PSS00A89\15CBA2EA-EE6D-408B-B19F-AB36F67E7B78\mesrle.inf'
    installed! ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Successfully marked devices for reinstall! ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Installed '2' drivers. ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 RETURN InstallDriversOffline (0) ( HRESULT = 0x0 ) - DriversCallback
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Attempting to delete [{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/system32/config/SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\UnattendSettings\PnpUnattend] registry key. - CDriverManager::Internal_DoUnattendCleanup
    2014-12-08 08:51:25, Info                  DISM   DISM Driver Manager: PID=1580 Successfully deleted [{bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/system32/config/SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\UnattendSettings\PnpUnattend] registry key. - CDriverManager::Internal_DoUnattendCleanup
    2014-12-08 08:51:25, Info                  DISM   DISM Image Session: PID=1580 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SOFTWARE
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SOFTWARE,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SYSTEM
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SYSTEM,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SECURITY
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SECURITY,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SAM
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/SAM, the
    client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/COMPONENTS
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/COMPONENTS,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/DEFAULT
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/System32/config/DEFAULT,
    the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Users/default/ntuser.dat
    2014-12-08 08:51:25, Info                  CBS    Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Users/default/ntuser.dat, the client
    may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED]
    2014-12-08 08:51:25, Info                  CBS    Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}D:/Windows/system32/smi/store/Machine/schema.dat
    2014-12-08 08:51:25, Info                  DISM   DISM Package Manager: PID=1580 Finalizing CBS core. - CDISMPackageManager::Finalize
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Found the OSServices.  Waiting to finalize it until all other providers are unloaded.
    - CDISMProviderStore::Final_OnDisconnect
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider
    2014-12-08 08:51:25, Info                  DISM   DISM Provider Store: PID=1580 Found the PE Provider.  Waiting to finalize it until all other providers are
    unloaded. - CDISMProviderStore::Final_OnDisconnect
    /SaiTech

  • The virtual machine has terminated unexpectedly during startup with exit code 1 (0x1)

    Hello All,
    I came up with the error below, when I am trying to start a virtual machine from my VirtualBox. It was working fine till yesterday, and all of a sudden it's throwing this error. The only change I can think of, is of some automatic windows update which might have changed/updated the registry entries.
    VirtualBox Version: 4.3.20
    Host:     Win7 64 bit
    Guest:   OracleLinux 64 bit
    Failed to open a session for the virtual machine DEVM.
    The virtual machine 'DEVM' has terminated unexpectedly during startup with exit code 1 (0x1).  More details may be available in 'E:\VM\DEVM\Logs\VBoxStartup.log'.
    Result Code: E_FAIL (0x80004005)
    Component: Machine
    Interface: IMachine {480cf695-2d8d-4256-9c8c-cce0000fa123}
    Please suggest on how to move forward.
    Thanks,
    Moore

    When something happens that probably affects many users, such a as bad Windows update, checking the most recent reports in the Virtualbox product forum might be the best address:
    https://forums.virtualbox.org/viewtopic.php?f=6&t=65083
    https://forums.virtualbox.org/viewtopic.php?f=6&t=65056

  • Call script from script; exit code issues

    I have verified in a very simple pair of scripts that I can feed an exit code back to the calling script. My "Parent" test is little more than 
    powershell.exe -file "$ScriptPath\child.ps1"
    Write-Host "$LASTEXITCODE!!!"
    and the child script is just
    Exit 1
    And that Write-host comes back correctly. I have even tried it with two different child scripts, with different rerun codes, being called from Parent back to back. All good.
    However, in a more complicated script, where the child script has conditional exits, I am getting 0 all the time. The conditional looks like this
    if ($Global:MemberofSet) {
        if ($Global:ErrorOccured) {
            Write-Host '1'
            Exit 1
        else {
            Write-Host '0'
            Exit 0
    And even when the 1 echoes, I still get a $LASTEXITCODE of 0.
    Is there some known issue here that I am not aware of? Using PS 2.0, FWIW.
    Thanks!

    Um, no, more that I remmed out
    [CmdletBinding()] at the top of each child script and with no other changes everything is working exactly as it should. Not sure why it worked, but I am certainly not imagining it.
    For shits and giggles I also added the binding in my little test script set, and that is now broken,
    with no other changes. I really hadn't created a good test obviously, but I wasn't expecting binding to matter. Would love to hear an explanation as to why it would
    For anyone wanting to see the behavior, these are the three test scripts, and you run the Arch script. With binding enabled DTV will show 1, but return 0. Rem the
    bindings and DTV will correctly return 1. I also tested RVT to not be MemberofSet, so -1 is returned, and $LASTEXITCODE shows a wonky number as expected given the bug in 2.0 and negative return codes. 
    NOTE: In the test the argument in the child scripts is not used, it's just there to avoid the error you otherwise get when binding. In my "live" code the
    arguments are mandatory and used.
    Arch_2015.ps1
    powershell.exe -file "RVT_2015.ps1"
        Write-Host "$LASTEXITCODE!"
    powershell.exe -file "DTV_2015.ps1"
        Write-Host "$LASTEXITCODE!"
    DTV_2015.ps1
    [CmdletBinding()]
    Param ([string]$Mode)
    $Global:MemberofSet = $True
    $Global:ErrorOccured = $True
    if ($Global:MemberofSet) {
        if ($Global:ErrorOccured) {
            Write-Host 'DTV 1'
            Exit 1
        else {
            Write-Host 'DTV 0'
            Exit 0
    else {
        Write-Host 'RVT -1'
        Exit -1
    RVT_2015.ps1
    [CmdletBinding()]
    Param ([string]$Mode)
    $Global:MemberofSet = $True
    $Global:ErrorOccured = $False
    if ($Global:MemberofSet) {
        if ($Global:ErrorOccured) {
            Write-Host 'RVT 1'
            Exit 1
        else {
            Write-Host 'RVT 0'
            Exit 0
    else {
        Write-Host 'RVT -1'
        Exit -1

Maybe you are looking for

  • Snow Leopard 10.6.2/10.6.3 + Xserve + Time Machine = crash

    We have an Xserve (Xserve 2.1) with two 1TB internal drives. Drive 1 is configured as the root drive and has users' home directories. Drive 2 is configured as a backup. Under Leopard, we used Time Machine to backup drive 1 to drive 2. All worked well

  • How to read the current selection in a table.

    Hello Experts, I've this issue with the web dynpro. I have a Adaptive Webservice Model in web dynpro. And I have three tables in the UI. When a row is selected in the first table, the second table is populated with the appropriate data (using a metho

  • Aperture Effects

    I have been wondering whether Aperture offers effects, other than things such as black and white. To be exact I was wondering if Aperture was capable of taking one object in a picture, keeping it in color, and making the rest black and white. Is ther

  • Multiple selection should enable the check box item next to the field

    Hi, I want multiple selection for " Environment" field in the Form. Once muliple values are selected, user needs to see a checkbox next to all the values selected in Environment field. Checkbox field should be called as ' Implemented'. For ex. In Env

  • Is there a set maximum number of item s in the xml feed?

    Is there a limit to the maximum number of <item>s allowed in the .xml feed for publishing on iTunes? That is, does there come a point where old items have to be deleted before new ones can be added? PC   Windows XP