Can't connect to 4D server via Wakanda 4D Mobile - wakanda

I have a v16 database with 4D Mobile enabled:
I have the 4D Mobile License:
The webserver is running and the "Total HTTP Hits" counter increments during failed 4D Mobile connection attempts:
I can connect to other V16 Databases via 4D Mobile running on that machine.
I am using a valid username and password:
I have a valid license for Wakanda 2.6 in my ~/Documents/Wakanda/license/license.key (which must be true since this Wakanda can connect to the other V16 databases)
What am I missing, or what can I do to learn about why the error is happening? I have checked the 4D Server web log (CLF), and the Wakanda Solution Log, which says:
2018-10-30 13:24:08 [wakanda.PlannerTool4] INFO - Users and groups directory opened
2018-10-30 13:24:09 [wakanda.PlannerTool4.backend.dbmg] ERROR - [1595] The "Inventory" remote datastore class cannot be created locally, task #775
2018-10-30 13:24:09 [wakanda.PlannerTool4.backend.dbmg] ERROR - [1024] Cannot open structure of database backend, task #775
2018-10-30 13:24:09 [wakanda.PlannerTool4.backend.iasv] ERROR - [1035] Cannot open the datastore, task #775
2018-10-30 13:24:09 [wakanda.PlannerTool4.backend] WARN - "backend" project opened with errors
2018-10-30 13:24:09 [wakanda.PlannerTool4.iasv] ERROR - [1013] Cannot open 'backend' project, task #775
2018-10-30 13:24:09 [wakanda.PlannerTool4.backend] INFO - "backend" project closed
2018-10-30 13:24:09 [wakanda.PlannerTool4] WARN - "PlannerTool4" solution opened with errors
2018-10-30 13:24:09 [wakanda.PlannerTool4] INFO - "PlannerTool4" solution closed
Edit: the Database methods On Web Authentication, On Web Connection, and On 4D Mobile Authentication are all nonexistant. It's not that they're blank, which I know can be an issue. They have not been created.

I had to create a new remote model rather than edit an existing remote model config. The error message I got when editing the existing model config was "Connection failed. Please check the Server's connection settings"

Related

Oracle enterprise manager cloud control 13c extensibility download agent failed

I am using Oracle enterprise manager cloud control 13c
It has no agent for oracle db 12 for Linux machines and I trie to download it using the extensibility -> self update -> agent software and then downloaded the wanted agent.
However, it returns the following error:
Downloading file in staging directory
/u01/app/oracle/gc_inst/em/EMGC_OMS1/sysman/stage/451ce1ed9fe053dce0533a01a8c07780
... Staging directory cleaned up. Download failed: Exception: Error
downloading file: Server returned invalid response. Status Code = 200
I found this closed bug report, but this is relevant to the golden gate plugin.
I found that we had changed the meta like password and did not update it in the oms server interface, i was surprised the cloud control system did not alert specifically...

Error for MSBuild - Provides trouble every time I upload to Azure

his is how when I upload your site to my website, so give it problems: MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3 It is the only time it makes mistakes that's when it will upload to my App service.
I've tried this:
https://stackoverflow.com/a/19826448/6576684
and download its here: http://www.nuget.org/packages/MSBuild.Microsoft.VisualStudio.Web.targets/
I sit in visual studio 2015 and I have version number: 14.0.25420.01 Update 3
When it gives me error so doing the 10 attempt to create access it or how to explain it.
I also looked at the properties area and neither can I find nothing about it.
With that I looked at it here but is unsure of how to solve it ?: https://blogs.msdn.microsoft.com/webdev/2012/08/21/visual-studio-project-compatibility-and-visualstudioversion/
2>C:\Users\Jesper\Desktop\Sitename\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\tools\VSToolsPath\Web\Microsoft.Web.Publishing.targets(4276,5): Warning : Retrying the sync because a socket error (10054) occurred.
2>Retrying operation 'Serialization' on object sitemanifest (sourcePath). Attempt 10 of 10.
2>C:\Users\Jesper\Desktop\Sitename\packages\MSBuild.Microsoft.VisualStudio.Web.targets.14.0.0.3\tools\VSToolsPath\Web\Microsoft.Web.Publishing.targets(4276,5): Error : Web deployment task failed. (Unable to read data from the transport connection: An existing connection was tvangsafbrudt of a remote host.)
2>Publish failed to deploy.

IBM Worklight - Can't open localhost:8080/console in browser

