Skip to main content

Posts

SCCM Updates deploymnet Failure 0x80070643

While patching one of the servers using SCCM , we have continuous failures for .Net/office patches UpdatesHandler log WSUS update (7b86b1e1-d602-4951-ac51-6b87c6765d28) installation result = 0x80070643, Reboot State = NoReboot UpdatesHandler 20-04-2016 18:00:45 17788 (0x457C) Update execution failed. UpdatesHandler 20-04-2016 18:00:45 17788 (0x457C) WSUS update (8291abea-f6b6-412a-85ec-c7a759bafc9b) installation result = 0x80070643, Reboot State = NoReboot UpdatesHandler 20-04-2016 18:00:45 18472 (0x4828) Update execution failed. UpdatesHandler 20-04-2016 18:00:45 18472 (0x4828) WSUS update (87d7d2fb-b4f0-4f7e-8a3a-b9ed4c4cd7a3) installation result = 0x80070643, Reboot State = NoReboot UpdatesHandler 20-04-2016 18:01:00 19228 (0x4B1C) Update execution failed. UpdatesHandler 20-04-2016 18:01:00 19228 (0x4B1C) UpdatesDeployment.log Update (Site_9057B171-1576-406C-8BD2-766678A36A6C/SUM_8291abea-f6b6-412a-85ec-c7a759bafc9b) Progress: Status = ciStateError...

Citrix XenApp 6.5 Discovery fails Event 3989

Citrix XenApp 6.5 Service account password change caused console discovery to fail and we saw event ID 3989 in System Event logs "Citrix XenApp failed to connect to the Data Store. ODBC error while connecting to the database: 28000 -> [Microsoft][ODBC SQL Server Driver][SQL Server]Login failed. The login is from an untrusted domain and cannot be used with Windows authentication." After changing the service account password needed to run the following command on the delivery controllers. DSMAINT CONFIG /user:abc\ABCSVCCitrix /pwd:nP@ssword /dsn:"C:\Program Files (x86)\Citrix\Independent Management Architecture\mf20.dsn" Restart IMA service You should now be able to run the discovery successfully Hope this helps

Change Citrix EdgeSight Service Account password

Recently we had to change Citrix Edgesight Service account Password I am not sure if this is the correct way , but this is how i accomplished it in our setup Make note of the current password Check which services on the edgeSight server are running under this account Change service account password in AD Set the service account password on the ES server following accounts ( in my case) Citrix RSSH Admin Service Citrix RSSH Application Manager Restart the services Set the password in the IIS Application Pool for Edgesight , Start the Application Pool Login to Edgesight console using the SupportEamilID account Configure Reporting server to use the new password Hope this helps

The connection cannot be completed because the remote computer that was reached is not the one you specified

I received following error while connecting to a server. The connection cannot be completed because the remote computer that was reached is not the one you specified. This could be caused by an outdated entry in the DNS cache. Try using the IP address of the computer instead of the name. Found that there was a static entry in DNS for an old server which was already decommissioned. Hope this helps

SCCM Failed to initiate installation of updates, error = 0x80040271

When you install windows using SCCM OSD , sometimes an agent will comeback up and you wont be able to initiate software distribution or Updates . We face an issue where a newly deployed system kept showing this error  , although the update did seem to have installed. "An error was encountered while attempting to install software updates" Updatedeploymnet.log showed this: InstallUpdates Initiated by user UpdatesDeploymentAgent 29-12-2015 12:22:17 1020 (0x03FC) Action not allowed in pause state UpdatesDeploymentAgent 29-12-2015 12:22:17 1020 (0x03FC) InstallUpdates failed, error 80040271 UpdatesDeploymentAgent 29-12-2015 12:22:17 1020 (0x03FC) Failed to initiate installation of updates, error = 0x80040271 UpdatesDeploymentAgent 29-12-2015 12:22:17 3280 (0x0CD0) In our case we have to stop SMS agent Host Service and then change the value of  following keys to 0 in registry Registry Location: HKEY_Local_Machine\Software\Wow6432Node\Microsoft\SM...

Error 266 was returned by WinVerifyTrust

Sometimes while installing application on Windows Server you may receive an error: Error 1330. A file that is required cannot be installed because the cabinet file has an invalid digital signature Error 266 was returned by WinVerifyTrust In our case we had to install rootsupd.exe  on the server before  we could install the application http://download.windowsupdate.com/msdownload/update/v3/static/trustedr/en/rootsupd.exe Hope this helps

Citrix XenApp is unable to retrieve the license server location

In our XenApp 6.5 HRP 4 Farm  ,we had 1 server behaving oddly Somehow it always showed load of 20000  (licensing) Error during login:  "Citrix XenApp is unable to retrieve the license server location" I tried a lot of things like recreating LHC Restarting server a couple of times Editing License server configuration using Role Manager However it Still kept staying on Load 20000 In the end i had to export the following Keys from a working XenApp Server and import it in the affected one , since the problematic server was missing these keys. [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Citrix\IMA] [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Policies\Citrix\IMA Hope this Helps