B1WS Problem with error response

We use B1WS to communicate with the SAP system. Communication works fine until a exception occurs. In my special case I try to create a delivery note but there are not enough items on stock. When I add the delivery note the following exeception is raised:
com.sun.xml.internal.messaging.saaj.SOAPExceptionImpl: A Subcode must be  namespace-qualified
There is no other information available. When I add the delivery note with SoapUI I get the message from sap the there are not enough items on stock. Is there any way to fix this problem with the webservice?

Thanks for your answer. The exception in this case is no problem for me. The problem is that I cannot get the exception because the SAP response cannot be parsed.
Here is another post of the same problem.
https://java.net/projects/metro/lists/users/archive/2010-08/message/185
I cannot figure out why the response from sap causes this problems.

Similar Messages

  • Problem deserializing error response in BPEL Custom Worklist

    Hi ,
    I have developed a BPEL custom worklist application using the 11G worklist API.
    Everything is working fine for me if I deploy my application in Tomcat 6.0
    However , if I deploy my application on WebLogic 10x and if any of the API methods get a exception ,
    I am not able to get the exact Exception . It gives me error like
    **java.rmi.UnmarshalException: Problem deserializing error response; nested exception is:**
    **java.io.InvalidClassException: oracle.xml.parser.v2.XMLNode; local class incompatible: stream classdesc**
    **serialVersionUID = -9017926583992508837, local class serialVersionUID = 5247237047346331071**
    I am facing this problem only in Weblogic.
    Jars included in my Application WEB-INF/lib are
    wlfullclient.jar
    xml.jar
    wsclient.jar
    orasaaj.jar
    orabpel-common.jar
    orabpel.jar
    xmlparserv2.jar
    soa-infra-mgmt.jar
    oracle-soa-client-api.jar
    orabpel-thirdparty.jar
    jazncore.jar
    fabric-common.jar
    wlclient.jar
    bpm-services.jar
    bpm-infra.jar
    ejb.jar
    Entire exception is as follows :
    oracle.bpel.services.workflow.client.WorkflowServiceClientException: java.rmi.UnmarshalException: Problem deserializing error response; nested exception is:
         java.io.InvalidClassException: oracle.xml.parser.v2.XMLNode; local class incompatible: stream classdesc serialVersionUID = -9017926583992508837, local class serialVersionUID = 5247237047346331071
         at oracle.bpel.services.workflow.task.client.TaskServiceRemoteClient.acquireTask(TaskServiceRemoteClient.java:1580)
         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.bpel.services.workflow.client.WFClientRetryInvocationHandler.invokeTarget(WFClientRetryInvocationHandler.java:130)
         at oracle.bpel.services.workflow.client.WFClientRetryInvocationHandler.invoke(WFClientRetryInvocationHandler.java:69)
         at $Proxy109.acquireTask(Unknown Source)
         at com.fss.maps.merchantsales.service.referraldetails.ReferralBeanDetServiceImp$2.doInTransaction(ReferralBeanDetServiceImp.java:193)
         at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:128)
         at com.fss.maps.merchantsales.service.referraldetails.ReferralBeanDetServiceImp.updateReferralMast(ReferralBeanDetServiceImp.java:136)
         at com.fss.maps.merchantsales.action.referraldetails.ReferralBeanAction.updateReferralDetails(ReferralBeanAction.java:704)
         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 com.opensymphony.xwork2.DefaultActionInvocation.invokeAction(DefaultActionInvocation.java:440)
         at com.opensymphony.xwork2.DefaultActionInvocation.invokeActionOnly(DefaultActionInvocation.java:279)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:242)
         at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:148)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.DefaultWorkflowInterceptor.doIntercept(DefaultWorkflowInterceptor.java:163)
         at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.validator.ValidationInterceptor.doIntercept(ValidationInterceptor.java:249)
         at org.apache.struts2.interceptor.validation.AnnotationValidationInterceptor.doIntercept(AnnotationValidationInterceptor.java:68)
         at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ConversionErrorInterceptor.intercept(ConversionErrorInterceptor.java:122)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:195)
         at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ParametersInterceptor.doIntercept(ParametersInterceptor.java:195)
         at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.StaticParametersInterceptor.intercept(StaticParametersInterceptor.java:148)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at org.apache.struts2.interceptor.CheckboxInterceptor.intercept(CheckboxInterceptor.java:93)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at org.apache.struts2.interceptor.FileUploadInterceptor.intercept(FileUploadInterceptor.java:235)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ModelDrivenInterceptor.intercept(ModelDrivenInterceptor.java:89)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ScopedModelDrivenInterceptor.intercept(ScopedModelDrivenInterceptor.java:128)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at org.apache.struts2.interceptor.ProfilingActivationInterceptor.intercept(ProfilingActivationInterceptor.java:104)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at org.apache.struts2.interceptor.debugging.DebuggingInterceptor.intercept(DebuggingInterceptor.java:267)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ChainingInterceptor.intercept(ChainingInterceptor.java:126)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.PrepareInterceptor.doIntercept(PrepareInterceptor.java:138)
         at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept(MethodFilterInterceptor.java:87)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.I18nInterceptor.intercept(I18nInterceptor.java:148)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at org.apache.struts2.interceptor.ServletConfigInterceptor.intercept(ServletConfigInterceptor.java:164)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.AliasInterceptor.intercept(AliasInterceptor.java:128)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at com.opensymphony.xwork2.interceptor.ExceptionMappingInterceptor.intercept(ExceptionMappingInterceptor.java:176)
         at com.opensymphony.xwork2.DefaultActionInvocation.invoke(DefaultActionInvocation.java:236)
         at org.apache.struts2.impl.StrutsActionProxy.execute(StrutsActionProxy.java:52)
         at org.apache.struts2.dispatcher.Dispatcher.serviceAction(Dispatcher.java:468)
         at org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:395)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:265)
         at org.acegisecurity.intercept.web.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:107)
         at org.acegisecurity.intercept.web.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:72)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
         at org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
         at org.acegisecurity.wrapper.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:81)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
         at org.acegisecurity.ui.logout.LogoutFilter.doFilter(LogoutFilter.java:110)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
         at org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
         at org.acegisecurity.concurrent.ConcurrentSessionFilter.doFilter(ConcurrentSessionFilter.java:95)
         at org.acegisecurity.util.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:275)
         at org.acegisecurity.util.FilterChainProxy.doFilter(FilterChainProxy.java:149)
         at org.acegisecurity.util.FilterToBeanProxy.doFilter(FilterToBeanProxy.java:98)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.fss.maps.common.util.HighRiskTransactionFilter.doFilter(HighRiskTransactionFilter.java:90)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3496)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(Unknown Source)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2180)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2086)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1406)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.rmi.UnmarshalException: Problem deserializing error response; nested exception is:
         java.io.InvalidClassException: oracle.xml.parser.v2.XMLNode; local class incompatible: stream classdesc serialVersionUID = -9017926583992508837, local class serialVersionUID = 5247237047346331071
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:234)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:348)
         at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
         at oracle.bpel.services.workflow.task.ejb.TaskServiceBean_399vcw_EOImpl_1033_WLStub.acquireTask(Unknown Source)
         at oracle.bpel.services.workflow.task.client.TaskServiceRemoteClient.acquireTask(TaskServiceRemoteClient.java:1574)
         ... 97 more
    Caused by: java.io.InvalidClassException: oracle.xml.parser.v2.XMLNode; local class incompatible: stream classdesc serialVersionUID = -9017926583992508837, local class serialVersionUID = 5247237047346331071
         at java.io.ObjectStreamClass.initNonProxy(ObjectStreamClass.java:562)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
         at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1583)
         at java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1496)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1732)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at java.util.HashMap.readObject(HashMap.java:1030)
         at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1849)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1947)
         at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1871)
         at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1753)
         at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1329)
         at java.io.ObjectInputStream.readObject(ObjectInputStream.java:351)
         at weblogic.utils.io.ChunkedObjectInputStream.readObject(ChunkedObjectInputStream.java:197)
         at weblogic.rjvm.MsgAbbrevInputStream.readObject(MsgAbbrevInputStream.java:564)
         at weblogic.rjvm.ResponseImpl.getThrowable(ResponseImpl.java:190)
         at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:232)
    Please help if u have come acrross some error like this ..............

    Hi,
    I'm facing the same issue with SOA Suite 11.1.1.3 with weblogic 10.3.3.0.
    I get the following exception:
    Error occurred while updating task outcome. java.rmi.UnmarshalException: cannot unmarshaling return; nested exception is:
    java.io.InvalidClassException: oracle.bpel.services.workflow.task.model.CustomTaskTypeImpl; local class incompatible: stream classdesc serialVersionUID = -5471687046445499096, local class serialVersionUID = -1564179312380198686
    this was working fine with SOA Suite 11.1.1.1.
    Please let me know if you guys have found the solution.
    Thanks,
    Makrand

  • Problems with error-page in web.xml and page caching

    Having a few problems with error pages and web.xml with browsers caching the error pages and strange errors coming out of weblogic.servlet.intenal.WebAppServletContext
    I'm trying to set a web app up so that all http errors and all exceptions are routed thruogh predefined resources. For now, I'm simply send 400 errors to 400.html and the ServletException, IOException and RuntimeException to respective html pages.
    What I'm finding is that the error codes work fine but the exceptions are only be routed to the correct error page for the first call to the servlet after server restart.
    So for example, I have my servlet throwing a ServletException as a test case. The weblogic server log shows that ServletException is thrown, and the correct error page for ServletExceptions is shown.
    If I change the Servlet code to throw IOException in place of SevletException, the weblogic.log shows that IOExceptyion is being thrown (so the servlet has deployed successfully), however the Servletxception error page is shown on the browser.
    I'm using IE6 and I've changed the setting such that a new page is requested every time using the tools-internet options-temp internet files-settings option to "check for new versions of stored pages: Every visit to the page".
    Despite this, the servlet exception error page still appears.
    If you clear the cache from the temp intenet files->delete files IE option, the correct errror page will be shown so it appears that the browser cache is being used after all.
    everytime I delete the temp intenet files I get the correct error page on the first request after but then not after that.
    I have implemented the service method for this test to throw the exceptions - does this make a differecne?
    As a test, I have moved the imlpementation to the doGet method instead bu I now get a strange eror from weblogic comlpaining about an arrayOutOfBoundsException because eror codes in the web.xml are not supported! - see error above.
    Any help is appreciated

    After further investigation: -
    There are no problems with error pages based on error codes, only error exceptions.
    As a test case, I have a service method in a servlet throwing either one of the three exception types that servlets can throw (Runtime, Servlet & IO) the following rules apply. The exception to be thrown is hardcoded and is changed and the web app rebuilt each time. The correct web.xml has been deployed to the app server (checked through console). the webapp is being redeployed correctly - this can be seen in the weblogic log, where the correct exception is reported.
    I am using WLS 8.1, Servlet 2.3, JDK 1.4.1_02
    In all cases, the weblogic log reports that the servlet is throwing the exception as expected.
    Despite having set error-page for exception javax.servlet.ServletException, the exceptions are diverted to the error page that has been set up for http error code 500
    The error page for ServletException is therefore never reached.
    I have the browser set to request pages every time it is asked.
    Once the servlet has thrown an IOException, the only way to get the browser to report an IO or Runtime exception error-page is to clear the browser cache. Restarting the server has no effect.
    Once the servlet has responded with ANY exception, it is not possible to get it to report a ServletException (which is incorrectly reported as a 500 anyway) unless the cache is cleared. Restarting the server has no effect.
    In the case where the servlet throws ServletException, it has no root exception. The servlet 2.3 spec states that if ServletException is thrown but cannot be found in the error pages, the root excpetion will be extracted and the error page list traversed again. Knowing that the RuntimeException error page is correct shown when RuntimeException is throwm, I have nested this inside the ServletException, however error page for http error 500 is still shown.
    I don't believe this is a WLS 8.1 problem, as the console shows that the correct exception is thrown each time. this is backed up by the fact that the correct exception page is thrown when the cache is cleared regardless of what exception was previousdly thrown by the servlet. This excludes ServletException which is always incorrectly thrown as a 500.

  • Problem with error code 401

    Hi I had a problem yesterday with my receiver determination... I had an XICACHE update error along with
    SAP:AdditionalText>Error when reading HTTP destination: INTEGRATION_DIRECTORY_HMI.</SAP:AdditionalText>
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while refreshing the XI runtime cache</SAP:Stack>
    I have since seemed to of solved this problem while using SXI_CACHE and refresh...
    Now we are getting the following...
    <!--  ************************************
      -->
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_IE_ADAPTER-ENTER_PLSRV">
      <Trace level="3" type="T">Channel for adapter engine: RFC</Trace>
    - <Trace level="1" type="B" name="CL_XMS_PLSRV_CALL_XMB-CALL_XMS_HTTP">
      <Trace level="2" type="T">no values in cache (no lock found) - start reading from SLD</Trace>
      <Trace level="1" type="T">error reading SAP_XIAdapterFramework from SLD</Trace>
      <Trace level="2" type="T">Adapter Framework(s) found</Trace>
      <Trace level="2" type="T">Service Port(s) found - take first one</Trace>
      <Trace level="2" type="T">URL found</Trace>
      <Trace level="2" type="T">Get logon data for adapter engine (SAI_AE_DETAILS_GET):</Trace>
      <Trace level="3" type="T">URL = http://mxavie0:56800/MessagingSystem/receive/AFW/XI</Trace>
      <Trace level="3" type="T">User = XIISUSER</Trace>
      <Trace level="3" type="T">Cached =</Trace>
      <Trace level="3" type="T">Creating HTTP-client</Trace>
      <Trace level="3" type="T">HTTP-client: creation finished</Trace>
      <Trace level="3" type="T">Security: Basic authentication</Trace>
      <Trace level="3" type="T">Serializing message object...</Trace>
      <Trace level="3" type="T">HTTP-client: sending http-request...</Trace>
      <Trace level="3" type="T">HTTP-client: request sent</Trace>
      <Trace level="3" type="T">HTTP-client: Receiving http-response...</Trace>
      <Trace level="3" type="T">HTTP-client: response received</Trace>
      <Trace level="3" type="T">HTTP-client: checking status code...</Trace>
      <b><Trace level="3" type="T">HTTP-client: status code = 401</Trace></b>
      <Trace level="3" type="System_Error">HTTP-client: error response= <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Error Report</title> <style> td {font-family : Arial, Tahoma, Helvetica, sans-serif; font-size : 14px;} A:link A:visited A:active </style> </head> <body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" rightmargin="0"> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="4" color="#666666"><b>  401 &nbsp Unauthorized</b></font></td> </tr> <tr bgcolor="#3F73A3"> <td height="23" width="84"><img width=1 height=1 border=0 alt=""></td> <td height="23"><img width=1 height=1 border=0 alt=""></td> <td align="right" height="23"><font face="Arial, Verdana, Helvetica" size="2" color="#FFFFFF"><b>SAP J2EE Engine/7.00 </b></font></td> </tr> <tr bgcolor="#9DCDFD"> <td height="4" colspan="3"><img width=1 height=1 border=0 alt=""></td> </tr> </table> <br><br><br><br><br><br> <table width="100%" cellspacing="0" cellpadding="0" border="0" align="left" height="75"> <tr bgcolor="#FFFFFF"> <td align="left" colspan="2" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><b>  Authentication did not succeed.</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="2" color="#000000"><b>  Details:</b></font></td> <td align="left" valign="top" height="48"><font face="Arial, Verdana, Helvetica" size="3" color="#000000"><pre>  No details available</pre></font></td> </tr> </body> </html></Trace>
      <Trace level="3" type="T">HTTP-client: closing...</Trace>
      </Trace>
      </Trace>
      </Trace>
      <Trace level="1" type="B" name="CL_XMS_MAIN-WRITE_MESSAGE_TO_PERSIST" />
    - <!--  ************************************
      -->
      <Trace level="3" type="T">Persisting message Status = 023</Trace>
      <Trace level="3" type="T">Message version 006</Trace>
      <Trace level="3" type="T">Pipeline CENTRAL</Trace>
      </SAP:Trace>
      </SOAP:Header>
    - <SOAP:Body>
    - <SAP:Manifest xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:wsu="http://www.docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="wsuid-manifest-5CABE13F5C59AB7FE10000000A1551F7">
    - <SAP:Payload xlink:href="cid:[email protected]">
      <SAP:Name>MainDocument</SAP:Name>
      <SAP:Description />
      <SAP:Type>Application</SAP:Type>
      </SAP:Payload>
      </SAP:Manifest>
      </SOAP:Body>
      </SOAP:Envelope>
    Anyone have ideas as to why this is coming?

    HI,
    Error: HTTP_RESP_STATUS_CODE_NOT_OK 401 Unauthorized
    • Check XIAPPLUSER is having this Role -SAP_XI_APPL_SERV_USER
    • If the error is in XI Adapter, then your port entry should J2EE port 5<System no>
    • If the error is in Adapter Engine
    –then have a look into SAP note- 821026, Delete the Adapter Engine cache in transaction SXI_CACHE Goto --> Cache.
    • May be wrong password for user XIISUSER
    • May be wrong password for user XIAFUSER
    – for this Check the Exchange Profile and transaction SU01, try to reset the password -Restart the J2EE Engine to activate changes in the Exchange Profile After doing this, you can restart the message
    Regards
    Chilla..
    <i>Points rewarded if it is helpful..</i>

  • Problem with long response time when looking at queues!

    Hello,
    I have a problem with extream long response times, when looking at the queues in Message mapping test tool . Does anyone know how to improve performance.
    The source message I use is about 200 segments (idoc)
    The mapping is done with the graphical tool, with 10-15 field contain standard sap functions for mapping.
    Target structure is EDIFACT (xml)
    Brgds
    Karl Bergströ

    Hi Rod.
    Go to Apple Menu > System Preferences > Network > Show: Network Port Configurations. Make sure that the configuration used to connect to Internet is at the top of the list. Also, disable any communications/networking configuration enabled, but not in use.
    If the above doesn't fix the problem, open Keychain Access > Preferences, and disable Search .Mac For Certificates if it's enabled. Take a look at the following articles for an explanation of why this could fix the problem:
    http://www.hawkwings.net/2006/07/18/apple-mail-phones-home-too/
    http://www.macgeekery.com/tips/mailapp_doesnt_phone_homeeither

  • I am having problem with Error 0xE8000012 iPhone 4S when I connect to itunes.

    Please help me with
    Error 0xE8000012 iPhone 4S.

    What happened when you contacted iTunes support as directed?
    http://www.apple.com/support/itunes/contact/

  • Synchronous RFC -- SOAP Scenario: problem with SOAP Response/Fault Mapping

    Hi,
    I've a synchronous RFC --> PI --> SOAP Scenario. The problem is that the message structure of the sending RFC doesn't match the Webservice Structure.
    The (SAP standard) RFC has just a Request / Response message structure. Part of the Response Message structure is a exception structure.
    The Webservice has a Request / Response message structure and in case of an error I get a SOAP:Fault.
    Problem now is that I cannot configure that scenario without usage of BPM as I will have to map SOAP:Response or SOAP:Fault to the RFC Response structure.
    Has anybody another idea to do that synchronous scenario (with usage of message mapping) without BPM?
    BR
    Holger

    1)
    you maus define 3 mapping.
    1)request
    2)response
    3)Fault
    in Interface mapping define at response boths (2-3) mapping. its clear??
    2)
    otherwise sometjhing is not clear, why do you want fault?? why dont you  get only response message. we implement this kind of response:
    <response_MT>
    <ID> (error ID)
    <system> (target system) 
    <error> (Error Description)
    </response>
    by this way fault message is not needed. but if you must have it just follow the top of message else, propose second.
    Thanks
    Rodrigo
    Thanks
    Rodrigo
    Edited by: Rodrigo Pertierra on Feb 25, 2008 11:52 AM

  • Sql Server 2012 Enterprise installation Problem with Error : Failed to launch local ScenarioEngine.exe: 0x80070003

    Thanks for providing such situation for solving our problem.
    Please and please help me with this problem that im dealing and solving during these 2 weeks!
    I have searched a lot and do all the suggestion but till now i haven't achieved any solution.
    I want to install SQL server 2012 Enterprise but after beginning installation progress and completing the checking for update it become stopped and Setup window become lost.
    I opened temp and find this error:
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    please help and guide me , it really killed my time during about 3 weaks, i will pray for you!
    here is the overall content of my SqlSetup_1 file:
    09/20/2014 13:41:56.002 ======================================================================
    09/20/2014 13:41:56.161 Setup launched
    09/20/2014 13:41:56.272 Attempting to determine media source
    09/20/2014 13:41:56.342 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:41:56.388 Attempt to determine media layout based on file 'F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\mediainfo.xml'.
    09/20/2014 13:41:56.488 Media layout is detected as: Full
    09/20/2014 13:41:56.572 Not a slip stream media, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.666 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:41:56.710 Help display: false
    09/20/2014 13:41:56.743 .Net version 3.5 is installed
    09/20/2014 13:41:56.777 .Net version 2.0 is installed
    09/20/2014 13:41:56.810 Local setup.exe not found, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.843 Attempt to initialize SQL setup code group
    09/20/2014 13:41:56.887 Attempting to determine security.config file path
    09/20/2014 13:41:56.921 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:41:56.955 .Net security policy file does exist
    09/20/2014 13:41:56.987 Attempting to load .Net security policy file
    09/20/2014 13:41:57.032 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:41:57.076 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.109 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:41:57.143 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.176 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:41:57.224 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.442 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:41:57.487 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.520 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:41:57.567 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.633 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:41:57.773 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:41:57.864 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.945 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:41:57.978 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.018 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:41:58.044 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.084 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:41:58.122 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.162 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:41:58.188 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.228 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:41:58.255 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:41:58.344 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.384 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:41:58.410 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.450 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:41:58.488 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.528 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:41:58.555 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.616 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:41:58.675 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:41:58.764 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.816 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:41:58.853 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.919 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:58.972 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.020 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:59.072 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.120 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:41:59.187 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.238 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:41:59.313 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.376 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:41:59.421 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.471 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:41:59.521 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.571 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:41:59.621 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.688 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:41:59.737 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.777 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:41:59.815 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.854 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:41:59.932 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.981 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:00.032 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.081 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:00.132 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.199 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:00.248 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.288 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:00.337 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.377 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:00.447 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.488 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:00.536 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.577 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:00.650 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.733 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:00.781 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:00.869 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.922 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:00.969 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.022 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.087 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.124 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:01.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.191 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:01.276 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.324 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:01.387 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.426 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:01.453 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.501 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:01.531 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.568 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:01.597 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.634 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:01.686 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.723 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:01.752 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.790 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.819 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.867 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:01.897 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.934 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:01.963 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.000 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:02.053 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.089 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:02.119 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.156 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:02.208 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.244 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:02.274 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.311 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:02.340 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:02.389 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:02.418 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.455 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:02.485 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.522 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:02.574 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.611 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:02.640 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.677 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:02.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.754 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:02.789 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.839 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:02.876 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.917 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:02.977 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.017 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.055 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.094 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.194 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.232 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.272 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:03.310 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.372 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:03.410 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.450 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.487 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.527 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.587 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.627 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.665 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.705 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:03.742 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.805 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:03.841 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.882 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.920 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.960 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.020 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.059 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.097 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.137 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:04.197 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.237 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:04.275 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.315 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:04.352 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.415 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:04.452 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.492 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:04.530 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.570 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:04.630 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.670 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:04.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.747 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:04.878 Required security code group nodes exist, contine.
    09/20/2014 13:42:05.084 Saved .Net security policy file
    09/20/2014 13:42:05.141 Attempting to determine security.config file path
    09/20/2014 13:42:05.206 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:42:05.251 .Net security policy file does exist
    09/20/2014 13:42:05.270 Attempting to load .Net security policy file
    09/20/2014 13:42:05.311 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:42:05.348 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:42:05.383 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:42:05.416 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:42:05.449 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:42:05.503 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:42:05.538 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:42:05.572 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:42:05.605 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:42:05.638 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:42:05.691 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:42:05.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:42:05.760 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:42:05.793 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:42:05.827 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:42:05.880 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:42:05.916 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:42:05.949 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:42:05.982 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:42:06.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.104 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:42:06.138 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:42:06.182 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:42:06.213 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:42:06.271 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:42:06.304 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:42:06.337 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:42:06.370 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:42:06.401 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:06.437 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:06.470 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:06.503 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:06.537 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:06.590 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:06.659 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:06.692 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.725 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:06.779 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.814 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:06.847 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:06.881 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:06.914 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:06.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:07.003 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:07.036 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:07.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:07.102 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:07.158 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:07.191 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:07.290 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:07.353 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:07.445 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:07.535 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:07.611 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:07.668 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.746 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:07.779 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.812 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:07.845 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:07.901 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:07.934 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:07.968 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:08.001 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.034 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:08.090 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:08.134 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.179 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.212 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.245 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:08.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:08.345 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.434 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.478 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:08.544 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.610 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.700 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.744 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:08.800 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:08.855 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:08.889 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.974 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:09.011 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:09.055 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:09.142 Saved .Net security policy file
    09/20/2014 13:42:09.299 Strong name verification disabling is not required
    09/20/2014 13:42:09.343 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:42:09.420 Help display: false
    09/20/2014 13:42:09.477 Attempting to launch landing page workflow
    09/20/2014 13:42:09.509 Attempting to set setup mutex
    09/20/2014 13:42:09.543 Setup mutex has been set
    09/20/2014 13:42:09.588 Attempting to launch global rules workflow
    09/20/2014 13:42:09.609 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:09.662 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:09.699 Media layout: Full
    09/20/2014 13:42:09.743 Attempting to get execution timestamp
    09/20/2014 13:42:09.787 Timestamp: 20140920_134156
    09/20/2014 13:42:09.843 Attempting to run workflow RUNRULES /RULES=GlobalRules
    09/20/2014 13:42:09.887 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:42:54.774 Process returned exit code: 0x00000000
    09/20/2014 13:42:54.881 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    09/20/2014 13:42:54.910 Attempting to launch component update workflow
    09/20/2014 13:42:54.966 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:54.992 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:55.054 Media layout: Full
    09/20/2014 13:42:55.081 Attempting to get execution timestamp
    09/20/2014 13:42:55.110 Timestamp: 20140920_134156
    09/20/2014 13:42:55.136 Attempting to run workflow COMPONENTUPDATE
    09/20/2014 13:42:55.200 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:55:46.569 Process returned exit code: 0x00000000
    09/20/2014 13:55:46.858 Workflow COMPONENTUPDATE returned exit code: 0x00000000
    09/20/2014 13:55:46.973 Attempting to launch user requested workflow locally
    09/20/2014 13:55:47.074 Attempting to find local setup.exe
    09/20/2014 13:55:47.136 Local bootstrap folder path: 
    09/20/2014 13:55:47.161 Local ScenarioEngine.exe full path: SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.184 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:55:47.258 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:55:47.475 Media layout: Full
    09/20/2014 13:55:47.561 Attempting to get execution timestamp
    09/20/2014 13:55:47.583 Timestamp: 20140920_134156
    09/20/2014 13:55:47.605 Attempting to run user requested action from local ScenarioEngine.exe
    09/20/2014 13:55:47.627 Attempting to launch process SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.719 Error: Failed to launch process
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    09/20/2014 13:55:47.794 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:48.051 Attempting to remove .Net security code group node
    09/20/2014 13:55:48.080 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:48.182 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:48.242 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:48.282 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:48.304 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:48.326 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:48.369 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:48.404 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:48.426 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:48.448 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:48.470 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:48.513 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:48.537 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:48.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:48.581 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:48.603 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:48.653 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:48.681 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:48.704 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:48.726 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.748 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.802 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:48.825 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:48.848 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:48.870 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:48.890 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:48.914 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:48.936 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:48.959 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:48.981 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:49.023 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:49.047 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:49.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:49.092 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:49.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:49.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:49.298 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:49.401 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.483 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:49.525 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:49.580 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:49.614 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:49.636 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:49.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:49.743 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:49.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:49.858 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:49.929 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.980 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:50.013 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:50.062 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:50.091 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:50.120 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:50.146 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:50.179 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:50.213 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:50.257 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:50.309 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:50.346 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:50.379 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:50.401 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:50.424 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.457 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:50.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:50.534 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.557 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.590 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.632 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:50.668 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:50.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.747 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.787 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.812 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:50.834 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:50.856 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.889 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.967 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:51.028 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:51.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:51.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:51.306 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:51.501 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:51.590 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:51.622 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:51.948 Saved .Net security policy file
    09/20/2014 13:55:52.044 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:52.094 Attempting to remove .Net security code group node
    09/20/2014 13:55:52.119 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:52.232 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:52.288 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:52.392 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:52.420 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:52.453 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:52.522 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:52.592 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:52.620 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:52.642 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:52.664 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:52.686 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:52.752 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:52.797 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:52.830 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:52.852 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:52.875 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:52.908 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:52.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:52.952 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:52.974 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:53.019 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:53.052 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:53.085 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:53.108 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:53.130 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:53.183 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:53.266 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:53.375 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:53.480 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:53.507 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:53.540 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:53.574 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:53.596 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:53.618 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:53.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:53.695 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:53.718 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.740 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:53.789 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.829 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:53.851 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:53.873 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:53.895 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:53.917 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:53.962 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:54.000 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:54.028 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:54.051 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:54.073 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:54.125 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:54.161 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:54.184 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:54.206 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:54.228 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:54.291 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:54.340 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:54.362 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:54.404 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:54.429 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:54.451 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:54.491 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:54.517 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.540 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:54.588 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:54.617 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.651 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.673 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.706 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:54.751 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:54.784 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.817 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.850 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.884 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:54.942 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:54.972 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.994 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.017 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.089 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:55.139 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:55.174 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:55.268 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:55.410 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:55.468 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:55.494 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:55.516 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:55.632 Saved .Net security policy file
    09/20/2014 13:55:55.661 Attempting to release setup mutex
    09/20/2014 13:55:55.704 Setup mutex has been released
    09/20/2014 13:55:55.738 Setup closed with exit code: 0x80070003
    09/20/2014 13:55:55.760 ======================================================================
    thanks a lot!

    Hi
    First thing to check if windows is activated.
    Secondly if the first option is valid then add the following registry keys:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap] "BootstrapDir"="C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap\Setup] "PatchLevel"="11.00.2100.60"
    Then copy from the media / temp setup directory following files / folder into C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012
    x64 folder, resources folder, setup.exe.
    Change to x86 when necessary.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • =( Having a problem with error codes (-1202) and (-9808)

    Everytime i have iTunes open and then click on iTunes store, i try and go to my account or purchase a song and it DOES NOT let me!!!! it just keeps saying error cose (-1202) when i try to go to manage my account and whenever i try buying a song it says
    "We could not complete your iTunes Store request. An unknown error occured (-9808). There was an error in the iTunes Store. Please try again later"
    but i have tried again later it's been saying this for like a month.
    I feel helpless cause it won't even let me manage my account lol. Can anybody help with this? or if you have any ideas please let me know thanks

    We have never tried before today, but we are having the exact same problem - all morning. Windows XP Pro SP3, Internet connection is not using a proxy server so far as I can tell (standard Verizon FIOS connection).

  • Problem with socket responses with flex

    Hi, I am using the code below to connect to an IMAP server.
    When I telnet to the server and use the commands that I am sending in the code, the rsponses are correct.
    However, when I run the code below, I only obtain the ready and logged in responses as shown below.
    Any ideas why I am not receiving the full set of responses from the socket?
    Thanks in advance fro your advice.
    The following is the output from the code:
    +++++++++++++++++ START SENDING IMAP DATA +++++++++++++++++++++++++
    sent: . login user1 myPassword
    sent: . status INBOX (messages)
    sent: . select INBOX
    +++++++++++++++++ END SENDING IMAP DATA +++++++++++++++++++++++++
    ++++++++ [IMAP START]
    Response is: * OK Dovecot ready.
    [IMAP END] +++++++++
    ++++++++ [IMAP START]
    Response is: . OK Logged in.
    [IMAP END] +++++++++
    The code is:
    <?xml version="1.0" encoding="utf-8"?>
    <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
       xmlns:s="library://ns.adobe.com/flex/spark"
       xmlns:mx="library://ns.adobe.com/flex/mx"
       applicationComplete="init()">
    <fx:Declarations>
    <!-- Place non-visual elements (e.g., services, value objects) here -->
    </fx:Declarations>
    <fx:Script>
    <![CDATA[
    public var dataStr:String;
    private var socket:Socket;
    private var serverURL:String= "dead.org";
    private var serverPort:int = 143;
    private var serverResponse:ByteArray = new ByteArray();
    private function init():void
      this.serverURL = serverURL;
      this.serverPort = serverPort;
      socket = new Socket();
      socket.addEventListener(ProgressEvent.SOCKET_DATA,handleNewIMAPData); //Event when socket receives new data
      this.connectToServer();
      sendIMAPdata();
    private function sendString(dataStr:String):void
      var bytes:ByteArray = new ByteArray();
      bytes.writeMultiByte(dataStr, "UTF-8");
      socket.writeBytes(bytes);
      socket.flush();
      trace("sent: " + dataStr);
    public function sendIMAPdata():void
      trace("\t +++++++++++++++++ START SENDING IMAP DATA +++++++++++++++++++++++++");
      dataStr =". login user1 myPassword" + "\r\n";
      sendString(dataStr);
      dataStr =". status INBOX (messages)" + "\r\n";
      sendString(dataStr);
      dataStr =". select INBOX" + "\r\n";
          sendString(dataStr);
      trace("\t +++++++++++++++++ END SENDING IMAP DATA +++++++++++++++++++++++++");
    private function handleNewIMAPData(event:ProgressEvent):void
      var numBytes:int = socket.bytesAvailable;
      serverResponse = new ByteArray();
      while(socket.bytesAvailable)
        var byte:int = socket.readUnsignedByte();
    serverResponse.writeByte(byte);
      var response:String = serverResponse.toString();
      trace(" ++++++++ [IMAP START]\n Response is: " + response + "[IMAP END] +++++++++\n");
    private function connectToServer():void
      socket.connect(serverURL, serverPort);
    ]]>
    </fx:Script>
    </s:WindowedApplication>

    When I run telnet, the console responses are the same as the tcpdump messages.
    When I run the program, the messages from tcpdump match the messages in my trace statements.
    The messages from telnet and running the program are different:-)
    I can only assume (at the moment) that I am sending multiple messages too quickly(?), but I did a quick and dirty big "for loop" to slow down the sending of subsequent messages, but with no resulting change in the programs behaviour.
    So, still thinking about the problem -  unfortunately.

  • Problem with interspersed response -- opening vertical space fail

    mail.app version 5.3 (1283) on MacOS 10.7.5
    I can top- or bottom- post and do so when appropriate, generally in very simple email conversations. 
    BUT, for more complex threads, I commonly want to open some space between each paragraph of each incoming message to insert my response.  (Incoming paragraphs are typicallly separated by a blank line or two.)  Mail.app provides horizontal bar quoting indicators at the left to mark the progress of the thread over many exchanges, though this mechanism often seems not to be very well supported by the email clients of my correspondents. (I often end up increasing the quoting manually to restore a semblance of the correct quoting of a thread.  Oh, well...)
    I've been using mail.app only since I installed 10.7, shortly after it was released.  With varying success, especially when using formatted as opposed to plain text. Exchanges with some people work more or less flawlessly.   The most common difficulty: I have trouble opening up vertical space below an incoming, quoted paragraph in which to type my response to that para. Up until today, I've always been able to find a way, by exeriment of where I put the cursor, using shift-enter instead of enter, etc, etc.
    But for a message I just received, I cannot.  Every attempt I make to open some vertical space results in ... trouble.  If I put the cursor on a blank line between incoming paragraphs and command "decrease quote level" I get 8 inches [!] or so of quoted vertical space, followed by 8 more inches or so of unquoted vertical space, followed by the following paragraph and the rest of the thread, apparently intact.  That's not right!  
    Fortunately, I can undo and resume ... to do what?  I get a similar result if I try placing the cursor that line and hit "enter".  Or "Enter".  Or "shift-enter".
    Yeah, it looks like I've opened 10 inches in which to insert my response to the first paragraph, but first I need to get rid of most of the inserted quoted vertical space -- an impossible task, as far as I can see.  If I put the cursor on the first line of unquoted space and backspace, the 10 quoted inches stay the same and characters delete from the end of the previous quoted parag.
    What's going on?   Are there any methods of recovering some semblance of normal operation so I can answer this incoming message? (OK, I've given up and responded by top-posting.)   I note that I can view the source of the incoming message, but I see no way to view the source of the response, to see what exactly is going on. What is actually being inserted in the formatted text source that creates the mess I observe?
    In this case, viewing the incoming source seems to reveal only one apparent client name: Zimbra.   Is that a client?  Could Zimbra and mail.app have ... issues with each other?
    Are there any mail.app add-ins that might help?   Work-arounds?   (Yeah, probably converting to plain text would solve the problem, but that has other issues.)   Any applicable help or articles?
    Am I missing anything incredibly obvious?
    TIA

    mail.app version 5.3 (1283) on MacOS 10.7.5
    I can top- or bottom- post and do so when appropriate, generally in very simple email conversations. 
    BUT, for more complex threads, I commonly want to open some space between each paragraph of each incoming message to insert my response.  (Incoming paragraphs are typicallly separated by a blank line or two.)  Mail.app provides horizontal bar quoting indicators at the left to mark the progress of the thread over many exchanges, though this mechanism often seems not to be very well supported by the email clients of my correspondents. (I often end up increasing the quoting manually to restore a semblance of the correct quoting of a thread.  Oh, well...)
    I've been using mail.app only since I installed 10.7, shortly after it was released.  With varying success, especially when using formatted as opposed to plain text. Exchanges with some people work more or less flawlessly.   The most common difficulty: I have trouble opening up vertical space below an incoming, quoted paragraph in which to type my response to that para. Up until today, I've always been able to find a way, by exeriment of where I put the cursor, using shift-enter instead of enter, etc, etc.
    But for a message I just received, I cannot.  Every attempt I make to open some vertical space results in ... trouble.  If I put the cursor on a blank line between incoming paragraphs and command "decrease quote level" I get 8 inches [!] or so of quoted vertical space, followed by 8 more inches or so of unquoted vertical space, followed by the following paragraph and the rest of the thread, apparently intact.  That's not right!  
    Fortunately, I can undo and resume ... to do what?  I get a similar result if I try placing the cursor that line and hit "enter".  Or "Enter".  Or "shift-enter".
    Yeah, it looks like I've opened 10 inches in which to insert my response to the first paragraph, but first I need to get rid of most of the inserted quoted vertical space -- an impossible task, as far as I can see.  If I put the cursor on the first line of unquoted space and backspace, the 10 quoted inches stay the same and characters delete from the end of the previous quoted parag.
    What's going on?   Are there any methods of recovering some semblance of normal operation so I can answer this incoming message? (OK, I've given up and responded by top-posting.)   I note that I can view the source of the incoming message, but I see no way to view the source of the response, to see what exactly is going on. What is actually being inserted in the formatted text source that creates the mess I observe?
    In this case, viewing the incoming source seems to reveal only one apparent client name: Zimbra.   Is that a client?  Could Zimbra and mail.app have ... issues with each other?
    Are there any mail.app add-ins that might help?   Work-arounds?   (Yeah, probably converting to plain text would solve the problem, but that has other issues.)   Any applicable help or articles?
    Am I missing anything incredibly obvious?
    TIA

  • [BUG] Problem with Error message handling in JDeveloper 11.2.1.0

    Hello!
    I'm Daniel from Brazil.
    I have been facing a problem recently to which I see no solution. I need to use a specific component called 'Panel Label and Message' in order to nest three other components which need to be grouped together to work properly (an input text box, a LOV calling 'search button', which searchs and populates the input box, and an output text box which displays text depending on the input field). This works fine!!
    The problem comes when I try to place an Access Key that should focus on the input text box part of the group component. In order to do that, I put it on the 'Panel Label and Message' component, and set the 'for' property to the input text box. This too works fine, as when I access it the component redirect the focus to the right place.
    Problem is, when the user decides to this specific field (which is required) blank, JDev has problems handling the actual name of the component, and just calls it 'Component', as the screenshots below show. Apparently, for the other error messages that are handled by myself or generated by other means, it deals with the component's actual name just fine. Is there any way around this? Thanks!
    'Panel Label and Message' component properties. it9 is the id of the 'Input Text' field component. Access Key set to F.
    http://img.photobucket.com/albums/v82/myfireburnsblack/PropertiesErrorBug.png
    Error message I get (it's in portuguese). Field has been left blank, and JDev says I have to put something in, but refers to the field as 'Component'. Any other error is handled correctly, as far as I've tested.
    http://img.photobucket.com/albums/v82/myfireburnsblack/jdevError.png

    Hi Daniel,
    You're not the only one who has seen this: {message:id=9938606}
    As mentioned in that other thread - I had tested similar use cases and it works for me.
    Do you have access to https://support.oracle.com to file an SR?
    John

  • TS3694 i am not able to slove my problem with error 3194

    facing problem to slove error 3194

    From the article that the question was posted from:
    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3014, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.
    FYI, If as your signature suggests, you have installed iOS7 Beta, no support can be provided here.  If you are a developer, check the developer forums.  If you are not a developer, you now have a brick.

  • Problem with error message truncated

    hi, friends                iam new to informatica i need 1000 realtime scenarios  please help me how can i get the scenarios for practice....

    Hi,
    When Iam Trying to excute the mapping Which is having Lookup Override (dynamic cache enabled) on Teradata Target tables it causing unexpected error.in lookup i have taken care by giving alias names for all colums and used same in ports.i also maintained column count in override with port columns with same data types.i also maintained same data types for incoming ports with lookup ports.
    lookup overide is
    Select
    CASE When INDIVIDUAL.Birth_Date IS Null Then CAST('01/01/9999' AS DATE FORMAT 'MM/DD/YYYY') Else INDIVIDUAL.Birth_Date End AS Birth_Date,
    CASE When INDIVIDUAL.Gender_Code IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Gender_Code) End AS Gender_Code,
    CASE When INDIVIDUAL.Individual_Name_Prefix_Code IS NULL Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Name_Prefix_Code) End AS Individual_Name_Prefix_Code,
    CASE When INDIVIDUAL.Individual_First_Name IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_First_Name) End AS Individual_First_Name,
    CASE When INDIVIDUAL.Individual_Middle_Name IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Middle_Name) End AS Individual_Middle_Name,
    CASE When INDIVIDUAL.Individual_Last_Name IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Last_Name) End AS Individual_Last_Name,
    CASE When INDIVIDUAL.Individual_Name_Suffix_Code IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Name_Suffix_Code) End AS Individual_Name_Suffix_Code,
    CASE When PARTY.Duns_Num IS Null Then -1 Else PARTY.Duns_Num End AS Duns_Num,
    CASE When PARTY.Legal_Entity_Code IS Null Then 'NULL' Else UPPER(PARTY.Legal_Entity_Code) End AS Legal_Entity_Code,
    CASE When PARTY.Party_Type IS Null Then 'NULL' Else UPPER(PARTY.Party_Type) End AS Party_Type,
    CASE When PARTY.SBI_Client_ID IS Null Then -1 Else PARTY.SBI_Client_ID End AS SBI_Client_ID,
    CASE When PARTY.Tax_ID IS Null Then 'NULL' Else UPPER(PARTY.Tax_ID) End AS Tax_ID,
    CASE When PARTY.Tax_Identifier_Type IS Null Then 'NULL' Else UPPER(PARTY.Tax_Identifier_Type) End AS Tax_Identifier_Type
    from
    EDW_QI_TDV.PARTY
    JOIN
    EDW_QI_TDV.INDIVIDUAL
    ON
    EDW_QI_TDV.PARTY.Party_ID=EDW_QI_TDV.INDIVIDUAL.Party_ID
    It Showing error message by giving following description
    TRANSF_1_1_1> CMN_1022 Database driver error...
    CMN_1022 [
    FnName: Prepare -- lookup override(Teradata) problem for Date Ca[ODBC Teradata Driver][Teradata RDBMS] Syntax error, expected something like '(' between the 'FORMAT' keyword and the string 'M' keyword. ]
    TRANSF_1_1_1> Mon Feb 13 08:58:37 2006
    TRANSF_1_1_1> CMN_1056 Error executing sql statement to fetch lookup data
    CMN_1056 [SELECT FORMAT 'MM/DD/YYYY') Else INDIVIDUAL.Birth_Date End AS Birth_Date,
    CASE When INDIVIDUAL.Gender_Code IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Gender_Code) End AS Gender_Code,
    CASE When INDIVIDUAL.Individual_Name_Prefix_Code IS NULL Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Name_Prefix_Code) End AS Individual_Name_Prefix_Code,
    CASE When INDIVIDUAL.Individual_First_Name IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_First_Name) End AS Individual_First_Name, CASE When INDIVIDUAL.Individual_Middle_Name IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Middle_Name) End AS Individual_Middle_Name,
    CASE When INDIVIDUAL.Individual_Last_Name IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Last_Name) End AS Individual_Last_Name, CASE When INDIVIDUAL.Individual_Name_Suffix_Code IS Null Then 'NULL' Else UPPER(INDIVIDUAL.Individual_Name_Suffix_Code) End AS Individual_Name_Suffix_Code,
    CASE When PARTY.Duns_Num IS Null Then -1 Else PARTY.Duns_Num End AS Duns_Num, CASE When PARTY.Party_Type IS Null Then 'NULL' Else UPPER(PARTY.Party_Type) End AS Party_Type,
    CASE When PARTY.Legal_Entity_Code IS Null Then 'NULL' Else UPPER(PARTY.Legal_Entity_Code) End AS Legal_Entity_Code,
    CASE When PARTY.SBI_Client_ID IS Null Then -1 Else PARTY.SBI_Client_ID End AS SBI_Client_ID, CASE When PARTY.Tax_ID IS Null Then 'NULL' Else UPPER(PARTY.Tax_ID) End AS Tax_ID,
    CASE When PARTY.Tax_Identifier_Type IS Null Then 'NULL' Else UPPER(PARTY.Tax_Identifier_Type) End AS Tax_Identifier_Type from EDW_QI_TDV.PARTY JOIN EDW_QI_TDV.INDIVIDUAL ON EDW_QI_TDV.PARTY.Party_ID=EDW_QI_TDV.INDIVIDUAL.Party_ID ORDER BY Birth_Date,Gender_Code,Individual_Name_Prefix_Code,Individual_First_Name,Individual_Middle_Name,Individual_Last_Name,Individual_Name_Suffix_Code,Duns_Num,Party_Type,Legal_Entity_Code,SBI_Client_ID,Tax_ID,Tax_Identifier_Type
    if replace first CASE with INDIVIDUAL.Birth_Date it excutes correctly.
    when i excuted above query teradata it giving correct values.
    Can anybody help regarding this.
     

  • How to fix ASA problem with Error message id 713231, 713232 ?

    Dear all,
    It's been two day with this problem and it's not possible to stablish vpn with peer yet. ASA is reporting error with messages id: 713231 & 713232. Before this the vpn was working perfectly. I did a reload of the ASA, but the problem continues:
    713232    Group = x.x.158.254, IP = x.x.158.254, SA lock refCnt = 0, bitmask = 00000000, p1_decrypt_cb = 0, qm_decrypt_cb = 0, qm_hash_cb = 0, qm_spi_ok_cb = 0, qm_dh_cb = 1, qm_secret_key_cb = 0, qm_encrypt_cb = 0
    713231    Group = x.x.158.254, IP = x.x.158.254, Internal Error, ike_lock trying to unlock bit that is not locked for type SA_LOCK_P1_SA_CREATE
    ASA 5510 version 8.3 (1)
    Is there anybody who knows how to fix this?
    Thanks in advance.

    Firstly ASA version 8.3 isn't that stable. I would advice you to upgrade to 8.4(5).
    Did you do a search in google? This is wat I found:
    http://www.cisco.com/en/US/docs/security/asa/asa80/system/message/logmsgs.html#wp4776301
    Posted by WebUser Erik Boss from Cisco Support Community App

Maybe you are looking for