Synchronizer setup - Groupwise PO Trusted Application Failed

Hi,
**Every server is local on LAN**
I am trying to setup this Datasync on SLES 11 which I just downloaded from Novell running on a naked VM. I am able to authenticate LDAP but when it comes to synchronizing the Groupwise PO it gives a fail. The groupwise server is version 8.0x only configured to send mail internally within the domain.
I've added Datasync to trusted applications and issued a Key. I've copied that key to the Datasync server and point to it.
I've issued a server cert to be used by my groupwise PO using gwscrgen.
I've checked that SOAP option in the PO Agent settings
I've double-checked the port for SOAP Internal that needs to be used by the PO.
I have restarted the PO after making the changes.
I am able to telnet to the IP : soap port from the datasync server
But still the Synchronizer setup fails.
Screenshots for reference:
[img=http://s7.postimage.org/g4xv42auv/error_Message.jpg]
[img=http://s7.postimage.org/jd2ch3x4n/PO_agent_settings_in_groupwise.jpg]
[img=http://s7.postimage.org/zcl00nt6f/POsettings.jpg]
[img=http://s7.postimage.org/sdbjf1ilz/POsettings_in_groupwise.jpg]
[img=http://s7.postimage.org/rcbapx1mf/POsettings_in_groupwise_ssl.jpg]
[img=http://s7.postimage.org/cue3hxabb/telnet_to_port.jpg]
Please advice what can I do further to make this work.
I get a GW Error code 0x892B connection refused by foreign host. What does that mean. What host is it talking about that is "foreign"?

Originally Posted by oj43085
Hi,
**Every server is local on LAN**
I am trying to setup this Datasync on SLES 11 which I just downloaded from Novell running on a naked VM. I am able to authenticate LDAP but when it comes to synchronizing the Groupwise PO it gives a fail. The groupwise server is version 8.0x only configured to send mail internally within the domain.
I've added Datasync to trusted applications and issued a Key. I've copied that key to the Datasync server and point to it.
I've issued a server cert to be used by my groupwise PO using gwscrgen.
I've checked that SOAP option in the PO Agent settings
I've double-checked the port for SOAP Internal that needs to be used by the PO.
I have restarted the PO after making the changes.
I am able to telnet to the IP : soap port from the datasync server
But still the Synchronizer setup fails.
Screenshots for reference:
[img=http://s7.postimage.org/g4xv42auv/error_Message.jpg]
[img=http://s7.postimage.org/jd2ch3x4n/PO_agent_settings_in_groupwise.jpg]
[img=http://s7.postimage.org/zcl00nt6f/POsettings.jpg]
[img=http://s7.postimage.org/sdbjf1ilz/POsettings_in_groupwise.jpg]
[img=http://s7.postimage.org/rcbapx1mf/POsettings_in_groupwise_ssl.jpg]
[img=http://s7.postimage.org/cue3hxabb/telnet_to_port.jpg]
Please advice what can I do further to make this work.
I get a GW Error code 0x892B connection refused by foreign host. What does that mean. What host is it talking about that is "foreign"?
Or could this be it: Support | Verify of Trusted Application Failed
Thomas

Similar Messages

  • Error while running a trusted application in OC4J

    I have created a trusted application to access the CDB and I can directly run this application in the Embedded OC4J and get the right result. The login code is :
    public ManagersFactory loginCDB(){
    FdkCredential credential = new S2SFdkCredential(
    "orcladmin" , "orclapplicationcommonname=s2stestapplication,cn=ifs,cn=products,cn=oraclecontext",
    "welcome1", null);
    try {
    session = ManagersFactory.login(credential, CDBURL);
    Item user = session.getUser(null);
    s_Logger.log("Connected user: "+LoggingUtils.log(user));
    s_Logger.log(session.getUserManager().toString());
    catch (FdkException e) {
    s_Logger.log(e);
    return session;
    But when I deploy this application to the Local/Remote OC4J and access this application by web, the error is shown as below:
    java.lang.RuntimeException:java.lang.RuntimeException: Unknown exception. See cause.
    java.lang.RuntimeException: Unknown exception. See cause.
         at oracle.ifs.fdk.client.impl.AxisRemoteManagersFactory.handleException(AxisRemoteManagersFactory.java:1271)
         at oracle.ifs.fdk.client.impl.AxisRemoteManagersFactory.<init>(AxisRemoteManagersFactory.java:326)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:494)
         at oracle.ifs.fdk.ManagersFactory.login(ManagersFactory.java:214)
         at oracle.ifs.fdk.ManagersFactory.login(ManagersFactory.java:121)
         at oracle.ifs.fdk.ManagersFactory.login(ManagersFactory.java:84)
         at oracle.l360.cdb.S2SLoginUtil.loginCDB(S2SLoginUtil.java:43)
         at view.backing.LearningActivity.getCdbFileList(LearningActivity.java:152)
         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:585)
         at com.sun.faces.el.PropertyResolverImpl.getValue(PropertyResolverImpl.java:99)
         at oracle.adfinternal.view.faces.model.FacesPropertyResolver.getValue(FacesPropertyResolver.java:92)
         at com.sun.faces.el.impl.ArraySuffix.evaluate(ArraySuffix.java:187)
         at com.sun.faces.el.impl.ComplexValue.evaluate(ComplexValue.java:171)
         at com.sun.faces.el.impl.ExpressionEvaluatorImpl.evaluate(ExpressionEvaluatorImpl.java:263)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:160)
         at com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         at javax.faces.component.UIData.getValue(UIData.java:547)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.createDataModel(HtmlDataTableHack.java:437)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getDataModel(HtmlDataTableHack.java:414)
         at org.apache.myfaces.component.html.ext.HtmlDataTableHack.getRowCount(HtmlDataTableHack.java:87)
         at org.apache.myfaces.custom.datalist.HtmlListRenderer.encodeChildren(HtmlListRenderer.java:120)
         at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:721)
         at com.sun.faces.renderkit.html_basic.HtmlBasicRenderer.encodeRecursive(HtmlBasicRenderer.java:465)
         at com.sun.faces.renderkit.html_basic.GridRenderer.encodeChildren(GridRenderer.java:253)
         at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:721)
         at javax.faces.webapp.UIComponentTag.encodeChildren(UIComponentTag.java:629)
         at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:566)
         at com.sun.faces.taglib.html_basic.PanelGridTag.doEndTag(PanelGridTag.java:460)
         at mdssys.viewcontroller._public__html._LearningActivity_jspx._jspService(_LearningActivity_jspx.java:317)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:598)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:522)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at oracle.mds.jsp.MDSJSPFilter.doFilter(Unknown Source)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:286)
         at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:50)
         at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:192)
         at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:197)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:100)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
         at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:620)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:369)
         at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:865)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:447)
         at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:215)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: java.lang.ClassCastException: org.apache.axis.attachments.AttachmentsImpl
         at org.apache.axis.AxisFault.makeFault(AxisFault.java:101)
         at org.apache.axis.client.Call.invoke(Call.java:1820)
         at oracle.ifs.fdk.SessionManagerSoapBindingStub.getCurrentUser(SessionManagerSoapBindingStub.java:365)
         at oracle.ifs.fdk.client.impl.AxisRemoteManagersFactory.<init>(AxisRemoteManagersFactory.java:319)
         ... 88 more
    Caused by: java.lang.ClassCastException: org.apache.axis.attachments.AttachmentsImpl
         at org.apache.axis.Message.setup(Message.java:341)
         at org.apache.axis.Message.<init>(Message.java:243)
         at org.apache.axis.client.Call.invoke(Call.java:2406)
         at org.apache.axis.client.Call.invoke(Call.java:2347)
         at org.apache.axis.client.Call.invoke(Call.java:1804)
         ... 90 more
    How can I resolve this problem? Do I need to config the OC4J server?
    Thanks.
    Message was edited by:
    user564999

    I am a little new to library management in this environment. I am also doing CDB Development and since the libraries are different from what is bundled with JDeveloper 10.1.3.x, I am curious, how did you end up dealing with the library conflicts in a production environment?
    Also, I was under the impression that libraries defined in the application and included in the deploy (ear file) would take presidence over the "global" libraries. Is this not correct?
    Thanks in advance,
    Steve

  • Getting Error The trust relationship between the primary domain and the trusted domain failed in SharePoint 2010

    Hi,
    SharePoint 2010 Backup has been taken from production and restored through Semantic Tool in one of the server.The wepapplication of which the backup was taken is working fine.
    But the problem is that the SharePoint is not working correctly.We cannot create any new webapplication ,cannot navigate to the ServiceApplications.aspx page it shows error.Even the Search and UserProfile Services of the existing Web Application is not working.Checking
    the SharePoint Logs I found out the below exception
    11/30/2011 12:14:53.78  WebAnalyticsService.exe (0x06D4)         0x2D24 SharePoint Foundation          Database                     
     8u1d High     Flushing connection pool 'Data Source=urasvr139;Initial Catalog=SharePoint_Config;Integrated Security=True;Enlist=False;Connect Timeout=15' 
    11/30/2011 12:14:53.78  WebAnalyticsService.exe (0x06D4)         0x2D24 SharePoint Foundation          Topology                     
     2myf Medium   Enabling the configuration filesystem and memory caches. 
    11/30/2011 12:14:53.79  WebAnalyticsService.exe (0x06D4)         0x12AC SharePoint Foundation          Database                     
     8u1d High     Flushing connection pool 'Data Source=urasvr139;Initial Catalog=SharePoint_Config;Integrated Security=True;Enlist=False;Connect Timeout=15' 
    11/30/2011 12:14:53.79  WebAnalyticsService.exe (0x06D4)         0x12AC SharePoint Foundation          Topology                     
     2myf Medium   Enabling the configuration filesystem and memory caches. 
    11/30/2011 12:14:55.54  mssearch.exe (0x0864)                    0x2B24 SharePoint Server Search       Propagation Manager          
     fo2s Medium   [3b3-c-0 An] aborting all propagation tasks and propagation-owned transactions after waiting 300 seconds (0 indexes)  [indexpropagator.cxx:1607]  d:\office\source\search\native\ytrip\tripoli\propagation\indexpropagator.cxx 
    11/30/2011 12:14:55.99  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     75dz High     The SPPersistedObject with
    Name User Profile Service Application, Id 9577a6aa-33ec-498e-b198-56651b53bf27, Parent 13e1ef7d-40c2-4bcb-906c-a080866ca9bd failed to initialize with the following error: System.SystemException: The trust relationship between the primary domain and the trusted
    domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection sourceSids, Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection
    sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()    
    at Microsoft.SharePoint.Administration.SPAcl`1.Add(String princip... 
    11/30/2011 12:14:55.99* OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     75dz High     ...alName, String displayName, Byte[] securityIdentifier, T grantRightsMask, T denyRightsMask)     at Microsoft.SharePoint.Administration.SPAcl`1..ctor(String persistedAcl)    
    at Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPPersistedObject.Initialize(ISPPersistedStoreProvider
    persistedStoreProvider, Guid id, Guid parentId, String name, SPObjectStatus status, Int64 version, XmlDocument state) 
    11/30/2011 12:14:56.00  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Topology                     
     8xqx High     Exception in RefreshCache. Exception message :The trust relationship between the primary domain and the trusted domain failed.   
    11/30/2011 12:14:56.00  OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Timer                        
     2n2p Monitorable The following error occured while trying to initialize the timer: System.SystemException: The trust relationship between the primary domain and the trusted domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection
    sourceSids, Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type
    targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()     at Microsoft.SharePoint.Administration.SPAcl`1.Add(String principalName, String displayName, Byte[] securityIdentifier, T grantRightsMask,
    T denyRightsMask)     at Microsoft.SharePoint.Administrati... 
    11/30/2011 12:14:56.00* OWSTIMER.EXE (0x1DF4)                    0x1994 SharePoint Foundation          Timer                        
     2n2p Monitorable ...on.SPAcl`1..ctor(String persistedAcl)     at Microsoft.SharePoint.Administration.SPServiceApplication.OnDeserialization()     at Microsoft.SharePoint.Administration.SPIisWebServiceApplication.OnDeserialization()    
    at Microsoft.SharePoint.Administration.SPPersistedObject.Initialize(ISPPersistedStoreProvider persistedStoreProvider, Guid id, Guid parentId, String name, SPObjectStatus status, Int64 version, XmlDocument state)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.GetObject(Guid
    id, Guid parentId, Guid type, String name, SPObjectStatus status, Byte[] versionBuffer, String xml)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.GetObject(SqlDataReader dr)     at Microsoft.SharePoint.Administration.SPConfigurationDatabase.RefreshCache(Int64
    currentVe...
    Please guide me on the above issue ,this will be of great help
    Thanks.

    I have same error. Verified for trust , ports , cleaned up cache.. nothing has helped. 
    The problem is caused by User profile Synch Service:
    UserProfileProperty_WCFLogging :: ProfilePropertyService.GetProfileProperties Exception: System.SystemException:
    The trust relationship between the primary domain and the trusted domain failed.       at System.Security.Principal.SecurityIdentifier.TranslateToNTAccounts(IdentityReferenceCollection sourceSids,
    Boolean& someFailed)     at System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection sourceSids, Type targetType, Boolean forceSuccess)     at System.Security.Principal.SecurityIdentifier.Translate(Type
    targetType)     at Microsoft.SharePoint.Administration.SPAce`1.get_PrincipalName()     at Microsoft.SharePoint.Administration.SPAcl`1.Add(String principalName, String displayName, SPIdentifierType identifierType, Byte[]
    identifier, T grantRightsMask, T denyRigh...        
    08/23/2014 13:00:20.96*        w3wp.exe (0x2204)                      
            0x293C        SharePoint Portal Server              User Profiles                
            eh0u        Unexpected        ...tsMask)     at Microsoft.SharePoint.Administration.SPAcl`1..ctor(String persistedAcl)    
    at Microsoft.Office.Server.Administration.UserProfileApplication.get_SerializedAdministratorAcl()     at Microsoft.Office.Server.Administration.UserProfileApplication.GetProperties()     at Microsoft.Office.Server.UserProfiles.ProfilePropertyService.GetProfileProperties()
    Please let me know if you any solution found for this?
    Regards,
    Kunal  

  • HT1926 I have just updated itunes on my pc (widows XP) to the latest version. When I try to open it i get an error message saying the application failed to start because MSVCR80.dll could not be found. Not sure how to resolve this. Have tried to reinstall

    I have just updated itunes on my pc (windows XP) to the latest version. When I try to open it I get an error message saying the application failed to start because MSVCR80.dll was not found< Have tried reinstalling with no luck. Any ideas?

    try removing all itunes and all other apple program
    follow this link for more info. http://support.apple.com/kb/HT1923
    reboot ur window after uninstalling
    after that download the latest itunes setup and install.

  • Error Message "ElementsAutoAnalyzer.exe unable to locate. This application failed to start because ExtendedScript.dll was not found". This error message is seen when first starting Windows Vista, prior to starting Photoshop Elements 12.

    Error Message "ElementsAutoAnalyzer.exe unable to locate. This application failed to start because ExtendedScript.dll was not found".
    This error message is seen every time when first starting Windows Vista, PRIOR to starting Photoshop Elements 12.1 
    It does not seem to interfere with the normal operation of Photoshop Elements, but it is a constant annoyance.

    try removing all itunes and all other apple program
    follow this link for more info. http://support.apple.com/kb/HT1923
    reboot ur window after uninstalling
    after that download the latest itunes setup and install.

  • OSD Install application fails.

    Hi, i hope someone can help :)
    Single install application step is failing after 4 hours waiting. The installation and discovery of the application was correct, return code 0, but the task sequence doesnt continue, its stops there for hours and then fails.
    If i boot windows the aplication is correctly installed and working.
    Im using SCCM2012 SP1.
    Error on Status Messages:
    The task sequence execution engine failed executing the action (Install MS Office 2010 Pro Plus) in the group (Install Applications) with the error code 2278556181Action output: ... ssage   Setting URL = ***********, Ports = 80,443, CRL = false   Setting Server Certificates.   Setting Authenticator.Set authenticator in transport   Setting Media Certificate.Sending StatusMessageSetting message signatures.Setting the authenticator.CLibSMSMessageWinHttpTransport::Send: URL: ***********:80  CCM_POST /ccm_system/requestRequest was succesful.hrInstallation, HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,808)pInstall->InstallApplications(saAppNames, sContinueOnError), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\main.cpp,277)Failed to Reconnect to existing job, hr=0x87d00215Reconnect Job request failed, hr=0x87d00215Install application action failed: 'Microsoft Office 2010 Pro Plus'. Error Code 0x87d00215Install application action cannot continue. ContinueOnErrorFlag is set to false.Install Static Applications failed, hr=0x87d00215. The operating system reported error 1: Incorrect function. 
    No errors on AppEnforce.log:
      Prepared working directory: C:\Windows\ccmcache\1
    Prepared command line: "C:\Windows\ccmcache\1\setup.exe" /adminfile office2010.MSP
    Executing Command line: "C:\Windows\ccmcache\1\setup.exe" /adminfile office2010.MSP with system context  
    Working directory C:\Windows\ccmcache\1
    Post install behavior is BasedOnExitCode
    Waiting for process 3516 to finish. Timeout = 120 minutes.  
    Process 3516 terminated with exitcode: 0  
    Looking for exit code 0 in exit codes table...  
    Matched exit code 0 to a Success entry in exit codes table.  
    Performing detection of app deployment type Microsoft Office 2010 Pro
    Plus(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d,
    revision 4) for system.
    +++ Discovered application [AppDT Id:
    ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d,
    Revision: 4]
    ++++++ App enforcement completed (964
    seconds) for App DT "Microsoft Office 2010 Pro Plus"
    [ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d],
    Revision: 4, User SID: ] ++++++
    Regards,
    Daniel B

    Btw, we have published 2 applications on the OSD TS and noticed the error is happening to both applications,  it was working before.
    Aplication installation fails after some hours, but its installed ...
    smsts.log
    Invoking App Management SDK to evaluate app polices InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    CAppMgmtSDK::EvaluateAppPolicy ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.(null) DCMAgent 17/09/2013 16:09:34 2924 (0x0B6C)
    App policy evaluation for application 'ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6' has started. Please refer to DCMAgent.log for the details on this job. JobID='{E5009A8E-63F4-4234-BF7A-FC99FD15167F}' InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    Setting TSEnv variable 'SMSTSAppPolicyEvaluationJobID__ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6'='{E5009A8E-63F4-4234-BF7A-FC99FD15167F}' InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    Waiting for installation job to complete.. InstallApplication 17/09/2013 16:09:34 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    spCIStateStore->GetCIState( pszAppPolicyId, csPolicyRevision, (sUserSID.length()>0) ? sUserSID.c_str() : 0, &spPolicyState, 1), HRESULT=87d00215 (e:\nts_sccm_release\sms\dcm\sdk\cisdkclass.cpp,2088) DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 Not found in CI state store. Marking CIs state as EvaluationFailed DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    NotifyProgress received: 16 (Application failed to evaluate ) InstallApplication 17/09/2013 16:09:34 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    spCIStateStore->GetCIState( pszAppPolicyId, csPolicyRevision, (sUserSID.length()>0) ? sUserSID.c_str() : 0, &spPolicyState, 1), HRESULT=87d00215 (e:\nts_sccm_release\sms\dcm\sdk\cisdkclass.cpp,2088) DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 Not found in CI state store. Marking CIs state as EvaluationFailed DCMAgent 17/09/2013 16:09:34 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:43 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:43 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:43 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = Unknown DCMAgent 17/09/2013 16:09:43 1996 (0x07CC)
    NotifyProgress received: 0 (No application state information is available ) InstallApplication 17/09/2013 16:09:43 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:44 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:44 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:44 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = Unknown DCMAgent 17/09/2013 16:09:44 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    NotifyProgress received: 3 (Application is available for installation ) InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    NotifyComplete received InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    NotifyComplete processed InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    Received job completion notification from DCM Agent InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Policy evaluation for App successful InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Setting TSEnv variable 'SMSTSAppPolicyEvaluationJobID__ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6'='' InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    EvaluationJob complete InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Checking if the active request handle: {BE78A9F9-F9BC-409E-9AF9-0B1F8CE0CFAF} is valid. InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    CoCreateInstance succeeded InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Active request handle: {BE78A9F9-F9BC-409E-9AF9-0B1F8CE0CFAF} is valid. InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Invoking App Management SDK to install application InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    CAppMgmtSDK::EnforceAppPolicy ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.(null) DCMAgent 17/09/2013 16:09:45 2924 (0x0B6C)
    Installing application 'ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6' has started. Please refer to DCMAgent.log for the details on this job. JobID='{42FB35A9-CCB5-4C30-91DA-B251B6893FF4}' InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Setting TSEnv variable 'SMSTSInstallApplicationJobID__ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6'='{42FB35A9-CCB5-4C30-91DA-B251B6893FF4}' InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    Waiting for installation job to complete.. InstallApplication 17/09/2013 16:09:45 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Passed in version 17 for ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    CAppMgmtSDK::GetEvaluationState ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 = AvailableForEnforcement DCMAgent 17/09/2013 16:09:45 1996 (0x07CC)
    Waiting for job status notification... InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    AppMgmtSDK handler is invalid. Trying to reconnect... InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    GetAppMgmtSDKInterface successful InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    Reconnecting to existing jobID '{42FB35A9-CCB5-4C30-91DA-B251B6893FF4}'.. InstallApplication 17/09/2013 22:09:45 2924 (0x0B6C)
    spAgent->GetJob(jobId, &spAgentJob), HRESULT=87d00215 (e:\nts_sccm_release\sms\dcm\sdk\cisdkclass.cpp,1756) DCMAgent 17/09/2013 22:09:46 2924 (0x0B6C)
    spAppMgmtSDK->SetEvaluationCallback( guidJobID, spNotifyCompPtr ), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,404) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Failed to Reconnect to existing job, hr=0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Reconnect Job request failed, hr=0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    ReconnectJob(spAppMgmtSDK, spCallback, guidJobID), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,1152) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    WaitforJobCompletion(spAppMgmtSDK, m_guidAppInstallJobID, ulAppInstallTimeout, nAppInstallRetryAttempts), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,1041) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Step 2 out of 2 complete InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Install application action failed: 'Microsoft Office 2010 Pro Plus'. Error Code 0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Sending error status message InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting URL = http://*****, Ports = 80,443, CRL = false InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting Server Certificates. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting Authenticator. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Set authenticator in transport InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting Media Certificate. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Sending StatusMessage InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting message signatures. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Setting the authenticator. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    CLibSMSMessageWinHttpTransport::Send: URL: *****:80 CCM_POST /ccm_system/request InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Request was succesful. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Install application action cannot continue. ContinueOnErrorFlag is set to false. InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    hrInstallation, HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\installapplication.cpp,808) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    pInstall->InstallApplications(saAppNames, sContinueOnError), HRESULT=87d00215 (e:\nts_sccm_release\sms\client\osdeployment\installapplication\main.cpp,277) InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Install Static Applications failed, hr=0x87d00215 InstallApplication 17/09/2013 22:09:46 2924 (0x0B6C)
    Process completed with exit code 2278556181 TSManager 17/09/2013 22:09:46 928 (0x03A0)
    !--------------------------------------------------------------------------------------------! TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Failed to run the action: Microsoft Office 2010 SP1.
    Item not found (Error: 87D00215; Source: CCM) TSManager 17/09/2013 22:09:46 928 (0x03A0)
    MP server http://****. Ports 80,443. CRL=false. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Setting authenticator TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Set authenticator in transport TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Sending StatusMessage TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Setting message signatures. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Setting the authenticator. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    CLibSMSMessageWinHttpTransport::Send: URL: ****:80 CCM_POST /ccm_system/request TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Request was succesful. TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Set a global environment variable _SMSTSLastActionRetCode=-2016411115 TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Set a global environment variable _SMSTSLastActionSucceeded=false TSManager 17/09/2013 22:09:46 928 (0x03A0)
    Clear local default environment TSManager 17/09/2013 22:09:46 928 (0x03A0)
    The execution engine ignored the failure of the action (Microsoft Office 2010 SP1) and continues execution TSManager 17/09/2013 22:09:46 928 (0x03A0)
    CIAgent.log
    CAgent::Initialize succeeded. CIAgent 17/09/2013 16:04:58 3100 (0x0C1C)
    CI Agent successfully started up. CIAgent 17/09/2013 16:04:58 3100 (0x0C1C)
    CAgent::CreateJob - Creating new CI Agent Job for machine CIAgent 17/09/2013 16:09:34 3052 (0x0BEC)
    CAgent::EvaluateCIs CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:34 3052 (0x0BEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=Init) CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Client requesting CIAgentJob context info for key: StateMessagePriority CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=Init, To=WaitingForAssignedCI) for Event=Transition CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:34 3104 (0x0C20)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore DownloadCIs CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=DownloadCIs, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=WaitingForAssignedCI, To=DownloadingCIs) for Event=Transition CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:34 4076 (0x0FEC)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Client requesting CIAgentJob context info for key: PostRebootDetect CIAgent 17/09/2013 16:09:34 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Started CIDownloadJob({5468E99C-9DBA-4463-9587-29D881EA38E3}) CIAgent 17/09/2013 16:09:35 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:35 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore PersistCIs CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=PersistCIs, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=DownloadingCIs, To=PersistingCIModels) for Event=Transition CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::Execute [GlobalSemaphore] Trying to aquire global semaphore CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::Execute [GlobalSemaphore] Queued for global semaphore acquisition. CIAgent 17/09/2013 16:09:43 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): GlobalJobEvent() called [GlobalSemaphore] CIAgent 17/09/2013 16:09:43 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::Execute [GlobalSemaphore] Acquired global semaphore. CIAgent 17/09/2013 16:09:43 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=PersistingCIModels) CIAgent 17/09/2013 16:09:43 4080 (0x0FF0)
    CAgent::CreateJob - Creating new CI Agent Job for machine CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CAgent::EvaluateCIs CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=Init) CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): Client requesting CIAgentJob context info for key: StateMessagePriority CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): TransitionState(From=Init, To=WaitingForAssignedCI) for Event=Transition CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore DownloadCIs CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=DownloadCIs, CurrentState=WaitingForAssignedCI) CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): TransitionState(From=WaitingForAssignedCI, To=DownloadingCIs) for Event=Transition CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): Client requesting CIAgentJob context info for key: PostRebootDetect CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 (Office 2010 Pro Plus) targeted to (Dependant of policy CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17) is in scope for evaluation. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d:13 (Microsoft Office 2010 Pro Plus) targeted to (Dependant of policy CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17) is in scope for evaluation. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    Failed to get the display name of the CI. Status messages will be based on the CI ID. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 () targeted to (Dependant of policy CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17) is in scope for evaluation. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=PersistingCIModels, To=InvokingSdmMethod) for Event=Transition CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): Started CIDownloadJob({5305BEEB-DDA8-4E92-98AC-76B14B9213B6}) CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=InvokingSdmMethod) CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): StartEnactment - CI - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6 CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): StartEnactment - Attempting to invoke Policy Platform Client CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    Acquiring lock CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Platform_PolicyDocument, Revision: 17. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Platform_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Configuration_PolicyDocument, Revision: 17. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_Application_f9c9997b_8d3a_459e_accd_57ed8ac79bf6_17_Configuration_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Discovery_PolicyDocument, Revision: 13. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Discovery_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::CreateBindingInstance - Creating binding document for Policy: ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Requirements_PolicyDocument, Revision: 13. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    DCM::LanternUtils::ScopeAndBindPolicies - [ScopedPolicies] ScopeId_A1EAE2D5_4D36_4E8F_BBB7_EF7ADC272A5E_DeploymentType_3bdc07d5_1d0b_4c3f_a17b_4f6dc45b0c4d_13_Requirements_PolicyDocument CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore PersistCIs CIAgent 17/09/2013 16:09:44 1404 (0x057C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=PersistCIs, CurrentState=DownloadingCIs) CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): TransitionState(From=DownloadingCIs, To=PersistingCIModels) for Event=Transition CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::Execute [GlobalSemaphore] Trying to aquire global semaphore CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::Execute [GlobalSemaphore] Queued for global semaphore acquisition. CIAgent 17/09/2013 16:09:44 4080 (0x0FF0)
    Lantern job:F9CAD339-56FE-477B-8C5B-215F67BE3AB1 succeeded. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    Releasing lock CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): Invocation succeeded for policy platform job F9CAD339-56FE-477B-8C5B-215F67BE3AB1 CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:44 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): ReportMethodInvocation :: Enactment succeeded CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): ReportMethodInvocation :: Obtained lantern reports CIAgent 17/09/2013 16:09:44 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}):State - Reporting (scan):: AppModel - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 - State = NotInstalled ResolvedState = Available Applicability = Applicable ConfigureState= NotNeeded CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}):State - Reporting (scan):: Deployment Type - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d:13 - State = NotInstalled ResolvedState = Available Applicability = Applicable ConfigureState= NotNeeded CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}):State - Reporting (scan):: Install Policy Type - ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6:17 - State = NonCompliant ResolvedState = Compliant Applicability = Applicable ConfigureState= NotNeeded CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::ReleaseGlobalSemaphore [GlobalSemaphore] Released global download semaphore CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): GlobalJobEvent() called [GlobalSemaphore] CIAgent 17/09/2013 16:09:45 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::Execute [GlobalSemaphore] Acquired global semaphore. CIAgent 17/09/2013 16:09:45 4036 (0x0FC4)
    CIAgentJob({8251BDAA-A7B6-4EC8-8807-E0EEA1650EF8}): CAgentJob::HandleEvent(Event=Transition, CurrentState=PersistingCIModels) CIAgent 17/09/2013 16:09:45 4036 (0x0FC4)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore NotifyComplete CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=NotifyComplete, CurrentState=InvokingSdmMethod) CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=InvokingSdmMethod, To=CompletedSdmMethodInvocation) for Event=Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, CurrentState=CompletedSdmMethodInvocation) CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): TransitionState(From=CompletedSdmMethodInvocation, To=StateDownloadingContents) for Event=Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::QueueEvent - Queueing event and incrementing semaphore Transition CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): QueueDebug - Executing Event. CIAgent 17/09/2013 16:09:45 3132 (0x0C3C)
    CIAgentJob({B95D2613-0A5F-4738-B404-3470919D3F6E}): CAgentJob::HandleEvent(Event=Transition, Current
    CITaskMgr.log
    Initiating task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 (Microsoft Office 2010 Pro Plus) for target: , consumer: {C6E3BB4D-852B-4240-9F36-2871DD7BAAB8} CITaskMgr 17/09/2013 16:09:45 4036 (0x0FC4)
    Initiating content download : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    State transition to (InProgress), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    State transition to (InProgress), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    Successfully initiated contents download request {00C794C9-CA03-4E1B-9440-73E09A1A12F9} : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:09:46 4036 (0x0FC4)
    Initiating task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 (Microsoft Office 2010 Pro Plus) for target: , consumer: {A6CC1080-139B-4ED0-8DEB-04FBF8E2D613} CITaskMgr 17/09/2013 16:10:43 2168 (0x0878)
    State transition to (Success), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.ContentDownload) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    State transition to (Success), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Release task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 for target: , consumer {A6CC1080-139B-4ED0-8DEB-04FBF8E2D613} CITaskMgr 17/09/2013 16:13:30 412 (0x019C)
    Release task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {988A4382-4757-4C3C-B418-0A2B76B27224} CITaskMgr 17/09/2013 16:13:30 412 (0x019C)
    Release task ContentDownload for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {1B8A201C-758A-46DE-8BC3-813BB089180C} CITaskMgr 17/09/2013 16:13:30 412 (0x019C)
    Initiating task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 (Microsoft Office 2010 Pro Plus) for target: , consumer: {9D59DEFA-BF1A-455C-9B07-D5815CA8DE12} CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Starting Enforcement : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Initiated application enforcement. : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    State transition to (InProgress), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    State transition to (InProgress), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:13:30 3804 (0x0EDC)
    Application enforcement completed : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    Enforcement completion state Success : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    State transition to (Success), Param(0) : CITask(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13..Install.Enforce) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    State transition to (Success), Param(0) : CTaskConsumer(ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13.{6273217C-1E91-44EE-9CF0-97628CD04706}) CITaskMgr 17/09/2013 16:28:59 3200 (0x0C80)
    Release task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/DeploymentType_3bdc07d5-1d0b-4c3f-a17b-4f6dc45b0c4d.13 for target: , consumer {9D59DEFA-BF1A-455C-9B07-D5815CA8DE12} CITaskMgr 17/09/2013 16:29:04 2572 (0x0A0C)
    Release task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/Application_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {E9622739-EAFB-4C44-B582-EB0EECD0EF30} CITaskMgr 17/09/2013 16:29:04 2572 (0x0A0C)
    Release task Enforce for CI ScopeId_A1EAE2D5-4D36-4E8F-BBB7-EF7ADC272A5E/RequiredApplication_f9c9997b-8d3a-459e-accd-57ed8ac79bf6.17 for target: , consumer {CD21FEE4-970C-4C68-B7FA-3C31EBF31E3C} CITaskMgr 17/09/2013 16:29:04 2572 (0x0A0C)

  • Synchronize WF LOCAL tables in R12 failed with error  :ORA-14501 object is

    Hi All,
    In our R12 enviroment "Synchronize WF LOCAL tables" conc program failing with :ORA-14501 object is not partitioned.
    Tried solution as per doc id . 433280.1 -- Partitions in Workflow Local Tables are Automatically Switched to NOLOGGING . But no success.
    Please help.

    Hi Hussein,
    Thanks for reply. Please find the below details.
    RELEASE_NAME
    12.1.3
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Linux **** 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    Conc Req Log file
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDWFLSC module: Synchronize WF LOCAL tables
    Current system time is 19-JUN-2012 05:49:20
    **Starts**19-JUN-2012 05:49:20
    **Ends**19-JUN-2012 05:49:20
    ORA-14501: object is not partitioned
    Start of log messages from FND_FILE
    End of log messages from FND_FILE
    Executing request completion options...
    Output file size:
    0
    Finished executing request completion options.
    Concurrent request completed
    Current system time is 19-JUN-2012 05:49:20
    ---------------------------------------------------------------------------

  • APP-V 5 SP1 - "Application Failed to Launch. This may be due to a network failure 0x0FD01B25-0000007B"

    Hello all,I am having some issues with APP-V 5.
    I am having particular issues with starting a packaged SIMS.net. I keep recieving:
    "Application Failed to Launch. This may be due to a network failure 0x0FD01B25-0000007B"
    ...within a second or two of clicking on the app-v created shortcut for this software.
    To clarify, I had this software working perfectly previously. I recreated this package due to a software update, but it fails to launch now. I started a new package from scratch as this is a complex piece of software with multiple installers to run etc.
    To be honest, I keep seeing this error on other applications. At one point, nearly every published app returned the same error. I spent a day trying to diagnose but the following day, everything mysteriously started working again.
    I have had a look on kirks blog & Tim Magan, but to no avail.
    Any help would be greatly appreciated, as this is a 'business critical application' (as they say).
    Quick overview of my setup:
    - Single Server configuration (Management, Publishing & SQL) on Server 2012 VM in 2012 Hyper-V
    - Win 2000 Domain with 2003 DC
    - Windows 7 Enterprise SP1
    - SIMS.net Summer 2013 sequenced on 32bit following best practice guide
    - Deploying to 32 bit machine
    - Client settings pushed by GPO. Powershell execution policy set to allsigned.

    RESOLVED: This error is caused by the "Program Files" missing from the "C:\ProgramData\Microsoft\Windows\Start Menu\" folder.
    Firstly, a big thank you Nicke. You may not have solved the problem, but you sent me down the road to resolve this issue.
    After trying the step you mentioned, I placed the computer in an OU with inheritance disabled. From this point onwards, I deduced that it was actually a group policy issue.
    In my environment, I redirect start menus to generated start menu. This is created using a powershell script to combine locally installed items and network items. This scripts deletes the content of the 'programdata' start menu (i.e all users start menu)
    to prevent these items disrupting the start menu.
    Now... The app-v packages were breaking because, the 'Start Menu > Programs' folder did not exist. If an empty 'Start Menu > Programs' exists, the packages work correctly.
    I can only assume that the two packages that were working correctly - that I installed these for 'current user only', rather than 'all users'.
    It seems a little silly to me that app-v should fall over for something so simple. However, you could argue that it serves me right for playing about with system files :)
    Thanks again for the help.
    Mark

  • Using a trusted application endpoint to initiate a scheduled conference

    I am trying to develop a UCMA 4.0 application on top of Lync 2013 whereby I use a trusted application endpoint to create a scheduled conference. Prior to the conference I would like to send the details of when the conference will take place and how to connect
    via mail.  During the process of the conference I would like to be able to invite users ad-hoc by dialing out to them.
    I have successfully managed to get the ad-hoc part of this functionality working using an app I developed based on the TrustedConferenceParticipant example in the UCMA 4.0 documentation, however I cannot get the trusted application endpoint to create a scheduled
    conference.
    I did attempt to run the ConfernceManagement example, however even though the logs showed that all the audio-visual channels had been successfully created and connected, the actual Lync Clients received no invitation and were not connected to the conference.
    Thanks in advance for any help.

    Mike is correct, but .....
    Try here.....
    Can't remember which of the dev samples contained an exe-file, but one of them did ;-)
    http://developer.novell.com/wiki/index.php/Tapp_samples
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Support Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • During Palm reinstallation, when reboots get errors, "The application failed to initialize properly (0xc0000142)" and "DeviceMonitor MFC Application has stopped working."

    I'm trying to reinstall the Palm software because synchronization has been failing for the past two months.  It get to the point of synchronizing the calendar and fails with the message that there are too many events.  Hence, nothing in the process after that synchronizes.  I've tried reinstalling the Palm s/w to no avail.  Now I'm trying to uninstall and reinstall the Palm s/w only to be greeted with another error message when the system restarts (as part of the installation process).  The error is, "The application failed to initialize properly (0xc0000142).  Click OK to terminate the application."  When I choose OK, I get the error, "DeviceMonitor MFC Application has stopped working."  Windows does not notify me of a solution.  Any ideas/solutions would be greatly appreciated!
    Thanks,
    Gina
    Post relates to: Tungsten E2

    Hello and thank you for using the Palm Help Forums!
    You may need to do a clean uninstall of the Palm desktop software to resolve your issue.
    Uninstall Palm Desktop by going to your Control Panel > Add/ Remove Programs > Remove Palm and/ or PalmOne 
    Delete the following folders:
    C:\Palm
    C:\Program Files\Palm
    C:\Program Files\PalmOne
    C:\Program Files\Handspring 
    From the Windows start menu, select Run.
    Type Regedit and click Run or OK
    *NOTE* BE VERY CAREFUL IN YOUR REGISTRY KEY EDITOR. IF THE WRONG THING IS DELETED THIS CAN CAUSE SERIOUS DAMAGE TO YOUR COMPUTER'S OPERATING SYSTEM. 
    Delete the following keys: 
    HKEY_Current_User\Software\PalmDesktopAutorun
    HKEY_Current_User\Software\Palm
    HKEY_Current_User\Software\Palmone
    HKEY_Current_User\Software\U.S Robotics-- (check and make sure only palm related keys are under this one)
    Delete this key as well:
    HKEY_Local_Machine\Software\PalmSource
    Close the Registry window
    Restart PC upgrade to new palm desktop (by going to www.palm.com).
    Post relates to: Treo 800w (Sprint)
    Post relates to: Treo 800w (Sprint)

  • Lync 2010 to Lync 2013 Trusted application Migration

    We have Mitel Live Business Gateway as trusted application server on the Lync 2010 server for Remote call control. I am in the process of migrating to Lync 2013 and can't find
    a way to migrate the Trusted Application. This is how we setup the Trusted application on Lync 2010.
    http://www.justin-morris.net/configuring-lync-server-2010-for-remote-call-control-with-mitel-3300/
    Malli Boppe MCITP Enterprise Messaging Exchange 2010

    Hi,
    You cannot move it to Lync Server 2013. You need to create new trusted application server and select Lync Server 2013 front end pool as the next hop.
    Configure Trusted Application Servers
    http://technet.microsoft.com/en-us/library/jj204735.aspx
    Kent Huang
    TechNet Community Support

  • Generating a trusted application key

    I'm trying to use SOAP to connect to groupwise using a trusted application key, but I can't seem to figure out how to generate one in the first place.
    The documentation here seems to indicate that I need to run some program that will create one for me - where is this obtained (since from other reading it doesn't appear that it can be done within consoleone)?

    Mike is correct, but .....
    Try here.....
    Can't remember which of the dev samples contained an exe-file, but one of them did ;-)
    http://developer.novell.com/wiki/index.php/Tapp_samples
    Best Regards
    Tommy Mikkelsen
    IT Quality A/S
    Denmark
    Novell Support Forums SYSOP
    Please Report back any success or failure, That way we all learn
    Sorry, but no support through email
    "I hate bugs".......Tommy Lee Jones, MIB
    Be a GroupWiseR, go http://www.groupwiser.net

  • I had itunes installed on my pc. I received notice to update. I started update but gpt the following message - this application failed to start because MSVCR80.dll was not found. Reinstalling may fix the problem. I uninstalled and have tried to reinstall

    I already had itunes installed on my pc. I received an update and tried to install it. I got a message
    This application failed to start because MSVCR80.dll was not found. Reinstalling may fix the problem.
    I uninstalled itunes and tried to reinstall. itunes says it has installed but when I try to open itunes I get the same message.
    How do I repair/sort out this error/fault
    Thanks
    David

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

  • HT1338 I am trying to setup my external drive, but when I do, I get a box that pops up that says You can't open the application "LaCie Setup Assistant" because PowerPC applications are no longer supported".

    When trying to setup my external hard drive, I get this box that pops up and says this:
    You can’t open the application “LaCie Setup Assistant” because PowerPC applications are no longer supported.

    PowerPC was a type of processor used in Mac systems before Apple switched to Intel-based processors. These older chips required applications to be coded differently, to the extent that they will not run on the Intel processors in newer Macs. Apple used to include a translator that allowed these programs to at least run, but this translator is no longer available so if you run into an older PowerPC-based program then OS X will give you this error.

  • My iTunes will not start.  The box on the error message APSDaemon.exe,  And message says "This application failed to start because MSVC80.dll was not found.  Reinstalling may fix."  I did the reinstall and I get the same error.

    My iTunes will not start.  The box on the error message APSDaemon.exe,  And message says "This application failed to start because MSVC80.dll was not found.  Reinstalling may fix."  I did the reinstall and I get the same error.  The error first happened after I approved the an iTurns update.

    Same problem today. Took five times to reinstall without any error messages. Apple has posted a way to fix and you should follow their's first. I finally got to upldate correctly by doing their fix but with one difference. I did the following:
    1) Went to the C:\program files (x86)\iTunes and C:\program files\iTunes folders and moved every file ending in .dll to the desktop (even if two files in same location had the same name, just replace)
    2) Restarted computer and still got error message
    3) Uninstalled all apple programs possible in the following order......itunes, apples software update, apple mobile device support, bonjour, and apple application support.....all performed using the microsoft control panel
    4) put all the .dll files on the desktop in the trash and emptied (this is a step apple support did not specifically put in their fix but for a final try I wanted to delete everything apple).
    5) Restarted computer.
    6) Re-installed itunes from apple website
    No error messages during re-install and was able to open shortcut in one try. Even updated my ipad to make sure everything was working.

Maybe you are looking for

  • Delivery Completed indicator for PO of Services

    Hello everyone! The PO for materials/goods has a delivery completed indicator in the Delivery tab of the Item Detail. But if the PO is for Service, we can not find a delivery completed indicator. Does the system have a counterpart of that indicator f

  • Few questions regarding Training and event management

    Dear All, Can you please help me with the following queries regarding Training and Event Management: 1. How to freeze a completed business event so that no changes to its record (like delete/update attendee details or event detail) is possible? 2. Ho

  • File problem on ntfs

    hi, I have a problem with OSX which hang a file on ntfs. I used ntfs support in rw and wanted to change the name. After that the file has specials rights -rwxr-xr-x@ and appears grayed like the .DS_Store file or the RECYCLER. It's a pdf file and when

  • BW Querry Error

    Hi Gurus One of our user trying to access Z query through Bex Web Analyzer which starts with  ‘ ! ’. This is a Z query which is a custom query. This Z query is accessible. When it comes to SAP Standard query that starts with ‘ ! ‘ followed by 0 (Zero

  • Default Printer name in Smartforms

    Hi Experts, When I am displaying Smart forms, an automatic popus is getting displayed which asks for current Printer.I am using LP01 as default printer.Can I hide this popup so while the user executes the program,he can directly view the Report scree