I want to preview my Worklight app in my browser, but when I open localhost:8080/console in the browser this error appears:
HTTP Status 404 - /console
type Status report
message /console
description The requested resource (/console) is not available.
Apache Tomcat/7.0.21
You are missing the context root in the URL. It should be: http://localhost:8080/your-context-root/console.
The value of the context root is usually the name of the .war file - the name of your project. Try that.
Tip: also make sure you have set it in both worklight.properties and application-descriptor.xml, otherwise your application will fail to connect to the server, now that you have moved from Eclipse to an application server.
Some topics of worth from the IBM Worklight Information Center:
Transporting Worklight applications to test and production environments
Deploying a customization .war file to an application server

ASP.NET MVC3 webdeploy: database deployment on production

I am using webdeploy to deploy my web application to IIS. I followed Microsoft's 12 part tutorial for this. I successfully deployed it on my local IIS.
I have to now deploy this to production and I am following the same steps. I am connected to the remote machine via VP. Form VS2010 publish profile the connection to the server was successful. But when I enter the DB connection string as
"Data Source=xxxx\SQLExpress;Initial Catalog=SWSS;Integrated Security=True"
and try to preview the Database, I get the following error:
Web deployment task failed. ((4/1/2013 9:18:42 PM) An error occurred when the request was processed on the remote computer.)
(4/1/2013 9:18:42 PM) An error occurred when the request was processed on the remote computer.
Exception has been thrown by the target of an invocation.
Member 'ClassName' was not found.
The remote machine does not have TCP/IP enabled.
1. Is it safe to enable this in production machine?
2. If not, how to deploy DB, taking advantage of the dbdacfx?
Update 1:
Based on the comments below, I have changed my connection string as follows:
"Data Source=SWSS\SQLExpress;Initial Catalog=SWSS;User Id=xxxx;Password=xxxx;"
I created a sysadmin user in SQL server with SQL authentication rather than Windows authentication. Now the error is as follows:
Web deployment task failed. (Could not generate deployment script.
Unable to connect to target server.
Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXECUTING_METHOD.)
Update 2:
Using mixed mode authentication on SQL Server fixed my issue.

WebDeploy - just can't get it to work

I've installed Web Deploy 2.1 on a Server 2008 R2 running under VMWare.
In the IIS Manager (Management Service applet) I can see that "Enable Remote Connections" is checked and the port is set to 8172. Under "IIS Manager Permissions" I've added my Windows account (CORP\ekkis) and under the "Authentication" applet (for IIS) I have enabled "Windows Authentication".
I've also turned off the firewall.
So from the command line I test the system to work like this:
C:\Program Files\IIS\Microsoft Web Deploy V2>msdeploy -verb:dump -source:contentPath=\temp,wmsvc=192.168.0.70,username=CORP\ekkis,password=MyPass,authType=Basic -allowUntrusted=True
and get this:
Info: Using ID '9b954a0f-ff07-4e77-ba2c-d27472f5fda0' for connections to the rem
ote server.
Error Code: ERROR_USER_UNAUTHORIZED
More Information: Connected to the destination computer ("192.168.0.70") using t
he Web Management Service, but could not authorize. Make sure that you are using
the correct user name and password, that the site you are connecting to exists,
and that the credentials represent a user who has permissions to access the sit
e.
Error: Object of type 'contentPath' and path '\temp' cannot be created.
Error: The remote server returned an error: (401) Unauthorized.
Error count: 1.
I've also tried deploying with Visual Studio 2010 from the host OS with the following service urls (I haven't found proper documentation on how to form this url):
https://192.168.0.70/
https://192.168.0.70:8172/
https://192.168.0.70:8172/MsDeployAgentService/
https://192.168.0.70/MsDeployAgentService/
I've tried the non-secure versions as well but just cannot get it to work. What is the correct format for the url? and what permissions am I missing?
the errors from VS have varied depending on how I attempt it but below is a sample:
Could not complete the request to remote agent URL 'http://192.168.0.70:8172//MSDEPLOYAGENTSERVICE'.
The underlying connection was closed: An unexpected error occurred on a receive.
Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.
An existing connection was forcibly closed by the remote host
Publish failed to deploy.
there really should be a guide out there to do this (yes, I've googled myself blue in the face)!
thanks - ekkis
ok, I've figured out that the correct url is:
https://192.168.0.70:8172/MsDeploy.axd
and that having the "Windows Authentication" enabled doesn't seem to make a difference. Also, having my account in the "Managers" list doesn't seem to make a difference either.
so the back end was all working fine (I've turned off the Web Deployment Agent Service). it was just the url I had wrong.

Resources