Problem installing SCCM client in remote untrusted forest

Hi,
My configuration is :
My network is in two parts : intranet and a DMZ. In the DMZ there is another forest and domain. There is no trust between the forest in the DMZ and the internal network. I configured the remote forest in SCCM with a user account that has Domain Admin acces
in the DMZ forest/domain.
The primary site server is located in the internal part of my network. SQL is installed on a remote server. Management point, distribution point, Fallback Status Point roles are installed on the primary site server. SMS Provider is installed on the primary
site server.
In the DMZ part, I have a management point, distribution point installed on one server.
The forest discovery works fine. I can query AD in the remote forest (DMZ).
I have a problem installing the SCCM client on computers located in the remote forest with client push or with the command line.
CCMSETUP.EXE /MP:DMZ site server /DP:DMZ site server /FSP: primary site server SMSSITECODE:SIT
In CCMSetup.log I can see that the client try to communicate with my DMZ site server but it reverts to the management point and distribution point located in the internal part of the network. The installation fails and will try in 10 minutes.
Do anyone has seen this problem before? Am I missing something? Could it be a configuration issue?
Could you help me whit this please?
Thanks in advance for your time!
Jacques

Does the client installation work when you install the client manually on the untrusted domain client? What does the CCM.log say on the site server?
Have you double checked the firewall ports for the client push installation? The ports needed for the client push to work are as follows (from the site server to the client):
SMB - TCP 445
RPC Endpoint Mapper - TCP 135 / UDP 135
RPC Dynamic Ports
And to Management Point:
HTTP - TCP 80 (When using HTTP)
HTTPS - TCP 443 (When using HTTPS)
Also a quote from
TechNet: "In addition to the ports listed in the following table, client push installation also uses Internet Control Message Protocol (ICMP) echo request messages from the site server to the client computer to confirm whether the client
computer is available on the network. ICMP is sometimes referred to as TCP/IP ping commands. ICMP does not have a UDP or TCP protocol number, and so it is not listed in the following table. However, any intervening network devices, such as firewalls, must
permit ICMP traffic for client push installation to succeed."

