Quantcast
Channel: Windows Server General Forum forum
Viewing all 24879 articles
Browse latest View live

2008r2 - Server Manager - error HRESULT: 0x800F0900

$
0
0

Note: This is a Virtual server with Active Directory and SQL 2012 installed.

When starting Server Manager Roles:" Error appears"  Same when I click on Features " Error Features"
When I click on "Error details" at the bottom of the window I get the " Unexpected error refreshing Server Manager:
Exception HRESULT: 0x800F0900.

I  Downloaded the Update Readiness tool and ran it and I get this error" Update is not applicable to your computer"
I also ran IE11-Windows6.1-KB3170106-x64.msu and get "already installed"
I'm not sure how to proceed

BTW: I run  sfc /scannow - returns no errors

Thanks for any tips that you may have.



Connecting Bose Companion Speakers to WIN10 HP Desktop P62326P

$
0
0
Cannot connect. Says no output or input detected.  Error says to make sure digital output is off. I believe I've connected the cords correctly but who knows...frustrated mode. Just had my old desktop wiped and clean version of WIN10 reloaded at Big Blue Box store. Maybe this has something to do with it. Outdated driver?  elp if any of this makes sense.

TCP download speed over high latency connections is poor (compared to Linux)

$
0
0

I've been transferring some large (1gb+) files over HTTP (TCP) between two Windows servers, and noticed that the download speed never exceeds 10Mb/s. Even though the available bandwidth is 1000Mb/s.
The servers are located in Roubaix, France and New York, USA. The RTT/ping between the servers is 72ms.

What I've noticed is that over the same network, with a Linux guest in Hyper-V, the download speed exceeded 400Mb/s!

When downloading from the Linux machine the performance was similar to the Windows > Windows transfer.
After doing some tests it became clear that the TCP receive window doesn't grow large enough on the Windows machines, when the network latency is "high" (above 50ms).

I've tried fiddling around with the TCP auto tuning levels and even disabling TCP auto tuning, but this didn't cause a increase in download speeds. (disabling auto tuning even reduced the download speed)

My question is: What settings should I change in Windows to increase the download speed, to get similar results to Linux?

I think this can be achieved by making TCP auto tuning in Windows Server 2016 more aggressive on high latency connections.

Strange Problem in Windows 2008 Task Scheduler

$
0
0

I have a strange issue with the Windows 2008 task scheduler.  Under circumstances unknown, it appears to be triggering two instances of a scheduled task for no apparent reason.  The 2<sup>nd</sup> triggered instance fails with an error code 2147750687, which is a “duplicate task already running” message.  So, there is no apparent user impact, since we have these tasks configured to NOT allow multiple instances.

 

I can see nothing in task scheduler, or in the specific task that would account for the task being triggered twice.  Here is an example of the task in question:

<?xml version="1.0" encoding="UTF-16"?><Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task"><RegistrationInfo><Description>100000;VMS Reports</Description></RegistrationInfo><Triggers><CalendarTrigger><StartBoundary>2009-04-28T01:30:00</StartBoundary><EndBoundary>9999-12-31T23:59:59.999</EndBoundary><Enabled>true</Enabled><ScheduleByWeek><DaysOfWeek><Monday /><Tuesday /><Wednesday /><Thursday /><Friday /><Saturday /></DaysOfWeek><WeeksInterval>1</WeeksInterval></ScheduleByWeek></CalendarTrigger></Triggers><Principals><Principal id="Author"><UserId>INT\bebprdnuts</UserId><LogonType>Password</LogonType><RunLevel>LeastPrivilege</RunLevel></Principal></Principals><Settings><IdleSettings><Duration>PT10M</Duration><WaitTimeout>PT1H</WaitTimeout><StopOnIdleEnd>true</StopOnIdleEnd><RestartOnIdle>false</RestartOnIdle></IdleSettings><MultipleInstancesPolicy>IgnoreNew</MultipleInstancesPolicy><DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries><StopIfGoingOnBatteries>true</StopIfGoingOnBatteries><AllowHardTerminate>true</AllowHardTerminate><StartWhenAvailable>false</StartWhenAvailable><RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable><AllowStartOnDemand>true</AllowStartOnDemand><Enabled>true</Enabled><Hidden>false</Hidden><RunOnlyIfIdle>false</RunOnlyIfIdle><WakeToRun>false</WakeToRun><ExecutionTimeLimit>PT72H</ExecutionTimeLimit><Priority>7</Priority></Settings><Actions Context="Author"><Exec><Command>E:\beb\Newt\bin\jobstub.exe</Command><Arguments>/inst_id:41782F0EA57247BFA811921449F51BE9 /job:074102EF98614E08A7D169276F8F455F /ReportName:Billing_Info</Arguments></Exec></Actions></Task>


