I have installed OPDG using below document (https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-gateway-install). I could able to successfully install on my machine , But when I tried to create the gateway connection on Azure I couldn't find the instance. Here I have attached the screenshot. Appreciate if you can support.
Note : I am using the same email address to install and Azure Access and both region are same
I can't say for sure what your issue is but I would try troubleshooting it further with the help of Powershell, I had a similar issue where I could not install a new gateway. The issue for me was that a gateway was previously installed on the same machine. By using the PowerShell OnPremisesDataGatewayMgmt module I could remove what seemed to block me.
https://www.powershellgallery.com/packages/OnPremisesDataGatewayMgmt/1.0.0-beta1
Related
Can someone let me know why I'm unable to access our Azure SQL Database using Tableau Desktop with our Active Directory account?
I have no problem gaining access using Username and Password, but can't access using AD account i.e. usernam#company.com
I'm getting the following errors
Check whether you have installed ODBC Driver or not. If that's the case, try installing it by following this Download link depending on the operating system you are using.
After installing it, configure the ODBC DSN that may help you to resolve the error.
If it's already installed and still you are getting error, try degrading/upgrading the version.
Take a look at this similar problem answered in below reference:
Error connecting to MySQL - Error Code: B19090E0
You need to configure the server to access using AD account https://learn.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-configure?view=azuresql&tabs=azure-powershell
I am using Tomcat 8.0.45 to deploy java based web application. I am using IIS 8.5 and BonCode connector. The App uses MS SQL db located on different server and IIS on another. Both are not on the same machine.
Issue:
- I followed steps for integratedSecurity=true, then copying sqljdbc_auth.dll in jre/bin.
- I also followed the steps to configure tag inside web.config along with userName (AD user) and password.
- I also mapped the user (AD user ) to SQL server db.
- But still I am not able to make it work. On Tomcat startup, I get error.
"Login failed for User 'MyDomain\ServerName$. ClientConnectionId:3b1161.....'.
My above steps could not wrong or incomplete. I can share logs but the above error is what I get in log file.
Can some one please direct me to any link or provide help here. Please note that mine in java based web app. I found lot of examples but they were all dot net based.
Thanks in advance.
It looks like you are trying to reinstall. Please uninstall the current version first.
No matter what I do:
deleted the On-premises data gateway folder from C:/ProgramFiles/On Premise Data Gateway.
Removed the registry entry to delete the service (though it still won't go even after restarting the system)
Checked the logs at
C:\Users\PBIEgwService\AppData\Local\Microsoft\On-premises data gateway
I am unable to be successful with the reinstall. Can someone please help me with uninstalling the On premise gateway?
I don't have any experience with this program, but installed programs on Windows are also saved in the Package Cache (C:\ProgramData\Package Cache\{GUID}), and if there is a corresponding msi Windows thinks the program is installed.
Removing this folder (make sure you delete the correct one!) will enable windows to ask you if the entry should be removed from installed programs once you click uninstall again.
After this you should be able to install it again.
I am not able to connect to the cloudant service using the node-red installed on my laptop. It is showning the following error after entering the server as "morack.cloudant.com" which is my account on cloudant.
Authentication problem. Perhaps this library may help? -- http://flows.nodered.org/node/node-red-node-cf-cloudant
I have tried to configure release management to work across different servers with untrusted domains using the steps described in the below article.
http://blogs.msdn.com/b/visualstudioalm/archive/2013/12/12/configuring-release-management-to-work-across-untrusted.aspx
But when I tried to configure RM agent with ghost account, it was throwing error mentioned in the title. Please see the error screen attached..!!
I am searching for a solution for last few days...!!! Experts please help me.
Finally the issue has been resolved by logging in as shadow account. Changed RM server name with IP in MS deployment agent....!!
Thank you very much #Daniel Mann for the tips you have provided.
write it down as
Correct way:-
http://(server):(port)
Incorrect way:-
http://(server):(port)/ReleaseManagement
Do not write "/ReleaseManagement/" or any other URL segments after .
This will solve your problem.
Logging in as the shadow account may not be possible depending on how you setup the service account. Release Management site uses windows authentication so if you setup your credentials in Credential Manager on the agent server that will work. Just specify the fully qualified domain name for your Release Management server and your domain credentials for the RM server's domain.