windows-server-2012

Is it OK to install CDO 1.21 with Exchange Server 2010 SP3/ Windows Server 2012?

久未见 提交于 2019-12-02 17:56:16
问题 We are upgrading our server to Windows 2012 from 2003. Our application use CDO 1.21 and MAPI to send mails, I know I have to use SMTP/ OOM/AWS. At this late stage I don't want to do make changes in our programs right now - there are 80+ :) When I am going to MS site to download CDO 1.21, Windows 2102/Exchange Server 2010 SP3 is not specified under supported platforms. I am able to download CDO 1.21 for Win 2012. But now when I am connecting via MAPI, System is throwing error: The information

Speech Recognition PlatformNotSupportedException

孤者浪人 提交于 2019-12-02 08:19:30
问题 I'm running a sample using speech recognition and it´s not working on windows 8 or 2012 server. Using win8 or win2012server the following code doesn´t return records, but it does in win7. foreach(RecognizerInfo rec in System.Speech.Recognition.SpeechRecognitionEngine.InstalledRecognizers()) { Console.WriteLine(rec.Culture); } If I use a LoadGrammar using win8 or win2012 server it raises an exception: _recognizer.LoadGrammar (new Grammar (new GrammarBuilder (new Choices (_numbersGrammar.Keys

CORS issue IIS 8 Windows Server 2012

喜欢而已 提交于 2019-12-02 03:11:39
SCENARIO: I have two applications, one is "SPA web application" and the other one is "Web API 2.0" which is deployed on IIS 8.0 on Windows Server 2012. ERROR: Website is accessible and working fine on the same machine but not from outside, web page is loaded properly but on ajax call to the API generates the following error... Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at . This can be fixed by moving the resource to the same domain or enabling CORS. On controller level I have added the following attribute: [EnableCors(origins: " ", headers: " ",

Internet Explorer 11 does not close after Selenium Test

…衆ロ難τιáo~ 提交于 2019-12-01 19:19:55
we have multiple Windows Server 2012 machines setup on Google Cloud where we are running Selenium tests. They are running with Mocha in NodeJS. Chrome and Firefox are starting, running, and closing as expected but IE 11 will not close. As a result, the selenium server stops responding and all the tests in IE begin to fail. Here is the code for my before and after each hooks // Launches browser, opens homepage, and closes the popup. exports.beforeEach = function(capability) { driver = utils.driver.launch(capability); utils.driver.open(driver); utils.driver.closePopup(driver); } exports

Internet Explorer 11 does not close after Selenium Test

你离开我真会死。 提交于 2019-12-01 17:43:22
问题 we have multiple Windows Server 2012 machines setup on Google Cloud where we are running Selenium tests. They are running with Mocha in NodeJS. Chrome and Firefox are starting, running, and closing as expected but IE 11 will not close. As a result, the selenium server stops responding and all the tests in IE begin to fail. Here is the code for my before and after each hooks // Launches browser, opens homepage, and closes the popup. exports.beforeEach = function(capability) { driver = utils

New-Object : The term New-Object is not recognized as the name of a cmdlet

社会主义新天地 提交于 2019-12-01 17:34:54
I want to configure high trusted app for app dev in SharePoint, and to do so, i need first to insert some commands in the powershell editor like : $publicCertPath = "C:\Certs\HighTrustSampleCert.cer" $certificate = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($publicCertPath) I am using windows PowerShell on Windows Server 2012 R2 which includes Windows PowerShell 4 that includes by default the new-object cmd-let... I don't understand though, why doesn't my operating system recognize that command ... I don't stop having the following error : New-Object : The term

New-Object : The term New-Object is not recognized as the name of a cmdlet

牧云@^-^@ 提交于 2019-12-01 16:56:15
问题 I want to configure high trusted app for app dev in SharePoint, and to do so, i need first to insert some commands in the powershell editor like : $publicCertPath = "C:\Certs\HighTrustSampleCert.cer" $certificate = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2($publicCertPath) I am using windows PowerShell on Windows Server 2012 R2 which includes Windows PowerShell 4 that includes by default the new-object cmd-let... I don't understand though, why doesn't my

How to enable Windows Authentication on a Windows Server 2012 IIS website using Powershell?

岁酱吖の 提交于 2019-12-01 13:49:34
From end-to-end, how does one go about setting Windows Authentication on a ASP.NET app in Windows Server 2012? In earlier versions of IIS, you could just set <authentication> , <identity> , and <authorization> settings in the Web.Config and be done with it. <!-- Web.Config --> <system.web> ... <authentication mode="Windows /> <identity impersonate="false /> <authorization> <allow users="DOMAIN\user1" /> <allow users="DOMAIN\user2" /> <deny users="*" /> </authorization> Now there is an extra security component that requires you to enable authentication on the IIS site/webapp itself. I'm

Can't connect to RabbitMQ on Window Server 2012?

寵の児 提交于 2019-12-01 13:37:43
I've installed RabbitMQ 3.5.5 on Windows Server 2012 as a service by first installing Erlang (32 bit) and then following the RabbitMQ manual install instructions ( https://www.rabbitmq.com/install-windows-manual.html ) The Windows service starts up fine, but nothing can connect. When I run rabbitmq_server-3.5.5\sbin\rabbitmqctl.bat status I get the following output: rabbit@XXXXXXXX: connected to epmd (port 4369) on XXXXXXXX epmd reports node 'rabbit' running on port 25672 TCP connection succeeded but Erlang distribution failed suggestion: hostname mismatch? suggestion: is the cookie set

Return code of scheduled task prefixed with 0x8007000 in list view, registered as 0 in the event log

血红的双手。 提交于 2019-12-01 12:54:00
I am currently trying to setup monitoring of windows scheduled tasks in Zabbix. It seemed easy enough to just monitor the Microsoft-Windows-TaskScheduler/Operational event log filtered by 201 events and regexing on the return code, but when I started simulating errors to test the monitoring, nothing happened. It turns out that all our windows 2012 servers always log "return code 0" in the event log, even though it actually, sort of, displays it correctly in the Task Scheduler list view. When I say "sort of", it's because the "Last Run Result" actually displays 0x80070001 if the exit code of