And here is what happens in the task scheduler log:

Level,Date and Time,Event ID,Task Category,Operational Code,Correlation Id
Information,4/13/2010 1:30:03 AM,102,Task completed,(2),b46876c1-db78-45a2-8430-713eed5110f7,"Task Scheduler successfully finished ""{B46876C1-DB78-45A2-8430-713EED5110F7}"" instance of the ""\41782F0EA57247BFA811921449F51BE9"" task for user ""INT\bebprdnuts""."
Information,4/13/2010 1:30:03 AM,201,Action completed,(2),b46876c1-db78-45a2-8430-713eed5110f7,"Task Scheduler successfully completed task ""\41782F0EA57247BFA811921449F51BE9"" , instance ""{B46876C1-DB78-45A2-8430-713EED5110F7}"" , action ""E:\beb\Newt\bin\jobstub.exe"" with return code 0."
Information,4/13/2010 1:30:00 AM,129,Created Task Process,Info,00000000-0000-0000-0000-000000000000,"Task Scheduler launch task ""\41782F0EA57247BFA811921449F51BE9"" , instance ""E:\beb\Newt\bin\jobstub.exe""  with process ID 5320."
Error,4/13/2010 1:30:00 AM,101,Task Start Failed,Launch Failure,00000000-0000-0000-0000-000000000000,"Task Scheduler failed to start ""\41782F0EA57247BFA811921449F51BE9"" task for user ""INT\bebprdnuts"". Additional Data: Error Value: 2147750687."
Warning,4/13/2010 1:30:00 AM,322,"Launch request ignored, instance already running",Info,b46876c1-db78-45a2-8430-713eed5110f7,"Task Scheduler did not launch task ""\41782F0EA57247BFA811921449F51BE9""  because instance ""{B46876C1-DB78-45A2-8430-713EED5110F7}""  of the same task is already running."
Information,4/13/2010 1:30:00 AM,200,Action started,(1),b46876c1-db78-45a2-8430-713eed5110f7,"Task Scheduler launched action ""E:\beb\Newt\bin\jobstub.exe"" in instance ""{B46876C1-DB78-45A2-8430-713EED5110F7}"" of task ""\41782F0EA57247BFA811921449F51BE9""."
Information,4/13/2010 1:30:00 AM,100,Task Started,(1),b46876c1-db78-45a2-8430-713eed5110f7,"Task Scheduler started ""{B46876C1-DB78-45A2-8430-713EED5110F7}"" instance of the ""\41782F0EA57247BFA811921449F51BE9"" task for user ""INT\bebprdnuts""."
Information,4/13/2010 1:30:00 AM,319,Task Engine received message to start task,(1),00000000-0000-0000-0000-000000000000,"Task Engine ""S-1-5-21-154405328-2802981858-2054149546-68593:INT\bebprdnuts:Password:""  received a message from Task Scheduler service requesting to launch task ""\41782F0EA57247BFA811921449F51BE9"" ."
Information,4/13/2010 1:30:00 AM,107,Task triggered on scheduler,Info,30b595e8-d91c-4c3f-a4a3-8d23729821cf,"Task Scheduler launched ""{30B595E8-D91C-4C3F-A4A3-8D23729821CF}""  instance of task ""\41782F0EA57247BFA811921449F51BE9"" due to a time trigger condition."
Information,4/13/2010 1:30:00 AM,107,Task triggered on scheduler,Info,b46876c1-db78-45a2-8430-713eed5110f7,"Task Scheduler launched ""{B46876C1-DB78-45A2-8430-713EED5110F7}""  instance of task ""\41782F0EA57247BFA811921449F51BE9"" due to a time trigger condition."
Information,4/12/2010 1:30:06 AM,102,Task completed,(2),c8e3b8e0-32fe-4e49-8e38-04c3dfb01291,"Task Scheduler successfully finished ""{C8E3B8E0-32FE-4E49-8E38-04C3DFB01291}"" instance of the ""\41782F0EA57247BFA811921449F51BE9"" task for user ""INT\bebprdnuts""."

