Is anyone using couchDB with windows server 2012.
Only version I could find is X86, is there version avilable for 64bit for download.
I'm using CouchDB(x86) with Windows Server 2012
No there is not a 64bit version for Windows.
Sources : http://couchdb.apache.org/
Related
I have installed sonarqube 6.4 on ubuntu 16.4 following this guideline https://www.google.com/search?ei=pjufWsm0BMKl0gTaiYawDQ&q=how+to+uninstall+sonarqube+on+ubuntu&oq=how+to+uninstall+sonarqube+on+ubuntu&gs_l=psy-ab.3...1248446.1248649.0.1249351.2.2.0.0.0.0.308.308.3-1.1.0....0...1.1.64.psy-ab..1.0.0....0.r9CK_5NV4BE.
i am googleing about how to analyze windows vs c++ project using sonarqube server, yet find no thing useful. it seems that i need to install sonarqube server on windows specifically to do this specific windows vs c++ project, am i right?
I've installed a fresh IIS 10 server on a fresh Windows 10 machine with PHP 5.6.31 VC11 x64 Non Thread Safe (can't use PHP7 just yet). PHP is now working well and phpinfo() is displaying everything correctly.
I just installed the PHP SQL driver but it isn't being loaded. It's not showing up in phpinfo() and when I try to use it in code I get the following PHP error:
PHP Fatal error: Uncaught exception 'PDOException' with message 'could not find driver' in test.php:3
Stack trace:
#0 test.php(3): PDO->__construct('sqlsrv:server=...', '', '')
To install the PHP SQL driver, I did the following:
Downloaded and installed the Microsoft ODBC Driver 11 for SQL Server (x64)
Downloaded and installed the Microsoft Driver for PHP for SQL Server (SQLSRV32.EXE)
Enabled the extensions in PHP manager (php_sqlsrv_56_nts.dll and php_sqlsrv_56_nts.dll)
Restarted the IIS server
[PHP_XDEBUG-2.5.5-5.6-VC11-NTS-X86_64]
extension=php_xdebug-2.5.5-5.6-vc11-nts-x86_64.dll
[PHP_PDO_ODBC]
extension=php_pdo_odbc.dll
[PHP_PDO_SQLSRV_56_NTS]
extension=php_sqlsrv_56_nts.dll
[PHP_SQLSRV_56_NTS]
extension=php_sqlsrv_56_nts.dll
It all looks correct to me and I've done this successfully on other machines before. I feel like I'm missing something simple.
A few other notes:
The PHP error log is empty.
I've tried loading all other dll files that I downloaded (such as the ones aimed at 5.5, 5.4 etc) but it doesn't change anything.
It's worth noting that I installed Xdebug just fine and it is showing up in phpinfo().
I have resolved this problem by using PHP for x86 and not x64. I'm guessing that the SQL drivers are not designed for x64 (although I couldn't see this anywhere).
As soon as I changed to PHP 5.6 VC11 x86 Non Thread Safe everything worked much better.
Note that you need Visual C++ Redistributable for Visual Studio 2012 x86 for this to work. If you already installed the x64 redistributable you will need to install the version that is designed for x86.
or use this library : php_pdo_sqlsrv_73_nts.dll
i have application need to be install on linux Centos 6.5 and oracale linux11gR2
for Example i can install windows 2008 server with Sql 2008 r2 from the gallery
my question is can i install linux Centos 6.5 and oracle linux11gR2 in the same machine from gallery like what i did in windows 2008 server with Sql 2008 r2
Thanks
If from gallery, then i believe no. It is the Microsoft gallery of the preconfigured and tested images. You can make your own image and upload that, and then you will be able to use the Gallery and your own image.
I am using Linux Mint and I have the Visual Studio 2015 exe installation file.
I use Wine for Windows applications, but it doesn't work with VS.
Has someone successfully installed VS using Wine on Linux Mint?
VS 2015 doesn't works with wine, because VS will require a full Windows stack. Use virtualization for example VirtualBox or VMware.
I just installed tortoisesvn on windows server 2008 but it is not showing any menus for tortoise when i right click any folder. can anyone help?
You probably have a 64-bit Windows and installed the 32-Bit version of Tortoise.
Install the 64-Bit version as well. Both versions can be installed parallelly. It even makes sense to do so: 64-Bit Explorer needs 64-Bit Tortoise, but other 32-Bit apps may need 32-Bit Tortoise.