Not able to add distributor while configuring transactional replication - transactional-replication

I need to setup transactional replication, the publisher is SQL Server 2012 Enterprise edition and the distributor is SQL Server 2017 Standard edition. I am trying to add the distributor, from the distributor configuration wizard when I try to connect to the distributor, it fails saying- "SQL server could not retrieve information about server 'SERVER NAME', Could not find stored procedure sp_MSreplcheck_qv Error: 2812". However we have been able to add this distributor for other publication servers. I found a site where people has mentioned the solution for it but that doesn't work for me. I have been exploring Google but not able to find the solution. Any help would be highly appreciable.

The problem was I was using an older version of SSMS, I switched to a newer version and I was able to add the distributor successfully.

Related

Azure Data Factory - Copy Data from PostgreSQL DB on Ubuntu

Trying to copy data from PostgreSQL DB on an Ubuntu box that needs IPs whitelisted to access it. With Azure Data Factory IPs changing all the time and since i cannot install Self-hosted integration runtime as its a Linux server, what other options are available to be able to copy data from this PostgreSQL DB into an Azure SQL DB without having to worry about the IP addresses. Any suggestions or known solutions for this please?
Based on the document,ADF Self-hosted integration runtime can't be installed on the linux server,only could be used on the windows server.
BTW,this feature will also not be supported recently,please follow this feedback link.
the latest comment:Currently we don't have any plan on this yet. Could
you share us your reasons why do you want Linux?
As workaround,i suggest you get an idea of Azure DMS(Database Migration Service). Please see more detail about it from this link and this video.

Tableau Server Connectivity Issue with SparkSQL Connector

I have a Tableau Report which I have created on Tableau Desktop using Spark SQL Connector (Simba). I am using Databricks for Spark Execution Engine. The same report when I am trying to publish and view on Tableau Server, it is giving Driver/Access Issue (screenshot attached). I have admin access to Server though and server in running as well.
Do I need to install additional drivers on Server to get the same connected ? Apologies for my limited knowledge of Tableau Server.
Screenshot of Error
There are few experiences i want to share for the above problem :
Driver(Simba) needs to be installed on Tableau Server as well as Desktop.
Once you install the Driver on the server, re-publish the report on Server which needs databricks connection otherwise you will keep getting the same error. Tableau server only reflects/read the report published after necessary driver is present on server.
Version of your Tableau Desktop should be either same or lower then version at Tableau Server otherwise report won't be published stating version mismatch error.
Feel free to share your feedback/experience.

requirements for Oracle HTTP Server

For a personal project, I am trying to create a web page which displays some information from a database.
In order to have OHS, up and running, is it necessary to have already installed Oracle WebLogic Server?
Thanks,
OHS will run independently from the WebLogic application server.
For OHS 12c you have 2 options:
1) install Oracle HTTP Server collocated with an existing WebLogic Server domain
2) Standalone domain
More information and steps to install it can be found on the official doc:
https://docs.oracle.com/middleware/1221/core/install-ohs/WTINS.pdf

Enable Data Service on new WSO2 - ESB installation

I am trying to migrate an installation of WSO2 - ESB from an old 2003 server to a new 2012 server. The old server had version 2.0.2 while the new server has version 4.8.1. The application is running and I can log in and browse the system. The problem I have is that it appears to be missing components. For example, on the old server there are a list of services including: Proxy, Data, POJO, Spring, Jar ect..on the new server I only have Proxy service. The main service I only need is the Data service but I have no idea how to get that. I am completely new to Java and this application however my boss wants this up and running as the Data service we had on the old server is designed to pull a data feed from a remote SQL server and push it to another server we have. Please help, I have absolutely no idea how to proceed.
WSO2 has a complete middleware stack and it has many components where each of them has it's own specific functionalities so that users can select according to their requirements without overkill the server with lots of features. In abstract WSO2 ESB do the mediation (proxy), WSO2 Application Server do the service hosting and WSO2 Data Services Server can be use to pull data out from a remote SQL server which you need to engage with.
Also you can install the features of WSO2 Application Server and WSO2 Data Services Server to WSO2 ESB. But it's bit tricky since we may need to add some configuration files in order to work these feature properly.

Netbeans 6.5.1 + Openfire 3.6.4 Collaboration?

We are using the collab plugin in Netbeans. Unfortunately the "Service for the developer collaboration XMPP server share.java.net will be discontinued as of April 20, 2009. "
http://wiki.netbeans.org/FaqShareJavaNet
I managed to install OpenFire 3.6.4 on OpenSolaris 2008.11.
Whatever I do I cant login from Netbeans collab plugin, but getting "Object does not represnt a valid JID"
Server log:
2009.05.23 21:41:27 [org.jivesoftware.openfire.spi.PresenceManagerImpl.userUnavailable(PresenceManagerImpl.java:271)] Error storing offline presence of user:
Little info to find on this topic, other than
http://wiki.netbeans.org/CollabServer
http://www.igniterealtime.org/community/message/190171
Does anyone run successfully Netbeans with Openfire ?
cheers
i think there's a bug somewhere between Openfire and netbeans collab module.
using NB 6.7, Openfire 3.6.4 and postgres 7, i notice there are 2 process trying to provide "presence" function which resulting 2 conflicted database entry in ofpresence table.
one entry which i believe came from netbeans collab connection, contains a user JID required by netbeans, while the other one didn't, this is what i believe the culprit behind the "Object does not represnt a valid JID" error message.
i decided to experiment with deleting all services in Openfire Group Chat tab, and successfully managed to login from my NB 6.7, but no collaborative channel available...
Yes!
Install "Search" plugin from the available plugins list in the openfire admin. THATS ALL!
It's even in the link above :)
If it doesn't work, try disabling offline messages.