As you can see, the task completed successfully the day before on 4/12.  Then it triggered twice and creates two instances of the task on the 13<sup>th</sup>. One fails, and one completes.  The next day, only one instance gets kicked off.

 

The server is running Windows 2008 standard SP2.  Very vanilla HP server hardware.  4 gig of RAM, and 2 CPUs.  The task scheduler does this approximately 2-5 times per day on (seemingly) random tasks.  I would estimate that the task scheduler on this system kicks off approximately 2000 tasks per day. I do not think it is load related.  The example task above runs at a very slow time of the day for tasks.

 

Any insight would be appreciated.

 

Regards,

 

-aspolivka

Security Alert: CVE-2019-0708 | Remote Desktop Services Remote Code Execution Vulnerability this May 14, 2019

$
0
0

Hi, Guys.

Do you know about the Microsoft Release for CVE-2019-0708 | Remote Desktop Services Remote Code Execution Vulnerability this May 14, 2019?

Are the security updates for this considered emergency and out-of-band? Please advise.

Thank you.

Robocopy "No destination directory found"

$
0
0

I'm trying to use this robocopy script in that I've used many times before for file server migrations or just moving folders from one server to another but can't figure out why it's complaining about "No destination directory specified".

I'm running it from the server (as admin) that has the source hosted on it, and the destination folder is open in windows explorer and I have access to that as well. I've tried putting the source and destination in quotes even though there are no spaces and I've tried ending both path's with "\" but that doesn't work either. Any ideas? Using IP instead of hostname for the destination didn't work as well.

robocopy D:\HRShare\HR\Scanned_Data \\Diskstation\Scanned_Data /E /ZB /MIR /DCOPY:T /COPYALL /R:1 /W:1 /V /TEE /LOG+:C:\Robocopy.log

Below is the output but it looks as if it's including the destination in the source and also it's adding c:\windows for some reason

Error 80004005 in Windows Update on Server 2008 R2 trying to install KB4499164

$
0
0

I have a windows server 2008 R2 system which is unable to install KB4499164 (a Windows Security update). I've tried several times, both thru Windows Update and individually. In the Application log, I'm getting the message below

I've tried renaming softwaredistribution and resetting WIndows Update. I'm currently downloading the Windows Update Readiness Tool (it is taking forever).

Any further suggestions?

******

Fault bucket , type 0

Event Name: WindowsUpdateFailure3

Response: Not available

Cab Id: 0

 

Problem signature:

P1: 7.6.7601.24085

P2: 80004005

P3: 3449D309-B7BF-4E6E-A34A-9AC8F6191E1F

P4: Install

P5: 501

P6: 0

P7: 80004005

P8: wusa

P9: {F90ED54B-A91B-4B03-A138-72A033966443}

P10: 0

 

Attached files:

 

These files may be available here:

C:\ProgramData\Microsoft\Windows\WER\ReportQueue\NonCritical_7.6.7601.24085_454d7f7fd25f3fd8966f3fd51bf65c5b1c18b_cab_2489f1ed

 

Analysis symbol:

Rechecking for solution: 0

Report Id: 401892f6-79fb-11e9-a81e-0024e855a25b

Report Status: 4

*****


Jeremy Heymann Market Mentor Online

2019-05 Security Monthly Quality Rollup for Windows Server - Installation Failed

$
0
0

Hi All,

We have been rolling out this months security patches across the estate however on about 15 servers it is failing to install at all. It fails constantly without any thing meaningful in the logs. 

I've tried to do an online dism aswell as an offline and the update still fails to install.

