HTTP Receiver interface returns with error code 110

Hi All,
We are posting the document from XI to a external server as HTTPS request.
We are able to sucessfully post the request to external server using HTTP destination as address type but not able to post sucessfully with URL as address type.
Here goes the details -
We are able to post the HTTPS request successfully on the external server using the HTTP destination as address type in HTTP receiver adapter setup.
When we setup address type as HTTP destination , we need to provide the following details -
IN SM59 , Connection type G
Target Host : host name (  with out "https://"  as prefix)
Service No : 443
Path prefix : query string
SSL : Active
Certificate : Select the certifacte from the client certificate list.
We can post the request to external server using URL as address type in HTTP receiver adapter setup.
When we setup address type as URL , we need to provide the following details -
Address type : URL Address
Target Host : host name (  with out "https://"  as prefix)
Service Number : 443 ( HTTPS port setup on XI)
Path : query string.
When we post the same request as we did with HTTP destination as Address type , we are getting a HTTP response code as failure HTTP response code 110
Please find the details about the return code -
If a cache returns a stale response, either because of a max-stale directive on a request, or because the cache is configured to override the expiration time of a response, the cache MUST attach a Warning header to the stale response, using Warning 110 (Response is stale).
110 Response is stale
MUST be included whenever the returned response is stale.
Please find the error message from SXMB_MONI
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
- <!--  Call Adapter
  -->
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIAdapter</SAP:Category>
  <SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_CLIENT</SAP:Code>
  <SAP:P1>110</SAP:P1>
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>HTTP client code 110 reason</SAP:Stack>
  <SAP:Retry>N</SAP:Retry>
  </SAP:Error>
Please let me know if some one has faced this issue.
Regards,
Reddy
Edited by: Nanda kishore Reddy Narapu Reddy on Mar 11, 2008 12:35 PM

Hi All,
Is some one can confirm that - We can use HTTPS with Address type as URL address in HTTP receiver adapter setup.
I can confirm that using HTTP destination as Address type in HTTP receiver adapter setup we can attain HTTPS communication with external server.
If some one who has tried HTTPS communication using HTTP receiver adapter using URL address as Address type can guide me what are the steps need to be done.
Address type is a parameter in HTTP adapter setup .
Regards,
Reddy

