Sharepoint 2019: Error: Event ID 3: System.ServiceModel 4.0.0.0
Because of the Project Requirement, needed to try SharePoint.
Just done to setup. Got different errors / warnings.
In the beginning, not sure what question it was.
Finally, identified that was because of the hostname.
Required to add an internal URL.
- Configure alternate access mappings for SharePoint Server
https://docs.microsoft.com/en-us/sharepoint/administration/configure-alternate-access-mappings#add-an-internal-url
The server was unable to save the form at this time. Please try again.
Unexpected response from server. The status code of response is '500'. The status text of response is 'System.ServiceModel.ServiceActivationException'.
Unable to communicate with the server.
Could not publish your page
We're sorry, we encountered an unexpected error. Please try again, if the problem persists please contact your Administrator.
Log Name: Application
Source: System.ServiceModel 4.0.0.0
Date: 9/10/2020 12:07:39 PM
Event ID: 3
Task Category: WebHost
Level: Error
Keywords: Classic
User: Domain\Administrator
Computer: sharepoint.domain.hk
Description:
WebHost failed to process a request. Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/33677407 Exception: System.ServiceModel.ServiceActivationException: The service '/_vti_bin/client.svc' cannot be activated due to an exception during compilation. The exception message is: The Web application at https://sharepoint.domain.hk:8080/team-a/index/_vti_bin/client.svc/ProcessQuery could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.. ---> Microsoft.SharePoint.SPException: The Web application at https://sharepoint.domain.hk:8080/team-a/index/_vti_bin/client.svc/ProcessQuery could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
at Microsoft.SharePoint.Utilities.SPUtility.ConfigServiceHostIfClaimsAuth(ServiceHost serviceHost)
at Microsoft.SharePoint.Client.SPClientServiceHost.OnServiceHostOpening(ServiceHost serviceHost)
at Microsoft.SharePoint.Client.Services.MultipleBaseAddressWebServiceHost.OnOpening()
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.ActivateService(ServiceActivationInfo serviceActivationInfo, EventTraceActivity eventTraceActivity)
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
--- End of inner exception stack trace ---
at System.ServiceModel.ServiceHostingEnvironment.HostingManager.EnsureServiceAvailable(String normalizedVirtualPath, EventTraceActivity eventTraceActivity)
at System.ServiceModel.ServiceHostingEnvironment.EnsureServiceAvailableFast(String relativeVirtualPath, EventTraceActivity eventTraceActivity) Process Name: w3wp Process ID: 5736
Update