Any ideas?


server editions question

$
0
0

large organization...

we received the note that in a new Data Center (on VMWare) ready for production, the template for servers installation is Server 2019 Data Center edition.

First, I was wondering why... why not Server 2019 Standard for all general servers?

Then I thought that there are not "stupid" people on top and probably have a serious reason.

I decided not to ask them (not because they are so smart :)... ) but to ask here.

Say truth, I made a little home work and compared 2019 DataCenter vs Standard. Very few, may be 3-5 features are different. And after quick look I guess that most of them are really important/needed/applicable in the case of installation on physical hardware (Hyper-V Data Center).

Really not persuaded that it is good/necessary move. I know that it is easy to "convert" DataCenter to Standard from PowerShell (and vise versa).

Would be interesting to here the opinion why general servers on VMs with DataCenter version and not Standard could be right decision.

I just see in WSUS for example first group of new servers and all of them appear - Windows Server 2019 Datacenter. Unusual stuff.

Thanks for the point...


--- When you hit a wrong note its the next note that makes it good or bad. --- Miles Davis

windows patches may Month kb4499164 failed with error 0x80092004: in windows server 2008r2 enterprize editions

$
0
0

Hi Team,


windows patches failed with below error :

Windows failed to install the following update with error 0x80092004: 2019-05 Security Monthly Quality Rollup
 for Windows Server 2008 R2 enterprize editions  for x64-based Systems (KB4499164



Kindly help on.


windows patches may month kb4499164 failed with error 0x800f083f: in windows server 2008r2 data centre editions

$
0
0

Hi Team,

patches has been failed with below error:

Windows failed to install the following update with error 0x800f083f: 2019-05 Security Monthly Quality Rollup 
for Windows Server 2008 R2 data centre editions for x64-based Systems (KB4499164)



kindly help on 


changed kms server IP

$
0
0

moved my kms server to a new ip address, assumed all clients were using the FQDN, was mistaken. running

slmgr /dlv

showed that the old ip address was the "registered kms machine name" and the "kms machine ip address."

on a test client, I changed the "KeyManagementServiceName" registry key to the FQDN of the kms server, and rebooted. now smgr /dlv shows the FQDN as the "registered kms machine name", but still shows the old ip address as "kms machine IP address." and i'm still getting security-spp 8198 "license activaction failed" events in the application log.

Windows Server 2008R2 Code 80070002 while installing updates

$
0
0

Hello, now I have a couple servers with error "WindowsUpdate_80070002" (code 80070002)

What i did try:

1. Windows Update Troubleshooter (WindowsUpdate.diagcab)

2. sfc /scannow

3. System Update Readiness Tool (Windows6.1-KB947821-v34-x64.msu)

=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2019-05-27 14:46

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store

Summary:
Seconds executed: 283
 No errors detected
(w)	Unable to get system disk properties	0x0000045D	IOCTL_STORAGE_QUERY_PROPERTY	Disk Cache	


=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2019-05-27 15:09

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store

Summary:
Seconds executed: 287
 No errors detected
(w)	Unable to get system disk properties	0x0000045D	IOCTL_STORAGE_QUERY_PROPERTY	Disk Cache	


=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2019-05-28 08:24

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store

Summary:
Seconds executed: 351
 No errors detected
(w)	Unable to get system disk properties	0x0000045D	IOCTL_STORAGE_QUERY_PROPERTY	Disk Cache	


=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2019-05-29 06:08

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store
(f)	CSI F Mark Missing	0x00000002	f!msspellcheckingfacility.e_a032e8b15b3370c9	amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19002_none_5fbedab2ff32ee2b	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19002_none_5fbedab2ff32ee2b\f!msspellcheckingfacility.e_a032e8b15b3370c9: MsSpellCheckingFacility.exe

Summary:
Seconds executed: 275
 Found 1 errors
 Fixed 1 errors
  CSI F Mark Missing Total count: 1
  Fixed: CSI F Mark Missing.  Total count: 1
(w)	Unable to get system disk properties	0x0000045D	IOCTL_STORAGE_QUERY_PROPERTY	Disk Cache	


=================================
Checking System Update Readiness.
Binary Version 6.1.7601.22471
Package Version 26.0
2019-05-29 06:21

Checking Windows Servicing Packages

Checking Package Manifests and Catalogs

Checking Package Watchlist

Checking Component Watchlist

Checking Packages

Checking Component Store

Summary:
Seconds executed: 271
 No errors detected
(w)	Unable to get system disk properties	0x0000045D	IOCTL_STORAGE_QUERY_PROPERTY	Disk Cache	

4. Here I saw issue like mine, so i did try it too

cd C:\temp
expand windows6.1-kb4025341-x64_e2518cc83b86902d20302f114a7ebe4249efbe9c.msu -f:* C:\temp
DISM.exe /Online /Add-Package /PackagePath:C:\temp\windows6.1-kb4025341-x64.cab

5. With same technic I did try to install all HRESULT = 0x80070490 - ERROR_NOT_FOUND KB's from c:\Windows\Logs\CBS\CBS.log

And everything with no luck.

First I think main problem was in that linesL

2019-05-28 07:34:52, Info                  CBS    Exec: Staging Package: Package_1638_for_KB4499164~31bf3856ad364e35~amd64~~6.1.1.8, Update: 4499164-4657_neutral_LDR, PinDeployment: amd64_3ad469a0d701d4e8dfa7fa2ceb43a818_31bf3856ad364e35_6.1.7601.24195_none_534a86f5728a5346
2019-05-28 07:34:52, Info                  CBS    Failed to find file: amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19002_none_5fbedab2ff32ee2b\MsSpellCheckingFacility.exe [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Info                  CBS    Failed to gather all required files. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Info                  CBS    Failed to gather all missing files for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8 [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Info                  CSI    0000000e@2019/5/28:04:34:52.701 CSI Transaction @0x3fbe20 destroyed
2019-05-28 07:34:52, Error                 CBS    Failed to pre- stage package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8 [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Info                  CBS    Perf: Stage chain complete.
2019-05-28 07:34:52, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Info                  CBS    WER: Generating failure report for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8, status: 0x80070002, failure source: Stage, start state: Resolved, target state: Installed, client id: WindowsUpdateAgent
2019-05-28 07:34:52, Info                  CBS    Failed to query DisableWerReporting flag.  Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:52, Info                  CBS    Failed to add %windir%\winsxs\pending.xml to WER report because it is missing.  Continuing without it...
2019-05-28 07:34:52, Info                  CBS    Failed to add %windir%\winsxs\pending.xml.bad to WER report because it is missing.  Continuing without it...
2019-05-28 07:34:52, Info                  CBS    Reboot mark refs: 0
2019-05-28 07:34:52, Info                  CBS    SQM: Reporting package change for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8, current: Resolved, pending: Default, start: Resolved, applicable: Installed, target: Installed, limit: Installed, hotpatch status: StillGoing, status: 0x0, failure source: Stage, reboot required: False, client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 913, first merged sequence: 913
2019-05-28 07:34:53, Info                  CBS    SQM: Upload requested for report: PackageChangeBegin_Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8, session id: 142859, sample type: Standard
2019-05-28 07:34:53, Info                  CBS    SQM: Ignoring upload request because the sample type is not enabled: Standard
2019-05-28 07:34:53, Info                  CBS    SQM: Reporting package change completion for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8, current: Resolved, original: Resolved, target: Installed, status: 0x80070002, failure source: Stage, failure details: "(null)", client id: WindowsUpdateAgent, initiated offline: False, execution sequence: 913, first merged sequence: 913
2019-05-28 07:34:53, Info                  CBS    SQM: stage time performance datapoint is invalid. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2019-05-28 07:34:53, Info                  CBS    SQM: execute time performance datapoint is invalid. [HRESULT = 0x80070490 - ERROR_NOT_FOUND]
2019-05-28 07:34:53, Info                  CBS    SQM: Failed to initialize Win SAT assessment. [HRESULT = 0x80040154 - Unknown Error]
2019-05-28 07:34:53, Info                  CBS    SQM: average disk throughput datapoint is invalid [HRESULT = 0x80040154 - Unknown Error]
2019-05-28 07:34:53, Info                  CBS    SQM: Upload requested for report: PackageChangeEnd_Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8, session id: 142862, sample type: Standard
2019-05-28 07:34:53, Info                  CBS    SQM: Ignoring upload request because the sample type is not enabled: Standard
2019-05-28 07:34:53, Info                  CBS    Enabling LKG boot option
2019-05-28 07:34:53, Info                  CBS    Restored system sleep block state: 0x80000000
2019-05-28 07:34:53, Info                  CBS    Exec: Processing complete.  Session: 30741774_2178619010, Package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8 [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-28 07:34:58, Info                  CBS    Session: 30741774_3034435239 initialized by client WindowsUpdateAgent.

I've created folder amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19002_none_5fbedab2ff32ee2b in c:\Windows\winsxs\ and copy MsSpellCheckingFacility.exe and after that in System Update Readiness Tool (Windows6.1-KB947821-v34-x64.msu) appeared that:

Checking Component Store
(f)	CSI F Mark Missing	0x00000002	f!msspellcheckingfacility.e_a032e8b15b3370c9	amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19002_none_5fbedab2ff32ee2b	
(fix)	CSI F Mark Missing	CSI Registry Item Repaired	Wrote amd64_microsoft-windows-s..-downlevel.binaries_31bf3856ad364e35_6.3.9600.19002_none_5fbedab2ff32ee2b\f!msspellcheckingfacility.e_a032e8b15b3370c9: MsSpellCheckingFacility.exe

Summary:
Seconds executed: 275
 Found 1 errors
 Fixed 1 errors
  CSI F Mark Missing Total count: 1
  Fixed: CSI F Mark Missing.  Total count: 1

Now error like this:

2019-05-29 08:50:31, Info                  CBS    Failed to find file: amd64_microsoft-windows-i..etexplorer-optional_31bf3856ad364e35_11.2.9600.19002_none_7b373ce5c2b4b4b7\iexplore.exe [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Info                  CBS    Failed to gather all required files. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Info                  CBS    Failed to gather all missing files for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8 [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Info                  CSI    00000016@2019/5/29:05:50:31.460 CSI Transaction @0x10d7d40 destroyed
2019-05-29 08:50:31, Error                 CBS    Failed to pre- stage package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8 [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Info                  CBS    Perf: Stage chain complete.
2019-05-29 08:50:31, Info                  CBS    Failed to stage execution chain. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Error                 CBS    Failed to process single phase execution. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Info                  CBS    WER: Generating failure report for package: Package_for_RollupFix~31bf3856ad364e35~amd64~~7601.24443.1.8, status: 0x80070002, failure source: Stage, start state: Resolved, target state: Installed, client id: WindowsUpdateAgent
2019-05-29 08:50:31, Info                  CBS    Failed to query DisableWerReporting flag.  Assuming not set... [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2019-05-29 08:50:31, Info                  CBS    Failed to add %windir%\winsxs\pending.xml to WER report because it is missing.  Continuing without it...
2019-05-29 08:50:31, Info                  CBS    Failed to add %windir%\winsxs\pending.xml.bad to WER report because it is missing.  Continuing without it...
How can I fix that problem?

Not able to change themes in Windows server 2019

$
0
0

we have couple of Windows 2019 Server and we are also planning to deploy RDSH farm of Windows 2019. as we are testing user experience we are facing issue of not able to change themes in Whndows server 2019. when we tried to do that it crash systemsettings.exe also tested on couple of different Windows 2019 server so might be it's bug in the system or something else. 

Event viewer Error: 

Faulting application name: SystemSettings.exe, version: 10.0.17763.1, time stamp: 0x9d9d9332
Faulting module name: ntdll.dll, version: 10.0.17763.475, time stamp: 0x3230aa04
Exception code: 0xc0000374
Fault offset: 0x00000000000fb049
Faulting process id: 0x6ea8
Faulting application start time: 0x01d51ae6182b3d3a
Faulting application path: C:\Windows\ImmersiveControlPanel\SystemSettings.exe
Faulting module path: C:\Windows\SYSTEM32\ntdll.dll
Report Id: 323d3bc4-3317-4d0b-ad73-074c7e20762f
Faulting package full name: windows.immersivecontrolpanel_10.0.2.1000_neutral_neutral_cw5n1h2txyewy
Faulting package-relative application ID: microsoft.windows.immersivecontrolpanel

let me know if any one came across this situation. 

Thank you, 

Amar

Using Task Scheduler, backup a file when it is saved to another location.

$
0
0

Greetings,

I'm trying to use Task Scheduler to backup a file in a another location when it is saved.

What do I check for Log?

When I click on, Begin the Task; On Event, which do I choose?  Basic or Custom?

Where do I find information about the rest of this setup?

W. Kirk Crawford

Tularosa, New Mexico


Microsoft Licensing Website - Download Media - Hash

$
0
0

Hi,

Does anyone know where Microsoft publishes Checksum hash's for media?  I have downloaded this file: SW_DVD5_Windows_Svr_Std_and_DataCtr_2012_R2_64Bit_English_Core_MLF_X19-05182.ISO

But before I can use this, I want to verify that the hash matches the manufacturers hash..  I want to verify that nothing has changed in the media during the download process.  This is a security measure that our Information Security department requires before we actually use any downloaded media.

I obtained the media from the Licensing Microsoft website.  https://www.microsoft.com/Licensing/servicecenter/Home.aspx

But I can't see that Microsoft has actually published any hashes for the downloads here... 

Any help would be appreciated... 

Thanks...

My server Restart every night , reason code :0x800000ff / user32

$
0
0

My server is a windows server 2008 R2, it is my application server that runs MS SQL 2008 on it.

I noticed that at night by exactly 12:33:00am the server restart on its own and when this happen it disrupt operations.

I did not set any task schedule in my windows.

I went to event viewer to know what was the cause of the problem, this was what I got:

The process C:\Windows\system32\shutdown.exe (DATABASE)has initiated the restart of computer DATABASE on behalf of user NT AUTHORITY\SYSTEM for the following reason: No title for this reason could be found

Reason Code:  0x800000ff

Shutdown type: restart

Locked Out of Remote Access :'(

$
0
0
I installed and configured Remote Access VPN on my home desktop running Windows Server 2016, and now, I cannot connect to the internet. I tried going into fix it, and it gives me a GPO error. I tried connecting to the AD (on Hyper-V internal network), and I am unable to connect into with RDP. I can connect using Hyper-V, but I have no clue what I am doing as this is my first time deploying this software. I tried to uninstall with both the domain admin and the local admin, and it will not let me remove it without removing the configuration file, which gives the GPO error. I just want my desktop working again.😢

Why Give Out Software to Students and Charge Us When We Need Assistance?

$
0
0
I have been using Microsoft products for everything school related, but now I have an issue with my server, you want to charge $500 for assistance with something critical and can't fix ourselves. I think I made a big mistake trying to learn Microsoft for my career, because I wouldn't be having the issue I have now if I chose Linux.

Docker For Windows : The 'from' Keyword is not supported in this version of language

$
0
0

While i am running following command in powershell in windows server 2016 : FROM microsoft/windowsservercore RUN dism /online /enable-feature /all /featurename:iis-webserver /NoRestart. I am getting “The ‘from’ Keyword is not supported in this version of language” error. I have attached the screen in the last.

Please help me in getting this issue solved.

Actually i was following forums and even i have seen use of FROM keyword in microsoft websites as well in documentation of docker.

I already pulled docker window server image by docker pull mcr.microsoft.com/windows/servercore:ltsc2016 .

But then using FROM microsoft/windowsservercore RUN dism /online /enable-feature /all /featurename:iis-webserver /NoRestart ,i am getting above error.

I am editing this question :  
Actually i was wrong running FROM keyword in powershell.This will be dockerfile.Also when copy above from command in docker file and run *docker build -t windowsserveriis .*, then i am getting ltsc2019: Pulling from windows/servercore
no matching manifest for windows/amd64 10.0.14393 in the manifest list entries error


Viewing all 24879 articles
Browse latest View live


Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>