Skip to main content

Posts

An error occurred while loading the task sequence Error 8004100a

We received the following error message while editing Task Sequences in SCCM 2007 It didnt matter where you are running the console from . Adminuilog An error occurred while loading the task sequence Description = "Failed to call SMS_TaskSequence::LoadFromXml due to error 8004100a."; ErrorCode = 1078462229; File = "e:\\nts_sms_fre\\sms\\siteserver\\sdk_provider\\smsprov\\ssptspackage.cpp"; Line = 2932; Operation = "ExecMethod"; ParameterInfo = "SMS_TaskSequencePackage"; ProviderName = "WinMgmt"; StatusCode = 2147749889; Restarting the WMI service on Primary site server fixed this error for us. Hope this helps.

SCCM Task Sequence Error code 0x8007051f = "There are currently no logon servers available to service the logon request."

The Task sequence was failing in our Secondary site and from the smsts.log it indicated the following error Error code 0x8007051f = "There are currently no logon servers available to service the logon request." Task sequence was worning fine at other sites. I tried updating/refreshing DP for the secondary site Chaning NAA account Restarting Smsexec and component services No issues were in the MP or IIS logs Restart of the secondary site server fixed this issue for us. I dont know how but it did. Hope this helps.

Nutanix BMC not responding to firmware upgrade - IPMI SuperMirco

We are using Nutanix 3000 (SuperMicro Server) and while upgrading the Firmware for bmc i noticed that it didn't take affect. In our case i had to ssh into the VM host and Shut it down using command line. To get bmc working , we needed to pull the host out of the chassis and then put it back in . IPMI worked fine after that and did show the upgraded firmware version. Hope this helps.

Outlook 2010 performance issues after Exchange 2013 upgrade

We faced terrible Outlook 2010 performance on all our terminal servers after we upgraded to Exchange 2013. In Our case it was because we were running Office 2010 SP1 x86 Once we upgraded to Office 2010 SP2 , the issue was solved. In addition you may need to look at this as well http://blogs.technet.com/b/samdrey/archive/2014/10/30/outlook-in-online-mode-on-windows-7-is-slow-connecting-to-exchange-2013-a-blog-post-from-macster-and-sharing-from-festivalman-thanks-guys.aspx Hope this helps.

Close Open Files in Isilon

To close Open files in Isilon Sometimes we may have to Close open files on Isilon , This is how we can accomplish it First find all the Open Files using the Following Command: isi_for_array  "isi smb openfiles list" To Narrow the search  we can grep the result  as an example isi_for_array  "isi smb openfiles list" | grep -i abc Once you find the files the 6 digit number is the id for that open file. To close the open file run the following command isi_for_array isi smb openfiles close "123456" -f Hope this helps

SCOM Agent Install Issue: Failure of operating system version verification.

I was trying to install SCOM  2012 R2 agent from the console on a couple of our remote DR servers, However we received the following error message every time we tried the install. "The operations manager server cannot process the install/uninstall request for computer. Failure of operating system version verification." As checked RDP  and  Ping worked fine, There was no firewall issue as it was disabled. Permissions for Agent account were correct. However when we tried to access the \\server\C$ it failed. It turned out WAN optimization  software was blocking CIFS access As soon as we made changes to allow CIFS access , SCOM agent installation worked fine. Hope this helps.