How can you connect Splice Machine with a Azure Database - azure-sql-database

I have a Java application which connects to a database in Azure SQL Server.
I have a local machine with a Splice Machine Community Edition.
What I want to do is connect my Java Application using the Splice Machine as a bridge to my SQL Server.
I've tried the connect command from splice:
connect 'jdbc:sqlserver://ServerName.database.windows.net:1433/DatabaseName;user=UserName;password=PassWordUser' AS NEW_DBNAME;
But I get this error: ERROR 08001: No suitable driver found for jdbc:sqlserver://ServerName.database.windows.net:1433/DatabaseName;user=UserName;password=PassWordUser
In theirs documentation there is a reference to a application: https://docstest.splicemachine.com/splicetools_migratetool.html but it can't get a link to download the jar that it says you can download.
Do anyone know th place for the file? or if there is a form to install the jdbc driver.
Greets,

Please download the JDBC Driver for Splice Machine from JDBC Driver Download.
You can also reference this document: The Splice Machine JDBC Driver:
Our JDBC driver is automatically installed on your computer(s) when you install Splice Machine. You’ll find it in the jdbc-driver folder under the splicemachine directory; typically:
/splicemachine/jdbc-driver/splicemachine/jdbc-driver/
You can also download the driver from our JDBC Download site:
https://www.splicemachine.com/get-started/jdbc-driver-download/.
Hope this helps.

Related

Database connection test failed in web-logic server

I am getting below error while creating data-source to a database in weblogic server 12.
Error Cannot load driver: com.microsoft.sqlserver.jdbc.SQLServerDriver
Weblogic comes with it's own driver for sql server, weblogic.jdbc.sqlserver.SQLServerDriver which is available in the classpath. An example jdbc url for connecting using that driver is jdbc:weblogic:sqlserver://SBNSWDV63\\SSQLDV03:1433;allowPortWithNamedInstance=true
If you want to use the microsoft driver, you have to make sure the jar file containing that driver is copied to your <domain_home>/lib folder, so it's visible to weblogic.

How to do jprofiling in local machine without installing or downloading jprofiler in remote machine

I want to do jprofiling of our remote tomcat server from local machine.
In our linux box we dont have Jprofiler installed or downloaded.
Please suggest if we can do remote profiling without installing Jprofiler in the remote machine.
Thanks in advance.
In JProfiler, invoke
Session->Integration Wizards->New Server Integration
choose the remote option and select the Tomcat server, then follow the steps in the integration wizard.

raspberrypi2 - How to install GUI for windows 10 IoT

I have installed Linux on the pi before. I now need to install windows 10 for IoT. Whats the best way for me to do it?
I know that I can connect using powershell. Is there a GUI for controlling it?
Thank you
To install IoT core easily on a Pi there is a tool from Microsoft called the
IoT Core Dashboard.
This tool is an easy to use setup wizard that will format and install the Win10 IoT image.
Once the installation is finished you can access the dashboard of your pi through the browser from this tool or by typing in the local IP address.
There is an easy to use guide for installation found here: Getting Started
You may also connect using powershell after your initial setup: Connect with PowerShell

DB2 driver filename issue with Server configuration tool

After installing a DB2 + WAS Liberty profile and the Mobile First server, we are trying to follow the Installing MobileFirst Server administration with the Server Configuration Tool steps.
At step 6, we're attempting to connect to a DB2 (v10.5) running on localhost:50000. After entering the hostname/port values - the message displayed in the panel is: "Invalid driver jar file name."
screenshot:
http://i.stack.imgur.com/LAoAx.png
DB2 V10.5
IBM MobileFirst Platform Server Configuration Tool 7.1.0.00.20150807-0630
IBM WebSphere Application Server Liberty Core - v8.5.5.7
IBM WebSphere SDK Java Technology Edition v7.0 for Libery 7.0.9.10
db2jcc4.jar was referenced during installation of the MobileFirst server components. Confirmed db2jcc4.jar and db2jcc_license_cu.jar exist in the WAS Liberty server profile
Anybody run into this?
Suspecting:
The Server Configuration tool isn't picking up the correct db2 jdbc jar file name .. bug?
The db2 driver jar name is misconfigured in a config file somewhere
Any pointers?
You need to re-enter the DB2 JDBC driver directory in the Server Configuration tool. Scroll down on the scren of the 'Database Settings' panel to have the text field to enter the directory.

MobileFirst Studio 7.0 installation

Installing IBM MobileFirst Studio 7.0 using MFPF_7.0_ELP_UPD_IBM_MF_STUDIO.zip but due to local LAN security we are not able to get dependency from eclipse market place which are required and downloaded directly from download.eclipse.org org. Where can we download necessary requirements and use this as local repository?
You can try this .zip file, but I'm pretty sure it is the same: http://public.dhe.ibm.com/ibmdl/export/pub/software/products/en/MobileFirstPlatform/mobilefirst_studio_plugin_7.0.0.zip
When using the .zip file, you can also attempt the installation with the "Contact all update sites..." checkbox un-checked, before proceeding with the installation in Eclipse.
In general, the MFP Studio installation requires an outside Internet connection.
Find a location with a working connection, install. Make a copy of your Eclipse for future use.
Standard scenario for this setup is to have a central installation (with Internet connection). Then archive that specific installation, and then sneakernet it each of the disconnected workstations. You must do this for each type of workstation (Win/OSX/Linux) to be supported. No its not optimal, but does resolve the problem. Hope this helps.
You can check with your network administrator if they can allow your machine to access to the internet via a proxy server. If this is possible all you need is to configure the network connection in Eclipse to include your proxy server setting. You can see the detail here:
http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-net-preferences.htm