DataGuard FAL Client not re-transfering log

Hey, in my dataguard config the standby system detects a log gap.
The log on the primary site was not marked for the standby location - thats a known bug. OK.
But anyway, when the standby system detects a log gap, why is it not requesting the missing logfile from the primary site. Its still available on the primary site in the FRA.
#Standbysite - Detecting log-gap
*** 2011-05-30 09:22:57.602 64207 kcrr.c
Media Recovery Waiting for thread 2 sequence 164952
*** 2011-05-30 09:22:57.602 64207 kcrr.c
Fetching gap sequence in thread 2, gap sequence 164952-164952
Redo shipping client performing standby login
#Primiary Site - check for missing logfile
SQL> SELECT name FROM v$archived_log where sequence# like'164952';
NAME
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=stdynode3-vip.local)(PORT
=1521)))(CONNECT_DATA=(SERVICE_NAME=TEST_XPT.local)(INSTANCE_NAME=TEST3)(SERVER
=dedicated)))
+FLASH/testp/1_164952_692118044.dbf
+FLASH/testp/2_164952_692118044.dbf
SQL>

Christian wrote:
Hey, in my dataguard config the standby system detects a log gap.
The log on the primary site was not marked for the standby location - thats a known bug. OK.
But anyway, when the standby system detects a log gap, why is it not requesting the missing logfile from the primary site. Its still available on the primary site in the FRA.
#Standbysite - Detecting log-gap
*** 2011-05-30 09:22:57.602 64207 kcrr.c
Media Recovery Waiting for thread 2 sequence 164952
*** 2011-05-30 09:22:57.602 64207 kcrr.c
Fetching gap sequence in thread 2, gap sequence 164952-164952
Redo shipping client performing standby login
#Primiary Site - check for missing logfile
SQL> SELECT name FROM v$archived_log where sequence# like'164952';
NAME
(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=stdynode3-vip.local)(PORT
=1521)))(CONNECT_DATA=(SERVICE_NAME=TEST_XPT.local)(INSTANCE_NAME=TEST3)(SERVER
=dedicated)))
+FLASH/testp/1_164952_692118044.dbf
+FLASH/testp/2_164952_692118044.dbf
SQL>and also make sure is it priamary is two node rac?
Post the output of below query. from standby
select name,applied from v$archived_log where sequence#=164952 and thread#=2;and from primary:
select name from v$archived_log where sequence#=164952 and thread#=2;