Similar Messages

  • Problems install SCCM 2012 with remote sql 2008 r2 sp2

    I am having issues installing sccm 2012 on a remote sql 2008 r2 sp2 server on a seperate instance.
    I get the error "The network path was not found"  
    if i point it at the primary instance it will let me continue but i cannot install sccm into that instance.
    I have turned off dynamic ports and set a static port but I do not see where i can enter that in the installer.
    I cannot seem to verify is the ssb port is working correctly or not.
    my account is local admin on both servers and a sql sysadm.
    There is no firewall between servers.
    Any suggestions?
    Regards
    Don

    SPN is setup to AUTO register and is working.  remote sql is not a cluster.  Windows firewall on both servers is disabled.  Sql browser is enabled and started.  we have a group for system center that contains site servers and this group
    is in the local admin of both servers and sysadm inside of sql server.
    Why  we are consolidating all or our lesser sql servers into a larger one.
    Snipt of the log.
    12/12/2012 2:57:37 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.
    Server stack trace: 
       at Microsoft.Win32.RegistryKey.Win32ErrorStatic(Int32 errorCode, String str)
       at Microsoft.Win32.RegistryKey.OpenRemoteBaseKey(RegistryHive hKey, String machineName)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.GetSqlConnection(String databaseName, String serverName, Boolean encrypt)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabaseUtility.CheckSqlConnection(String serverName, String instanceName)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.Remoting.Proxies.RealProxy.EndInvokeHelper(Message reqMsg, Boolean bProxyCase)
       at System.Runtime.Remoting.Proxies.RemotingProxy.Invoke(Object NotUsed, MessageData& msgData)
       at Microsoft.SystemCenter.ConfigMgr.Setup.CheckSqlAsync.EndInvoke(IAsyncResult result)
       at Microsoft.SystemCenter.ConfigMgr.Setup.DatabasePage.ValidatePage()
       at Microsoft.SystemCenter.ConfigMgr.SetupFramework.WizardForm.ActivatePage(String pageId, Boolean goingNext)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.Controls.Button.OnClick()
       at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.ReRaiseEventAs(DependencyObject sender, RoutedEventArgs args, RoutedEvent newEvent)
       at System.Windows.UIElement.OnMouseUpThunk(Object sender, MouseButtonEventArgs e)
       at System.Windows.RoutedEventArgs.InvokeHandler(Delegate handler, Object target)
       at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised)
       at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args)
       at System.Windows.UIElement.RaiseEvent(RoutedEventArgs args, Boolean trusted)
       at System.Windows.Input.InputManager.ProcessStagingArea()
       at System.Windows.Input.InputManager.ProcessInput(InputEventArgs input)
       at System.Windows.Input.InputProviderSite.ReportInput(InputReport inputReport)
       at System.Windows.Interop.HwndMouseInputProvider.ReportInput(IntPtr hwnd, InputMode mode, Int32 timestamp, RawMouseActions actions, Int32 x, Int32 y, Int32 wheel)
       at System.Windows.Interop.HwndMouseInputProvider.FilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
       at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
       at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Boolean isSingleParameter)
       at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Boolean isSingleParameter, Delegate catchHandler)].
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Information: 1 : Creating SQL connection to database ADMIN\master on server YSQL030.srf.local.
    12/12/2012 3:01:42 PM: ConfigMgrSetupWizard Error: 1 : Exception message: [The network path was not found.
    ], Exception details: [System.IO.IOException: The network path was not found.

  • Unable to install sccm client from SCCM console install client option

    Hi
    Unable to install client on windows 7 64 bit enterprise from sccm console. The client is discovered in sccm console with status client = NO, so we want to install sccm client from console remotely.
    We cannot enable push install. my id has full access on SCCM site server SCCM product also admin rights on workstations. I am able to access net bios path SMS_<site code> of site server then client path from client machine. machine is in domain and
    is boundry of sccm .
    Client push install in console is diabled
    Regards Sushain KApoor

    Hi!
    Examine the ccm.log located in <SCCM 2007 InstallationPath>\LOGS on the site server.
    Best regards
    Henrik

  • OSD Task Sequence fails to install SCCM client

    Hello,
    Our OSD task sequence fails to install the SCCM client with certain images.
    The TS gets to the "Setup Windows and Configuration" step, during which it downloads all the necessary SCCM client files (silverlight, C++ redistributable, client.msi....etc.). At this point computer restarts and in never loads back into the
    task sequence, instead it enters the minisetup (setup is starting services, setup is installing devices, setup is applying system settings...preparing computer for first use), after which the computer restarts and you are back at the CTR+ALT+Del screen.
    The computer has joined the domain and has run all other steps but it has failed to install SCCM client. I can also see the leftovers of an incomplete TS under c:\_SMSTaskSequence
    If we change the image specified under "Apply Operating System" step, everything works ok.
    It appears there is something wrong with this particular image. Any ideas?
    Logs show no errors. Let me know which logs you'd like me to post (and from which location)
    There is no ccm folder under c:\windows

    Hoping you are using ConfigMgr 2012 R2. If a client machine Join to Domain and doesn't proceed with other steps and not installing the CCM client, then problem seems to be with the Image.Do you have any RunOnce registry setting specified in the Image? You
    can mount the Image and check those settings.
    RunOnce Key Reference :
    https://msdn.microsoft.com/en-us/library/windows/desktop/aa376977(v=vs.85).aspx
    If the above key is present in the Image, TS Engine won't resume after the reboot.
    You need to use a new variable "SMSTSPostAction" at the end of the Task Sequence, to add your custom actions.
    The above variable is applicable in CM 2012 SP1 and R2.
    Thanks, Senthil. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. Click on "vote as Helpful" if you feel this post helpful to you. This
    can be beneficial to other community members reading the thread.

  • Need help with a simple Rename/Join Domain/Install SCCM Client Task Sequence

    Good morning everyone,
    I need to create a very simple task sequence that will run an .exe that we have created that renames the computer based on a prefix-serialnumber...then restarts, adds it to our domain, restarts, and then installs the SCCM client.
    1) run rename program 
    2) join to domain
    3) install sccm client
    Can someone help me with the steps that will be required for this?
    Thank you very much!
    **note, these will not be formatted/have an OS installation ran on it with this task sequence.  The situation is that we are receiving 400+ custom configured laptops, and we're going to have to rename/join/install sccm on each...trying to simplify
    this
    any recommendations are greatly appreciated!

    Narcoticoo : Which boot image am i supposed to be using to insure that it boots into Standard Windows, NOT WinPE?  I have a standard x86 package / boot image i've been using.  If it boots up with this, it goes into WinPE (correct me if I'm wrong,
    for this seems to be what happens each time it boots off the boot image...it does not go into windows standard/full)
    When I go into properties of the one i'm using, and take the check off of "Use a boot image", where it will not boot to WinPE, it will not even show up in my list of available task sequences for
    1) when I PXE boot to try the task sequence, or
    2) when I try to make stand-alone media for this task sequence as you have suggested
    When I run the standalone media, the only log files I find are the following with errors:
    PackageID = 'MPS0014E' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    BaseVar = '', ContinueOnError='' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    ProgramName = 'MPHS - Rename Computer' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    SwdAction = '0002' InstallSoftware
    12/8/2014 12:28:36 PM 2344 (0x0928)
    IsSMSV4PlusClient() == true, HRESULT=80004005 (e:\nts_sccm_release\sms\client\osdeployment\installsoftware\main.cpp,332)
    InstallSoftware 12/8/2014 12:28:36 PM
    2344 (0x0928)
    Configuration Manager client is not installed
    InstallSoftware 12/8/2014 12:28:36 PM
    2344 (0x0928)
    Process completed with exit code 2147500037
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the action: Install Package. 
    Unspecified error (Error: 80004005; Source: Windows)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the action: Install Package. Execution has been aborted
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Do not send status message in full media case
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Failed to run the last action: Install Package. Execution of task sequence failed.
    Unspecified error (Error: 80004005; Source: Windows)
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Do not send status message in full media case
    TSManager 12/8/2014 12:28:36 PM
    1544 (0x0608)
    Execution::enExecutionFail != m_eExecutionResult, HRESULT=80004005 (e:\nts_sccm_release\sms\client\tasksequence\tsmanager\tsmanager.cpp,866)
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    Task Sequence Engine failed! Code: enExecutionFail
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)
    Task sequence execution failed with error code 80004005
    TSManager 12/8/2014 12:43:48 PM
    1544 (0x0608)

  • Problems with SCCM client instalaltion after upgrade to R2 version

    Hi,
    Few days ago, I have upgraded SCCM 2012 Sp1+CU3 to SCCM 2012 R2. I see now manyy issies in component manager with SMS_EXECUTIVE and SMS_MP_CONTROL_MANAGER. Reaon of this is automatically process of installation SCCM client in latest version. This same
    issue apppear when I trying install SCCM manually. In both cases I have got in ccmsetup.log this:
    CcmCreateEmbeddedClientState. Creates the client state file, which is needed for write filter handing.
    CcmCreateEmbeddedClientStateRollback. Rolls back the action of creating the client state file.
    RegisterExtensionInfo. Registering extension servers
    WriteRegistryValues. Writing system registry values
    Could not write value SMSCFGRC to key \SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls.   Verify that you have sufficient access to that key, or contact your support personnel.
    Rollback. Rolling back action:
    Computer where I want install SCCM client, my adm account, Primary site server or NT SERVICE\TrustedInstaller has full right to this registry key but log file record is always this same. 
    AV and Firewall turned off. 
    What next?

    Hi Torsten,
    I have checked client.msi.log and there is this same:
    Note: 1: 1401 2: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls 3: 5 
    Product: Configuration Manager Client -- Error 1406. Could not write value SMSCFGRC to key \SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls.  System error .  Verify that you have sufficient access to that key, or
    contact your support personnel.
    Error 1406. Could not write value SMSCFGRC to key \SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Cpls.  System error .  Verify that you have sufficient access to that key, or contact your support personnel.
    User policy value 'DisableRollback' is 0
    Machine policy value 'DisableRollback' is 0
    InstallFinalize. Return value 3.

  • How to install sccm client on bulk collections using push installation

    Unfortunately I did something and received the following description:-
    How to know/reproduce the following scenario by installing sccm client on bulk collections in SCCM 2012R2? 
    "User ***** requested that the CCRs will be generated for collection “All Windows Client Systems (P0100015), The SMS Provider did not generate CCRs for all the system resources in this collection.
    Possible cause: some system resources are not assigned to the current site, and you chose to insta
    Il clients only on system resources that are
    assigned to current site. 
    Another possible cause: Some system resources do not have Microsoft Windows NT operating system
    or above installed.
    Message ID: 30110"

    Ok. Some of your clients are not covered under any site assignment boundary, hence you are getting that error. Would recommend you to select "Install the client from a specified site" and select the Primary site. If your boundary groups for content
    are configured fine then the client will be installed from the appropriate site for each machine you are pushing the client to.
    -RG

  • I can't install sccm client

    hi,my client os is win server 2012 r2, 
    i want to install sccm client on it ,but i failed. why?
    i want to know if the client can be installed on this version os.
    thks

    hi,my client os is win server 2012 r2, 
    i want to install sccm client on it ,but i failed. why?
    ccmsetup log as follows:
    <![LOG[Retrieved client version '5.00.7958.1000' and minimum assignable site version '5.00.7845.1000' from client package]LOG]!><time="14:11:32.774-480" date="02-19-2014" component="ccmsetup" context=""
    type="0" thread="8088" file="siteinfo.cpp:678">
    <![LOG[Checking compatibility of site version '5.00.7804.1000', expect newer than '5.00.7845.1000']LOG]!><time="14:11:32.774-480" date="02-19-2014" component="ccmsetup" context="" type="1" thread="8088"
    file="siteinfo.cpp:703">
    <![LOG[Client version '5.00.7958.1000' is not compatible with the site '001' version '5.00.7804.1000'.]LOG]!><time="14:11:32.774-480" date="02-19-2014" component="ccmsetup" context="" type="2" thread="8088"
    file="siteinfo.cpp:721">
    <![LOG[Client version '5.00.7958.1000' is not compatible with the site '001' version '5.00.7804.1000'. Fail the installation.]LOG]!><time="14:11:32.774-480" date="02-19-2014" component="ccmsetup" context="" type="3"
    thread="8088" file="ccmsetup.cpp:1462">
    <![LOG[A Fallback Status Point has not been specified.  Message with STATEID='324' will not be sent.]LOG]!><time="14:11:32.774-480" date="02-19-2014" component="ccmsetup" context="" type="1" thread="6012"
    file="ccmsetup.cpp:9763">
    <![LOG[CcmSetup failed with error code 0x87d0029d]LOG]!><time="14:11:32.774-480" date="02-19-2014" component="ccmsetup" context="" type="1" thread="6012" file="ccmsetup.cpp:10879">

  • Problem Installing SCCM 2012 R2 client on Windows Thin PC 7 (Windows Embedded)

    Hi, I'm trying to install SCCM 2012 R2 client on Windows thin pc 7
    I check the ccmsetup.log and it returned this:
    Failed to get list of protected volume: List pointer is NULL (3)
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    DetectEWF failed with 0x80070003. ccmsetup
    07/08/2014 08:06:26'' 2040 (0x07F8)
    DetectWindowsEmbeddedWF failed with 0x80070003.
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    A Fallback Status Point has not been specified.  Message with STATEID='304' will not be sent.
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    Cannot install over embedded OS with WF enabled on the system drive.
    ccmsetup 07/08/2014 08:06:26''
    2040 (0x07F8)
    CcmSetup failed with error code 0x80004005 ccmsetup
    07/08/2014 08:06:26'' 1960 (0x07A8)
    Can somebody help me?
    Thanks
    Renzo
    PD: Sorry for my bad English

    Cannot install over embedded OS with WF enabled on the system drive.
    You have to disable write filters on that device first.
    Torsten Meringer | http://www.mssccmfaq.de

  • Module C:\Windows\CCM\StatusAgentProxy.dll failed to register. HRESULT -2147010895 Problem installing sccm 2012 client

    Hi,
    I am getting the following error, detailed in the client.msi.log, when trying to install the SCCM 2012 SP1 client on windows 2008 R2 servers.Why StatusAgentProxy.dll fails to register.
    <![LOG[MSI: Action 22:08:03: RegisterTypeLibraries. Registering type libraries]LOG]!><time="22:08:03.092-330" date="12-18-2013" component="ccmsetup" context="" type="0" thread="8096" file="msiutil.cpp:314">
    <![LOG[MSI: Action 22:08:03: SelfRegModules. Registering modules]LOG]!><time="22:08:03.827-330" date="12-18-2013" component="ccmsetup" context="" type="0" thread="8096" file="msiutil.cpp:314">
    <![LOG[MSI: Module C:\Windows\CCM\StatusAgentProxy.dll failed to register.  HRESULT -2147010895.  Contact your support personnel.]LOG]!><time="22:08:03.889-330" date="12-18-2013" component="ccmsetup"
    context="" type="3" thread="8096" file="msiutil.cpp:300">
    <![LOG[MSI: Action 22:08:03: Rollback. Rolling back action:]LOG]!><time="22:08:03.952-330" date="12-18-2013" component="ccmsetup" context="" type="0" thread="8096" file="msiutil.cpp:314">
    <![LOG[File C:\Windows\ccmsetup\{59A0EA77-D28C-4286-83A6-04BB57B9CDD6}\client.msi installation failed. Error text:
    ExitCode: 1603
    Action: SelfRegModules.
    ErrorMessages:
    Module C:\Windows\CCM\StatusAgentProxy.dll failed to register.  HRESULT -2147010895.  Contact your support personnel.
    I've already checked this forum but nothing helped .
    Please provide a valid action plan to resolve this issue.
    I'd highly appreciate any help.
    Thanks and regards
    Arsalan

    Hi,
    Restart those server might be helpful.
    After installing the Client manually, you could check the registration of statusagentproxy.dll in that log.
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SMS Provider Locations Do Not Match - Problem installing SCCM 2012 R2 CU4

    I have an SCCM 2012R2 CU1 site that has been upgraded from SCCM 2012 non-SP1, so I have gone from 2012 to 2012SP1 through CU5 and then to R2 and then to CU1.
    Over the course of the life of this site, which has more than 10k clients and 10 Site Systems, we have installed roles, removed roles, moved roles and removed Site Systems.
    I have also installed and removed SMS providers . . . which is where my issues begin.
    The site properties in the console list 6 SMS Providers and even lists an SMS provider on a server that was retired and is no longer a Site System.  When I query WMI using the following VBS script it only returns the *ACTUAL* SMS Provider locations,
    2 of the 6 listed in the GUI.
    On Error Resume Next
    Const ForReading = 1, ForWriting = 2, ForAppending = 8
    strComputer = "." 
    Set oFS = CreateObject("Scripting.FileSystemObject")
    Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root\sms")
    If Err.Number <> 0 Then
    WScript.Echo "Cannot connect to WMI"
    WScript.Echo vbTab & "Error " & Err.Number & " - " & Err.Description
    End If
    Set oLog = oFS.OpenTextFile("C:\Temp\SMS_ProvList.log",ForAppending, True)
    If Err.Number <> 0 Then
    WScript.Echo "Could not create output file"
    WScript.Echo vbTab & "Error " & Err.Number & " - " & Err.Description
    End If
    Set colItems = objWMIService.ExecQuery("SELECT * FROM SMS_ProviderLocation",,48)
    count = 0
    For Each objItem in colItems
        count = count + 1
        oLog.WriteLine "-----------------------------------"
        oLog.WriteLine Now()
        oLog.WriteLine "Provider instance " & count &  " : " & objItem.Machine
        oLog.WriteLine "NamespacePath : " & objItem.NamespacePath     
        oLog.WriteLine ""
    Next
    I have a test environment which has also gone through some growth over its lifetime and has had the same changes to SMS Providers made.  When I first attempted to install SCCM 2012 R2 CU4 in this test environment the installer continually failed the
    prerequisite checker when querying the CU level of the SMS Providers.  The only way that I could get past that issue was by running a site maintenance task via the CM installer and installing an SMS Provider at the location that had previously been an
    SMS Provider but I had uninstalled that role.
    I do not want to have to do that in my production environment, and would not even be able to do so if I wanted as I have retired one of the servers listed and cannot re-provision that machine.
    Any CM12 gurus out there with suggestions?  This strikes me as a standard MS problem when having multiple development teams working on a product/update and not having a standard location to check for configuration information (This is exactly the problem
    when configuring DNS suffixes via GPO and not manually setting the GUI to match).
    Thanks!
    Josh Gerner
    Cornell University.

    The issue I have is that I cannot find the WMI class that holds the SMS Providers that are returned by the GUI.
    I actually engaged MS Premier for a SCCM 2012 RAAS about 2 years ago and that was when the discrepancy first reared it's head.  The support person that I worked with couldn't give me a way of cleaning those entries at that point which is when I started
    logging the locations to be sure that my maintenance task was really installing or removing the SMS Providers.
    Josh Gerner

  • Error 1603 installing SCCM client

    When I try to install the SCCM client on some machines I get an installation error 1603. Setup starts ok, but after a while ends in a 1603 error.
    ccmsetup.log
    MSI: Action 13:45:12: AllocateRegistrySpace. Allocating registry space ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: ProcessComponents. Updating component registration ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: UnpublishComponents. Unpublishing Qualified Components ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: UnpublishFeatures. Unpublishing Product Features ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: SmsTSManagerStopServiceInit.  ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: CcmStopService.  ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: StopServices. Stopping services ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: SmsStopUIComponents. Stopping UI Components ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    MSI: Action 13:45:12: StopDeleteWUSER32. Stopping and deleting WUSER32 service ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    Installation failed with error code 1603 ccmsetup 14/07/2008 13:45:12 PM 2532 (0x09E4)
    There were no previous SMS/SCCM clients installed.
    Tried a new install after the rebuild of WMI but without any luck.

    Hi John,
    The client.msi.log shows this error (same as above):
    Action start 23:52:25: StopDeleteWUSER32.
    MSI (s) (08:1C) [23:52:26:037]: Machine policy value 'DisableRollback' is 0
    MSI (s) (08:1C) [23:52:26:037]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    Action ended 23:52:26: StopDeleteWUSER32. Return value 3.
    At the bottom of the ccmsetup.log it ends with this error:
    MSI: Action 23:52:25: StopDeleteWUSER32. Stopping and deleting WUSER32 service 8/20/2009 11:52:25 PM
    Installation failed with error code 1603 8/20/2009 11:52:26 PM
    Next retry in 120 minute(s)... 8/20/2009 11:52:38 PM
    I'm having trouble locating a windows installer log.  The %temp% folder would be in docs&settings\userid\local settings\temp, I would assume and I've looked through the folders for the acct that is doing the client install as well as all the other acct folders and can't seem to locate any logs with a current date/time stamp.  Any idea where I would look?
    Also, BTW, I reinstalled MSI 4.5 before I did this last client installation, but I did it remotely/silently, so no prompts or data returned... I just found the errors below in the \windows\KB942288-v3.log file... might be related?
    4.140: 2009/08/20 23:44:40.146 (local)
    4.140: e:\6c0499dd2b70eebd34aa8b8c33\UPDATE\update.exe (version 6.3.13.0)
    4.172: Hotfix started with following command line: /quiet /norestart
    4.187: In Function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    8.578: In Function TestVolatileFlag, line 11825, RegOpenKeyEx failed with error 0x2
    8.578: In Function TestVolatileFlag, line 11857, RegOpenKeyEx failed with error 0x2
    8.578: DoInstallation: CleanPFR failed: 0x2
    8.593: In Function GetReleaseSet, line 1240, RegQueryValueEx failed with error 0x2
    8.593: SetProductTypes: InfProductBuildType=BuildType.IP
    8.593: SetAltOsLoaderPath: No section uses DirId 65701; done.
    8.718: DoInstallation: FetchSourceURL for e:\6c0499dd2b70eebd34aa8b8c33\update\update_SP3QFE.inf failed
    8.718: CreateUninstall = 0,Directory = C:\WINDOWS\$NtUninstallKB942288-v3$
    8.718: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll failed: 0xe0000102
    8.734: BuildCabinetManifest: update.url absent
    8.750: Starting AnalyzeComponents
    8.750: AnalyzePhaseZero used 0 ticks
    8.750: No c:\windows\INF\updtblk.inf file.
    8.750: OEM file scan used 0 ticks
    10.812: AnalyzePhaseOne: used 2062 ticks
    10.812: AnalyzeComponents: Hotpatch analysis disabled; skipping.
    10.812: AnalyzeComponents: Hotpatching is disabled.
    10.812: FindFirstFile c:\windows\$hf_mig$\*.*
    16.500: AnalyzeForBranching used 0 ticks.
    16.500: AnalyzePhaseTwo used 0 ticks
    16.500: AnalyzePhaseThree used 0 ticks
    16.500: AnalyzePhaseFive used 0 ticks
    16.515: AnalyzePhaseSix used 15 ticks
    16.515: AnalyzeComponents used 7765 ticks
    16.515: Downloading 0 files
    16.515: bPatchMode = FALSE
    16.515: Inventory complete: ReturnStatus=0, 7797 ticks
    16.515: Num Ticks for invent : 7797
    16.547: VerifyTargetFileSize: Unable to verify size as Source = NULL for file c:\windows\inf\HFX269.tmp
    16.578: Copied file:  c:\windows\inf\branches.inf
    38.625: Allocation size of drive C: is 4096 bytes, free space = 4751011840 bytes
    38.625: Drive C: free 4530MB req: 5MB w/uninstall 0MB
    38.625: CabinetBuild complete
    38.625: Num Ticks for Cabinet build : 22110
    38.625: DynamicStrings section not defined or empty.
    38.656: FileInUse:: Detection disabled.
    38.656: FileInUse:: Add to list - Service Name: msiserver
    39.656: LoadFileQueues: UpdSpGetSourceFileLocation for halaacpi.dll failed: 0xe0000102
    40.015: Copied file:  C:\WINDOWS\system32\spmsg.dll
    40.125: PFE2: Not avoiding Per File Exceptions.
    41.734: DoInstallation: Installing assemblies with source root path: e:\6c0499dd2b70eebd34aa8b8c33\
    41.734: Num Ticks for Copying files : 3109
    41.812: Num Ticks for Reg update and deleting 0 size files : 78 
    41.828: DoInstallation: ApplyAdminSystemAclsRecursive for c:\windows\$hf_mig$\KB942288-v3 failed; error=0x00000003
    41.843: UpdateSpUpdSvcInf: Source [ProcessesToRunAfterReboot] section is empty; nothing to do.
    43.187: RebootNecessary = 0,WizardInput = 1 , DontReboot = 1, ForceRestart = 0
    Thanks again!! --Jo

  • SCCM 2012 - Cannot install SCCM Client to workstation

    Hi
    I have installed SCCM2012 and I'm trying to push out the SCCM client to workstations, but it's keep failing...
    I have setup discovery towards AD so all workstation is in SCCM console under Devices, but no SCCM client is installed on any workstations. I right click a workstation and select "install client" but nothing happens, no ccmsetup folder is ever
    created in c:\windows folder.
    I then checked the ccm.log on the SCCM server and found this:
    I don't understand whats wrong. Can anybody help?
    I checked WMI using the wbemtest, it works fine. I tested from the SCCM server and another workstation. No problems.
    BITS is enabled.
    No firewall is installed on workstation.
    The workstation is completely new installed.

    Hi,
    The error translates to "A security package specific error occurred." what if you try and install the client manually on the workstation? any errors then?
    Client Push has a lot of dependencies, that is why I prefer to use Jason Sandys startup script instead to deploy the client.
    http://blog.configmgrftw.com/?page_id=349
    Regards,
    Jörgen
    -- My System Center blog ccmexec.com -- Twitter
    @ccmexec

  • Problem Installing Oracle Client 11g R2 64 bit on Windows 7 Enterprise 64

    Hi,
    I am having problems installing the Oracle Client 11g R2 64 bit installation on my Windows 7 64 bit Enterprise machine. The installer does all the checks successfully, it gets me to summary screen and I press finish to start the installation. It then opens the installation mask where it first says Checking whether Central Inventory is locked by another OUI session. After that it very briefly shows Central Inventory is not locked and then the window immediately dissapears with no other errors. I tried installing at my colleague's W7 Enterprise 64 machine and it behaves a little differently but with the same result. Basically on his machine it never even opens the Install mask, when pressing finish from the Summary it just disappears and never starts installation. I tried installing 11g R1 and that loads the first mask and when i press next it just dissapears. I basically need an oracle client 64 bit installation on my machine deperately. Please help. Thanks
    Alex

    One user above reported installing the 64 bit odbc drivers and then the 32 bit drivers. How did you do that? I'm a neophyte to this.
    I'm trying to get a 32 bit ODBC oracle driver to work on a server 2008 R2 machine. I downloaded the 11gR2 x64 client from oracle. The install process makes no mention of 32bit vs 64bit installation. After running the instalation I can run the ODBC administrator and generate a DSN for oracle. When I run the 32 ODBC administrator there is no oracle driver available except the microsoft driver for oracle. When I select that it says that I need to install oracle.
    I had at first tried to install 11g instant client. However that didn't work for the 2008 R2 machine. It complained about some registry error when I tried to run the ODBC install program. I need to get it to work for a customer asap.

  • Install SCCM Client Post Install via MDT 2013

    I want to know best practice on how to install the SCCM client via MDT 2013 as a post install task sequence? Im deploying a lot of machines via MDT offline USB....
    Is it grabbing the ccmsetup folder and using the following command line?
    ccmsetup.exe /noservice /MP:<insert> SMSSITECODE=<insert> smscachesize=10000

    There's no such thing as a "best practice" for most real-world tasks; real-world is different for everyone which means you need to know the details and choose the right things for your environment.
    You need to run the command-line that is appropriate for your environment just like you would for any manual install.
    Without knowing any details about your environment, I would add the SMSMP and FSP properties to the above command-line. If this is truly an offline install, you shouldn't use /mp though, you should use /source and point it at the client directory.
    Jason | http://blog.configmgrftw.com | @jasonsandys

Maybe you are looking for

  • Can I use NOT IN for 2 conditions

    My first SQL Query was written as so, INSERT [rscalc].[Processing_Log] (Source_nm, Log_Type,[Message],Log_dt) SELECT '[rscalc].[usp_Validate_Generation_Map]', @Log_Type_Id, 'Source Not Found =>' + tp.Source, GETUTCDATE() FROM [etag].[Tag_Processed] t

  • Provisioning a user in MSAD from OIM

    Hi all, I am trying to provision a user from OIM to MSAD through direct provisioning. After performing the steps for provisioning, i get the status of create user as rejected and the task is asssigned to xelsysadm for approval though it is direct pov

  • N8 music player not recognising music file details

    I've been using mp3tag to embed album art in the ID3 tags & also fix the album artist so I can copy the files across to my N8 in windows. It all worked fine before but now the music player just sees them as album artist & album unknown, depite this i

  • Logging in to iCloud on new phone crashes to home.

    When I try to log in to icloud on the new phone (6) it crashes to the home screen each time and does not log in.  I can log in to my iCloud account on the web and I can see that my old device shows as still logged in.  Funny thing is that I did an er

  • GZIP format not recognised by winzip or Java

    Hi, We are trying to achieve the following. We are trying to zip some data in ABAP using the following CL_ABAP_GZIP and put it into a stream. Unfortunately, when we read the stream in the java client we get a "Not in GZIPFormat exception" and the sam