Management Point fails after installing SCCM 2012 SP1

I'm carrying out an install of SCCM 2012 SP1 with the following hardware (fresh install not an upgrade from 2007)
1. Newly built Windows Server 2012 box
2. Site database located on a remote SQL 2012 cluster, both nodes Windows Server 2012, with CU5
The install went fine but when checking the Site Server Components the Management Point isn't installing. The following both show errors;
SMS_MP_CONTROL_MANAGER - MP.msi could not install. Checked the MP.msi log file which shows the following errors;
[19:53:18] Failed to compile 'C:\Program Files\SMS_CCM\CcmExec_Global.mof' (Phase: 3, Object: 5, Lines: 76 - 83, Error: 80041002)
[19:53:18] Failed to compile 'C:\Program Files\SMS_CCM\PolicyDefaults.mof' (Phase: 3, Object: 4, Lines: 49 - 57, Error: 80041002)
[19:53:18] Failed to compile 'C:\Program Files\SMS_CCM\StateMsgSchema.mof' (Phase: 3, Object: 6, Lines: 89 - 94, Error: 80041002)
[19:53:18] Failed to compile 'C:\Program Files\SMS_CCM\DataTransferService.mof' (Phase: 3, Object: 5, Lines: 318 - 323, Error: 80041002)
[19:53:19] Failed to compile 'C:\Program Files\SMS_CCM\CcmExec_MP.mof' (Phase: 3, Object: 1, Lines: 31 - 36, Error: 80041002)
MSI (s) (0C!94) [19:53:20:862]: Product: ConfigMgr Management Point -- Error 25140. Setup was unable to compile the file CcmExec_Global.mof
The error code is 80041002
Error 25140. Setup was unable to compile the file CcmExec_Global.mof
The error code is 80041002
CustomAction CcmRegisterWmiMofFile returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
SMS_NOTIFICATION_SERVER - bgbisapi.msi could not install. Extract from log below;
[19:53:38] IGNORE: Failed to delete extension 'C:\Program Files\SMS_CCM\bgbisapi.dll'. Return Code = 0x80020009 (The extension might not be registered)
[19:53:39] WARNING: Failed to remove PerfLib entries for performance application SmsBgb (2)
[19:53:39] WARNING: Failed to remove configuration for performance application SmsBgb (80070057)
MSI (s) (0C!80) [19:53:39:540]: Product: BGB http proxy -- Internal Error 25001. 80070057
Internal Error 25001. 80070057
CustomAction CcmRegisterPerfCounters returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
I've tried uninstalling MP and reinstalling, triple checked all the right pre-reqs in Roles and Features are enabled, even rebuilt the server from scratch and tried again but same result. 
Would really appreciate some help if anyone's fixed this issue

