Questions tagged [on-premises-instances]

75 questions
0
votes
1 answer

Attempt to disable MS SQL Server 2022 audit for capturing events of changes in access permission takes forever

I am trying to delete server audit which was capturing logon events defined in server audit specification as follows: CREATE SERVER AUDIT SPECIFICATION [System Login Audit] FOR SERVER AUDIT [System Logins] ADD…
0
votes
0 answers

How to setup AEM 6.5 on Premise

is there anyone who knows the step by step on how to setup AEM on Premise? I know how AEM as a cloud to setup in cloud manager but setting up the AEM instance outside the adobe cloud is quite difficult as I can't find any documentation on how to do…
0
votes
1 answer

Check if all the columns are present using ADF without Dataflow because the database is on-prem

I'm using a lookup activity to extract data from an on-premise SAP Hana database, how can I check whether all the required columns are available and check the datatype without using data flow because it won't work on the on-premise data?
Rahul Singh
  • 30
  • 1
  • 7
0
votes
1 answer

Property 'onPremisesSyncEnabled' does not exist as a declared property or extension property

We have requirement of getting on-premises synced users SAM Account Name and Security ID from powershell. $onPremUsers = Get-AzureADUser -Filter "onPremisesSyncEnabled eq true" foreach ($user in $onPremUsers) { Write-Output "User:…
0
votes
0 answers

AWS Automated Patching

We have onprem servers and EC2 instances. Windows and Linux servers. I've been reading about AWS patch policies and while it seems to automate the process of patching and rebooting servers it doesn't look like it can work on a group of servers and…
0
votes
1 answer

Difference between full sync and AD import job

I have SharePoint on prem environment. I want to understand difference between user profile active directory import job and user profile full sync. Are these same? As I have created new property mapping and once AD import job runs, I cannot see…
0
votes
0 answers

Authenticate on-prem application using Google Workload Federation Identity

We have a running application in an on-prem server. I would like to create an application which reads BigQuery table from GCP. I have been restricted to use Service account key and that is not the best way of authenticate my application too…
0
votes
0 answers

Where to safely store Google Service Account .json file for Play Integrity API?

Can the service account .json file be stored on the Android app side or the App server? if on the app server, I am using an on-prem server. Is it safe to store here? Thanks in advance.
0
votes
1 answer

Error when using self signed certificate in Mule on-prem

For one of our application in Mule on-prem, we are using a self-signed certificate to achieve HTTPS and port 443. When we are hitting from postman or soapUI we are able to get the response back. However, our client configured this API in one of…
user7194270
  • 117
  • 2
  • 16
0
votes
0 answers

Keycloak instance Service type as Node Port using Keycloak kubernetes operator

I have Deployed keycloak operator on Kubernetes (on-premises) then I deployed a kind as keycloak as one instance pods up and running service was exposing as Cluster IP but I want change that as NodePort here is my manifest file. apiVersion:…
0
votes
0 answers

Application within same deployment/container behaving differently on different kubernetes clusters

We are moving applications between different environments/different kubernetes cluster and I have a case where the same shell script is behaving totally different on different kubernetes clusters. We are running the application on on-premise…
0
votes
1 answer

How to configuring HTTPS using self sign certificate in Mule on-prem server

We are using on-prem runtime to run one of our application. The API is currently using a self-signed certificate to achieve HTTPS and the port is 443. The API is deploying successfully on the server but when trying to send request it gives below…
user7194270
  • 117
  • 2
  • 16
0
votes
1 answer

How can I replace the broker.xml in ActiveMQ Artemis with a customized broker.xml while creating the docker image using dockerfile?

I am trying to implement SSL certificate in my ActiveMQ Artemis docker image in on-prem server. I have modified the broker.xml and dockerfile to implement the change in the image, but whenever I am trying to run the image, it is throwing me…
0
votes
0 answers

Autodesk forge (plateform service) in our application in a "on premise" way

we are looking for a way to use Autodesk forge API in our application in a "on premise" way. We have already built a solution using Forge API viewer that relies on US/EMEA servers. And a couple of years ago, an Autodesk developer told me that it was…
0
votes
0 answers

Swagger-editor installation on linux machine without node npm and docker

I hope everyone is doing well. Thank you for this wonderful community. My question is: Actually i ma trying to install swagger-editor on my linux server which is on prem. I wanted to know if there is a way to install swagger-editor on my machine…