Forum Widgets
Latest Discussions
WinHTTP Proxy Service Stopping on Server 2019
I am having an issue with a few of our Windows server 2019 VMs. Every week weeks one of the boxes would suddenly be unable to send HTTP requests. Upon further investigations into the Event Viewer, we found this entry around the start of the issue. The WinHTTP Web Proxy Auto-Discovery Service service terminated with the following service-specific error: The endpoint mapper database entry could not be created. Has anyone ever had this issue or knows a fix? We need to restart the VM for it to rectify as the WinHTTP Service refuses to start using the services control panel. The services on those box support 24/7 products and we don't have anyone on call to restart the box at a moments notice.DylanDD13Jun 23, 2021Copper Contributor29KViews1like10CommentsUpgrading a Server 2012 R2 to 2025
Hi everyone, sadly I was unable to locate any kind of search feature so I apologize in advance for potentially repeating this question. I have an old VM with Server 2012 R2 with a self contained AD, DNS and a connected OneIdentity Manager. I want to upgrade that system to something modern. Since Server 2025 advertises a migration path from 2012 R2 I thought that would be easy to do, but I can't even find any place to get an ISO to upgrade. Naturally I'd like to verify if I can upgrade before shelling out a couple hundred euros on a license. Any suggestions what to do? Regards, Justus WingertJustusWNov 13, 2024Copper Contributor7.1KViews0likes6Commentswindow 2008R2安装补丁提示 ”您可以安装此软件包之前,必须更新 Windows 模块安装程序”
window 2008R2安装补丁提示 ”您可以安装此软件包之前,必须更新 Windows 模块安装程序” 然后通过弹出的链接,安装了kb2533552,kb4474419 ,kb4536952,kb4490628,kb4538483这几个 补丁包,重启之后,然后安装CVE-2020-0938(kb4550965)这个漏洞,但是还是报错”您可以安装此软件包之前,必须更新 Windows 模块安装程序”。请问一下还有什么办法解决吗?fallen455Apr 23, 2020Copper Contributor8.8KViews1like4CommentsThe generated files are mysteriously deleted
I developed an application that, after running on a Windows computer, generates some files. The files are saved to an internal shared server running Windows Server 2012. However, occasionally, some files are mysteriously deleted after the program runs. Not all generated files are deleted. I initially thought they were being deleted as viruses, but disabling security protection on the Windows server did not help. Could you please help me explore the possible causes and solutions?RobinsuenApr 27, 2024Copper Contributor517Views1like3CommentsDomain connectivity issues
Hello , I have a User who is attempting to log in into Windows,the User account is Active in Active directory (AD) ,He Has successfully logged into the VPN, but He encountered an error Message indicating He is not connected to the available Domain and need to connect to their organization tobe added to the domain. Could anyone offer assistance with this issue ? Thank youOussama_Rahmani90Aug 09, 2023Copper Contributor931Views0likes3CommentsDo Windows Server 2019 support Visual Studio 2012?
Hi All, My team has planned to upgrade Windows Server to 2019 version but we're still developing the our application via Visual Studio 2012 basing on x86 mode. Does anyone know if Visual Studio 2012 (x86 mode) still working on Windows Server 2019? I searched on many websties and blogs but there is no place giving the clear answer. Thank you in advanced for your helps.nuengjaiAug 02, 2021Copper Contributor4.7KViews1like3CommentsWindows DNS, DHCP server
Hi Guys, In our company, we use linux based DNS,DHCP server and the chap who use to manage the server has retired and have left the country. I would like to migrate the server from Linux to Windows based, so please let me know the steps to migrate the DNS & DHCP server to windows. Regards, EthanVAuk2019Oct 22, 2019Copper Contributor4.8KViews3likes2CommentsHow can I set an audio input device for Speech SDK v.11 recognition?
I am trying this code in VB.NET and I get a COM error. The SpMMAudio in type is a COM object stream and the SetInputToWaveStream expects a different type. Code like this is actually in the MSDN, yet it doesn't work. There also appears to be a bug in SAPI 5.4 on Windows server. Both code snippets are below. Speech in .NET really needs a .SetInputToAudioDeviceID instead of .SetInputToDefaultAudioDevice(). This is in VB.NET trying to set my audio input using SAPI SDK v11 "Microsoft.Speech": Dim sre As New SpeechRecognitionEngine Dim fmt As New SpeechAudioFormatInfo(8000, AudioBitsPerSample.Sixteen, AudioChannel.Mono) Dim audiosource As ISpeechMMSysAudio audiosource = New SpMMAudioIn audiosource.DeviceId = WindowsAudioDeviceID 'set audio input to audio device Id ' audiosource.Format.Type = SpeechAudioFormatType.SAFT11kHz16BitMono sre.SetInputToAudioStream(audiosource, fmt) <----- Invalid Cast with COM here And here is what appears to be a serious bug in SAPI 5.4 (works in SAPI 5.1 and in SAPI v11 "Microsoft Speech Object Library" checked in COM references). Note it is the same code as above that works using the Microsoft.Speech namespace: Dim my_AudioIn As ISpeechMMSysAudio my_AudioIn = New SpMMAudioIn my_AudioIn.DeviceId = 0 Trying to set the .DeviceID to anything other than -1 (WAVE_MAPPER) throws a COMException: x80045002 which maps to SPERR_ALREADY_INITIALIZED. Setting the SpAudioOUT instead of IN works just fine. So I can set where I want my TTS speech to be output but I can't set where I want my speech reconition input to come from in my telephony application. This code worked in previous versions of SAPI. I need to use an "inproc" recognizer.Fred DeckerJul 03, 2017Copper Contributor3KViews0likes2Comments
Resources
Tags
- Windows Server86 Topics
- Active Directory23 Topics
- networking22 Topics
- security15 Topics
- powershell13 Topics
- storage12 Topics
- management12 Topics
- Compute7 Topics
- containers7 Topics
- Hyper-V6 Topics