I'm still struggling, I've uninstalled MP
<04/16/14 08:06:59> SMSMP Setup Started....
<04/16/14 08:06:59> Parameters: D:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe /deinstall /siteserver:EICSC001 SMSMP 0
<04/16/14 08:06:59> Deinstalling the SMSMP
<04/16/14 08:06:59> No versions of SMSMP are installed.  Returning Success.
<04/16/14 08:06:59> ~RoleSetup().
Ran the command, Invoke-Command  {gwmi -query "SELECT * FROM __Namespace WHERE Name='CCM'" -Namespace "root" | Remove-WmiObject}
Checked Namespace Instances to ensure '= ccm' is not longer there. 
Rebooted Server and re-installed MP but it still fails
<04/16/14 08:37:26> ====================================================================
<04/16/14 08:37:26> SMSMP Setup Started....
<04/16/14 08:37:26> Parameters: D:\Program Files\Microsoft Configuration Manager\bin\x64\rolesetup.exe /install /siteserver:EICSC001 SMSMP 0
<04/16/14 08:37:26> Installing Pre Reqs for SMSMP
<04/16/14 08:37:26>         ======== Installing Pre Reqs for Role SMSMP ========
<04/16/14 08:37:26> Found 2 Pre Reqs for Role SMSMP 
<04/16/14 08:37:26> Pre Req MSXML60 found.
<04/16/14 08:37:26> No versions of MSXML60 are installed.  Would install new MSXML60.
<04/16/14 08:37:26> Enabling MSI logging.  msxml6_x64.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\msxml6_x64MSI.log
<04/16/14 08:37:26> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\00000409\msxml6_x64.msi 
<04/16/14 08:37:26> msxml6_x64.msi exited with return code: 0
<04/16/14 08:37:26> msxml6_x64.msi Installation was successful.
<04/16/14 08:37:26> Pre Req SqlNativeClient found.
<04/16/14 08:37:26> SqlNativeClient already installed (Product Code: {D411E9C9-CE62-4DBF-9D92-4CB22B750ED5}). Would not install again.
<04/16/14 08:37:26> Pre Req SqlNativeClient is already installed. Skipping it.
<04/16/14 08:37:26>         ======== Completed Installation of Pre Reqs for Role SMSMP ========
<04/16/14 08:37:26> Installing the SMSMP
<04/16/14 08:37:26> Passed OS version check.
<04/16/14 08:37:26> IIS Service is installed.
<04/16/14 08:37:26> No versions of SMSMP are installed.  Installing new SMSMP.
<04/16/14 08:37:26> Enabling MSI logging.  mp.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
<04/16/14 08:37:26> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE
SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
<04/16/14 08:37:26> mp.msi exited with return code: 1603
<04/16/14 08:37:26> Backing up D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log.LastError
<04/16/14 08:37:26> Fatal MSI Error - mp.msi could not be installed.
<04/16/14 08:37:26> ~RoleSetup().
On checking I don't seem to have anything in IIS, no default web site.
I've tried reinstalling IIS and reinstalling SCCM 2012 but what ever I do I still hit the same issue with the Management Point.
Any assistance would be greatly appreciated.
Thanks

