i have installed the latest EWS API 2.2 on my Exchange 2016 CU9 box.
After that, the Outlook mechanism for Out-of-Office (german: Abwesenheits-Assistent) does not work anymore?!
Deinstalling the EWS API and rebooted the Server: Out-of-Office works again...
Is this a bug?
Is there any workaround for this problem?
Any help really appreciated!
Kind regads,
Joe
There will already be a version of the EWS Managed API in the Exchange ServerV15\bin directory of Exchange (2016) so the version your installing is essentially downgrading the version on the server which is what is causing the problem.
You should just be able to use the version in the bin directory or just don't use the installer and load the assembly from the file location you copy it to.
Related
How do I download MySQL “Connector/J 5.1.48” platform-independent on macOS Mojave? There is a project I’m working on and I need this specific connector to work on my computer because there’s a specific Android Studio related project I need it for. When I try downloading it, I get an error message. Just in case it’s not possible, are there any other database replacement options that work well with Android Studio that are simple to implement on macOS?
Link to Connector/J 5.1.48: https://dev.mysql.com/downloads/connector/j/5.1.html
Thanks.
JAR files already are platform independent... They are not executable
I'm not sure how your error is specific to Android Studio, but mobile apps should not be directly querying a Mysql database, but rather reaching a web API that exposes database results over HTTP
And even if you did want to use mysql drivers in an Android app, you'd add those with Gradle, not JARs
That being said, MacOS isn't the issue either, and there's plenty of database replacements for Mysql
I have installed a trial of the MySQL Enterprise Edition and when connecting using the bundled Workbench software i get the following error:
Authentication plugin caching_sha2_password cannot be loaded: The specified module cannot be found
About which there i can find very little information. Most solutions return to the old authentication method, but I don't want to do that, and it doesn't seem to work anyway...
HeidiSQL gives the same error message.
Any suggestions?
I found a workaround in the HeidiSQL Github repository:
https://github.com/HeidiSQL/HeidiSQL/issues/163
I fixed by copying libmysql.dll from my last MySql install to my HeidiSQL folder.
I made a C# Script in SSIS pulling data from GA API. On Monday, Google closed the access to the api via basic authentication
AnalyticsService service = new AnalyticsService(Dts.Variables["CONFIG_GA_PROJECT"].Value.ToString());
service.setUserCredentials(username, pass);
=> Got 404 error
So I want to move to the following security implementation : Accessing older GData APIs (Spreadsheet API) using OAuth 2 and a service account
The problem is : seems like we can't use nuget installation in SSIS Script as dll has to be pushed in the GAC.
I tried using : How to install a DLL to the GAC on Windows Server 2012 using only PowerShell (without having to install SDK or Visual Studio) but didn't work...
Is anyone found a way to use Google.Apis.Auth.dll in a SSIS C# Script task ?
The problem you are having is due to the fact that the Google .net client library aren't strong name signed, so they cant be pushed to GAC. Also remember that the current Google .net client only works with .net 4 and .net 4.5 so you are going to be locking out the older versions of SSIS I think.
This is reason I didn't use them in my Google Analytics Custom SSIS Data Reader and Connection Manager which uses Oauth2.
Options:
Strong name sign the Client library yourself. code here
Wait for the strong name signed version of the library to be released. I hope its done soon. Strong Naming in binaries #238
Do what I did and code it all yourself with out the Client library, this allows you to code for .net 3.0 and support SQL server 2005 - 2012 like mine.
I hope this helps. The one I made is free for download you are welcome to have a look Data Reader for Google Analytics
is there any way that can help cas settings to use the data source oracle on windows
in my company will apply singgle singgle sign on and logout, I've been trying for 5 days, and until now have not been successful.
I've tried several ways
I use
Tomcat 7.0
Java 1.7
cas server 3.5.2
Tomcat 7.0
Java 1.7
cas server 3.5.2
I downloaded cas server 3.5.2
extract cas-server-3.5.2
copy cas-server-webapp-3.5.2.war into tomcat webapps
cas has been successfully deployed, and can be accessed
and then I do not understand anymore, how do I get the authentication process can use oracle database
sorry my english is not good
thank you
There's a few things you need to do:
First of all, if you haven't downloaded and included the Oracle JDBC Driver library (http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html) then you have to do that.
Secondly, you need to configure the JDBC plugin: https://wiki.jasig.org/display/CASUM/JDBC
These instructions (and the preferred method of customizing & building CAS) uses the Maven Web Overlay method. This has the advantage that you deploy lots of un-necessary libraries that you aren't using.
I have just installed CouchBase Server Enterprise v2.0.0 using the setup.exe on my Windows 7 64bit machine and supposedly the Browser based Console should appear automatically after installation but all i am getting is
Unable to Connect:
**Firefox can't establish a connection to the server at localhost:8091.**
The CouchBase service is running when I check?
I have uninstalled and reinstalled a couple of times now?
Am I missing something here?
You are probably hitting a known issue related to IP address acquisition during startup of Couchbase Server.
I have documented a work around here: http://tugdualgrall.blogspot.com/2012/12/what-to-do-if-your-couchbase-server.html
As stated in the blog post it will be fixed in the 2.0.1 release