Similar Messages

  • OPatch returns with error code = 170

    Performing Critical Patch Update (April 2007), attempting to run opatch apply when the following error is encountered:
    "OPatch returns with error code = 170"
    Note: Directory is a number

    This is my understanding of how the two primary software sets act. I'll break it down through a series of step I use to form a worksheet created every time a CPU comes out. This is on a Windows platform but I suspect it is similar if on xxIX; also, these patch numbers are for 10gDB/AS R1; yours will likely vary.
    1. Database server
    a. Download patch 5907304 zip to d:\temp
    b. Unzip to d:\temp ==> creates d:\temp\5907304
    c. Change directory to d:\temp\5907304
    d. run Opatch
    2. App server
    a. Down load patch 5922119 zip to d:\temp
    b. Unzip to d:\temp ==> creates d:\temp\5922119
    c. Change directory to d:\temp\5922119\5922119
    d. run Opatch
    Database and App server have a slightly different nuance in arriving at the correct directory. Regards, John

  • Call Transaction 'PA40'  ALWAYS returns with error code

    Hi,
    I'm having issues with updating personnel actions using CALL TRANSACTION 'PA40'. The call always ends with an error code.
    I checked the message table and there are no error messages, only warnings and status messages. Warning and information messages are usually skipped in the BDC...I've coded an 'ENTER' to past the warning but this does not work either as the subsequent infotype screen fields are then not filled correctly.
    The following values for addition OPTIONS are used:
    data: opt like ctu_params.
      opt-dismode = 'N'.
      opt-updmode = 'A'. ('S' makes no difference)
      opt-defsize = 'X'.
      opt-nobinpt = 'X'. ( ' ' makes no difference)
    I've tried using 'PA30' for the same actions but I get the same problem. I've used call transaction 'PA30' in many programs and I've never come across this problem.
    Is there perhaps a config setting somewhere to fix this? I've tried hiring employees using HR_MAINTAIN_MASTERDATA with the employee existance check off but there's a couple of problems there as well - sample code for hiring an employee would be very helpful...
    I need your help urgently and would appreciate your assitance immensely. (I'm working on 4.6C.)
    Thank you.
    LM

    The easiest way to resolve this is to set
    opt-dismode = 'E'.
    this way it will run in background and jump out when it hits an error, and it's much easier to see what the real issue is.
    I'm assuming you used SHDB first to get the recording?

  • Getting the error: Error while receiving by HTTP error code: 110

    Hi,
    I have developed an interface which actually gets data from SCM system and in BPM to gets additional data from R/3. There are five synchronous call to this R/3 to get different sets of data. I am using only one communciation channle from BPM to R/3. The interface works perfectly OK in the development system. When the interface is migrated to the test system I found that the four calls work perfectly fine while the last call error out as below and the J2ee server goes down:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>110</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 110, error text: )</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    Any input/help will be appreciated. I have tried increasing timeout/connection alive time but still not get resolved.
    Thanks in advance,
    Sushma

    Hi Prateek,
    Thanks. But this note I have checked before and this seems not related. I actually found out the system logs in SM21 and saw the "Operating system call recv failed (error no. 10054)". What I did then is I seach notes related to this error and found a numebr of SAP notes. And I have informed the Basis guys to look into the notes and the system logs. They are working on this and they are deleting the old messages which have errored out. They are suspecting the system memory or too many old messages would have caused this issue.
    If you have any knowledge of why this error would have occurred please let me know.
    Thanks,
    Sushma

  • Error while receiving by HTTP (error code: 110)  ?

    Hi Experts,
    I am working on IDOC to file Scenario.
    I am getting this error in SXMB_MONI. What may be the reason.
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>110</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 110, error text: )</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
    Best Regards,
    Anil

    Check these threaads:
    Re: XI Error when upgraded to SP14 (Error Code 110) CLIENT_RECEIVE_FAILED
    Regards,
    ravi

  • HTTP error code: 110

    Hi ALL
    Can any body give me details regarding  what doest this error code indiacte?
    " Error while receiving by HTTP error code: 110"
    any related document or SAP note will be helpfull?
    Thanks in advance
    Sandeep

    Hi Sudhir
    Thanks for the reply. I have already gone through this thread.
    I am not using any HTTP adapter. i am using IDOC adsapter only.
    and this error occured on my production server. So we cant say like the thread you mentioned that this time it need any HTTPS connection configured coz it was working fine already.
    Although this problem was solved by restarting the server.But its not advisable to refresh server on production frequently..also i want to know the complete description of this error ?
    what this error stands for? what is the permannet solution of this?
    Also if there is any supporting document or SAP Note to clarify this , will be highly appreciated/
    any input experts?
    Regards
    Sandeep

  • HTTP send returned with status code(100,101)

    Hi Experts,
    I am facing an error in ADS at se38 --> FP_PDF_TEST_00
    Test Program: Version Information (for Analysis Only)
    SYSTEM ERROR
    ERROR CODE    :    100,101
    ERROR MESSAGE : SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code
    SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code(100,101).
    Please let me know how to resolve this issue
    Thanks & Regards,
    Arun

    Hi,
    Thanks For your reply..
    I tryied but no use
    Actually Here i am tryping to do configuration between ECC6 and Bi (ABAP+JAVA) system
    Here my Bi  system no id different from ECC6 system no.
    The steps i did is
    1.created ADS HTTP RFC Connection  in ECC6 sytem
    2. System no. given as BI system no.
    3. If i give prefix:  /AdobeDocumentServices/Config?style=rpc  it is not allowing me to save  But i give /AdobeDocumentServices/Config it allows me to save
    4.And other settings i followed as document "Configuring ADS for Guided Procedures ''
    I am facing same error
    Test Program: Version Information (for Analysis Only)
    SYSTEM ERROR
    ERROR CODE    :    100,101
    ERROR MESSAGE : SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code
    SOAP Framework error: SOAP Runtime Exception: CSoapExceptionTransport : HTTP send returned with status code(100,101).
    Please any body know me the solution
    Thanks & Regards,
    Arun

  • Server https-WEB: CORE0125 The server terminated abnormally with error code

    "Server https-WEB: CORE0125 The server terminated abnormally with error code 0, An attempt will be made to restart it. "
    This happens every time I reboot the server or logoff. It has no ill effect on the server itself except generating these event log errors I am using Sun One 6.1 SP 1 on a wondows 2003 server. I have to resolve this beofore I can go any furthur in my project. Any help? This error comes up for both the web servive and the admin service.

    Thanks to a post I just discovered, I have solved this problem.
    The JVM within Sun Web Server is accepting kill signals from Windows when users logoff. When the JVM dies, apparently the web server service just dies as well. It's a long story and I don't really care to understand it fully.
    You can refer to the thread I found for the solution of passing the JVM a startup option to ignore these signals.
    http://swforum.sun.com/jive/thread.jspa?forumID=16&threadID=23382
    Or, you can just disable the JVM completely as I did. Though there is a checkbox for this for user-defined servers under the Java tab. I couldn't find where to do this for the admin server itself, so I commented out the line in magnus.conf that loads j2ee-plugin.dll.
    We'll see if this causes any other problems, but so far so good.

  • FPGA Code Generation fails with error codes 7 and -1

    Hi all,
    I have been having a weird issue with my LV FPGA compilation in the last couple of days, no matter what I try to compile LV fails to generate the FPGA code files and returns with errors 7 and -1 and complains that the file is not found. This happens no matter what I am trying to compile even a VI with just a while loop. I followed the discussion forum here without any luck, also followed the NI article here and that did not help either. The error codes always get generated at the start of the Generating Intermediate files step #7 (out of 7).
    Attached to this post is a screenshot of the error I am getting (error -1 just says internal error and to contact NI support), bellow is basically the error I get for error code 7
    An internal software error has occurred. Please contact National Instruments technical support at ni.com/support with the following information:
    Error 7 occurred at Read from Text File in nirviGetInstantiation_cRIO-IDSel_Timer.vi->nirviGetInstantiation_cRIO-IDSel_Timer.vi.ProxyCaller
    Possible reason(s):
    LabVIEW: File not found. The file might have been moved or deleted, or the file path might be incorrectly formatted for the operating system. For example, use \ as path separators on Windows, : on Mac OS X, and / on Linux. Verify that the path is correct using the command prompt or file explorer.
    =========================
    NI-488: Nonexistent GPIB interface.
    C:\NIFPGA\compilation\cRioController_8-SlotFPGA_FPGA-TriggerTest_C06156E2\IDSel_Timer.vhd
    I tried to do some digging to see what could possibly be happening, and I noticed that LV is looking for the vhdl files in the wrong folder (see the line highlighted in red above), when generating the vhdl files, LV will place them inside the "source_files" folder under the compilation project, but for some reason it is trying to find them under the root folder not inside the source_files folder!!!
    Does anyone have any idea why LV would be looking for these files in the wrong subfolder? 
    Thank you,
    Aws
    Attachments:
    Code Generation Errors.png ‏35 KB

    Hi Aws_Khudhair,
    What version of LabVIEW are you using? And what version of the FPGA module? From what I found, it seems as though this is primarily an issue with LabVIEW 8.6 and 8.6.1.
    http://digital.ni.com/public.nsf/allkb/A711119FE89E39E78625754E00075E92
    This forum also discusses a similar issue:
     http://forums.ni.com/t5/Real-Time-Measurement-and/FPGA-compile-errors-after-generating-intemediate-f...
    It may also be worth repairing/reinstalling the FPGA Module and the Xilinx compile tools.
    Catherine B.
    Applications Engineer
    National Instruments

  • Heart beat could not open connection, error code 110

    Hi, where can I find error codes for NFR and NSM?
    I have problems with some agents connecting to the engine:
    2/17/2010 16:02:55 EngineInterface: Heart beat could not open connection, error code 110
    Both engine and agent runs on the same server (10.236.19.147):
    AgentNCP Service Config
    Host Address: 10.236.19.147
    Service Ports: HTTPS: 3037 HTTP: 0
    Data Path: /var/opt/novell/filereporter/agentncp
    Debug Logging: Enabled
    Heartbeat: 60 seconds
    Engine Address: 10.239.19.147:3035
    Use SSL: Yes
    Alternate Hostname: huanovellfs1
    Engine Service Config
    Host Address: 10.236.19.147
    Service Ports
    Client HTTPS: 3033 HTTP: 0
    Agent HTTPS: 3035 HTTP: 0
    Data Path: /var/opt/novell/filereporter/engine
    Debug Logging: Enabled
    Heartbeat: 60 seconds
    DSI Address: 10.236.19.89:8009
    Use SSL: Yes
    Scans per Volume: 2
    Another OES2 server connects fine to the engine, butI have a Netware agent, which also fails to connect:
    Feb 17, 2010 4:08:11 PM SR Interface: Heart beat could not open connection.
    NFR is 1.0.0
    Thanks for any input.
    Istvan

    Hi Istvan! Sorry for the delay in our response! we are in the process
    of building a list of error codes for everyone! in the meantime the 110
    means the following:
    // Couldn't create a new network interface
    #define CC_STATUS_CCS_CANT_CREATE 110
    Is this an NSM integration installation?
    Also, remove the alternate hostname.
    If you don't mind, let's move this support issue to
    filereporter"@"novell.com!
    Thank you!
    icseke wrote:
    > Hi, where can I find error codes for NFR and NSM?
    >
    > I have problems with some agents connecting to the engine:
    >
    > 2/17/2010 16:02:55 EngineInterface: Heart beat could not open
    > connection, error code 110
    >
    > Both engine and agent runs on the same server (10.236.19.147):
    >
    >
    > AgentNCP Service Config
    > ------------------------------------------------------------------------------
    > Host Address: 10.236.19.147
    > Service Ports: HTTPS: 3037 HTTP: 0
    >
    > Data Path: /var/opt/novell/filereporter/agentncp
    > Debug Logging: Enabled
    > Heartbeat: 60 seconds
    > Engine Address: 10.239.19.147:3035
    > Use SSL: Yes
    > Alternate Hostname: huanovellfs1
    >
    > Engine Service Config
    > ------------------------------------------------------------------------------
    > Host Address: 10.236.19.147
    > Service Ports
    > Client HTTPS: 3033 HTTP: 0
    > Agent HTTPS: 3035 HTTP: 0
    >
    > Data Path: /var/opt/novell/filereporter/engine
    > Debug Logging: Enabled
    > Heartbeat: 60 seconds
    > DSI Address: 10.236.19.89:8009
    > Use SSL: Yes
    > Scans per Volume: 2
    >
    > Another OES2 server connects fine to the engine, butI have a Netware
    > agent, which also fails to connect:
    >
    > Feb 17, 2010 4:08:11 PM SR Interface: Heart beat could not open
    > connection.
    >
    > NFR is 1.0.0
    >
    > Thanks for any input.
    >
    > Istvan
    >
    >

  • Error code: 110, error text

    Hi all,
    While working with Soap Adapter and when the pay load is more 2.7MB i am getting the below error.
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Adapter
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
      <SAP:P1>110</SAP:P1>
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>Error while receiving by HTTP (error code: 110, error text: )</SAP:Stack>
      <SAP:Retry>A</SAP:Retry>
      </SAP:Error>
    The above error is raised only when the payload is moe ,if I send 1mb payload its working fine.
    Any inputs would be helpful.
    Thanks,
    Srinivasa

    Hi ...
    Check out this part of the following blog : /people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi
          Hi,
          what about the http response code 110.
          I get lot of errors in SAP Exchange Infrastructure in SXI_MONITOR:
          - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
          <SAP:Category>XIServer</SAP:Category>
          <SAP:Code area="INTERNAL">CLIENT_RECEIVE_FAILED</SAP:Code>
          <SAP:P1>110</SAP:P1>
          <SAP:P2 />
          <SAP:P3 />
          <SAP:P4 />
          <SAP:AdditionalText />
          <SAP:ApplicationFaultMessage namespace="" />
          <SAP:Stack>Error when receiving by HTTP (error code: 110, error text: )</SAP:Stack>
          <SAP:Retry>N</SAP:Retry>
          </SAP:Error>
          Any idea?
          With kind regards.
          Martin Steinberg
          SXI_CACHE
          2007-10-11 13:45:49 Marco Salazar SAP Employee Business Card [Reply]
          to solve this try in the INTEGRATION_DIRECTORY_HMI destination put in the path field /dir/hmi_cache_refresh_service/ext
          Query
    Thanks,
    Pooja Pandey

  • After running adstrtal.sh with error code 0, unable to login

    Dear All
    I have successfully installed 11i on SLES 9. After installation, i was able to run the script adstrtal.sh successfully as root with error code 0. I get the home page with out any problem. When i tried to logon to the application, i get the following error message on the browser, when i click on the log on link on the application home page.
    error message:
    Internal Server Error(500)
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    Any guidance on this problem would be very helpful.
    thanks in advance
    Shan
    email: [email protected]

    I am getting same problem....I am unable to solve it out..I have tried all posibilites...
    My Apps Version 11.5.10.2(10.2.0.2 Database) on SuSe 9.0 server. I have applied ATG_RUP4 and Latest HRMS Family packes in this instance before 5 months.....all are successfull....Till Last Night..no problem...I am getting this problem from today morning...
    GUEST user password is correct in dbc file and in profile option...
    All services are up and running...
    Today morning I got this error..when all the users login into apps...Home page is succesfully loaded...when we try to login into login page...it is throwing this error...
    Internal Server Error
    The server encountered an internal error or misconfiguration and was unable to complete your request.
    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.
    More information about this error may be available in the server error log.
    till last night...This is working...from today morning it is giving problem.
    we are able to login via
    http://appsever.xyz.com:8000/dev60cgi/f60cgi
    but
    we are getting this problem when login via
    this
    http://appserver.xyz.com:8000
    what may be the problem??????
    Errors in mod_jserv.log
    [03/05/2007 10:37:21:684] (ERROR) ajp12: Servlet Error: oracle.apps.fnd.cache.CacheException: null
    [03/05/2007 10:37:21:684] (ERROR) an error returned handling request via protocol "ajpv12"
    [03/05/2007 10:37:21:684] (ERROR) balance: 13830 internal servlet error in server appserver.xyz.com:16010
    [03/05/2007 10:37:21:684] (ERROR) an error returned handling request via protocol "balance"
    Errors in mod_jserv.log
    [03/05/2007 11:15:46:935] (EMERGENCY) ajp12: auth did not receive challenge size
    [03/05/2007 11:15:46:935] (EMERGENCY) ajp12: function auth fail
    error in $access_log.<Number>
    appserver.xyz.com - - [03/May/2007:11:15:50 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:15:58 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:05 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:12 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:19 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:26 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:34 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:41 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:48 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010 HTTP/1.1" 200 15
    appserver.xyz.com - - [03/May/2007:11:16:55 -0700] "GET /oprocmgr-service?cmd=Register&index=0&modName=JServ&grpName=XmlSvcsGrp&port=19010
    HTTP/1.1" 200 15
    error in the error_log
    [Thu May  3 11:19:39 2007] [warn] OPM: EW: Process appserver.xyz.com:19010 (pid:5671, group:XmlSvcsGrp) died, restarting.
    [Thu May  3 11:19:46 2007] [warn] OPM: EW: Process appserver.xyz.com:19010 (pid:5710, group:XmlSvcsGrp) died, restarting.
    [Thu May  3 11:19:54 2007] [warn] OPM: EW: Process appserver.xyz.com:19010 (pid:5749, group:XmlSvcsGrp) died, restarting.
    [Thu May  3 11:20:01 2007] [warn] OPM: EW: Process appserver.xyz.com:19010 (pid:5784, group:XmlSvcsGrp) died, restarting.
    [Thu May  3 11:20:08 2007] [warn] OPM: EW: Process appserver.xyz.com:19010 (pid:5823, group:XmlSvcsGrp) died, restarting.
    [Thu May  3 11:20:15 2007] [warn] OPM: EW: Process appserver.xyz.com:19010 (pid:5862, group:XmlSvcsGrp) died, restarting.
    error in the error_log_pls
    [Thu May  3 09:07:13 2007] [notice] FastCGI: process manager initialized (pid 5399)
    [Thu May  3 09:07:14 2007] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu May  3 09:43:57 2007] [notice] caught SIGTERM, shutting down
    [Thu May  3 09:55:33 2007] [notice] FastCGI: process manager initialized (pid 5002)
    [Thu May  3 09:55:34 2007] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Thu May  3 10:06:03 2007] [notice] caught SIGTERM, shutting down
    [Thu May  3 10:08:43 2007] [notice] FastCGI: process manager initialized (pid 13851)
    [Thu May  3 10:08:44 2007] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    (1) I have run the autoconfig in all tiers
    (2) I have compiled all invalid objects.
    (3) I have checked the guest user password in all places..it is correct
    (4) I am able to login via dev60cgi/f60cgi screen..
    (5) I have checked the Application Database ID profile optin it is corect..
    (6) I have checked the DBC file..it is having right values in that file..
    (7) I have cleared the cache (OA_HTML/_pages)
    (8) Recheced the issue...still getting same problem
    Still I am unable to solve out this issue...
    Please suggest to solve this...
    Message was edited by:
    bsubbu
    Message was edited by:
    bsubbu

  • CcmSetup failed with error code 0x87d0029e

    Hi,
    This is fresh installation. No previous versions/setup in our environment. When tried to install Client i got the following error message in the log.
    CcmSetup failed with error code 0x87d0029e
    Install failed on SCCM 2012 server as well as on Domain COntroller.
    I have also installed following hotfix.
    http://support.microsoft.com/kb/2801987
    Please suggest me.

    Please check the log and suggest me
    <![LOG[==========[ ccmsetup started in process 3268 ]==========]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:9100">
    <![LOG[Running on platform X64]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="util.cpp:1681">
    <![LOG[Updated security on object C:\Windows\ccmsetup\cache\.]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2356" file="ccmsetup.cpp:8944">
    <![LOG[Launch from folder C:\Windows\ccmsetup\]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7804.1000]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:3340">
    <![LOG[Running on OS (6.1.7601). Service Pack (1.0). SuiteMask = 274. Product Type = 2]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2673">
    <![LOG[Ccmsetup command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3563">
    <![LOG[Command line parameters for ccmsetup have been specified. No registry lookup for command line parameters is required.]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3721">
    <![LOG[Command line: "C:\Windows\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:3722">
    <![LOG[SslState value: 224]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:4330">
    <![LOG[CCMHTTPPORT: 80]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8280">
    <![LOG[CCMHTTPSPORT: 443]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8295">
    <![LOG[CCMHTTPSSTATE: 224]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8313">
    <![LOG[CCMHTTPSCERTNAME: ]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8331">
    <![LOG[FSP: SCCM2012.ELCHURU.COM]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8383">
    <![LOG[CCMFIRSTCERT: 1]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:8441">
    <![LOG[Config file: C:\Windows\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4432">
    <![LOG[Retry time: 10 minute(s)]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4433">
    <![LOG[MSI log file: C:\Windows\ccmsetup\Logs\client.msi.log]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4434">
    <![LOG[MSI properties: INSTALL="ALL" SMSSITECODE="ABC" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" FSP="SCCM2012.ELCHURU.COM" CCMFIRSTCERT="1"]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4435">
    <![LOG[Source List:]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4443">
    <![LOG[ \\SCCM2012.elchuru.com\SMSClient]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4450">
    <![LOG[ \\SCCM2012.ELCHURU.COM\SMSClient]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4459">
    <![LOG[MPs:]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4462">
    <![LOG[ SCCM2012.elchuru.com]LOG]!><time="20:06:28.647+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:4477">
    <![LOG[No version of the client is currently detected.]LOG]!><time="20:06:28.662+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2734">
    <![LOG[Updated security on object C:\Windows\ccmsetup\.]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:8944">
    <![LOG[Sending Fallback Status Point message to 'SCCM2012.ELCHURU.COM', STATEID='100'.]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9421">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:9503">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment ']LOG]!><time="20:06:28.678+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {7601DCA7-7FA1-4BF6-82C5-C6DE8E631763} has been sent to the FSP]LOG]!><time="20:06:28.693+420" date="09-22-2014" component="FSPStateMessage" context="" type="1" thread="2196" file="fsputillib.cpp:752">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1972">
    <![LOG[Detected 23565 MB free disk space on system drive.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="util.cpp:574">
    <![LOG[Checking Write Filter Status.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1999">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="20:06:28.709+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2026">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=ABC))']LOG]!><time="20:06:28.912+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsad.cpp:640">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1000</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F1308201D9A003020102021072D06930FA1F729E4DB6A623E47897D5300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303830333135323032355A180F32313134303731313135323032355A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A0282010100CD8FBED68BEF0FEC34E6776F2AFF0AF23F8B361884C0FD905EEA125A8D378EB6CAA3300736C0D682E5A3CD18A98FE5152C63BBED0739C98EB47CAC567750FBDBD8BD4F0CB24FB1CCC95BACAE33C8177BAE062E9E46301B30BCC995D7A160BAED47CF0C4C4F98C292F50264365536E53ECE19F0B51E77FA6DDF088E594BA10FDCC61579D5330ECF7D6F39DCDA524597000E2BBE3ABC16DF3DC6BB8071D13DFDF16ED7C2F9DA020E8586C445200F762A6A4CF7DAF81B37F86A6800C21797077DD791F8961DD9B4A349DDB3163D49DF317F9D8ADE4ADF40685EFDC68B9B609F41E3AE6F59D046C957E94E847A2A30F77BD2C75A6B9ADDAF35B11B888E36F0E4B5A10203010001A3393037301F0603551D110418301682145343434D323031322E656C63687572752E636F6D30140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B05000382010100717EEDD524B223BE2BFE0C62791EB8E09EE0DE99BC08FD578BEAB3F608DA57F58382F1B66924C300809A9D18B514A2CD30B1B4ACE4D5590EFD131E49F398ECA4A1535DE0B45E92141895106B19BCC4CB1DC552D068A4033AD288573BB205217B2BFFF34D9C0649F200314589CAA0BD11FAB8B213F966409E767C748C81F0CFA151E286A5BCDA56EEB764206635FFA7256EEEDEC543A3EF33F257C1FEA93431EEBFBF27E3FA7E12D30E669151357577D63DBF3632A07230820B8122E902C7F5A1FDA213EEAEBB73B321A04FEBF6EED73FB106E9F166886709B01DAE88D23A7469CF41224FEF02EF03B0BD5794515EBE98F56409BF84D238B0F466BF7B14B27D02</SiteSigningCert></SecurityConfiguration><RootSiteCode>ABC</RootSiteCode><CCM> <CommandLine>SMSSITECODE=ABC</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities></ClientOperationalSettings>']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmutillib.cpp:372">
    <![LOG[The MP name retrieved is 'SCCM2012.elchuru.com' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="lsadcache.cpp:334">
    <![LOG[MP 'SCCM2012.elchuru.com' is compatible]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'ABC']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7804.1000' from AD for site 'ABC']LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="siteinfo.cpp:575">
    <![LOG[SiteCode: ABC]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2051">
    <![LOG[SiteVersion: 5.00.7804.1000]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2052">
    <![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2086">
    <![LOG[Deleted file C:\Windows\ccmsetup\client.msi]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[Only one MP SCCM2012.elchuru.com is specified. Use it.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9745">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:10683">
    <![LOG[Current AD site of machine is Default-First-Site-Name]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="1" thread="2196" file="lsad.cpp:746">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="lsad.cpp:698">
    <![LOG[Current AD forest name is elchuru.com, domain name is elchuru.com]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="1" thread="2196" file="lsad.cpp:818">
    <![LOG[DhcpGetOriginalSubnetMask entry point is supported.]LOG]!><time="20:06:29.021+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:117">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="20:06:29.037+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="20:06:29.037+420" date="09-22-2014" component="LocationServices" context="" type="0" thread="2196" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
    <AssignedSite SiteCode="ABC"/>
    <ClientPackage/>
    <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
    <ADSite Name="Default-First-Site-Name"/>
    <Forest Name="elchuru.com"/>
    <Domain Name="elchuru.com"/>
    <IPAddresses>
    <IPAddress SubnetAddress="192.168.100.0" Address="192.168.100.101"/>
    </IPAddresses>
    </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{DCE084AF-448A-4289-9C9B-A2431D2AA816}</ID><SourceHost>DC1</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:DC1:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>SCCM2012.elchuru.com</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-09-23T03:06:29Z</SentTime><Body Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://SCCM2012.elchuru.com/ccm_system/request']LOG]!><time="20:06:29.037+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[Content boundary is '--aAbBcCdDv1234567890VxXyYzZ']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="httphelper.cpp:1972">
    <![LOG[Received header '<Msg SchemaVersion="1.1">
    <ID>{4DC051BC-AB5C-40DC-B661-DF777739EAD2}</ID>
    <SourceID>GUID:DBFA93D1-A058-4985-9265-D839A3029861</SourceID>
    <SourceHost>SCCM2012</SourceHost>
    <TargetAddress>direct:DC1:LS_ReplyLocations</TargetAddress>
    <ReplyTo>MP_LocationManager</ReplyTo>
    <CorrelationID>{00000000-0000-0000-0000-000000000000}</CorrelationID>
    <Priority>3</Priority>
    <Timeout>600</Timeout>
    <TargetHost>DC1</TargetHost><TargetEndpoint>LS_ReplyLocations</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-09-23T03:06:27Z</SentTime><Body Type="ByteRange" Offset="0" Length="2380"/><Hooks><Hook3 Name="zlib-compress"/><Hook Name="authenticate"><Property Name="Signature">3082019006092A864886F70D010702A08201813082017D020101310B300906052B0E03021A0500300B06092A864886F70D0107013182015C30820158020101303530213111300F060355040313085343434D32303132310C300A06035504031303534D530210303903F7FEA870804302AA53869E7951300906052B0E03021A0500300D06092A864886F70D01010105000482010095017F77580DC1B077F45F13B91982ADB5EF937A753C42527A13F9CC2F37BD02EFA6167633EFB60B41B028EF9004DB9004066CA9D2C304B628B015EE3438589386B2CDCDBE6DCD6FF3424D7BD908BCC461F49316AAE68946CEAB8B89904AE68ACCF0136471073D17788DD8577D18329CBCA5AE9437A870B82E024BFD4024969C254F3DEC6F50C0488FA861112558F0E5FB37889D780E18CAC7643660401BE7468269443959C47D47D02C23AAE104F664247D6E1086CDF621ECA6EBAF88F3326938305B4505AB27BAA2F54467F0CB81DC625459567177576A0CE94BB5AC43EAFD180263FE697AE15BE0E5DED369DB4841D1BC36780543ACD6F4DC97688B69B241</Property><Property Name="AuthSenderMachine">SCCM2012;SCCM2012.elchuru.com;</Property><Property Name="MPSiteCode">ABC</Property></Hook></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="httphelper.cpp:1724">
    <![LOG[Received reply body '<ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="0"><ContentHashValues/></ContentInfo><Sites><Site><MPSite SiteCode="ABC" MasterSiteCode="ABC" SiteLocality="FALLBACK" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://SCCM2012.elchuru.com/SMS_DP_SMSPKG$/ABC00002" Signature="http://SCCM2012.elchuru.com/SMS_DP_SMSSIG$/ABC00002"/><ADSite Name="Default-First-Site-Name"/><IPSubnets><IPSubnet Address="192.168.100.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>SCCM2012.elchuru.com</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="1"/><Locality>FALLBACK</Locality></LocationRecord></LocationRecords></Site></Sites><ClientPackage FullPackageID="ABC00002" FullPackageVersion="2" FullPackageHash="6B22D9F7922DF97CDBF68521CB56F8212E398D77AC66362207436CCFE46B5311" MinimumClientVersion="5.00.7804.1000" RandomizeMaxDays="7" ProgramEnabled="true" LastModifiedTime="30389229;4114345216" SiteVersionMatch="true" SiteVersion="5.00.7804.1000" EnablePeerCache="true"/></ContentLocationReply>']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:221">
    <![LOG[Found remote location 'http://SCCM2012.elchuru.com/SMS_DP_SMSPKG$/ABC00002']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="siteinfo.cpp:356">
    <![LOG[Could not find local DP locations from all MPs. Will fallback to MP download.]LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:10822">
    <![LOG[GET 'HTTP://SCCM2012.elchuru.com/CCM_Client/ccmsetup.cab']LOG]!><time="20:06:29.349+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[C:\Windows\ccmsetup\ccmsetup.cab is Microsoft trusted.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="util.cpp:1309">
    <![LOG[Successfully extracted manifest file C:\Windows\ccmsetup\ccmsetup.xml from file C:\Windows\ccmsetup\ccmsetup.cab.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6554">
    <![LOG[Loading manifest file: C:\Windows\ccmsetup\ccmsetup.xml]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:153">
    <![LOG[Successfully loaded ccmsetup manifest file.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:171">
    <![LOG[Checking if manifest version '5.00.7804.1000' is newer than the ccmsetup version '5.0.7804.1000']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:10140">
    <![LOG[Running from temp downloaded folder or manifest is not newer than ccmsetup.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:2188">
    <![LOG[Item 'i386/vcredist_x86.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'x64/vcredist_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/vc50727_x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/vc50727_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/WindowsUpdateAgent30-x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/WindowsUpdateAgent30-x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/msxml6.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/msxml6_x64.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/msrdcoob_x86.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/msrdcoob_amd64.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'pkgmgr.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'dism.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'wimgapi.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'i386/MicrosoftPolicyPlatformSetup.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/MicrosoftPolicyPlatformSetup.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/WindowsFirewallConfigurationProvider.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/WindowsFirewallConfigurationProvider.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/Silverlight.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/wic_x86_enu.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/wic_x64_enu.exe' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'i386/dotNetFx40_Client_x86_x64.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'SCEPInstall.exe' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Item 'i386/client.msi' is not applicable.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:348">
    <![LOG[Item 'x64/client.msi' is applicable. Add to the list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:343">
    <![LOG[Default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmutillib.cpp:1355">
    <![LOG[Default CSP Type is 24]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmutillib.cpp:1356">
    <![LOG[Discovering whether item 'i386/vcredist_x86.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'i386/vcredist_x86.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/vcredist_x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'x64/vcredist_x64.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/vc50727_x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Upgrade code '{A8D19029-8E5C-4E22-8011-48070F9E796E}': product = '{071c9b48-7c32-4621-a0ac-3f809523288f}', installed = 1, version = 8.0.56336]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="msiutil.cpp:1269">
    <![LOG[Checking '{A8D19029-8E5C-4E22-8011-48070F9E796E}' version '8.0.56336' expecting >= '8.0.61000'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:890">
    <![LOG[Item x64/vc50727_x64.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/WindowsUpdateAgent30-x64.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Checking file 'C:\Windows\system32\wuapi.dll' version '7.5.7601.17514' expecting >= '7.4.7600.226'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1295">
    <![LOG[Detected item 'x64/WindowsUpdateAgent30-x64.exe']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'x64/msxml6_x64.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Checking file 'C:\Windows\system32\msxml6.dll' version '6.30.7601.17514' expecting >= '6.10.1129.0'.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1295">
    <![LOG[Detected item 'x64/msxml6_x64.msi']LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'dism.exe' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[File 'C:\Windows\system32\msrdc.dll' does not exist. Discovery failed.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:1271">
    <![LOG[Item dism.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/MicrosoftPolicyPlatformSetup.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Couldn't find a product with MSI upgrade code '{19B9818B-7432-49E9-BC02-B126025EE235}' in the MSI database.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:855">
    <![LOG[Item x64/MicrosoftPolicyPlatformSetup.msi has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/WindowsFirewallConfigurationProvider.msi' exists.]LOG]!><time="20:06:29.380+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Validated file 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' hash '3BF0651FD4A01170925CEF694468D4EF6F64D76FD3413DEBD14CB8DE019AA10E']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[File 'C:\Windows\ccmsetup\WindowsFirewallConfigurationProvider.msi' exists. Discovery passed]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1267">
    <![LOG[Detected item 'x64/WindowsFirewallConfigurationProvider.msi']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'i386/Silverlight.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[32-bit Hive selected]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:965">
    <![LOG[Item i386/Silverlight.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'i386/dotNetFx40_Client_x86_x64.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Detected item 'i386/dotNetFx40_Client_x86_x64.exe']LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:643">
    <![LOG[Discovering whether item 'SCEPInstall.exe' exists.]LOG]!><time="20:06:29.395+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[File 'C:\Windows\ccmsetup\SCEPInstall.exe' with hash '495B488FFCEE7C2D682AC6ABFC62D7F9CCB15E22911BA2B76C41307343E617CC' from manifest doesn't match with the file hash '3777EA1A70375BE40EE71AB74FAFD2CB26FAC6E19E9A23DCE8E64B4DE465084B']LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Item SCEPInstall.exe has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[Discovering whether item 'x64/client.msi' exists.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:582">
    <![LOG[Item x64/client.msi has not been installed yet. Put to pending install list.]LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="manifest.cpp:638">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/ClientPatch']LOG]!><time="20:06:29.723+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No client patches are detected.]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:1713">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/LanguagePack']LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No client language packs are detected.]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:1754">
    <![LOG[Searching for available transform]LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1784">
    <![LOG[PROPFIND 'HTTP://SCCM2012.elchuru.com/CCM_Client/x64/LanguagePack']LOG]!><time="20:06:29.754+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="httphelper.cpp:807">
    <![LOG[No transform available for this locale. Installation will proceed with no transformation.]LOG]!><time="20:06:29.770+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1869">
    <![LOG[File 'C:\Windows\ccmsetup\vc50727_x64.exe' with hash '0551A61C85B718E1FA015B0C3E3F4C4EEA0637055536C00E7969286B4FA663E0' from manifest doesn't match with the file hash '301300E768BB0401BE340E05DDFEE67989959B807D9DAC5140D4AFA57794BFA6']LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Deleted file C:\Windows\ccmsetup\vc50727_x64.exe]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[Found local file 'C:\Windows\system32\dism.exe' to install.]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="manifest.cpp:1536">
    <![LOG[File 'C:\Windows\system32\dism.exe' is a local file. No need to download.]LOG]!><time="20:06:29.801+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1120">
    <![LOG[Validated file 'C:\Windows\ccmsetup\MicrosoftPolicyPlatformSetup.msi' hash '8C42189693C3220017E8C93A79B989EE126ADF33EADBE229011404C123B7B897']LOG]!><time="20:06:29.832+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[Validated file 'C:\Windows\ccmsetup\Silverlight.exe' hash '417B442E128D821119008ACEEEE6CDC2A41224377A829B6EC52BABA2724F0151']LOG]!><time="20:06:29.926+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="util.cpp:2399">
    <![LOG[File 'C:\Windows\ccmsetup\SCEPInstall.exe' with hash '495B488FFCEE7C2D682AC6ABFC62D7F9CCB15E22911BA2B76C41307343E617CC' from manifest doesn't match with the file hash '3777EA1A70375BE40EE71AB74FAFD2CB26FAC6E19E9A23DCE8E64B4DE465084B']LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Deleted file C:\Windows\ccmsetup\SCEPInstall.exe]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9156">
    <![LOG[File 'C:\Windows\ccmsetup\client.msi' doesn't exist.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2385">
    <![LOG[Using branch cache option.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6327">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/x64/vc50727_x64.exe' to BITS job, saving as 'C:\Windows\ccmsetup\vc50727_x64.exe'.]LOG]!><time="20:06:30.269+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/SCEPInstall.exe' to BITS job, saving as 'C:\Windows\ccmsetup\SCEPInstall.exe'.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Adding file 'HTTP://SCCM2012.elchuru.com:80/CCM_Client/x64/client.msi' to BITS job, saving as 'C:\Windows\ccmsetup\client.msi'.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6358">
    <![LOG[Starting BITS download for client deployment files.]LOG]!><time="20:06:30.285+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6371">
    <![LOG[Download Update: 28034432 out of 62473600 bytes transferred.]LOG]!><time="20:06:31.299+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6462">
    <![LOG[Successfully completed BITS download for client deployment files.]LOG]!><time="20:06:33.295+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:6420">
    <![LOG[Successfully downloaded client files via BITS.]LOG]!><time="20:06:33.295+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:1373">
    <![LOG[File 'C:\Windows\ccmsetup\vc50727_x64.exe' with hash '0551A61C85B718E1FA015B0C3E3F4C4EEA0637055536C00E7969286B4FA663E0' from manifest doesn't match with the file hash '301300E768BB0401BE340E05DDFEE67989959B807D9DAC5140D4AFA57794BFA6']LOG]!><time="20:06:33.342+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="util.cpp:2404">
    <![LOG[Sending Fallback Status Point message to 'SCCM2012.ELCHURU.COM', STATEID='325'.]LOG]!><time="20:06:33.342+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2196" file="ccmsetup.cpp:9421">
    <![LOG[Failed to get client version for sending messages to FSP. Error 0x8004100e]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="2" thread="2196" file="ccmsetup.cpp:9503">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment vc50727_x64.exe']LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="0" thread="2196" file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {0BDD6D22-B3CB-4191-8064-ACBDF5E76006} has been sent to the FSP]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="FSPStateMessage" context="" type="1" thread="2196" file="fsputillib.cpp:752">
    <![LOG[CcmSetup failed with error code 0x87d0029e]LOG]!><time="20:06:33.358+420" date="09-22-2014" component="ccmsetup" context="" type="1" thread="2356" file="ccmsetup.cpp:10544">

  • The report terminated with error:  REP-110: File test2. cannot be opened. REP-1070: An error occurred while opening or saving a document.

    Hi,
    I'm getting the below error for reports.
    The report terminated with error:
    REP-110: File test2. cannot be opened. REP-1070: An error occurred while opening or saving a document. REP-0110: File test2. cannot be opened. .
    When checked Environment using url 'http://host:port/reports/rwservlet/showenv?server=your_repserver_name"
    found below
    ==================================================
    Reports Servlet Environment Variables 11.1.1.4.0
    Security Mode Non-secure
    HTTP Environment Variables 11.1.1.4.0
    SERVER_NAME   09.14.4.41
    SERVER_PORT   8888
    SCRIPT_NAME   /rwservlet
    SERVER_PROTOCOL   HTTP/1.1
    SERVER_SOFTWARE   undefined
    GATEWAY_INTERFACE   undefined
    SERVER_PORT_SECURE   undefined
    ACCEPT   image/jpeg, application/x-ms-application, image/gif, application/xaml+xml, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    REQUEST_METHOD   GET
    REMOTE_HOST   test-wam-app
    REMOTE_ADDR   09.14.4.41
    REMOTE_USER   undefined
    AUTH_TYPE   undefined
    PATH_INFO   showenv
    QUERY_STRING   server=RptSvr_test-wam-app_wamtest
    PATH_TRANSLATED   undefined
    CONTENT_LENGTH   undefined
    CONTENT_TYPE   undefined
    AUTHORIZATION   undefined
    USER-AGENT   Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.2; Trident/6.0; .NET4.0E; .NET4.0C; .NET CLR 3.5.30729; .NET CLR 2.0.50727; .NET CLR 3.0.30729; InfoPath.3; MS-RTC LM 8)
    REMOTE_IDENT   undefined
    REFERER   undefined
    Oracle Reports Services - Servlet Environment Variables  Select to jump to the top of the page  Return to Top
    KeyMapFile   /u03/apptest/FMW_11.1.1/user_projects/domains/WamTest/config/fmwconfig/servers/WLS_REPORTS/applications/reports_11.1.1.2.0/configuration/cgicmd.dat
    DBAUTH   /u03/apptest/FMW_11.1.1/apphome/reports/templates/rwdbauth.htm
    SYSAUTH   /u03/apptest/FMW_11.1.1/apphome/reports/templates/rwsysauth.htm
    server   rep_wls_reports_test-wam-app_wamtest1
    DIAGNOSTIC   yes
    ERRORTEMPLATE   /u03/apptest/FMW_11.1.1/apphome/reports/templates/rwerror.htm
    SERVER_IN_PROCESS   yes
    COOKIEEXPIRE   30
    ENCRYPTIONKEY   reports9i
    DIAGHEADTAGS   undefined
    DIAGBODYTAGS   undefined
    HELPURL   undefined
    RELOAD_KEYMAP   undefined
    IMAGEURL   http://09.14.4.41:8888/reports/rwservlet 
    SINGLESIGNON   no
    Oracle Reports Services - Server and Engine Environment Variables  Select to jump to the top of the page  Return to Top
    PATH   /u01/wamtest/FMW_11.1.1/apphome/jdk/bin:/u01/wamtest/FMW_11.1.1/apphome/bin:/u01/wamtest/FMW_11.1.1/apphome/jdk/bin:/u01/wamtest/FMW_11.1.1/apphome/bin:/u01/wamtest/FMW_11.1.1/apphome/bin:/u01/wamtest/FMW_11.1.1/apphome/bin:/u01/java/jdk1.6.0_23/bin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin
    DISPLAY  
    LD_LIBRARY_PATH   /u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64/server:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/../lib/amd64:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64/native_threads:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64:/u01/wamtest/FMW_11.1.1/apphome/lib:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64/server:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64/native_threads:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64:/u01/wamtest/FMW_11.1.1/apphome/lib:/u01/wamtest/FMW_11.1.1/apphome/jdk/jre/lib/amd64/server:/u01/wamtest/FMW_11.1.1/apphome/opmn/lib:/u01/wamtest/FMW_11.1.1/apphome/lib
    ORACLE_HOME   /u01/wamtest/FMW_11.1.1/apphome
    TNS_ADMIN   /u01/wamtest/FMW_11.1.1/instance1/config
    NLS_LANG   AMERICAN_AMERICA.WE8ISO8859P1
    USER_NLS_LANG  
    RW   /u01/wamtest/FMW_11.1.1/apphome/reports
    REPORTS_PATH   /u01/wamtest/FMW_11.1.1/apphome/reports/templates:/u01/wamtest/FMW_11.1.1/apphome/reports/samples/demo:/u01/wamtest/FMW_11.1.1/apphome/reports/integ:/u01/wamtest/FMW_11.1.1/apphome/reports/printers:/u01/wamtest/FMW_11.1.1/instance1/reports/fonts:/u01/wamtest/FMW_11.1.1/apphome/reports/templates:/u01/wamtest/FMW_11.1.1/apphome/reports/samples/demo:/u01/wamtest/FMW_11.1.1/apphome/reports/integ:/u01/wamtest/FMW_11.1.1/apphome/reports/printers:/u01/wamtest/FMW_11.1.1/instance1/reports/fonts:
    REPORTS_TMP   /tmp
    REPORTS_TAGLIB_URI   /WEB-INF/lib/reports_tld.jar
    java.class.path   /u01/wamtest/FMW_11.1.1/apphome/reports/jlib/rwrun.jar
    sourceDir  
    tempDir  
    useDataCache  
    ignoreDataParameter
    =========================================================================
    ORACLE_HOME is on mount point u03, checked config.properties but no mention of mount point /u01.
    Dont know from where /u01 came. Could you please help me re configuring the env pointing to /u03.
    Reports server is up though without any issues.
    Regards,
    Djay

    Ensure that the report name is correct. Also ensure that the report exist in REPORTS_PATH environment variable. Otherwise run the report including the reports path.
    E.g.
    report=<reports directory>/test2.rdf

  • Releasing a Transport Request ends with error code 0012.

    Hi,
    We have a Development system and a Production System (both running on separate windows machine) but they are not connected in STMS. We perform transporting of Requests at o.s level and NOT through STMS.
    We are facing this new problem - We are trying to release a Transport Request in SE01 and it ends with error code 0012. The task inside the Request is released without any error. There is no Notes in SAP Marketplace for this.
    Test call of transport control program (tp) ended with return code 0012
    Message no. TK094
    Diagnosis
    Your transport request could not be exported, since all requirements were not fulfilled.
    Calling the transport control program tp
       "tp EXPCHK EFIK900025 pf=E:\usr\sap\trans\bin\TP_DOMAIN_EFI.PFL -Dtransdir=E:\usr\sa"
    which checks the export requirements, returned the following information:
    Return code from tp: 0012
    Error text from tp: ERROR: Buffer check failed.
    System Response
    Further processing is terminated.
    Procedure
    Check the following points:
    Feasibility of the transport control program tp
    Parameter settings in the transport profile
    Availability of the transport directory and the subdirectories (cofiles, data, log, sapnames, bin)
    Write authorization for the subdirectories
    Write authorization for the files of the subdirectories cofiles, data, log, sapnames
    Release the request again when the error has been removed
    Please help.
    Regards,
    Mohan.

    Hi Mohan,
    Nice to hear that that your problem is resolved.
    For Pamater CTC, please check the below links:
    Automatic transport between DEV clients ?
    http://sapsolutions.searchsap.com/kw;ExtendedTransportControl/content-sap.htm
    Regards,
    Hari Kishan

Maybe you are looking for

  • Help - Importing Large Images Fails

    Hi, I use Flash primarily for animation.  The project I'm working on currently is a hefty 1920 X 1080 square pixel file and currently weighs in at 187mb because of all the sounds and jpg images.  It's 2 minutes long. The problem occuring is new to me

  • How do I save photos from email to the photo library?

    How do I save photos from email to the photo library? I've seen an online demo of users that hold their finger or thumb over the image for a few seconds and a "save photo" window option appears. That doesn't work on my 6-month old iphone. It's versio

  • MacBook Pro 15" Retina display with distorted graphics.

    I have a MacBook Pro 15" Retina display purchased in Nov. 2014.  When surfing the net areas of the screen will sometimes begin to display distorted or blinking graphics.  The distoreded area are usually about 2" high by 3" long of either blinking tex

  • Problems with danish characters in email

    Hi, I have created a mailform with danish characters. I have tried to use the following configuration: charset=iso-8859-1 But when i save the mailform, CRM transforms it to: charset=utf-8 And before the header line it inserts: <?xml version="1.0" enc

  • WLSE 2.11 AUTO STARTUP CONFIG

    Hello, can anyone help, we have a problem with our startup configuration templates. When we create a new one it quite often apples a different configuration template, often one above or below the requested one. As such we have the wrong templates bei