Similar Messages

  • [Forum FAQ] Management Point fails after installing SCCM 2012 SP1

    Symptom:
    The Management Point might fail to be installed after you install SCCM 2012 sp1 on Windows Server 2012, either fresh install or others.
    You might see some errors in mpMSI.log like listed below.
    “Setup was unable to compile the file CcmExec_Global.mof”
    “The error code is 80041002”
    Cause:
    Reinstall Management Point cannot work. This is because CCM Namespace remains in WMI which prevents SCCM from installing MP. You need clear CCM Namespace from WMI.
    Resolution:
    1. Uninstall Management Point from the console, then wait for the uninstallation to finish in MPSetup.log.
    2. Open Wbemtest -> Connect to root -> Click Enum Classes and choose Recursive -> Double click _NAMESPACE in Query Result dialog -> Click Instances -> Delete  _NAMESPACE.Name=”ccm”
    3. Install Management Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Symptom:
    The Management Point might fail to be installed after you install SCCM 2012 sp1 on Windows Server 2012, either fresh install or others.
    You might see some errors in mpMSI.log like listed below.
    “Setup was unable to compile the file CcmExec_Global.mof”
    “The error code is 80041002”
    Cause:
    Reinstall Management Point cannot work. This is because CCM Namespace remains in WMI which prevents SCCM from installing MP. You need clear CCM Namespace from WMI.
    Resolution:
    1. Uninstall Management Point from the console, then wait for the uninstallation to finish in MPSetup.log.
    2. Open Wbemtest -> Connect to root -> Click Enum Classes and choose Recursive -> Double click _NAMESPACE in Query Result dialog -> Click Instances -> Delete  _NAMESPACE.Name=”ccm”
    3. Install Management Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • Repporting problem after install SCCM 2012 SP1

    Hi there:
    After install SP1, our reporting does not work any more. It pop up following error messages.
    Any helps on this?
    Thanks..................................
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Query execution failed for dataset 'DataSet1'. (rsErrorExecutingCommand)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Invalid object name 'fn_rbac_StatusMessagesAlerts'.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)

    Suspiciously similar to my report error after upgrading to SCCM 2012 R2 today:
    Microsoft.Reporting.WinForms.ReportServerException
    An error has occurred during report processing. (rsProcessingAborted)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Query execution failed for dataset 'DataSet1'. (rsErrorExecutingCommand)
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Microsoft.Reporting.WinForms.ReportServerException
    Procedure or function 'sp_CP_StatusPercent_All' expects parameter
    '@UserSIDs', which was not supplied.
    Stack Trace:
       at Microsoft.Reporting.WinForms.ServerReport.ServerUrlRequest(Boolean isAbortable, String url, Stream outputStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.ServerReport.InternalRender(Boolean isAbortable, String format, String deviceInfo, NameValueCollection urlAccessParameters, Stream reportStream, String& mimeType, String& fileNameExtension)
       at Microsoft.Reporting.WinForms.AsyncMainStreamRenderingOperation.RenderServerReport(ServerReport report)
       at Microsoft.Reporting.WinForms.AsyncRenderingOperation.PerformOperation()
       at Microsoft.Reporting.WinForms.ReportViewer.AsyncReportOperationWrapper.PerformOperation()
       at Microsoft.Reporting.WinForms.ProcessingThread.ProcessThreadMain(Object arg)
    Any ideas?

  • DPM 2012 R2 long backup to tape job randomly fail after installing SCCM 2012 Client

    Hello,
    I'm managing a two nodes 2012 R2 file server cluster that contains a 16To CSV. I'm using DPM 2012 R2 to backup this entire shared volume directly to LTO 4 tapes, the job last about 55h.
    Since SCCM 2012 client has been installed(I don't manage it), the tape jobs are failing ramdomly after several hours with the error:
    Type: Tape backup
    Status: Failed
    Description: The DPM service was unable to communicate with the protection agent on serverX.xxxx.xxx . (ID 52 Details: The semaphore timeout period has expired (0x80070079))
     More information
    End time: 19/07/2014 03:11:06
    Start time: 18/07/2014 22:00:00
    Time elapsed: 05:11:05
    Data transferred: 768 289,56 MB
    Cluster node serverX.xxxx.xxx
    Source details: G:\
    Protection group members: 1
     Details
    Protection group: File Server Tape Protection
    Library: Quantum PX500 Series Medium Changer
    Tape Label (Barcode): File Server Tape Protection-00000230 (000043L4)
    If I uninstall SCCM 2012 client, no more issue, backups succeed. I've asked our SCCM team, no specific task has been scheduled or deployed in SCCM.
    I can't see anything abnormal in logs.
    Any idea?

    I have disabled "Configuration Manager Maintenance" and I have also tried to set the registry value HKLM\Software\Microsoft\CCM\CcmEval\NotifyOnly to TRUE and still the same issue.
    I can't find any correlated errors in the Windows event logs, task scheduler history neither in the DPM logs.
    I've increased the log level of DPM by following the following procedure
    http://blogs.msdn.com/b/george_bethanis/archive/2013/11/04/how-to-collect-dpm-verbose-logs.aspx
    Now i'm suspecting the maintenance job of Windows 2012 R2, i'll try to disabled this task. But the fact is that I don't have this backup issue if SCCM 2012 client is not installed.
    I'm waiting for next logs and will keep you informed

  • After installing SCCM 2012 R2 CU4, I show a Distribution Point warning that won't clear.

    I recently installed SCCM 2012 R2 CU4 on a LAB environment, and nowhere is it more important to wait until all requisite site roles are reinstalled before doing anything else.
    I did, and still do, have an warning/ error on the Site components that shows up on one of the child primary sites after the CU4 installation.
    Distribution Manager has not tried to install IIS component of operating system to distribution point “[“Display=\\SCxxx\”]MSWNET:[“SMS_SITE=xxx”]\\xxx\”. You should install and configure IIS manually. Please ensure RDC is also enabled.
    IIS is installed, RDC is enabled, but I get this error. What could be the real issue?

    Hi,
    So you have tried to reinstall IIS conponents and DP?
    Have you checked the distmgr.log? Anything helpful?
    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]

  • Reports not Generated after moving SCCM 2012 SP1 DB on SQL 2012 SP1 cluster

    Hi all,
    i have moved my SCCM 2012 SP1 DB on SQL 2012 SP1 Failover Cluster,this cluster is a two node cluster.the DB was moved fine and the DB configuration in SCCM Site maintenance was also done successfully.After the migration process,SCCM was working fine created
    few collections & packages, then checked the DB on cluster & they were updated successfully.
    but when i tried to install report server on my SCCM machine,again there was no instance displayed after entering the cluster name.
    I searched this & come across this post :-
    http://social.technet.microsoft.com/Forums/en-US/configmanagergeneral/thread/4479e73e-8a19-4c7e-9418-b36770656b9b/
    which says to install report server on the cluster node machine which is currently running the Reporting Service.I tried to install the report server & the instance was detected this time.it was installed successfully.
    But when i tried to generate reports I got this error :-
    Permissions are fine as i have added SCCMadmin & sccm machine in the local admin of both the nodes.
    Please Help.
    Thanks,
    Pranay.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    If you look at your second screenshot the Remote errors is not enabled. Use this blog to enable them.
    http://www.enhansoft.com/blog/enabling-remote-errors-in-sql
    If changing the data source on the report fixed it for a single report. It means that your shared Datasource is having problems. Reset the username and password within CM12 console and this should fix it for every report.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • Cannot install SCCM 2012 SP1 CU4

    Hi,
    I just tried to apply CU4 over one of my SCCM 2012 SP1 CU3 deployments and I receive the following message during the initial verification phase:
    Server update status: This update applies to product version 5.0.7804. The installed version on this computer is 5.0.7958.1000. This update is not applicable to this computer.
    Console update status: No serviceable configuration manager role was found on the local system.
    If I engage the verification phase on this installation for CU2 and CU3 there is no problem at all, so this must be a CU4 package specific error.
    Anybody experiencing the same behavior ?

    The latest CU that I see for SCCM 2012 SP1 is SP1 Cumulative Update 3, are you sure you are working with the proper file?  .
    CU4 was released this week:
    http://blogs.technet.com/b/configurationmgr/archive/2014/01/29/now-available-cumulative-update-4-for-system-center-2012-configuration-manager-service-pack-1.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • Error installing SCCM 2012 SP1 client

    Hi All,
    I am getting the following error, detailed in the client.msi.log, when trying to install the SCCM 2012 SP1 client on a couple of windows 2008 R2 servers.
    Error 1904. Module C:\Windows\CCM\StatusAgentProxy.dll failed to register.  HRESULT -2147010895
    The ccmsetup.log details the same message without Error 1904 indicated.
    I am installing the client using the SUP method, which has worked without any problems on all 180 other windows servers I have done.  ccmsetup starts and downloads all pre reqs required for the client rollout, but it then hits this error and does not
    finish the installation.
    Any help would be much appreciated?
    Regards PowerShell90

    Hi,
    I've seen this issue a couple of times and usually it's related to incorrect Versions of C++ Library installed on the system you try to install the Client. Try and remove any existing installations, reboot and install this version;
    http://www.microsoft.com/en-us/download/details.aspx?id=26368
    Let me know how it goes.

  • Deployed Windows 7 Image failing to start -SCCM 2012 SP1

    Hello, I am deploying windows 7 image using SCCM 2012 SP1, the installation goes thru fine but when it is in the process of restart, a blue screen is displayed for a split second and then it tries to reboot again with same results. Are there any logs on
    the SCCM server I can check to see where the problem may be?

    This generally means inaccessible boot device. How are you partitioning the drive and applying the image?
    This is one way to do it
    http://www.gerryhampsoncm.blogspot.ie/2013/02/sccm-2012-sp1-step-by-step-guide-part_18.html
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • Windows Updates are not getting download after installation of SCCM 2012 SP1

    I have installed SCCM 2012 SP1 step by step as per microsoft documents, Now I am getting error while downloading windows updates from microsoft site.
    Error by WCM.log : System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Unable to read data from the transport
    connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host
    Error By wsyncmgr: DB Server not detected for SUP XYZ.com from SCF File. skipping.
    Sync failed: WSUS update source not found on site KSL. Please refer to WCM.log for configuration error details.. Source: getSiteUpdateSource
    STATMSG: ID=6703 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_WSUS_SYNC_MANAGER" SYS=KSL-MUM-SCCM01.KSEC.KotakGroup.com SITE=KSL PID=3688 TID=4752 GMTDATE=Tue May 21 10:59:06.745 2013 ISTR0="getSiteUpdateSource" ISTR1="WSUS
    update source not found on site KSL. Please refer to WCM.log for configuration error details." ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0
    I have reinstall my SUP on site server, i have my WSUS & site server is on same server. I have kept my sup setting as per requirment (8530 & 8531)
    Kindly suggest is any other settings need to be done on server side.

    Yes, I know this is an old post, but I’m trying to clean them up. Did you solve this problem, if so what was the solution?
    From your log snip-it, it looks like the firewall is causing your problem. Temporary turn off the firewall and see if that solves your problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • SQL 2012 SP1 and SCCM 2012 SP1

    Hi,
    I am installing SCCM 2012 SP1 with SQL 2012 SP1 in Stand-Alone mode. But I am receiving error:"the service broker endpoint cannot listen on port 4022 because it is in use by another process"
    I saw in SQL (SQL Server Configuration Manager) that I am using port 4022 without dinamic port.
    Thaks.
    Lessandro Zampieri - http://lezampieri.com

    Thanks for the reply.
    C:\>netstat -ano
    Active Connections
      Proto  Local Address          Foreign Address        State           PID
      TCP    0.0.0.0:80             0.0.0.0:0              LISTENING       4
      TCP    0.0.0.0:135            0.0.0.0:0              LISTENING       780
      TCP    0.0.0.0:443            0.0.0.0:0              LISTENING       4
      TCP    0.0.0.0:445            0.0.0.0:0              LISTENING       4
      TCP    0.0.0.0:4022           0.0.0.0:0              LISTENING       4664
      TCP    0.0.0.0:5985           0.0.0.0:0              LISTENING       4
      TCP    0.0.0.0:47001          0.0.0.0:0              LISTENING       4
      TCP    0.0.0.0:49152          0.0.0.0:0              LISTENING       528
      TCP    0.0.0.0:49153          0.0.0.0:0              LISTENING       836
      TCP    0.0.0.0:49154          0.0.0.0:0              LISTENING       900
      TCP    0.0.0.0:49155          0.0.0.0:0              LISTENING       624
      TCP    0.0.0.0:49156          0.0.0.0:0              LISTENING       624
      TCP    0.0.0.0:49217          0.0.0.0:0              LISTENING       616
      TCP    0.0.0.0:49219          0.0.0.0:0              LISTENING       4184
      TCP    0.0.0.0:49389          0.0.0.0:0              LISTENING       2056
      TCP    0.0.0.0:49627          0.0.0.0:0              LISTENING       5060
      TCP    127.0.0.1:49390        0.0.0.0:0              LISTENING       2056
      TCP    127.0.0.1:49628        0.0.0.0:0              LISTENING       5060
      TCP    127.0.0.1:57593        0.0.0.0:0              LISTENING       4664
      TCP    192.168.100.30:139     0.0.0.0:0              LISTENING       4
      TCP    192.168.100.30:445     192.168.100.20:49420   ESTABLISHED     4
      TCP    192.168.100.30:445     192.168.100.20:49421   ESTABLISHED     4
      TCP    192.168.100.30:445     192.168.100.20:49422   ESTABLISHED     4
      TCP    192.168.100.30:445     192.168.100.20:49423   ESTABLISHED     4
      TCP    192.168.100.30:4022    192.168.100.30:61430   ESTABLISHED     4664
      TCP    192.168.100.30:4022    192.168.100.30:61496   ESTABLISHED     4664
      TCP    192.168.100.30:49627   192.168.100.40:55914   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55915   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55921   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55922   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55926   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55927   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55928   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55929   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55930   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55967   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55992   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:55998   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56001   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56002   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56009   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56077   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56211   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56656   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56687   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56817   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56891   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56946   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:56959   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57027   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57072   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57223   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57240   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57248   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57268   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57292   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57293   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57294   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57311   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57312   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57314   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57320   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57340   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57342   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57343   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57369   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57372   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57379   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57385   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57386   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57387   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57388   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57389   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57390   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57391   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57392   ESTABLISHED     5060
      TCP    192.168.100.30:49627   192.168.100.40:57393   ESTABLISHED     5060
      TCP    192.168.100.30:61430   192.168.100.30:4022    ESTABLISHED     4112
      TCP    192.168.100.30:61496   192.168.100.30:4022    ESTABLISHED     4112
      TCP    192.168.100.30:61537   192.168.100.10:49158   TIME_WAIT       0
      TCP    [::]:80                [::]:0                 LISTENING       4
      TCP    [::]:135               [::]:0                 LISTENING       780
      TCP    [::]:443               [::]:0                 LISTENING       4
      TCP    [::]:445               [::]:0                 LISTENING       4
      TCP    [::]:4022              [::]:0                 LISTENING       4664
      TCP    [::]:5985              [::]:0                 LISTENING       4
      TCP    [::]:47001             [::]:0                 LISTENING       4
      TCP    [::]:49152             [::]:0                 LISTENING       528
      TCP    [::]:49153             [::]:0                 LISTENING       836
      TCP    [::]:49154             [::]:0                 LISTENING       900
      TCP    [::]:49155             [::]:0                 LISTENING       624
      TCP    [::]:49156             [::]:0                 LISTENING       624
      TCP    [::]:49217             [::]:0                 LISTENING       616
      TCP    [::]:49219             [::]:0                 LISTENING       4184
      TCP    [::]:49389             [::]:0                 LISTENING       2056
      TCP    [::]:49627             [::]:0                 LISTENING       5060
      TCP    [::1]:49390            [::]:0                 LISTENING       2056
      TCP    [::1]:49628            [::]:0                 LISTENING       5060
      TCP    [::1]:57593            [::]:0                 LISTENING       4664
      UDP    0.0.0.0:123            *:*                                    948
      UDP    0.0.0.0:500            *:*                                    900
      UDP    0.0.0.0:1434           *:*                                    3000
      UDP    0.0.0.0:4500           *:*                                    900
      UDP    0.0.0.0:5355           *:*                                    124
      UDP    127.0.0.1:51181        *:*                                    4132
      UDP    127.0.0.1:51338        *:*                                    124
      UDP    127.0.0.1:55475        *:*                                    900
      UDP    127.0.0.1:59835        *:*                                    1628
      UDP    127.0.0.1:60840        *:*                                    3596
      UDP    127.0.0.1:62010        *:*                                    1816
      UDP    127.0.0.1:62390        *:*                                    4112
      UDP    127.0.0.1:64129        *:*                                    624
      UDP    192.168.100.30:137     *:*                                    4
      UDP    192.168.100.30:138     *:*                                    4
      UDP    [::]:123               *:*                                    948
      UDP    [::]:500               *:*                                    900
      UDP    [::]:1434              *:*                                    3000
      UDP    [::]:4500              *:*                                    900
    All things are correct?
    Att.,
    Lessandro Zampieri - http://lezampieri.com

  • SQL version problem during SCCM 2012 sp1 setup

    Hi
    I am trying to install SCCM 2012 sp1 with a remote sql 2012 server.
    during setup when I enter the SQL name i hit next and then I get this error.
    "Configuration Manager requires Microsoft SQL Server 2008 SP2 with Cumulative update 9 or higher, Microsoft SQL Server 2008 SP3 with Cumulative update
    4 or higher, Microsoft SQL Server 2008 R2 SP1 with Cumulative update 6 or higher or Microsoft SQL Server 2012 with Cumulative update 2 or higher,"
    I installed SQL sp1 and CU3 as well. but still the same error.
    please assist
    thanks
    troy

    Hi,
    If you use default instance, please do not fill in the instance name.
    You could use “telnet sqlserver 1433” to verify the connection and port.
    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.

  • SCCM 2012 SP1 Beta Site System Roles Installation issues

    My apologies if this isn't the correct place to post this, but I didn't see any SCCM 2012 forums to post this. If there is a better place for this post, please direct me to the proper location. In the meantime this is my scenario:
    I am currently evaluating SCCM 2012 for our company. I have installed SCCM 2012 SP1 Beta on a test server running Server 2012 and SQL 2012. I am testing its ability to manage Windows 8. The server is a member of our company domain. I have enabled Active
    Directory Forest Discovery and CM has detected our forest and domain and set up boundaries automatically.
    I am trying to add the Application Catalog Web Service and Website Roles. When I start the wizard I get exclamation marks next to Active Directory forest and domain fields in the wizard. It shows our proper forest and domain names but won't proceed
    because it insists that the FQDN for my forest/domain is invalid. If I enter any other forest/domain name (e.g. yahoo.com, google.com, help-me.com) the exclamation marks clear and the wizard will proceed. SC seems to recognize our forest/domain name and
    denies it. Adding different suffixes (e.g. .net, .org, .local) changes nothing. I've even flipped our forest-domain name (e.g. "a-b.com" to "b-a.com": we have a "-" in our name) and it STILL denies it. If I add a prefix to the forest/domain name, the
    wizard is happy and lets me proceed (e.g. "domain.a-b.com") Did I miss something in initial setup? If this is a bug in the SP1 beta, how do I let anyone know about this? Any help/suggestions would be appreciated. Thanks.

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • New SCCM 2012 client machines still getting SCCM 2012 SP1 client not the new SCCM 2012 SP1 CU3 client

    Hi,
    I've successfully (as far as I can tell) deployed SCCM 2012 SP1 CU3 and all my existing clients are showing a client version of 5.00.7804.1400.  But when I setup a new client system recently I noticed that the client version was showing 5.00.7804.1000,
    and not 5.00.7804.1400. 
    For new client systems, do I need to redeploy the packages that were created for SCCM 2012 SP1 CU3 so that the new systems get the new SCCM 2012 SP1 CU3 client? 
    Thanks,
    Nick

    Hi,
    Here's some good information to look over:
    http://sccmfaq.wordpress.com/2013/09/24/sccm-2012-include-cu-in-osd/
    I haven't followed these instructions myself, since I haven't really had any good reason to include CUs during the initial installation process. I use this method instead and I've never run into any problems:
    http://www.ronnipedersen.com/2013/06/installing-sccm-2012-sp1-cu2-quick-start-guide/
    Don't retire TechNet! -
    (Don't give up yet - 12,575+ strong and growing)

  • SCCM 2012 SP1 + WSUS + Server 2012 + SQL Server 2012

    Hi all;
    I installed SCCM 2012 with Sp1 for my site server and everything is going well.. And than i installed the WSUS role on my Windows Server 2012 and SCCM 2012 SP1 it gave an error message which is "Fatal Error: The schema version of the database is from a newer
    version of WSUS than currently installed.  You must either patch your WSUS server to at least that version or drop the database." My database server is SQL Server 2012... Do you know any pathc for WSUS or SQL Server 2012 doesnt support WSUS yet???
    Thank You...
    MCT

    Normally if you are going to install SCCM 2012 SP1 +Windows 2012 with SQL 2012, Then you better use the SQL 2012 sp1.
    also when you are installing the WSUS version 6.2 which come with server 2012 make sure you leave the default settings as it is. it shows in the below article.
    also when you are giving the path to save the WSUS contents make sure the drive you going to create the wsus folder and the place where you going to download the updates is having free disk space and its formatted with the NTFS volume. Also the service account
    you are using for this configuration should have the admin rights to the location of the wsus folder you going to create,
    Thanks
    Hasitha

Maybe you are looking for

  • Ant extractESBDeploymentPlan Issue with linked ESB Artifacts

    Hi I seem to have found a problem with the ExtractESBDeploymentPlan script. I've created a number of ESB artifacts that are common to a number of other ESB processes. I link them together by calling an existing ESB Routing Service from an ESB, which

  • Network Issues After Update

    Today I decided to do a full pacman -Syu and I received a bunch of updates which it asked me to install. I went ahead as normal and everything seemed to install fine. However, upon rebooting the machine I found that the internet connection was acting

  • 7.0.1 Updater install problem

    Hi We are running CF MX 7.0.0.91690 on a MS Windows 2000 SP4 Server, and am having problems installing the 7.0.1 Updater. A few seconds after double clicking on the Updater the install process stops with no error message. Has anyone else had the same

  • VI analyzer: Wire under object test fails with Call Library Function Nodes

    Hi, If I wire a Call Library Function Node with an ErrorIn and an ErrorOut, the VI Analyzer Test "Wire under Object" fails always with two occurrences per Call Library Function Node. A double click to the occurrence highlights the error lines connect

  • Mod Autoload and modules in rc.conf / boot time

    deleted Last edited by Misbah (2012-02-14 05:47:45)