Similar Messages

  • ORA-16191: Primary log shipping client not logged on standby.

    Hi,
    Please help me in the following scenario. I have two nodes ASM1 & ASM2 with RHEL4 U5 OS. On node ASM1 there is database ORCL using ASM diskgroups DATA & RECOVER and archive location is on '+RECOVER/orcl/'. On ASM2 node, I have to configure STDBYORCL (standby) database using ASM. I have taken the copy of database ORCL via RMAN, as per maximum availability architecture.
    Then I have ftp'd all to ASM2 and put them on FS /u01/oradata. Have made all necessary changes in primary and standby database pfile and then perform the duplicate database for standby using RMAN in order to put the db files in desired diskgroups. I have mounted the standby database but unfortunately, log transport service is not working and archives are not getting shipped to standby host.
    Here are all configuration details.
    Primary database ORCL pfile:
    [oracle@asm dbs]$ more initorcl.ora
    stdbyorcl.__db_cache_size=251658240
    orcl.__db_cache_size=226492416
    stdbyorcl.__java_pool_size=4194304
    orcl.__java_pool_size=4194304
    stdbyorcl.__large_pool_size=4194304
    orcl.__large_pool_size=4194304
    stdbyorcl.__shared_pool_size=100663296
    orcl.__shared_pool_size=125829120
    stdbyorcl.__streams_pool_size=0
    orcl.__streams_pool_size=0
    *.audit_file_dest='/opt/oracle/admin/orcl/adump'
    *.background_dump_dest='/opt/oracle/admin/orcl/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='+DATA/orcl/controlfile/current.270.665007729','+RECOVER/orcl/controlfile/current.262.665007731'
    *.core_dump_dest='/opt/oracle/admin/orcl/cdump'
    *.db_block_size=8192
    *.db_create_file_dest='+DATA'
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl'
    *.db_recovery_file_dest='+RECOVER'
    *.db_recovery_file_dest_size=3163553792
    *.db_unique_name=orcl
    *.fal_client=orcl
    *.fal_server=stdbyorcl
    *.instance_name='orcl'
    *.job_queue_processes=10
    *.log_archive_config='dg_config=(orcl,stdbyorcl)'
    *.log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST'
    *.log_archive_dest_2='SERVICE=stdbyorcl'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_format='%t_%s_%r.dbf'
    *.open_cursors=300
    *.pga_aggregate_target=121634816
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=364904448
    *.standby_file_management='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS'
    *.user_dump_dest='/opt/oracle/admin/orcl/udump'
    Standby database STDBYORCL pfile:
    [oracle@asm2 dbs]$ more initstdbyorcl.ora
    stdbyorcl.__db_cache_size=251658240
    stdbyorcl.__java_pool_size=4194304
    stdbyorcl.__large_pool_size=4194304
    stdbyorcl.__shared_pool_size=100663296
    stdbyorcl.__streams_pool_size=0
    *.audit_file_dest='/opt/oracle/admin/stdbyorcl/adump'
    *.background_dump_dest='/opt/oracle/admin/stdbyorcl/bdump'
    *.compatible='10.2.0.1.0'
    *.control_files='u01/oradata/stdbyorcl_control01.ctl'#Restore Controlfile
    *.core_dump_dest='/opt/oracle/admin/stdbyorcl/cdump'
    *.db_block_size=8192
    *.db_create_file_dest='/u01/oradata'
    *.db_domain=''
    *.db_file_multiblock_read_count=16
    *.db_name='orcl'
    *.db_recovery_file_dest='+RECOVER'
    *.db_recovery_file_dest_size=3163553792
    *.db_unique_name=stdbyorcl
    *.fal_client=stdbyorcl
    *.fal_server=orcl
    *.instance_name='stdbyorcl'
    *.job_queue_processes=10
    *.log_archive_config='dg_config=(orcl,stdbyorcl)'
    *.log_archive_dest_1='LOCATION=USE_DB_RECOVERY_FILE_DEST'
    *.log_archive_dest_2='SERVICE=orcl'
    *.log_archive_dest_state_1='ENABLE'
    *.log_archive_dest_state_2='ENABLE'
    *.log_archive_format='%t_%s_%r.dbf'
    *.log_archive_start=TRUE
    *.open_cursors=300
    *.pga_aggregate_target=121634816
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.sga_target=364904448
    *.standby_archive_dest='LOCATION=USE_DB_RECOVERY_FILE_DEST'
    *.standby_file_management='AUTO'
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS'
    *.user_dump_dest='/opt/oracle/admin/stdbyorcl/udump'
    db_file_name_convert=('+DATA/ORCL/DATAFILE','/u01/oradata','+RECOVER/ORCL/DATAFILE','/u01/oradata')
    log_file_name_convert=('+DATA/ORCL/ONLINELOG','/u01/oradata','+RECOVER/ORCL/ONLINELOG','/u01/oradata')
    Have configured the tns service on both the hosts and its working absolutely fine.
    <p>
    ASM1
    =====
    [oracle@asm dbs]$ tnsping stdbyorcl
    </p>
    <p>
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 19-SEP-2008 18:49:00
    </p>
    <p>
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    </p>
    <p>
    Used parameter files:
    </p>
    <p>
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.20)(PORT = 1521))) (CONNECT_DATA = (SID = stdbyorcl) (SERVER = DEDICATED)))
    OK (30 msec)
    ASM2
    =====
    </p>
    <p>
    [oracle@asm2 archive]$ tnsping orcl
    </p>
    <p>
    TNS Ping Utility for Linux: Version 10.2.0.1.0 - Production on 19-SEP-2008 18:48:39
    </p>
    <p>
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    </p>
    <p>
    Used parameter files:
    </p>
    <p>
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.20.10)(PORT = 1521))) (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED)))
    OK (30 msec)
    Please guide where I am missing. Thanking you in anticipation.
    Regards,
    Ravish Garg

    Following are the errors I am receiving as per alert log.
    ORCL alert log:
    Thu Sep 25 17:49:14 2008
    ARCH: Possible network disconnect with primary database
    Thu Sep 25 17:49:14 2008
    Error 1031 received logging on to the standby
    Thu Sep 25 17:49:14 2008
    Errors in file /opt/oracle/admin/orcl/bdump/orcl_arc1_4825.trc:
    ORA-01031: insufficient privileges
    FAL[server, ARC1]: Error 1031 creating remote archivelog file 'STDBYORCL'
    FAL[server, ARC1]: FAL archive failed, see trace file.
    Thu Sep 25 17:49:14 2008
    Errors in file /opt/oracle/admin/orcl/bdump/orcl_arc1_4825.trc:
    ORA-16055: FAL request rejected
    ARCH: FAL archive failed. Archiver continuing
    Thu Sep 25 17:49:14 2008
    ORACLE Instance orcl - Archival Error. Archiver continuing.
    Thu Sep 25 17:49:44 2008
    FAL[server]: Fail to queue the whole FAL gap
    GAP - thread 1 sequence 40-40
    DBID 1192788465 branch 665007733
    Thu Sep 25 17:49:46 2008
    Thread 1 advanced to log sequence 48
    Current log# 2 seq# 48 mem# 0: +DATA/orcl/onlinelog/group_2.272.665007735
    Current log# 2 seq# 48 mem# 1: +RECOVER/orcl/onlinelog/group_2.264.665007737
    Thu Sep 25 17:55:43 2008
    Shutting down archive processes
    Thu Sep 25 17:55:48 2008
    ARCH shutting down
    ARC2: Archival stopped
    STDBYORCL alert log:
    ==============
    Thu Sep 25 17:49:27 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-01017: invalid username/password; logon denied
    Thu Sep 25 17:49:27 2008
    Error 1017 received logging on to the standby
    Check that the primary and standby are using a password file
    and remote_login_passwordfile is set to SHARED or EXCLUSIVE,
    and that the SYS password is same in the password files.
    returning error ORA-16191
    It may be necessary to define the DB_ALLOWED_LOGON_VERSION
    initialization parameter to the value "10". Check the
    manual for information on this initialization parameter.
    Thu Sep 25 17:49:27 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-16191: Primary log shipping client not logged on standby
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl'. Error is 16191.
    Thu Sep 25 17:51:38 2008
    FAL[client]: Failed to request gap sequence
    GAP - thread 1 sequence 40-40
    DBID 1192788465 branch 665007733
    FAL[client]: All defined FAL servers have been attempted.
    Check that the CONTROL_FILE_RECORD_KEEP_TIME initialization
    parameter is defined to a value that is sufficiently large
    enough to maintain adequate log switch information to resolve
    archivelog gaps.
    Thu Sep 25 17:55:16 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-01017: invalid username/password; logon denied
    Thu Sep 25 17:55:16 2008
    Error 1017 received logging on to the standby
    Check that the primary and standby are using a password file
    and remote_login_passwordfile is set to SHARED or EXCLUSIVE,
    and that the SYS password is same in the password files.
    returning error ORA-16191
    It may be necessary to define the DB_ALLOWED_LOGON_VERSION
    initialization parameter to the value "10". Check the
    manual for information on this initialization parameter.
    Thu Sep 25 17:55:16 2008
    Errors in file /opt/oracle/admin/stdbyorcl/bdump/stdbyorcl_arc0_4813.trc:
    ORA-16191: Primary log shipping client not logged on standby
    PING[ARC0]: Heartbeat failed to connect to standby 'orcl'. Error is 16191.
    Please suggest where I am missing.
    Regards,
    Ravish Garg

  • Archive log missing on standby: FAL[client]: Failed to request gap sequence

    My current environment is Oracle 10.2.0.4 with ASM 10.2.0.4 on a 2 node RAC in production and a standby that is the same setup. I'm also running on Oracle Linux 5. Almost daily now an archivelog doesnt make it to the standby and oracle doesnt seem to resolve the gap sequence from the primary. If I stop and restart recovery it gets the logfile and continues recovery just fine. I have checked my fal_client and fal_server settings and they look good. The logs after this error do continue to get written to the standby but the standby wont continue recovery until I stop and restart recovery and it fetches this missing log.
    The only thing I know thats happening is that the firewall people are disconnecting any connections that are inactive for 60 minutes and recently did an upgrade that they are claiming didnt change anything:)  I dont know if this is causing this problem or not. Any thoughts on what might be happening?
    Error in standby alert.log:
    Tue Jun 29 23:15:35 2010
    RFS[258]: Possible network disconnect with primary database
    Tue Jun 29 23:15:36 2010
    Fetching gap sequence in thread 2, gap sequence 9206-9206
    Tue Jun 29 23:16:46 2010
    FAL[client]: Failed to request gap sequence
    GAP - thread 2 sequence 9206-9206
    DBID 661398854 branch 714087609
    FAL[client]: All defined FAL servers have been attempted.
    Error on primary alert.log:
    Tue Jun 29 23:00:07 2010
    ARC0: Creating remote archive destination LOG_ARCHIVE_DEST_2: 'WSSPRDB' (thread 1 sequence 9265)
    (WSSPRD1)
    ARC0: Transmitting activation ID 0x29c37469
    Tue Jun 29 23:00:07 2010
    Errors in file /u01/app/oracle/admin/WSSPRD/bdump/wssprd1_arc0_14024.trc:
    ORA-03135: connection lost contact
    FAL[server, ARC0]: FAL archive failed, see trace file.
    Tue Jun 29 23:00:07 2010
    Errors in file /u01/app/oracle/admin/WSSPRD/bdump/wssprd1_arc0_14024.trc:
    ORA-16055: FAL request rejected
    ARCH: FAL archive failed. Archiver continuing
    Tue Jun 29 23:00:07 2010
    ORACLE Instance WSSPRD1 - Archival Error. Archiver continuing.
    Tue Jun 29 23:00:41 2010
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    Tue Jun 29 23:00:41 2010
    FAL[server, ARC2]: Begin FAL archive (dbid 0 branch 714087609 thread 2 sequence 9206 dest WSSPRDB)
    FAL[server, ARC2]: FAL archive failed, see trace file.
    Tue Jun 29 23:00:43 2010
    Errors in file /u01/app/oracle/admin/WSSPRD/bdump/wssprd1_arc2_14028.trc:
    ORA-16055: FAL request rejected
    ARCH: FAL archive failed. Archiver continuing
    Tue Jun 29 23:00:43 2010
    ORACLE Instance WSSPRD1 - Archival Error. Archiver continuing.
    Tue Jun 29 23:01:16 2010
    Redo Shipping Client Connected as PUBLIC
    -- Connected User is Valid
    Tue Jun 29 23:15:01 2010
    Thread 1 advanced to log sequence 9267 (LGWR switch)
    I have checked the trace files that get spit out but they arent anything meaningful to me as to whats really happening. Snipit of the trace file:
    tkcrrwkx: Starting to process work request
    tkcrfgli: SRL header: 0
    tkcrfgli: SRL tail: 0
    tkcrfgli: ORL to arch: 4
    tkcrfgli: le# seq thr for bck tba flags
    tkcrfgli: 1 359 1 2 0 3 0x0008 ORL active cur
    tkcrfgli: 2 358 1 0 1 1 0x0000 ORL active
    tkcrfgli: 3 361 2 4 0 0 0x0008 ORL active cur
    tkcrfgli: 4 360 2 0 3 2 0x0000 ORL active
    tkcrfgli: 5 -- entry deleted --
    tkcrfgli: 6 -- entry deleted --
    tkcrfgli: 7 -- entry deleted --
    tkcrfgli: 8 -- entry deleted --
    tkcrfgli: 9 -- entry deleted --
    tkcrfgli: 191 -- entry deleted --
    tkcrfgli: 192 -- entry deleted --
    *** 2010-03-27 01:30:32.603 20998 kcrr.c
    tkcrrwkx: Request from LGWR to perform: <startup>
    tkcrrcrlc: Starting CRL ARCH check
    *** 2010-03-27 01:30:32.603 66085 kcrr.c
    Beginning controlfile transaction 0x0x7fffd0b53198 [kcrr.c:20395 (14011)]
    *** 2010-03-27 01:30:32.645 66173 kcrr.c
    Acquired controlfile transaction 0x0x7fffd0b53198 [kcrr.c:20395 (14024)]
    *** 2010-03-27 01:30:32.649 66394 kcrr.c
    Ending controlfile transaction 0x0x7fffd0b53198 [kcrr.c:20397]
    tkcrrasgn: Checking for 'no FAL', 'no SRL', and 'HB' ARCH process
    # HB NoF NoS CRL Name
    29 NO NO NO NO ARC0
    28 NO YES YES NO ARC1
    27 NO NO NO NO ARC2
    26 NO NO NO NO ARC3
    25 YES NO NO NO ARC4
    24 NO NO NO NO ARC5
    23 NO NO NO NO ARC6
    22 NO NO NO NO ARC7
    21 NO NO NO NO ARC8
    20 NO NO NO NO ARC9
    Thanks.
    Kristi

    It's the network that's messing up; unlikely due to firewall timeout as it waits for 60 minutes and you are switching every 15 minutes. There may be some other network glitch that needs rectified.
    In any case - arch file missing/ corrupt / halfway through - FAL setting should have refetched the problematic archive log automatically.
    As many had suggested already, the best way to resolve RFS issues I believe is to use real-time apply by configuring standby redo logs. It's very easy to configure it and you can opt for real-time apply even in max-performance mode that you are using right now.
    Even though you are maintaining (I guess) 1-1 between primary & standby instances, you can provide both primary instances in fal_server (like fal_server=string1,string2). See if that helps.
    lastly, check if you are having simiar issue at other times as well that might be getting rectified automatically as expected.
    col message for a80
    col time for a20
    select message, to_char(timestamp,'dd-mon-rr hh24:mi:ss') time
    from v$dataguard_status
    where severity in ('Error','Fatal')
    order by timestamp;
    Cheers.

  • Dataguard MRP not applyinig the logs

    Hi All,
    Database version - 10.2.0.4
    Primary is 3 node RAC
    Standby is non RAC
    Its a physical dataguard configuration..
    Archive logs are skipping from primary to standby server, but MRP process is not applyinig the logs properly..
    Could not see any errors in the alert log..
    PROCESS STATUS CLIENT_P SEQUENCE# BLOCK# ACTIVE_AGENTS KNOWN_AGENTS
    MRP0 APPLYING_LOG N/A 4990 1586 0 0
    Restarted the MRP and also bounced the standby, but still its showing as applying log for 4990 seq.
    Alert log entry
    Thu Apr 7 10:15:30 2011
    Completed: ALTER DATABASE RECOVER MANAGED STANDBY DATABASE USING CURRENT LOGFILE DISCONNECT FROM SESSION
    Thu Apr 7 10:15:30 2011
    Media Recovery Log /log1/archivelog/2_4990_722434300.dbf
    After this stage, it is not moving forward.. Please advise..
    Thanks & Regards,
    Rakesh
    Edited by: Oracleappsdba on Apr 7, 2011 8:33 AM

    Hi...
    No network failure...infact there are two database in the same servers and for one database we dont have any issues.
    Both the databases have same configuration..
    Two week's back we added third node to the primary RAC cluster, after that for 1 week we not had any issues and this issue started coming this week.
    We recreated the standby control file and added third thread standby log after the third node addition.
    This issue is a intermediate issue, some time its going smooth and some time its stuck and after several minutes it starts applying the log.
    We dont see any errors in the primary and standby alert logs...
    Thanks & Regards,
    Rakesh

  • Some Clients Not Updating. Reporting "Compliant." hr=8007000E Error in WindowsUpdate.log

    I have a significant number (but not all) of my SCCM 2012 R2 CU3 clients not updating though my SCCM software updates. On these problem clients, I get this error in WindowsUpdate.log:
    "COMAPI WARNING: ISusInternal::GetUpdateMetadata2 failed, hr=8007000E"
    Then these machines report "Compliant" even though they don't install the updates. Almost all of our workstations are Windows 7 SP1 32bit. We are running SCCM 2012 R2 CU3. My site servers are running Windows 2008 R2.
    I don't see much in WUAhandler.log or scanagent.log. These client are however, getting my SCEP definition updates just fine. (I have an ADR for those.) And when you go out to Microsoft for security updates it works. I have tried all of the usual Windows
    Updates repair suggestions (re-register dlls, rename software distribution folder, etc.) And I tried un-installing and re-installing the SCCM client on a problem PC, to no avail. I also tried using a Software Update Group with fewer updates (<100) and targeting
    a problem system with only that SUG, to no avail.
    Any assistance would be greatly appreciated. Thank you.

    Hi all,
    One of the bigger nuissances of this particular bug is that it's hard to identify from a central location that you've fallen victim to it. Without spot-checking client machines you'd be none-the-wiser. This most likely results in a lot of shops out their
    thar are completely unaware they have a security issue with a false sense of "fully patched" security.
    I've create the following guidelines to identify whether you are indeed one of the victims.
    create a script configuration item.
    Select All Windows 7 32 bit as the supported platform
    Use String as the data type
    Choose powershell as your script language of choice
    Paste the following text in the discovery script:select-string-pattern'GetWARNING:
    ISusInternal::GetUpdateMetadata2 failed, hr=8007000E'-path"$env:windir\windowsupdate.log"
    Add the configuration item to a Configuration baseline
    Deploy the configuration baseline to All Windows 7 32bit machines
    The report list of assets by compliance state for a given baseline is a good report to check the results.
    !!!! Any machines reporting compliant to this baseline have a serious issue as they won't install any software updates, yet report compliant on all !!!!
    Good luck
    Hi, Does the configuration item need any kind of compliance rule setup to make it work?

  • VPN clients not able to ping Remote PCs & Servers : ASA 5520

    VPN is connected successfully. But not able to ping any remote ip or fqdn from client pc. But able to ping ASA 5520 firewalls inside interface. Also some clients able to access, some clients not able to access. I new to these firewalls. I tried most of ways from internet, please any one can help asap.
    Remote ip section : 192.168.1.0/24
    VPN IP Pool : 192.168.5.0/24
    Running Config :
     ip address 192.168.1.2 255.255.255.0
    interface GigabitEthernet0/2
     shutdown
     no nameif
     no security-level
     no ip address
    interface GigabitEthernet0/3
     shutdown
     no nameif
     no security-level
     no ip address
    interface Management0/0
     shutdown
     no nameif
     no security-level
     no ip address
     management-only
    passwd z40TgSyhcLKQc3n1 encrypted
    boot system disk0:/asa722-k8.bin
    ftp mode passive
    clock timezone GST 4
    dns domain-lookup outside
    dns domain-lookup inside
    dns server-group DefaultDNS
     name-server 213.42.20.20
     domain-name default.domain.invalid
    access-list outtoin extended permit tcp any host 83.111.113.114 eq 3389
    access-list outtoin extended permit tcp any host 83.111.113.113 eq https
    access-list outtoin extended permit tcp any host 83.111.113.114 eq smtp
    access-list outtoin extended permit tcp any host 83.111.113.114 eq https
    access-list outtoin extended permit tcp any host 83.111.113.114 eq www
    access-list outtoin extended permit tcp any host 83.111.113.115 eq https
    access-list outtoin extended permit tcp any host 94.56.148.98 eq 3389
    access-list outtoin extended permit tcp any host 83.111.113.117 eq ssh
    access-list fualavpn_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list outside_nat0_outbound extended permit ip 192.168.5.0 255.255.255.0
    92.168.1.0 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 1
    2.168.5.0 255.255.255.0
    access-list inet_in extended permit icmp any any time-exceeded
    access-list inet_in extended permit icmp any any unreachable
    access-list inet_in extended permit icmp any any echo-reply
    access-list inet_in extended permit icmp any any echo
    pager lines 24
    logging enable
    logging asdm informational
    logging from-address [email protected]
    logging recipient-address [email protected] level errors
    logging recipient-address [email protected] level emergencies
    logging recipient-address [email protected] level errors
    mtu outside 1500
    mtu inside 1500
    ip local pool fualapool 192.168.5.10-192.168.5.50 mask 255.255.255.0
    ip local pool VPNPool 192.168.5.51-192.168.5.150 mask 255.255.255.0
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-522.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list inside_nat0_outbound outside
    nat (inside) 1 192.168.1.0 255.255.255.0
    static (inside,outside) 94.56.148.98 192.168.1.11 netmask 255.255.255.255
    static (inside,outside) 83.111.113.114 192.168.1.111 netmask 255.255.255.255
    access-group inet_in in interface outside
    route outside 0.0.0.0 0.0.0.0 83.111.113.116 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout uauth 0:05:00 absolute
    group-policy DfltGrpPolicy attributes
     banner none
     wins-server none
     dns-server none
     dhcp-network-scope none
     vpn-access-hours none
     vpn-simultaneous-logins 10
     vpn-idle-timeout 30
     vpn-session-timeout none
     vpn-filter none
     vpn-tunnel-protocol IPSec l2tp-ipsec webvpn
     password-storage disable
     ip-comp disable
     re-xauth disable
     group-lock none
     pfs disable
     ipsec-udp disable
     ipsec-udp-port 10000
     split-tunnel-policy tunnelall
     split-tunnel-network-list none
     default-domain none
     split-dns none
     intercept-dhcp 255.255.255.255 disable
     secure-unit-authentication disable
     user-authentication disable
     user-authentication-idle-timeout 30
     ip-phone-bypass disable
     leap-bypass disable
     nem disable
     backup-servers keep-client-config
     msie-proxy server none
     msie-proxy method no-modify
     msie-proxy except-list none
     msie-proxy local-bypass disable
     nac disable
     nac-sq-period 300
     nac-reval-period 36000
     nac-default-acl none
     address-pools none
     client-firewall none
     client-access-rule none
     webvpn
      functions url-entry
      html-content-filter none
      homepage none
      keep-alive-ignore 4
      http-comp gzip
      filter none
      url-list none
      customization value DfltCustomization
      port-forward none
      port-forward-name value Application Access
      sso-server none
      deny-message value Login was successful, but because certain criteria have no
     been met or due to some specific group policy, you do not have permission to u
    e any of the VPN features. Contact your IT administrator for more information
      svc none
      svc keep-installer installed
      svc keepalive none
      svc rekey time none
      svc rekey method none
      svc dpd-interval client none
      svc dpd-interval gateway none
      svc compression deflate
    group-policy fualavpn internal
    group-policy fualavpn attributes
     dns-server value 192.168.1.111 192.168.1.100
     vpn-tunnel-protocol IPSec
     split-tunnel-policy tunnelspecified
     split-tunnel-network-list value fualavpn_splitTunnelAcl
    username test password I7ZgrgChfw4FV2AW encrypted privilege 0
    username Mohamed password Vqmmt8cR/.Qu7LhU encrypted privilege 0
    username Moghazi password GMr7xgdqmGEQ2SVR encrypted privilege 0
    username Moghazi attributes
     password-storage enable
    username fualauaq password E6CgvoOpTKphiM2U encrypted privilege 0
    username fualauaq attributes
     password-storage enable
    username fuala password IFtijSYb7LAOV/IW encrypted privilege 15
    username Basher password Djf15nXIJXmayfjY encrypted privilege 0
    username Basher attributes
     password-storage enable
    username fualafac password VGC/7cKXW1A6eyXS encrypted privilege 0
    username fualafac attributes
     password-storage enable
    username fualaab password ONTH8opuP4RKgRXD encrypted privilege 0
    username fualaab attributes
     password-storage enable
    username fualaadh2 password mNEgLxzPBeF4SyDb encrypted privilege 0
    username fualaadh2 attributes
     password-storage enable
    username fualaain2 password LSKk6slwsVn4pxqr encrypted privilege 0
    username fualaain2 attributes
     password-storage enable
    username fualafj2 password lE4Wu7.5s7VXwCqv encrypted privilege 0
    username fualafj2 attributes
     password-storage enable
    username fualakf2 password 38oMUuwKyShs4Iid encrypted privilege 0
    username fualakf2 attributes
     password-storage enable
    username fualaklb password .3AMGUZ1NWU1zzIp encrypted privilege 0
    username fualaklb attributes
     password-storage enable
    username fualastr password RDXSdBgMaJxNLnaH encrypted privilege 0
    username fualastr attributes
     password-storage enable
    username fualauaq2 password HnjodvZocYhDKrED encrypted privilege 0
    username fualauaq2 attributes
     password-storage enable
    username fualastore password wWDVHfUu9pdM9jGj encrypted privilege 0
    username fualastore attributes
     password-storage enable
    username fualadhd password GK8k1MkMlIDluqF4 encrypted privilege 0
    username fualadhd attributes
     password-storage enable
    username fualaabi password eYL0j16kscNhhci4 encrypted privilege 0
    username fualaabi attributes
     password-storage enable
    username fualaadh password GTs/9BVCAU0TRUQE encrypted privilege 0
    username fualaadh attributes
     password-storage enable
    username fualajuh password b9QGJ1GHhR88reM1 encrypted privilege 0
    username fualajuh attributes
     password-storage enable
    username fualadah password JwVlqQNIellNgxnZ encrypted privilege 0
    username fualadah attributes
     password-storage enable
    username fualarak password UE41e9hpvcMeChqx encrypted privilege 0
    username fualarak attributes
     password-storage enable
    username fualasnk password ZwZ7fVglexrCWFUH encrypted privilege 0
    username fualasnk attributes
     password-storage enable
    username rais password HrvvrIw5tEuam/M8 encrypted privilege 0
    username rais attributes
     password-storage enable
    username fualafuj password yY2jRMPqmNGS.3zb encrypted privilege 0
    username fualafuj attributes
     password-storage enable
    username fualamaz password U1YUfQzFYrsatEzC encrypted privilege 0
    username fualamaz attributes
     password-storage enable
    username fualashj password gN4AXk/oGBTEkelQ encrypted privilege 0
    username fualashj attributes
     password-storage enable
    username fualabdz password tg.pB7RXJx2CWKWi encrypted privilege 0
    username fualabdz attributes
     password-storage enable
    username fualamam password uwLjc0cV7LENI17Y encrypted privilege 0
    username fualamam attributes
     password-storage enable
    username fualaajm password u3yLk0Pz0U1n.Q0c encrypted privilege 0
    username fualaajm attributes
     password-storage enable
    username fualagrm password mUt3A60gLJ8N5HVr encrypted privilege 0
    username fualagrm attributes
     password-storage enable
    username fualakfn password ceTa6jmvnzOFNSgF encrypted privilege 0
    username fualakfn attributes
     password-storage enable
    username Fualaain password Yyhr.dlc6/J7WvF0 encrypted privilege 0
    username Fualaain attributes
     password-storage enable
    username fualaban password RCJKLGTrh7VM2EBW encrypted privilege 0
    username John password D9xGV1o/ONPM9YNW encrypted privilege 15
    username John attributes
     password-storage disable
    username wrkshopuaq password cFKpS5e6Whp0A7TZ encrypted privilege 0
    username wrkshopuaq attributes
     password-storage enable
    username Talha password 3VoAABwXxVonLmWi encrypted privilege 0
    username Houssam password Cj/uHUqsj36xUv/R encrypted privilege 0
    username Faraj password w2qYfE3DkYvS/oPq encrypted privilege 0
    username Faraj attributes
     password-storage enable
    username gowth password HQhALLeiQXuIzptCnTv1rA== nt-encrypted privilege 15
    username Hameed password 0Kr0N1VRmLuWdoDE encrypted privilege 0
    username Hameed attributes
     password-storage enable
    username Hassan password Uy4ASuiNyEd70LCw encrypted privilege 0
    username cisco password IPVBkPI1GLlHurPD encrypted privilege 15
    username Karim password 5iOtm58EKMyvruZA encrypted privilege 0
    username Shakir password BESX2bAvlbqbDha/ encrypted privilege 0
    username Riad password iB.miiOF7qMESlCL encrypted privilege 0
    username Azeem password 0zAqiCG8dmLyRQ8f encrypted privilege 15
    username Azeem attributes
     password-storage disable
    username Osama password xu66er.7duIVaP79 encrypted privilege 0
    username Osama attributes
     password-storage enable
    username Mahmoud password bonjr0B19aOQSpud encrypted privilege 0
    username alpha password x8WO0aiHL3pVFy2E encrypted privilege 15
    username Wissam password SctmeK/qKVNLh/Vv encrypted privilege 0
    username Wissam attributes
     password-storage enable
    username Nabil password m4fMvkTgVwK/O3Ms encrypted privilege 0
    aaa authentication telnet console LOCAL
    aaa authentication ssh console LOCAL
    aaa authentication enable console LOCAL
    http server enable
    http 0.0.0.0 0.0.0.0 outside
    http 192.168.1.4 255.255.255.255 inside
    http 192.168.1.100 255.255.255.255 inside
    http 192.168.1.111 255.255.255.255 inside
    http 192.168.1.200 255.255.255.255 inside
    http 83.111.113.117 255.255.255.255 outside
    http 192.168.1.17 255.255.255.255 inside
    http 192.168.1.16 255.255.255.255 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map outside_dyn_map 20 set pfs
    crypto dynamic-map outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map outside_map 65535 ipsec-isakmp dynamic outside_dyn_map
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
     authentication pre-share
     encryption 3des
     hash sha
     group 2
     lifetime 86400
    tunnel-group fualavpn type ipsec-ra
    tunnel-group fualavpn type ipsec-ra
    tunnel-group fualavpn general-attributes
     address-pool fualapool
     address-pool VPNPool
     default-group-policy fualavpn
    tunnel-group fualavpn ipsec-attributes
     pre-shared-key *
    tunnel-group fualavpn ppp-attributes
     authentication pap
     authentication ms-chap-v2
     authentication eap-proxy
    telnet 0.0.0.0 0.0.0.0 outside
    telnet 0.0.0.0 0.0.0.0 inside
    telnet timeout 5
    ssh 0.0.0.0 0.0.0.0 outside
    ssh 192.168.1.0 255.255.255.0 inside
    ssh timeout 5
    console timeout 0
    management-access inside
    class-map inspection_default
     match default-inspection-traffic
    policy-map type inspect dns migrated_dns_map_1
     parameters
      message-length maximum 512
    policy-map global_policy
     class inspection_default
      inspect dns migrated_dns_map_1
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
      inspect icmp
      inspect icmp error
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:38e41e83465d37f69542355df734db35
    : end

    Hi,
    What about translating the traffic on the local ASA (Active unit) for traffic received from the VPN tunnel to the internal interface IP address? You can try something like nat (outside,inside) source dynamic obj-VpnRemoteTraffic interface destination static StandbyIP StandbyIP
    Regards,

  • Error log: mod_rewrite & mod_jk: could not init JK log lock in child

    I am getting a lot of the below errors repeatably in my error_log.
    Can anyone help me to identify why, how I can identify what's causing them, and how to resolve them, please.
    [Fri Sep 26 10:03:33 2008] [crit] (2)No such file or directory: mod_rewrite: could not init rewrite log lock in child
    [Fri Sep 26 10:03:33 2008] [crit] (2)No such file or directory: mod_jk: could not init JK log lock in child

    I'm getting the same error just after configuring a new group in the server preferences (10.5.5 Server). The default webservice is not working anymore, but it was a few minutes ago.
    [Mon Oct 06 08:31:41 2008] [crit] (13)Permission denied: mod_rewrite: could not init rewrite log lock in child
    [Mon Oct 06 08:32:11 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /server-status denied
    [Mon Oct 06 08:32:11 2008] [error] [client 127.0.0.1] (13)Permission denied: access to /error/HTTP_FORBIDDEN.html.var denied

  • SCCM 2012 Client not installing

    I have some machines that are installing fine and some that are failing.  Some that do install are hit and miss with installing the endpoint client as well. One one that is failing below is the client log on the machine..
    ==========[ ccmsetup started in process 6072 ]==========    ccmsetup    6/2/2014 11:31:46 AM    3328 (0x0D00)
    Running on platform X86    ccmsetup    6/2/2014 11:31:46 AM    3328 (0x0D00)
    Launch from folder C:\WINDOWS\ccmsetup\    ccmsetup    6/2/2014 11:31:46 AM    3328 (0x0D00)
    CcmSetup version: 5.0.7804.1400    ccmsetup    6/2/2014 11:31:46 AM    3328 (0x0D00)
    In ServiceMain    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    Running on OS (5.1.2600). Service Pack (3.0). SuiteMask = 256. Product Type = 1    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    Ccmsetup command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    Command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    SslState value: 224    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    CCMHTTPPORT:    80    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    CCMHTTPSPORT:    443    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    CCMHTTPSSTATE:    224    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    CCMHTTPSCERTNAME:        ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    FSP:        ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    CCMFIRSTCERT:    1    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    Config file:      C:\WINDOWS\ccmsetup\MobileClientUnicode.tcf    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    Retry time:       10 minute(s)    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    MSI log file:     C:\WINDOWS\ccmsetup\Logs\client.msi.log    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    MSI properties:    INSTALL="ALL" SMSSITECODE="UCS" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"    ccmsetup    6/2/2014 11:31:46
    AM    3952 (0x0F70)
    Source List:    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
                      \\ROSSCCM.domain.corp\SMSClient    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
                      \\ROSSCCM.domain.CORP\SMSClient    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    MPs:    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
                      ROSSCCM.domain.corp    ccmsetup    6/2/2014 11:31:46 AM    3952 (0x0F70)
    No version of the client is currently detected.    ccmsetup    6/2/2014 11:31:47 AM    3952 (0x0F70)
    Updated security on object C:\WINDOWS\ccmsetup\.    ccmsetup    6/2/2014 11:31:48 AM    3952 (0x0F70)
    A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.    ccmsetup    6/2/2014 11:31:48 AM    3952 (0x0F70)
    Running as user "SYSTEM"    ccmsetup    6/2/2014 11:31:50 AM    3952 (0x0F70)
    Detected 39283 MB free disk space on system drive.    ccmsetup    6/2/2014 11:31:50 AM    3952 (0x0F70)
    Checking Write Filter Status.    ccmsetup    6/2/2014 11:31:50 AM    3952 (0x0F70)
    This is not a supported write filter device. We are not in a write filter maintenance mode.    ccmsetup    6/2/2014 11:31:50 AM    3952 (0x0F70)
    Wmi repository check passed.    ccmsetup    6/2/2014 11:31:51 AM    3952 (0x0F70)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=UCS))'    ccmsetup    6/2/2014 11:31:51 AM    3952 (0x0F70)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1400</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021079F6EB29BC29EAB34D5190A53521A33A300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303532363139323234345A180F32313134303530333139323234345A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009880C8CE1825AA148D380A793AFF2EDC748685F0841A724F05C30884041E2F354EDD872420C4291615106E7EFF93E970F9AE4B00B95C324BDE8A4FEE73D44547238C216444A956CCBE4FCAC8FF0756304252CBB9726FB64004AFB667446E75717BB41B9905A221B88E5B228353EA6124FA2D11782FCD6BE19CBB70B5757830BB0045EBF1A8C59D0B185990AA0AE4413373F35BFE86C996648AAAABE0AA1399D972FC38C30541F4B18A9D1D2C3AEA94661B391E111740AFF5B1FFE17229CF3C3FE0ADED8EE52888454EFC3F41CD17CC4B18FF199FE94AC7CC3915AFDB571306552CAF4199A4E1DCAD480A37A81F297959A07DFBBCBF379DCC60EFADA45F4EF5190203010001A33C303A30220603551D11041B30198217524F535343434D2E726F736E65726175746F2E636F727030140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B050003820101008B1CF91187223C8CDB27604EA2479D5D24EF3D1AD3B8E359814E3F0D04601E364C4DD2B6159A71BA13A0F9D4951440508EFBACB210119CAB3FE1EB8257993BCEC76F7FB2EAC6FF9A34D2D88FC945C1A8C191C8A509CC8D4F4D1D662E3A9EA5C16D0378F86389E95F888D5E2F83B127EEF94C9A29F7081D8AD667EEE102BB57A9763D826C8DCE4EA6B187F0F0759368E50BE2FF9B39FB87C4C7F54369F8AD81996FF4CF37C8130A0039A2F3DA2A14B9A5BA0FDCA6AD3F278058B81CC56EE756B1906C15E41B14636167FC0F14489225FA9199047EF8D808D60EB72C0B5799613A6B2EEFB2140E77AE3EC37EAF9FE8E15425C5AE4507A165E97117803F655AD46C</SiteSigningCert></SecurityConfiguration><RootSiteCode>UCS</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=UCS</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain
    Value="domain.corp" /><Forest Value="domain.corp" /></ClientOperationalSettings>'    ccmsetup    6/2/2014 11:31:52 AM    3952 (0x0F70)
    Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    The MP name retrieved is 'ROSSCCM.domain.corp' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>'    ccmsetup   
    6/2/2014 11:31:53 AM    3952 (0x0F70)
    MP 'ROSSCCM.domain.corp' is compatible    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Retrieved 1 MP records from AD for site 'UCS'    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Retrived site version '5.00.7804.1400' from AD for site 'UCS'    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    SiteCode:         UCS    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    SiteVersion:      5.00.7804.1400    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Only one MP ROSSCCM.domain.corp is specified. Use it.    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Searching for DP locations from MP(s)...    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Current AD site of machine is MercedesBenz-Volvo    LocationServices    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Local Machine is joined to an AD domain    LocationServices    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Current AD forest name is domain.corp, domain name is domain.corp    LocationServices    6/2/2014 11:31:53 AM    3952 (0x0F70)
    DhcpGetOriginalSubnetMask entry point not supported.    LocationServices    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Begin checking Alternate Network Configuration    LocationServices    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Finished checking Alternate Network Configuration    LocationServices    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="UCS"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0"
    UseInternetDP="0">
        <ADSite Name="MercedesBenz-Volvo"/>
        <Forest Name="domain.corp"/>
        <Domain Name="domain.corp"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.226.156.0" Address="10.226.156.92"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    '    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Sending message header '<Msg SchemaVersion="1.1"><ID>{DD705366-2018-4F61-83E1-2E9AEB22A3A5}</ID><SourceHost>MBTECH2</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:MBTECH2:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>ROSSCCM.domain.corp</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-06-02T15:31:53Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>'    ccmsetup    6/2/2014
    11:31:53 AM    3952 (0x0F70)
    CCM_POST 'HTTP://ROSSCCM.domain.corp/ccm_system/request'    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Failed to receive ccm message response. Status code = 400    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    GetDPLocations failed with error 0x80004005    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Failed to get DP locations as the expected version from MP 'ROSSCCM.domain.corp'. Error 0x80004005    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    A Fallback Status Point has not been specified.  Message with STATEID='101' will not be sent.    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Next retry in 10 minute(s)...    ccmsetup    6/2/2014 11:31:53 AM    3952 (0x0F70)
    Current AD site of machine is MercedesBenz-Volvo    LocationServices    6/2/2014 11:41:53 AM    3952 (0x0F70)
    DHCP entry points already initialized.    LocationServices    6/2/2014 11:41:53 AM    3952 (0x0F70)
    Begin checking Alternate Network Configuration    LocationServices    6/2/2014 11:41:53 AM    3952 (0x0F70)
    Finished checking Alternate Network Configuration    LocationServices    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="UCS"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0"
    UseInternetDP="0">
        <ADSite Name="MercedesBenz-Volvo"/>
        <Forest Name="domain.corp"/>
        <Domain Name="domain.corp"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.226.156.0" Address="10.226.156.92"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    '    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Sending message header '<Msg SchemaVersion="1.1"><ID>{77EA4F9D-47A6-41F4-A393-A7A0461CE196}</ID><SourceHost>MBTECH2</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:MBTECH2:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>ROSSCCM.domain.corp</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-06-02T15:41:54Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>'    ccmsetup    6/2/2014
    11:41:54 AM    3952 (0x0F70)
    CCM_POST 'HTTP://ROSSCCM.domain.corp/ccm_system/request'    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Failed to receive ccm message response. Status code = 400    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    GetDPLocations failed with error 0x80004005    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Failed to get DP locations as the expected version from MP 'ROSSCCM.domain.corp'. Error 0x80004005    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Failed to find DP locations from MP 'ROSSCCM.domain.corp' with error 0x80004005, status code 400. Check next MP.    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Only one MP ROSSCCM.domain.corp is specified. Use it.    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Have already tried all MPs. Couldn't find DP locations.    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    GET 'HTTP://ROSSCCM.domain.corp/CCM_Client/ccmsetup.cab'    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    Failed to successfully complete WinHttp request. (StatusCode at WinHttpQueryHeaders: 504)    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    DownloadFileByWinHTTP failed with error 0x80004005    ccmsetup    6/2/2014 11:41:54 AM    3952 (0x0F70)
    CcmSetup failed with error code 0x80004005    ccmsetup    6/2/2014 11:41:54 AM    3328 (0x0D00)
    ==========[ ccmsetup started in process 536 ]==========    ccmsetup    6/3/2014 11:45:15 AM    4280 (0x10B8)
    Running on platform X86    ccmsetup    6/3/2014 11:45:15 AM    4280 (0x10B8)
    Updated security on object C:\WINDOWS\ccmsetup\cache\.    ccmsetup    6/3/2014 11:45:15 AM    4280 (0x10B8)
    Launch from folder C:\WINDOWS\ccmsetup\    ccmsetup    6/3/2014 11:45:15 AM    4280 (0x10B8)
    CcmSetup version: 5.0.7804.1400    ccmsetup    6/3/2014 11:45:15 AM    4280 (0x10B8)
    In ServiceMain    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Running on OS (5.1.2600). Service Pack (3.0). SuiteMask = 256. Product Type = 1    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Ccmsetup command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    SslState value: 224    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    CCMHTTPPORT:    80    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    CCMHTTPSPORT:    443    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    CCMHTTPSSTATE:    224    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    CCMHTTPSCERTNAME:        ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    FSP:        ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    CCMFIRSTCERT:    1    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Config file:      C:\WINDOWS\ccmsetup\MobileClientUnicode.tcf    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Retry time:       10 minute(s)    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    MSI log file:     C:\WINDOWS\ccmsetup\Logs\client.msi.log    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    MSI properties:    INSTALL="ALL" SMSSITECODE="UCS" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"    ccmsetup    6/3/2014 11:45:15
    AM    2140 (0x085C)
    Source List:    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
                      \\ROSSCCM.domain.corp\SMSClient    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
                      \\ROSSCCM.domain.CORP\SMSClient    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    MPs:    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
                      ROSSCCM.domain.corp    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    No version of the client is currently detected.    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Updated security on object C:\WINDOWS\ccmsetup\.    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.    ccmsetup    6/3/2014 11:45:15 AM    2140 (0x085C)
    Running as user "SYSTEM"    ccmsetup    6/3/2014 11:45:17 AM    2140 (0x085C)
    Detected 39213 MB free disk space on system drive.    ccmsetup    6/3/2014 11:45:17 AM    2140 (0x085C)
    Checking Write Filter Status.    ccmsetup    6/3/2014 11:45:17 AM    2140 (0x085C)
    This is not a supported write filter device. We are not in a write filter maintenance mode.    ccmsetup    6/3/2014 11:45:17 AM    2140 (0x085C)
    Wmi repository check passed.    ccmsetup    6/3/2014 11:45:17 AM    2140 (0x085C)
    Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=UCS))'    ccmsetup    6/3/2014 11:45:18 AM    2140 (0x085C)
    OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1400</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021079F6EB29BC29EAB34D5190A53521A33A300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303532363139323234345A180F32313134303530333139323234345A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009880C8CE1825AA148D380A793AFF2EDC748685F0841A724F05C30884041E2F354EDD872420C4291615106E7EFF93E970F9AE4B00B95C324BDE8A4FEE73D44547238C216444A956CCBE4FCAC8FF0756304252CBB9726FB64004AFB667446E75717BB41B9905A221B88E5B228353EA6124FA2D11782FCD6BE19CBB70B5757830BB0045E

    <![LOG[==========[ ccmsetup started in process 6072 ]==========]LOG]!><time="11:31:46.509+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3328" file="ccmsetup.cpp:9100">
    <![LOG[Running on platform X86]LOG]!><time="11:31:46.509+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3328" file="util.cpp:1681">
    <![LOG[Launch from folder C:\WINDOWS\ccmsetup\]LOG]!><time="11:31:46.509+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3328" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7804.1400]LOG]!><time="11:31:46.509+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3328" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="11:31:46.572+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="ccmsetup.cpp:3340">
    <![LOG[Running on OS (5.1.2600). Service Pack (3.0). SuiteMask = 256. Product Type = 1]LOG]!><time="11:31:46.634+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:2673">
    <![LOG[Ccmsetup command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="11:31:46.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:3563">
    <![LOG[Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.]LOG]!><time="11:31:46.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:3721">
    <![LOG[Command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="11:31:46.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:3722">
    <![LOG[SslState value: 224]LOG]!><time="11:31:46.728+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="ccmsetup.cpp:4330">
    <![LOG[CCMHTTPPORT:    80]LOG]!><time="11:31:46.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:8280">
    <![LOG[CCMHTTPSPORT:    443]LOG]!><time="11:31:46.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:8295">
    <![LOG[CCMHTTPSSTATE:    224]LOG]!><time="11:31:46.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:8313">
    <![LOG[CCMHTTPSCERTNAME:    ]LOG]!><time="11:31:46.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:8331">
    <![LOG[FSP:    ]LOG]!><time="11:31:46.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:8383">
    <![LOG[CCMFIRSTCERT:    1]LOG]!><time="11:31:46.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:8441">
    <![LOG[Config file:      C:\WINDOWS\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:4432">
    <![LOG[Retry time:       10 minute(s)]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:4433">
    <![LOG[MSI log file:     C:\WINDOWS\ccmsetup\Logs\client.msi.log]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:4434">
    <![LOG[MSI properties:    INSTALL="ALL" SMSSITECODE="UCS" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952"
    file="ccmsetup.cpp:4435">
    <![LOG[Source List:]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:4443">
    <![LOG[                  \\ROSSCCM.rosnerauto.corp\SMSClient]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952"
    file="ccmsetup.cpp:4450">
    <![LOG[                  \\ROSSCCM.ROSNERAUTO.CORP\SMSClient]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952"
    file="ccmsetup.cpp:4459">
    <![LOG[MPs:]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:4462">
    <![LOG[                  ROSSCCM.rosnerauto.corp]LOG]!><time="11:31:46.806+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:4477">
    <![LOG[No version of the client is currently detected.]LOG]!><time="11:31:47.713+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:2734">
    <![LOG[Updated security on object C:\WINDOWS\ccmsetup\.]LOG]!><time="11:31:48.025+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="ccmsetup.cpp:8944">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.]LOG]!><time="11:31:48.025+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:9428">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="11:31:50.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:1972">
    <![LOG[Detected 39283 MB free disk space on system drive.]LOG]!><time="11:31:50.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="util.cpp:574">
    <![LOG[Checking Write Filter Status.]LOG]!><time="11:31:50.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:1999">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="11:31:50.650+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:2026">
    <![LOG[Wmi repository check passed.]LOG]!><time="11:31:51.025+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="util.cpp:2276">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=UCS))']LOG]!><time="11:31:51.666+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="lsad.cpp:640">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1400</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021079F6EB29BC29EAB34D5190A53521A33A300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303532363139323234345A180F32313134303530333139323234345A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009880C8CE1825AA148D380A793AFF2EDC748685F0841A724F05C30884041E2F354EDD872420C4291615106E7EFF93E970F9AE4B00B95C324BDE8A4FEE73D44547238C216444A956CCBE4FCAC8FF0756304252CBB9726FB64004AFB667446E75717BB41B9905A221B88E5B228353EA6124FA2D11782FCD6BE19CBB70B5757830BB0045EBF1A8C59D0B185990AA0AE4413373F35BFE86C996648AAAABE0AA1399D972FC38C30541F4B18A9D1D2C3AEA94661B391E111740AFF5B1FFE17229CF3C3FE0ADED8EE52888454EFC3F41CD17CC4B18FF199FE94AC7CC3915AFDB571306552CAF4199A4E1DCAD480A37A81F297959A07DFBBCBF379DCC60EFADA45F4EF5190203010001A33C303A30220603551D11041B30198217524F535343434D2E726F736E65726175746F2E636F727030140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B050003820101008B1CF91187223C8CDB27604EA2479D5D24EF3D1AD3B8E359814E3F0D04601E364C4DD2B6159A71BA13A0F9D4951440508EFBACB210119CAB3FE1EB8257993BCEC76F7FB2EAC6FF9A34D2D88FC945C1A8C191C8A509CC8D4F4D1D662E3A9EA5C16D0378F86389E95F888D5E2F83B127EEF94C9A29F7081D8AD667EEE102BB57A9763D826C8DCE4EA6B187F0F0759368E50BE2FF9B39FB87C4C7F54369F8AD81996FF4CF37C8130A0039A2F3DA2A14B9A5BA0FDCA6AD3F278058B81CC56EE756B1906C15E41B14636167FC0F14489225FA9199047EF8D808D60EB72C0B5799613A6B2EEFB2140E77AE3EC37EAF9FE8E15425C5AE4507A165E97117803F655AD46C</SiteSigningCert></SecurityConfiguration><RootSiteCode>UCS</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=UCS</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain Value="rosnerauto.corp"
    /><Forest Value="rosnerauto.corp" /></ClientOperationalSettings>']LOG]!><time="11:31:52.728+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="11:31:53.431+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmutillib.cpp:373">
    <![LOG[The MP name retrieved is 'ROSSCCM.rosnerauto.corp' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="11:31:53.447+240" date="06-02-2014"
    component="ccmsetup" context="" type="1" thread="3952" file="lsadcache.cpp:334">
    <![LOG[MP 'ROSSCCM.rosnerauto.corp' is compatible]LOG]!><time="11:31:53.447+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'UCS']LOG]!><time="11:31:53.447+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7804.1400' from AD for site 'UCS']LOG]!><time="11:31:53.463+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="siteinfo.cpp:575">
    <![LOG[SiteCode:         UCS]LOG]!><time="11:31:53.463+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:2051">
    <![LOG[SiteVersion:      5.00.7804.1400]LOG]!><time="11:31:53.463+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:2052">
    <![LOG[Only one MP ROSSCCM.rosnerauto.corp is specified. Use it.]LOG]!><time="11:31:53.556+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:9745">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="11:31:53.556+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:10683">
    <![LOG[Current AD site of machine is MercedesBenz-Volvo]LOG]!><time="11:31:53.650+240" date="06-02-2014" component="LocationServices" context="" type="1" thread="3952" file="lsad.cpp:746">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="11:31:53.650+240" date="06-02-2014" component="LocationServices" context="" type="0" thread="3952" file="lsad.cpp:698">
    <![LOG[Current AD forest name is rosnerauto.corp, domain name is rosnerauto.corp]LOG]!><time="11:31:53.650+240" date="06-02-2014" component="LocationServices" context="" type="1" thread="3952" file="lsad.cpp:818">
    <![LOG[DhcpGetOriginalSubnetMask entry point not supported.]LOG]!><time="11:31:53.697+240" date="06-02-2014" component="LocationServices" context="" type="2" thread="3952" file="ccmiputil.cpp:105">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="11:31:53.697+240" date="06-02-2014" component="LocationServices" context="" type="0" thread="3952" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="11:31:53.759+240" date="06-02-2014" component="LocationServices" context="" type="0" thread="3952" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="UCS"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
        <ADSite Name="MercedesBenz-Volvo"/>
        <Forest Name="rosnerauto.corp"/>
        <Domain Name="rosnerauto.corp"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.226.156.0" Address="10.226.156.92"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="11:31:53.759+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{DD705366-2018-4F61-83E1-2E9AEB22A3A5}</ID><SourceHost>MBTECH2</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:MBTECH2:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>ROSSCCM.rosnerauto.corp</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-06-02T15:31:53Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="11:31:53.759+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952"
    file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://ROSSCCM.rosnerauto.corp/ccm_system/request']LOG]!><time="11:31:53.775+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="httphelper.cpp:807">
    <![LOG[Failed to receive ccm message response. Status code = 400]LOG]!><time="11:31:53.838+240" date="06-02-2014" component="ccmsetup" context="" type="2" thread="3952" file="httphelper.cpp:1694">
    <![LOG[GetDPLocations failed with error 0x80004005]LOG]!><time="11:31:53.838+240" date="06-02-2014" component="ccmsetup" context="" type="3" thread="3952" file="siteinfo.cpp:532">
    <![LOG[Failed to get DP locations as the expected version from MP 'ROSSCCM.rosnerauto.corp'. Error 0x80004005]LOG]!><time="11:31:53.838+240" date="06-02-2014" component="ccmsetup" context="" type="2" thread="3952" file="ccmsetup.cpp:10926">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='101' will not be sent.]LOG]!><time="11:31:53.838+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:9428">
    <![LOG[Next retry in 10 minute(s)...]LOG]!><time="11:31:53.838+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="ccmsetup.cpp:8498">
    <![LOG[Current AD site of machine is MercedesBenz-Volvo]LOG]!><time="11:41:53.947+240" date="06-02-2014" component="LocationServices" context="" type="1" thread="3952" file="lsad.cpp:746">
    <![LOG[DHCP entry points already initialized.]LOG]!><time="11:41:53.947+240" date="06-02-2014" component="LocationServices" context="" type="0" thread="3952" file="ccmiputil.cpp:75">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="11:41:53.947+240" date="06-02-2014" component="LocationServices" context="" type="0" thread="3952" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="11:41:54.025+240" date="06-02-2014" component="LocationServices" context="" type="0" thread="3952" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="UCS"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
        <ADSite Name="MercedesBenz-Volvo"/>
        <Forest Name="rosnerauto.corp"/>
        <Domain Name="rosnerauto.corp"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.226.156.0" Address="10.226.156.92"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="11:41:54.025+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{77EA4F9D-47A6-41F4-A393-A7A0461CE196}</ID><SourceHost>MBTECH2</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:MBTECH2:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>ROSSCCM.rosnerauto.corp</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-06-02T15:41:54Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="11:41:54.025+240" date="06-02-2014" component="ccmsetup" context="" type="0" thread="3952"
    file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://ROSSCCM.rosnerauto.corp/ccm_system/request']LOG]!><time="11:41:54.025+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="httphelper.cpp:807">
    <![LOG[Failed to receive ccm message response. Status code = 400]LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="2" thread="3952" file="httphelper.cpp:1694">
    <![LOG[GetDPLocations failed with error 0x80004005]LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="3" thread="3952" file="siteinfo.cpp:532">
    <![LOG[Failed to get DP locations as the expected version from MP 'ROSSCCM.rosnerauto.corp'. Error 0x80004005]LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="2" thread="3952" file="ccmsetup.cpp:10926">
    <![LOG[Failed to find DP locations from MP 'ROSSCCM.rosnerauto.corp' with error 0x80004005, status code 400. Check next MP.]LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="2" thread="3952" file="ccmsetup.cpp:10782">
    <![LOG[Only one MP ROSSCCM.rosnerauto.corp is specified. Use it.]LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="ccmsetup.cpp:9745">
    <![LOG[Have already tried all MPs. Couldn't find DP locations.]LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="3" thread="3952" file="ccmsetup.cpp:10811">
    <![LOG[GET 'HTTP://ROSSCCM.rosnerauto.corp/CCM_Client/ccmsetup.cab']LOG]!><time="11:41:54.041+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3952" file="httphelper.cpp:807">
    <![LOG[Failed to successfully complete WinHttp request. (StatusCode at WinHttpQueryHeaders: 504)]LOG]!><time="11:41:54.072+240" date="06-02-2014" component="ccmsetup" context="" type="3" thread="3952" file="httphelper.cpp:1013">
    <![LOG[DownloadFileByWinHTTP failed with error 0x80004005]LOG]!><time="11:41:54.072+240" date="06-02-2014" component="ccmsetup" context="" type="3" thread="3952" file="httphelper.cpp:1081">
    <![LOG[CcmSetup failed with error code 0x80004005]LOG]!><time="11:41:54.088+240" date="06-02-2014" component="ccmsetup" context="" type="1" thread="3328" file="ccmsetup.cpp:10544">
    <![LOG[==========[ ccmsetup started in process 536 ]==========]LOG]!><time="11:45:15.057+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="4280" file="ccmsetup.cpp:9100">
    <![LOG[Running on platform X86]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="4280" file="util.cpp:1681">
    <![LOG[Updated security on object C:\WINDOWS\ccmsetup\cache\.]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="4280" file="ccmsetup.cpp:8944">
    <![LOG[Launch from folder C:\WINDOWS\ccmsetup\]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="4280" file="ccmsetup.cpp:721">
    <![LOG[CcmSetup version: 5.0.7804.1400]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="4280" file="ccmsetup.cpp:727">
    <![LOG[In ServiceMain]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="ccmsetup.cpp:3340">
    <![LOG[Running on OS (5.1.2600). Service Pack (3.0). SuiteMask = 256. Product Type = 1]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:2673">
    <![LOG[Ccmsetup command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:3563">
    <![LOG[Command line parameters for ccmsetup have been specified.  No registry lookup for command line parameters is required.]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:3721">
    <![LOG[Command line: "C:\WINDOWS\ccmsetup\ccmsetup.exe" /runservice /config:MobileClient.tcf]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:3722">
    <![LOG[SslState value: 224]LOG]!><time="11:45:15.072+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="ccmsetup.cpp:4330">
    <![LOG[CCMHTTPPORT:    80]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:8280">
    <![LOG[CCMHTTPSPORT:    443]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:8295">
    <![LOG[CCMHTTPSSTATE:    224]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:8313">
    <![LOG[CCMHTTPSCERTNAME:    ]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:8331">
    <![LOG[FSP:    ]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:8383">
    <![LOG[CCMFIRSTCERT:    1]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:8441">
    <![LOG[Config file:      C:\WINDOWS\ccmsetup\MobileClientUnicode.tcf]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:4432">
    <![LOG[Retry time:       10 minute(s)]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:4433">
    <![LOG[MSI log file:     C:\WINDOWS\ccmsetup\Logs\client.msi.log]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:4434">
    <![LOG[MSI properties:    INSTALL="ALL" SMSSITECODE="UCS" CCMHTTPPORT="80" CCMHTTPSPORT="443" CCMHTTPSSTATE="224" CCMFIRSTCERT="1"]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140"
    file="ccmsetup.cpp:4435">
    <![LOG[Source List:]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:4443">
    <![LOG[                  \\ROSSCCM.rosnerauto.corp\SMSClient]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140"
    file="ccmsetup.cpp:4450">
    <![LOG[                  \\ROSSCCM.ROSNERAUTO.CORP\SMSClient]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140"
    file="ccmsetup.cpp:4459">
    <![LOG[MPs:]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:4462">
    <![LOG[                  ROSSCCM.rosnerauto.corp]LOG]!><time="11:45:15.104+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:4477">
    <![LOG[No version of the client is currently detected.]LOG]!><time="11:45:15.416+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:2734">
    <![LOG[Updated security on object C:\WINDOWS\ccmsetup\.]LOG]!><time="11:45:15.432+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="ccmsetup.cpp:8944">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='100' will not be sent.]LOG]!><time="11:45:15.432+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:9428">
    <![LOG[Running as user "SYSTEM"]LOG]!><time="11:45:17.494+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:1972">
    <![LOG[Detected 39213 MB free disk space on system drive.]LOG]!><time="11:45:17.494+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="util.cpp:574">
    <![LOG[Checking Write Filter Status.]LOG]!><time="11:45:17.494+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:1999">
    <![LOG[This is not a supported write filter device. We are not in a write filter maintenance mode.]LOG]!><time="11:45:17.494+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:2026">
    <![LOG[Wmi repository check passed.]LOG]!><time="11:45:17.791+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="util.cpp:2276">
    <![LOG[Performing AD query: '(&(ObjectCategory=mSSMSManagementPoint)(mSSMSDefaultMP=TRUE)(mSSMSSiteCode=UCS))']LOG]!><time="11:45:18.135+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="lsad.cpp:640">
    <![LOG[OperationalXml '<ClientOperationalSettings><Version>5.00.7804.1400</Version><SecurityConfiguration><SecurityModeMask>0</SecurityModeMask><SecurityModeMaskEx>224</SecurityModeMaskEx><HTTPPort>80</HTTPPort><HTTPSPort>443</HTTPSPort><CertificateStoreName></CertificateStoreName><CertificateIssuers></CertificateIssuers><CertificateSelectionCriteria></CertificateSelectionCriteria><CertificateSelectFirstFlag>1</CertificateSelectFirstFlag><SiteSigningCert>308202F4308201DCA003020102021079F6EB29BC29EAB34D5190A53521A33A300D06092A864886F70D01010B05003016311430120603550403130B53697465205365727665723020170D3134303532363139323234345A180F32313134303530333139323234345A3016311430120603550403130B536974652053657276657230820122300D06092A864886F70D01010105000382010F003082010A02820101009880C8CE1825AA148D380A793AFF2EDC748685F0841A724F05C30884041E2F354EDD872420C4291615106E7EFF93E970F9AE4B00B95C324BDE8A4FEE73D44547238C216444A956CCBE4FCAC8FF0756304252CBB9726FB64004AFB667446E75717BB41B9905A221B88E5B228353EA6124FA2D11782FCD6BE19CBB70B5757830BB0045EBF1A8C59D0B185990AA0AE4413373F35BFE86C996648AAAABE0AA1399D972FC38C30541F4B18A9D1D2C3AEA94661B391E111740AFF5B1FFE17229CF3C3FE0ADED8EE52888454EFC3F41CD17CC4B18FF199FE94AC7CC3915AFDB571306552CAF4199A4E1DCAD480A37A81F297959A07DFBBCBF379DCC60EFADA45F4EF5190203010001A33C303A30220603551D11041B30198217524F535343434D2E726F736E65726175746F2E636F727030140603551D25040D300B06092B060104018237650B300D06092A864886F70D01010B050003820101008B1CF91187223C8CDB27604EA2479D5D24EF3D1AD3B8E359814E3F0D04601E364C4DD2B6159A71BA13A0F9D4951440508EFBACB210119CAB3FE1EB8257993BCEC76F7FB2EAC6FF9A34D2D88FC945C1A8C191C8A509CC8D4F4D1D662E3A9EA5C16D0378F86389E95F888D5E2F83B127EEF94C9A29F7081D8AD667EEE102BB57A9763D826C8DCE4EA6B187F0F0759368E50BE2FF9B39FB87C4C7F54369F8AD81996FF4CF37C8130A0039A2F3DA2A14B9A5BA0FDCA6AD3F278058B81CC56EE756B1906C15E41B14636167FC0F14489225FA9199047EF8D808D60EB72C0B5799613A6B2EEFB2140E77AE3EC37EAF9FE8E15425C5AE4507A165E97117803F655AD46C</SiteSigningCert></SecurityConfiguration><RootSiteCode>UCS</RootSiteCode><CCM>
    <CommandLine>SMSSITECODE=UCS</CommandLine> </CCM><FSP> <FSPServer></FSPServer> </FSP><Capabilities SchemaVersion ="1.0"><Property Name="SSLState" Value="0" /></Capabilities><Domain Value="rosnerauto.corp"
    /><Forest Value="rosnerauto.corp" /></ClientOperationalSettings>']LOG]!><time="11:45:19.635+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="lsadcache.cpp:236">
    <![LOG[Unable to open Registry key Software\Microsoft\CCM. Return Code [80070002]. Client HTTPS state is Unknown.]LOG]!><time="11:45:19.744+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmutillib.cpp:373">
    <![LOG[The MP name retrieved is 'ROSSCCM.rosnerauto.corp' with version '7804' and capabilities '<Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>']LOG]!><time="11:45:19.760+240" date="06-03-2014"
    component="ccmsetup" context="" type="1" thread="2140" file="lsadcache.cpp:334">
    <![LOG[MP 'ROSSCCM.rosnerauto.corp' is compatible]LOG]!><time="11:45:19.760+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="lsadcache.cpp:339">
    <![LOG[Retrieved 1 MP records from AD for site 'UCS']LOG]!><time="11:45:19.760+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="lsadcache.cpp:287">
    <![LOG[Retrived site version '5.00.7804.1400' from AD for site 'UCS']LOG]!><time="11:45:19.776+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="siteinfo.cpp:575">
    <![LOG[SiteCode:         UCS]LOG]!><time="11:45:19.776+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:2051">
    <![LOG[SiteVersion:      5.00.7804.1400]LOG]!><time="11:45:19.776+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:2052">
    <![LOG[Ccmsetup is being restarted due to an administrative action. Installation files will be reset and downloaded again.]LOG]!><time="11:45:19.776+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:2086">
    <![LOG[Only one MP ROSSCCM.rosnerauto.corp is specified. Use it.]LOG]!><time="11:45:19.807+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:9745">
    <![LOG[Searching for DP locations from MP(s)...]LOG]!><time="11:45:19.807+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:10683">
    <![LOG[Current AD site of machine is MercedesBenz-Volvo]LOG]!><time="11:45:19.916+240" date="06-03-2014" component="LocationServices" context="" type="1" thread="2140" file="lsad.cpp:746">
    <![LOG[Local Machine is joined to an AD domain]LOG]!><time="11:45:19.916+240" date="06-03-2014" component="LocationServices" context="" type="0" thread="2140" file="lsad.cpp:698">
    <![LOG[Current AD forest name is rosnerauto.corp, domain name is rosnerauto.corp]LOG]!><time="11:45:19.932+240" date="06-03-2014" component="LocationServices" context="" type="1" thread="2140" file="lsad.cpp:818">
    <![LOG[DhcpGetOriginalSubnetMask entry point not supported.]LOG]!><time="11:45:19.963+240" date="06-03-2014" component="LocationServices" context="" type="2" thread="2140" file="ccmiputil.cpp:105">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="11:45:19.963+240" date="06-03-2014" component="LocationServices" context="" type="0" thread="2140" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="11:45:20.088+240" date="06-03-2014" component="LocationServices" context="" type="0" thread="2140" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="UCS"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
        <ADSite Name="MercedesBenz-Volvo"/>
        <Forest Name="rosnerauto.corp"/>
        <Domain Name="rosnerauto.corp"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.226.156.0" Address="10.226.156.92"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="11:45:20.088+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{93AB2F88-658C-4A11-9E67-9C2E0CEE8C3E}</ID><SourceHost>MBTECH2</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:MBTECH2:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>ROSSCCM.rosnerauto.corp</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-06-03T15:45:20Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="11:45:20.088+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140"
    file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://ROSSCCM.rosnerauto.corp/ccm_system/request']LOG]!><time="11:45:20.119+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="httphelper.cpp:807">
    <![LOG[Failed to receive ccm message response. Status code = 400]LOG]!><time="11:45:20.151+240" date="06-03-2014" component="ccmsetup" context="" type="2" thread="2140" file="httphelper.cpp:1694">
    <![LOG[GetDPLocations failed with error 0x80004005]LOG]!><time="11:45:20.151+240" date="06-03-2014" component="ccmsetup" context="" type="3" thread="2140" file="siteinfo.cpp:532">
    <![LOG[Failed to get DP locations as the expected version from MP 'ROSSCCM.rosnerauto.corp'. Error 0x80004005]LOG]!><time="11:45:20.151+240" date="06-03-2014" component="ccmsetup" context="" type="2" thread="2140" file="ccmsetup.cpp:10926">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='101' will not be sent.]LOG]!><time="11:45:20.151+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:9428">
    <![LOG[Next retry in 10 minute(s)...]LOG]!><time="11:45:20.151+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="ccmsetup.cpp:8498">
    <![LOG[Current AD site of machine is MercedesBenz-Volvo]LOG]!><time="11:55:20.244+240" date="06-03-2014" component="LocationServices" context="" type="1" thread="2140" file="lsad.cpp:746">
    <![LOG[DHCP entry points already initialized.]LOG]!><time="11:55:20.244+240" date="06-03-2014" component="LocationServices" context="" type="0" thread="2140" file="ccmiputil.cpp:75">
    <![LOG[Begin checking Alternate Network Configuration]LOG]!><time="11:55:20.244+240" date="06-03-2014" component="LocationServices" context="" type="0" thread="2140" file="ccmiputil.cpp:1095">
    <![LOG[Finished checking Alternate Network Configuration]LOG]!><time="11:55:20.416+240" date="06-03-2014" component="LocationServices" context="" type="0" thread="2140" file="ccmiputil.cpp:1172">
    <![LOG[Sending message body '<ContentLocationRequest SchemaVersion="1.00">
      <AssignedSite SiteCode="UCS"/>
      <ClientPackage/>
      <ClientLocationInfo LocationType="SMSPACKAGE" DistributeOnDemand="0" UseProtected="0" AllowCaching="0" BranchDPFlags="0" AllowHTTP="1" AllowSMB="0" AllowMulticast="0" UseInternetDP="0">
        <ADSite Name="MercedesBenz-Volvo"/>
        <Forest Name="rosnerauto.corp"/>
        <Domain Name="rosnerauto.corp"/>
        <IPAddresses>
    <IPAddress SubnetAddress="10.226.156.0" Address="10.226.156.92"/>
        </IPAddresses>
      </ClientLocationInfo>
    </ContentLocationRequest>
    ']LOG]!><time="11:55:20.416+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140" file="siteinfo.cpp:96">
    <![LOG[Sending message header '<Msg SchemaVersion="1.1"><ID>{8D1FED25-E2B6-4D0B-ACED-6E27C199DBEE}</ID><SourceHost>MBTECH2</SourceHost><TargetAddress>mp:[http]MP_LocationManager</TargetAddress><ReplyTo>direct:MBTECH2:LS_ReplyLocations</ReplyTo><Priority>3</Priority><Timeout>600</Timeout><ReqVersion>5931</ReqVersion><TargetHost>ROSSCCM.rosnerauto.corp</TargetHost><TargetEndpoint>MP_LocationManager</TargetEndpoint><ReplyMode>Sync</ReplyMode><Protocol>http</Protocol><SentTime>2014-06-03T15:55:20Z</SentTime><Body
    Type="ByteRange" Offset="0" Length="1132"/><Hooks><Hook3 Name="zlib-compress"/></Hooks><Payload Type="inline"/></Msg>']LOG]!><time="11:55:20.416+240" date="06-03-2014" component="ccmsetup" context="" type="0" thread="2140"
    file="siteinfo.cpp:177">
    <![LOG[CCM_POST 'HTTP://ROSSCCM.rosnerauto.corp/ccm_system/request']LOG]!><time="11:55:20.416+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="httphelper.cpp:807">
    <![LOG[Failed to receive ccm message response. Status code = 400]LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="2" thread="2140" file="httphelper.cpp:1694">
    <![LOG[GetDPLocations failed with error 0x80004005]LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="3" thread="2140" file="siteinfo.cpp:532">
    <![LOG[Failed to get DP locations as the expected version from MP 'ROSSCCM.rosnerauto.corp'. Error 0x80004005]LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="2" thread="2140" file="ccmsetup.cpp:10926">
    <![LOG[Failed to find DP locations from MP 'ROSSCCM.rosnerauto.corp' with error 0x80004005, status code 400. Check next MP.]LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="2" thread="2140" file="ccmsetup.cpp:10782">
    <![LOG[Only one MP ROSSCCM.rosnerauto.corp is specified. Use it.]LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="ccmsetup.cpp:9745">
    <![LOG[Have already tried all MPs. Couldn't find DP locations.]LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="3" thread="2140" file="ccmsetup.cpp:10811">
    <![LOG[GET 'HTTP://ROSSCCM.rosnerauto.corp/CCM_Client/ccmsetup.cab']LOG]!><time="11:55:20.432+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="2140" file="httphelper.cpp:807">
    <![LOG[Failed to successfully complete WinHttp request. (StatusCode at WinHttpQueryHeaders: 504)]LOG]!><time="11:55:20.479+240" date="06-03-2014" component="ccmsetup" context="" type="3" thread="2140" file="httphelper.cpp:1013">
    <![LOG[DownloadFileByWinHTTP failed with error 0x80004005]LOG]!><time="11:55:20.479+240" date="06-03-2014" component="ccmsetup" context="" type="3" thread="2140" file="httphelper.cpp:1081">
    <![LOG[CcmSetup failed with error code 0x80004005]LOG]!><time="11:55:20.479+240" date="06-03-2014" component="ccmsetup" context="" type="1" thread="4280" file="ccmsetup.cpp:10544">

  • I am using final cut express. It seems that any clip over a certain length, say 5 min, does not fully transfer! All shorter clips are perfectly fine. Is there some reason why longer clips are not fully transferred? (a half blue circle shows up on the tran

    I am using final cut express 4. It seems that any clip over a certain length, say 5 min, does not fully transfer! All shorter clips are perfectly fine. Is there some reason why longer clips are not fully transferred? (a half blue circle shows up on the transfer list, indicating that the clip was not fully transferred. When I check in the capture scratch folder, sure enough the whole clip is not there!
    Is there some glitch in final cut express that only allows short clips to be transferred in full?

    Thanks for the reply. I'll try to answer all the questions (I am a relative novice). Your help is appreciated.
    By the way, the other reply I received suggested the following:
    In Final Cut Express>System Settings>Scratch Discs make sure the Limit Capture/Export File Segement Size To: is not checked.
    I did this and it was already unchecked. So this is not the answer...
    The strange thing is, I have been logging and transferring with FCE for 2 yrs without any problems at all with shorter clips, but have come up against the problem with long clips (over 5 or so min)  the whole time. I got around it by simply making sure I stopped recording after less than 5 min while shooting footage. OR if I accidentally got a long clip, I import into imovie and then import into FCE. Not very streamline and I worry about compressions altering quality!
    I am now trying to import a 20 min and a 17 min clip and it only transfers around 3 minutes of each, I have re-tried several times and it happens repeatedly. The blue circle in the transfer list shows up as a half blue circle instead of full. Clip cuts off after 3 or so minutes.
    ANSWERS
    how you are ingesting the files
    From external flash drive connected directly to mac using FCE.
    the format of the source footage
    digital via ext flash memory. Frame size :1929X1080 / 25fps
    what camera shot the footage
    SONY HXR NX5
    how you are connecting to the computer
    from flash memory directly via usb
    what version of FCE you are using
    4
    what OS your computer is running
    10.6.8
    what model Mac
    macbook Pro intel Core i7
    what drive you are using for Capture Scratch
    3TB external drive (plenty of room left)

  • SCCM client not getting installed on some system (SCCM 2012 SP1)

    Hi,
    I am new to SCCM. I deployed sccm client via "client push deployment". Client installed on 90% system , but some system are not getting sccm client install. I restarted WMI service and file sharing on those client.
    1:- I check the ccmsetup.log file on one of the system.
    <![LOG[File C:\WINDOWS\ccmsetup\{1AF71F68-6089-4211-ADDC-06DF40606141}\client.msi installation succeeded.]LOG]!><time="11:31:28.071-330" date="08-19-2014" component="ccmsetup" context="" type="1"
    thread="3440" file="msiutil.cpp:831">
    <![LOG[No client language changes are detected per current client.msi.]LOG]!><time="11:31:28.071-330" date="08-19-2014" component="ccmsetup" context="" type="0" thread="3440" file="ccmsetup.cpp:8140">
    <![LOG[Successfully deleted the ccmsetup service]LOG]!><time="11:31:34.176-330" date="08-19-2014" component="ccmsetup" context="" type="1" thread="3440" file="ccmsetup.cpp:3320">
    <![LOG[Sending Fallback Status Point message to 'IN-SCCM.DOMAIN.COM', STATEID='400'.]LOG]!><time="11:31:34.176-330" date="08-19-2014" component="ccmsetup" context="" type="1" thread="3440"
    file="ccmsetup.cpp:9421">
    <![LOG[Params to send FSP message '5.0.7804.1000 Deployment [MP] IN-SCCM.domain.com']LOG]!><time="11:31:34.176-330" date="08-19-2014" component="ccmsetup" context="" type="0" thread="3440"
    file="ccmsetup.cpp:9552">
    <![LOG[State message with TopicType 800 and TopicId {87645077-E6A4-4379-A76A-BE17C536F429} has been sent to the FSP]LOG]!><time="11:31:34.300-330" date="08-19-2014" component="FSPStateMessage" context="" type="1"
    thread="3440" file="fsputillib.cpp:752">
    <![LOG[Deleted file C:\WINDOWS\ccmsetup\ccmsetup.xml]LOG]!><time="11:31:34.300-330" date="08-19-2014" component="ccmsetup" context="" type="1" thread="1888" file="ccmsetup.cpp:9156">
    <![LOG[CcmSetup is exiting with return code 0]LOG]!><time="11:31:34.316-330" date="08-19-2014" component="ccmsetup" context="" type="1" thread="1888" file="ccmsetup.cpp:10540">
    2:- I checked SMSAdminUI.log ,
    [53, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    [36, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    [56, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    [61, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    [64, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    [49, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    [66, PID:1936][08/19/2014 12:24:50] :[IN-SCCM.domain.com] : The request failed with HTTP status 503: Server Error.
    3:- CcmExec.log:-
    <![LOG[*** Keep the system awake]LOG]!><time="11:38:09.505-330" date="08-19-2014" component="CcmExec" context="" type="1" thread="3232" file="powerstatemanager.cpp:1057">
    <![LOG[*** System is now free to go to sleep]LOG]!><time="11:38:10.255-330" date="08-19-2014" component="CcmExec" context="" type="1" thread="3232" file="powerstatemanager.cpp:1068">
    <![LOG[Could not load logging configuration for component FileSystemFile. Using default values.]LOG]!><time="11:51:53.939-330" date="08-19-2014" component="CcmExec" context="" type="2" thread="1268"
    file="stdlogging.cpp:480">
    Can anyone suggest , which log file i have to check more.

    Hi,
    I checked locationservices.log and got the result.
    <![LOG[Raising event:
    instance of CCM_CcmHttp_Status
        ClientID = "GUID:4B37DF71-4647-424F-8E4F-E011E38F0970";
        DateTime = "20140819060312.831000+000";
        HostName = "IN-SCCM.domain.com";
        HRESULT = "0x00000000";
        ProcessID = 3040;
        StatusCode = 0;
        ThreadID = 1784;
    ]LOG]!><time="11:33:12.831-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="1784" file="event.cpp:706">
    <![LOG[Persisting the management point authentication information in WMI]LOG]!><time="11:33:12.862-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="1784" file="lssecurity.cpp:921">
    <![LOG[Persisted Management Point Authentication Information locally]LOG]!><time="11:33:12.878-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="1784" file="lssecurity.cpp:928">
    <![LOG[Current AD site of machine is India]LOG]!><time="11:33:12.925-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="1784" file="lsad.cpp:746">
    <![LOG[MPLIST requests are throttled for 00:04:38]LOG]!><time="11:33:13.034-330" date="08-19-2014" component="LocationServices" context="" type="2" thread="3240" file="lssecurity.cpp:4528">
    <![LOG[Current AD site of machine is India]LOG]!><time="11:33:13.065-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="1784" file="lsad.cpp:746">
    <![LOG[Updating portal information.]LOG]!><time="11:33:13.190-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="3612" file="lssecurity.cpp:4103">
    <![LOG[Updated FSP 'IN-SCCM.domain.com' from AD to local.]LOG]!><time="11:33:13.424-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="1784" file="lsad.cpp:6155">
    <![LOG[Received reply of type PortalCertificateReply]LOG]!><time="11:33:13.752-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="3612" file="replylocationsendpoint.cpp:302">
    <![LOG[The reply from location manager contains 1 certificates]LOG]!><time="11:33:13.752-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="3612" file="lsportalutils.cpp:93">
    <![LOG[Updating portal certificates]LOG]!><time="11:33:13.752-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="3612" file="lssecurity.cpp:4143">
    <![LOG[Successfully created context from the raw certificate.]LOG]!><time="11:33:13.783-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="3612" file="lssecurity.cpp:4247">
    <![LOG[Executing Task LSRefreshLocationsTask]LOG]!><time="12:33:10.868-330" date="08-19-2014" component="LocationServices" context="" type="1" thread="428" file="scheduledcleanupendpoint.cpp:116">
    and the ClientLocation.log file..
    <![LOG[Domain joined client is in Intranet]LOG]!><time="11:32:50.927-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="336" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: IN-SCCM.domain.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="11:32:51.020-330"
    date="08-19-2014" component="ClientLocation" context="" type="1" thread="336" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <IN-SCCM.domain.com> to <IN-SCCM.domain.com>.]LOG]!><time="11:32:51.020-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="336" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: IN-SCCM.domain.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="11:32:51.364-330"
    date="08-19-2014" component="ClientLocation" context="" type="1" thread="336" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <IN-SCCM.domain.com> to <IN-SCCM.domain.com>.]LOG]!><time="11:32:51.379-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="336" file="lsad.cpp:1364">
    <![LOG[Current AD forest name is domain.com, domain name is domain.com]LOG]!><time="11:33:09.974-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:818">
    <![LOG[Domain joined client is in Intranet]LOG]!><time="11:33:09.974-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:896">
    <![LOG[Rotating assigned management point, new management point [1] is: IN-SCCM.domain.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="11:33:10.302-330"
    date="08-19-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <IN-SCCM.domain.com> to <IN-SCCM.domain.com>.]LOG]!><time="11:33:10.349-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:1364">
    <![LOG[Rotating assigned management point, new management point [1] is: IN-SCCM.domain.com (7804) with capabilities: <Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities>]LOG]!><time="11:33:11.332-330"
    date="08-19-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:5909">
    <![LOG[Assigned MP changed from <IN-SCCM.domain.com> to <IN-SCCM.domain.com>.]LOG]!><time="11:33:11.363-330" date="08-19-2014" component="ClientLocation" context="" type="1" thread="1784" file="lsad.cpp:1364">
    In ClientLocation.log file..  Assigned MP is changed from <IN-SCCM.domain.com> to <IN-SCCM.domain.com> again and again..
    and ClientIDManagerStartup.log contains..
    <![LOG[[RegTask] - Client is already registered. Exiting.]LOG]!><time="11:32:47.351-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="regtask.cpp:793">
    <![LOG[Evaluated SMBIOS (encoded): ]LOG]!><time="11:32:48.460-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="smbiosident.cpp:184">
    <![LOG[SMBIOS unchanged]LOG]!><time="11:32:48.460-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="ccmid.cpp:671">
    <![LOG[SID unchanged]LOG]!><time="11:32:48.460-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="ccmid.cpp:688">
    <![LOG[HWID unchanged]LOG]!><time="11:32:49.553-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="ccmid.cpp:705">
    <![LOG[GetSystemEnclosureChassisInfo: IsFixed=FALSE, IsLaptop=FALSE]LOG]!><time="11:32:49.600-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="ccmid.cpp:215">
    <![LOG[Windows To Go requires a minimum operating system of Windows 8]LOG]!><time="11:32:49.678-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="util.cpp:2902">
    <![LOG[Computed HardwareID=2:2AF3437D810085AF58274221194EE64E5365F4E2
        Win32_SystemEnclosure.SerialNumber=<empty>
        Win32_SystemEnclosure.SMBIOSAssetTag=<empty>
        Win32_BaseBoard.SerialNumber=BTCR71400LLA
        Win32_BIOS.SerialNumber=                                
        Win32_NetworkAdapterConfiguration.MACAddress=00:19:D1:78:8A:1D]LOG]!><time="11:32:49.678-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="ccmid.cpp:476">
    <![LOG[Persisted hardware IDs in CCM_ClientIdentificationInformation=@:
        HardwareID1=2:2AF3437D810085AF58274221194EE64E5365F4E2
        HardwareID2=3AD70278013A0076]LOG]!><time="11:32:49.678-330" date="08-19-2014" component="ClientIDManagerStartup" context="" type="1" thread="1504" file="ccmid.cpp:575">
    Its showing client is already registered.. but its not showing in SCCM console.
    Any idea

  • Not able to log into (IR,ID,SLD,RWB) j2EE Engine.

    Dear Experts,
    We have SAP PI 7.0 installed in our landscape. Clients 110 and 100 are created. User ABCD is created in 110 with all (SAP_XI, SAP_SLD, SAP_BC_AI* and SAP_NEW, SAP_ALL) privileges.
    I am able to log into 110 with user ABCD. But, I am not able to log into IR, ID, SLD and RWB. I think PI 7.0 by default will be installed on client 001 and later we need to do some settings to make it point to client 110.
    Can you please provide me some notes/blogs/links to solve this issue? Thanks in Advance.

    Hi PhaniKumar,
    Read below sap note.
    for SAP NetWeaver 7.0
    Note 940309 - Change PI default client after NW 7.0 Installation
    For SAP NetWeaver for PI 7.10
    Note 1115280 - Running SAP NW for PI in a different client
    Regards
    Ashok
    Edited by: Ashok Dalai on Nov 4, 2008 7:34 AM

  • Client not found in Kerberos database

    Hi All,
    I am getting Client not found in Kerberos database* when i try to a create new connection from SQL Developer 2.1.1.64 to Oracle 10G database.
    I am sure that login credentials provided in connection properties are correct. pls respond, if you know the solution.
    Regards,
    Manoj N.

    Your "being sure" is overwhelmed by the evidence. The chance that you are correct and database/Kerberos is incorrect is a very small number approaching zero.
    So back to basics ...
    1. What is your actual database version (it is not 10g)?
    2. What version of Kerberos?
    3. What platform and operating system?
    4. Does it work for anyone else?
    5. Did it ever work before and stopped working or is this a first attempt by anyone to log on?
    6. Have you turned on connection logging? If not do so. If you have post the relevant section of the log file.
    7. Do you have a DBA or system or network administrator on-site?
    8. Please also post the full and complete error message not your interpretation of it.
    We can not help you without a thorough understanding of what is actually happening which you have not provided.

  • HT3231 Migration assistant troubles: some documents could not be transferred

    I recently erased my hard drives and reinstalled Mac OS X on my MacBook. I attempted to use Setup Assistant to restore my old user ID with its files, but received the error message:
    Errors and Warnings:
    - 2013-02-23 22:17:10 -0800 Some documents for [username] could not be transferred
    - 2013-02-23 22:17:10 -0800 [username] could not be created
    I then continued on through the setup process and created a new user account instead, assuming I could fix the problem later. I then installed the latest combo update via Software Update and attempted to use Migration Assistant to restore my backed up files, but received the same error message.
    I need some advice on how else to fix this problem, thank you.

    Hmm, let try a new Admin user...
    To find out if it's system wide or user specific, try this...
    Open System Preferences>Accounts, unlock the lock, click on the little plus icon, make a new admin account, log out & into the new account.
    Does it work in the new account?
    If you can't do that...
    Reset OS X Password Without an OS X CD...
    http://theappleblog.com/2008/06/22/reset-os-x-password-without-an-os-x-cd/
    Admin Hack...
    http://www.hackmac.org/?q=node/4
    Starts up like the first time you buy a new Mac, but after filling in all that info again, you should have access to the computer and the other Users & files will still be there... give the new User a different name than an existing one.

  • Internet Client Not talking to DMZ MP

    I am facing issues in communication of Internet Client to my MP sitting in DMZ.
    Scenario:
    Primary Site 2012
    MP, DP role installed Site system in DMZ domain joined.
    DMZ talking to DC, and site server, bidirectional.
    Installed MP and DP role, with Internet only client, created FQDN, and published FQDN to public DNS
    created certs following steps in http://www.systemcenterdudes.com/internet-based-client-management/.
    Tried installing client manually in domain, using switches ccmsetup.exe /usePKICert /NoCRLCheck CCMHOSTNAME="MP public FQDN" DNSSUFFIX="public DNS" SMSSITECODE=XXX 
    When moved the client to open internet, I see below error in locations services.log
    Attempting to retrieve site information from lookup MP(s) via HTTPS
    LocationServices 3/18/2015 4:28:41 PM
    2424 (0x0978)
    Failed to send site information Location Request Message to XXXXXXX
    LocationServices 3/18/2015 4:29:01 PM
    2424 (0x0978)
    Attempting to retrieve site information from lookup MP(s) via HTTP
    LocationServices 3/18/2015 4:29:01 PM
    2424 (0x0978)
    Failed to refresh security settings over MP with error 0x80004005.
    LocationServices 3/18/2015 4:29:01 PM
    2424 (0x0978)
    No security settings update detected. LocationServices
    3/18/2015 4:29:01 PM 2424 (0x0978)
    Using INF MP XXXXXXXXXXX as lookup MP. LocationServices
    3/18/2015 4:29:01 PM 2424 (0x0978)
    Attempting to retrieve site information from lookup MP(s) via HTTPS
    LocationServices 3/18/2015 4:29:01 PM
    2424 (0x0978)
    Failed to send site information Location Request Message to XXX
    LocationServices 3/18/2015 4:29:08 PM
    2424 (0x0978)
    Attempting to retrieve site information from lookup MP(s) via HTTP
    LocationServices 3/18/2015 4:29:08 PM
    2424 (0x0978)
    Failed to refresh Site Signing Certificate over MP with error 0x80004005.
    LocationServices 3/18/2015 4:29:08 PM
    2424 (0x0978)
    Refreshing Site Signing Certificate over HTTP
    LocationServices 3/18/2015 4:29:08 PM
    2424 (0x0978)
    [CCMHTTP] AsyncCallback(): -----------------------------------------------------------------
    LocationServices 3/18/2015 4:29:26 PM
    2424 (0x0978)
    [CCMHTTP] AsyncCallback(): WINHTTP_CALLBACK_STATUS_SECURE_FAILURE Encountered
    LocationServices 3/18/2015 4:29:26 PM
    2424 (0x0978)
    [CCMHTTP]                : dwStatusInformationLength is 4
    LocationServices
    3/18/2015 4:29:26 PM 2424 (0x0978)
    [CCMHTTP]                : *lpvStatusInformation is 0x10
    LocationServices
    3/18/2015 4:29:26 PM 2424 (0x0978)
    [CCMHTTP]            : WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID is set
    LocationServices
    3/18/2015 4:29:26 PM 2424 (0x0978)
    [CCMHTTP] AsyncCallback(): -----------------------------------------------------------------
    LocationServices 3/18/2015 4:29:26 PM
    2424 (0x0978)
    Raising event:
    instance of CCM_CcmHttp_Status
    ClientID = "GUID:8BD27970-C69F-483D-A7E5-0DC76DC7A836";
    DateTime = "20150318105926.499000+000";
    HostName = "XXXXXXXX";
    HRESULT = "0x80072f8f";
    ProcessID = 5868;
    StatusCode = 16;
    ThreadID = 2424;
    LocationServices
    3/18/2015 4:29:26 PM 2424 (0x0978)
    Failed to send request to /SMS_MP/.sms_aut?SITESIGNCERT at host XXX, error 0x2f8f
    LocationServices 3/18/2015 4:29:26 PM
    2424 (0x0978)
    [CCMHTTP] ERROR: URL=https://XXXXXXXX/SMS_MP/.sms_aut?SITESIGNCERT, Port=443, Options=480, Code=12175, Text=ERROR_WINHTTP_SECURE_FAILURE
    LocationServices 3/18/2015 4:29:26 PM
    2424 (0x0978)
    Successfully sent location services HTTPS failure message.
    LocationServices 3/18/2015 4:29:27 PM
    2424 (0x0978)
    Failed to refresh Site Signing Certificate over HTTP with error 0x80072f8f.
    LocationServices 3/18/2015 4:29:27 PM
    2424 (0x0978)
    Using INF MP XXXXXXXX as lookup MP. LocationServices
    3/18/2015 4:29:27 PM 2424 (0x0978)
    Attempting to retrieve default management points from lookup MP(s) via HTTPS
    LocationServices 3/18/2015 4:29:27 PM
    2424 (0x0978)
    LSGetManagementPointsForSiteFromManagementPoint: Client is on Internet, skipping Intranet MP list request.
    LocationServices 3/18/2015 4:29:27 PM
    2424 (0x0978)
    Unable to retrieve compatible MP(s) from AD
    LocationServices 3/18/2015 4:29:27 PM
    2424 (0x0978)
    LSGetManagementPointsForSite: Domain joined client is in Internet - INF MP will be used to get other INF MPs.
    LocationServices 3/18/2015 4:29:27 PM
    2424 (0x0978)
    LSUpdateInternetManagementPoints LocationServices
    3/18/2015 4:29:27 PM 2424 (0x0978)
    Current AD site of machine is XXXXX LocationServices
    3/18/2015 4:29:27 PM 2424 (0x0978)
    Failed to send management point list Location Request Message to XXXXX
    LocationServices 3/18/2015 4:29:34 PM
    2424 (0x0978)
    LSUpdateInternetManagementPoints: Failed to retrieve internet MPs from MP XXX with error 0x87d00231, retaining previous list.
    LocationServices 3/18/2015 4:29:34 PM
    2424 (0x0978)
    There is no AMP for site code XXXX Nulling existing entry in WMI
    LocationServices 3/18/2015 4:29:34 PM
    2424 (0x0978)
    Assigned MP changed from XXXXXXXX to <>.
    LocationServices 3/18/2015 4:29:34 PM
    2424 (0x0978)
    Persisted Default Management Point Locations locally
    LocationServices 3/18/2015 4:29:34 PM
    2424 (0x0978)
    [CCMHTTP] AsyncCallback(): -----------------------------------------------------------------
    LocationServices 3/18/2015 4:29:37 PM
    2432 (0x0980)
    [CCMHTTP] AsyncCallback(): WINHTTP_CALLBACK_STATUS_SECURE_FAILURE Encountered
    LocationServices 3/18/2015 4:29:41 PM
    2432 (0x0980)
    [CCMHTTP]                : dwStatusInformationLength is 4
    LocationServices
    3/18/2015 4:29:41 PM 2432 (0x0980)
    [CCMHTTP]                : *lpvStatusInformation is 0x10
    LocationServices
    3/18/2015 4:29:41 PM 2432 (0x0980)
    [CCMHTTP]            : WINHTTP_CALLBACK_STATUS_FLAG_CERT_CN_INVALID is set
    LocationServices
    3/18/2015 4:29:41 PM 2432 (0x0980)
    [CCMHTTP] AsyncCallback(): -----------------------------------------------------------------
    LocationServices 3/18/2015 4:29:41 PM
    2432 (0x0980)
    Raising event:
    instance of CCM_CcmHttp_Status
    ClientID = "GUID:8BD27970-C69F-483D-A7E5-0DC76DC7A836";
    DateTime = "20150318105941.428000+000";
    HostName = "XXXXXXXX";
    HRESULT = "0x80072f8f";
    ProcessID = 5868;
    StatusCode = 16;
    ThreadID = 2432;
    LocationServices
    3/18/2015 4:29:41 PM 2432 (0x0980)
    Failed to send request to /SMS_MP/.sms_aut?MPLIST2&XXXXX at host XXXXXXX, error 0x2f8f
    LocationServices 3/18/2015 4:29:41 PM
    2432 (0x0980)
    [CCMHTTP] ERROR: URL=https://XXXXXXXX/SMS_MP/.sms_aut?MPLIST2&XXXXX, Port=443, Options=480, Code=12175, Text=ERROR_WINHTTP_SECURE_FAILURE
    LocationServices 3/18/2015 4:29:41 PM
    2432 (0x0980)
    Successfully sent location services HTTPS failure message.
    LocationServices 3/18/2015 4:29:41 PM
    2432 (0x0980)
    Failed to send web service info Location Request Message
    LocationServices 3/18/2015 4:29:41 PM
    2424 (0x0978)
    Modassir Khan

    Hi,
    Here is a blog has a similar problem that a Certificate Revocation List was not configured. You could have a look to check if you missed anything.
    Certificate Revocation Lists and Your Config Manager Client
    Note:
    Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Plan Driven Procurement - PR not getting transferred

    Hi Experts,
    << Moderator message - Everyone's problem is important. Please do not ask for help quickly. >>
    We are on SRM 5.0 , ECC 6.0 ,Extended Classic Scenario.
    I am trying to setup PDP in SRM.
    RFC connections have been setup.
    The required entries in the tables V_160PR and V_160EX have been maintained and mapped for the required Logical sys and Material grp.
    I created a Local Company code and inside it i have created Local P.Org and P.grp and assigned the RFC user.
    The required attributes have been setup as per the config guide.
    I have 2 issues here.
    I have 2 PR's which were generated from MRP .
    Issue 1:
    For one PR , when i run BBP_EXTREQ_TRANSFER , i can see the PR gets transferred indicated as '1' but in SMQ1 (outbound Queue of ECC ) , i see the Queue stuck up with the status "ANORETRY".
    I checked the SLG1 log in SRM and i have 2 errors
    1. User not Responsible for Purchasing Group of given Material
    2.Transaction type for local system missing.
    I created a Local Company code and flagged it as Company because i was getting an error"No address found for partner function type Ship-To Address" initially . I went through forums and per the suggestions i could resolve this error by creating the Local Company code but now i get the error "User not Responsible for Purchasing Group of given Material" in place of that.
    I have initially tried with ECDP and later with ECPO but no use.
    In BBP_PD, i see no Shopping carts that got created.
    Issue 2:
    Except the above PR, if i run the BBP_EXTREQ_TRANSFER report for any PR that i created later, the PR doen't even gets transferred . We are not maintaining EPRTRANS table so i dont see any entries there.
    For this issue, i see nothing in SMQ1,SLG1.
    What could be the probable reasons as why it is not getting transferred. And why is it that the BBP_EXTREQ_TRANSFER report is working for only the 1st PR and not anything else.
    Any Ideas, clues...pls ...
    Thanks,
    Addy
    Edited by: Rob Burbank on Dec 6, 2010 4:08 PM

    Issue Resolved.
    Thanks,
    Addy

Maybe you are looking for

  • My macbook pro isn't connecting to any wifi. HELP?!

    My macbook had all of a sudden stopped connecting to my wifi, I've restarted it and still nothing worked. I've tried to connect my macbook to other wifi's and still the same, it has a tick next to the correct wifi but says 'no internet connection' bu

  • Query Database - Write to Database

    I am querying a SQL DB which has 10 results in total with 15 fields each. The run book will filter out 2 eventually based on some rules. Once all the activities are complete as per the runbook, I want to write back to the database as 'Complete' under

  • Load Flat File In SAP BI

    Hi Experts, Need to load flat file which has month in the columnwise, how to do it. Example Companycode -- customer--- sales plan for jan sales plan for feb- sales plan for march. 1000                                       101              100       

  • F-54 Addition new column

    Hi everybody! Please tell me haw can I add new collumn(Document date-BLDAT) in standart tranzaction f-54. Button Configuration - screen "Edit system setting"don't has the field BLDAT. Menu->Setting->Line layout in tranzaction F-54 not available that

  • What's the proper workflow to combine multiple video types and turn them into one high quality DVD?

    I'm trying to combine 1080i (29.97fps), 1080p (29.97fps), and 720p (24fps) video files into a single Premiere Pro project, and end up with a high quality DVD. There are a few problems I can't solve: 1. There seems to be interlacing and clarity issues