Questions tagged [on-premises-instances]

75 questions
0
votes
0 answers

Outlook Translator returns error when with on-prem exchange server

Environment consists of on-prem Exchange Server 2016CU22 in a DAG configuration sitting behind a Barracuda ADC load balancer configured to load balance POP3, SMTP, and Outlook 2016 client connections(instantSSL service). Have added the Outlook…
0
votes
1 answer

javax.security.auth.login.LoginException: Receive timed out - while trying to connect to hadoop On-prem machine

I am trying to connect to a hadoop On-prem node to list files or create HDFS object. I got all the necessary files from the machine like hdfs-site.xml, core-site.xml, krb5.conf and keytab as well. Below is the method to get hdfs public…
Venkatesh Gotimukul
  • 741
  • 1
  • 9
  • 30
0
votes
1 answer

On-premise Active directory login using LDAP and SSO

We are developing a ReactJs and NodeJs application where node has to authenticate AD users using LDAP. We are able to complete the authentication successfully using LDAP, But the requirement is, in On-prem users are already logged in to the AD and…
0
votes
0 answers

How to connect on premise oracle database in AWS EC2?

Am looking to connect to on premise oracle database and extract the data to EC2 instance and perform transformations and load into RDS instance. What would be the necessary steps to connect on premise or external application to AWS. Any suggestions…
0
votes
2 answers

Copy Data From On-Premise SQL Server To Azure SQL - Azure Private Network

Requirement: I wanted to copy data from a specific table/view residing on a on-premise SQL Server to Azure SQL DB. Infrastructure: As depicted in below picture. Essentially, the Azure network is directly connected with corporate network over Express…
Rahul
  • 76,197
  • 13
  • 71
  • 125
0
votes
2 answers

Routing on-premise BeyondTrust to Azure cloud

BeyondTrust is being used on-premise. How would I configure the network so that the cloud is also a target for BeyondTrust i.e. route traffic from beyondtrust onprem to targets in Azure cloud.
0
votes
1 answer

GKE - Hybrid Kubernetes cluster

I've been reading the Google Cloud documentation about hybrid GKE cluster with Connect or completely on prem with GKE on-prem and VMWare. However, I see that GKE with Connect you can manage the on-prem Kubernetes cluster from Google Cloud…
0
votes
1 answer

Invoking Oracle stored procedure in Azure Data Factory

I have a requirement to invoke an Oracle stored procedure in Azure Data Factory pipeline and I tried calling my stored procedure in Oracle function and invoked that function in my pipeline but it is not working. Is there any way to invoke an Oracle…
0
votes
1 answer

Access on-premise web API (endpoints) from web app deployed in Azure

On-premise API do not use public URL. Both applications (on-premise API and Azure web app) are registered under same Azure AD (single tenant). My app will be used by 50 or more concurrent users. I would like to know if I can use Hybrid connection in…
0
votes
1 answer

How can access secrets like app-settings and connection-strings in web.config, from Azure key Vault using a Web-app hosted at on-premise IIS

Steps I have followed: Created Azure Cloud vault. Added dependencies to project Using Connected service option in VS2019 along with needed packages and configuration. Added the ConfigBuilder into Web.config Applied ConfigBuilders to appsettings…
0
votes
1 answer

Azure Data Factory : Self Hosted IR : High Availability

So I am trying to connect two nodes of the ADF Selfhosted IR into High Availability Mode. My nodes are on a private Azure Network and tested if both of them can see each other -- Ping Test is successful. On reading, I was told that I need to set up…
0
votes
0 answers

Getting "nbsp" on InvalidPluginExecutionException

Hi when i'm calling InvalidPluginExecutionException in a plugin i'm getting the ' ' instead of spaces, this is only happening in the Connection entity. This is dynamics on-prem (9.0.26.5) This is the line of code: throw new…
0
votes
0 answers

Application Insights service unable to fetch metrics from On-premises server

Cloud Type – Azure Service – Application Insights service Problem type – help needed for implementation of Azure Insights service (SaaS based service) on hybrid environment (on premise to cloud). Detailed Problem Statement – Azure Application…
0
votes
1 answer

How to publicly access an Azure Web API which needs to access an On-Premise DB (Via ExpressRoute)?

Hello Everyone! As you can see in the image, that's essentially the architecture I'm planning but I'm having some doubts. I need to create a publicly accessible API layer which also needs to access an On-Premise SQL database via Express Route.…
0
votes
1 answer

Can we copy .BAK(SQL Server Backup Files) files from on-premise server file folder to Azure Blob Storage using Azure Data Factory?

I have some SQL server backup files on my on-premise server on the D:\AzureTesting* folder and I want to copy those .bak files from there to my Azure Blob Storage Account using Azure Data Factory? Is it feasible if so, please let me know how to…