Our developer wants to upload an API to Heroku but it needed him to be able to connect back to our database on prem. Any suggestions on how to do it?
Related
Recently I've created an account on oracle cloud and created a autonomous database processing, i have a simple .NET Core API, she connect on my cloud database using EF Core and returns select result in JSON format, on localhost works normally, my application was connect to database and returns my expected result.
When i publish the application on azure web app free plan, the application doesn't connect to my autonomous database, i think because i'm trying using a free plan, someone just tried do something? (Oracle Cloud + Azure Web APP)
It is possible that you are hitting the Azure Web App's sandbox restrictions. Some tips to troubleshoot:
Take a look at the documentation on this topic and see if it applies to your web app, https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox
Check if you can find the any errors via App Service Diagnostics, https://azure.github.io/AppService/2018/09/24/Announcing-the-New-App-Service-Diagnostics-Experience.html
I have created oracle apex application in oracle apex 18.0. Now I want to put it online so that end user can access it. I have searched for solutions but it's all showing deploying the application in Oracle workspace only. Will it need to install all Oracle stuff in client machine too? Can't I upload it on the server and provide URL to the client?
I've been looking for information on how a WebSphere Application Server datasource on Bluemix can connect to a database on-promise, but haven't found much.
I read that Secure Gateway can help connecting on-premise resources to other apps on Bluemix, but I still have questions about the connection information that you should configure on your datasource:
What IP or hostname address should I give?
Is it necessary to have a public IP in order to make the connection?
I want to run a simple test deploying DayTrader3 app on WAS on Bluemix and connect it to an on-premise DB2 to test the latency and response times, compared to a full on-premise solution. Any guidance on this configuration is really appreciated!
I have a server of my own running locally on my wifi, on 0.0.0.0:5000.
I have built an app with the parse.com backend, and I want to link this server to Cloud Code, so I can call functions on it.
I am completely lost and don't know where to start to bring my server online with only Parse being able to access it and use its API.
Or am I better off renting a VPS and connecting to that?
we want to connect the Azure database by using console application. my application sheduled in system it has dynamic IP. so i have problem to connect Sql Azure.
then developed a webservice and hosted in windows azure and consumed the web service from console still we have same issue.
please suggest
If you know the IP range, you can allow the entire range on the database firewall. It's not very elegant but will work.