Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some operating systems will need a configuration of .NET Framework according to below. Please check if these settings are available in your environment and if so, turn on features below. Make sure to check the HTTP activation for the version of .NET you are running.

...

Warning

Failure to define the HTTP Activation feature will result in i.e. loss of the import repository or other SOAP related functions. In the Manager log file you may find errors like this: AssertManager Error: 0 : System.Net.WebException: The request failed with HTTP status 405: Method Not Allowed.

Error detail from log file, this time when fetching import repository information from a server.

Code Block
languagenone
AssertManager Error: 0 : System.Net.WebException: The request failed with HTTP status 405: Method Not Allowed.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
at Signifikant.Assert.Server.ImportServiceReference.ImportService.GetImportPoints(String requestXml)
at Signifikant.Assert.Server.ImportRemoteServer.GetImportPoints(ActivityPointsRequest request)

...

SQL Server

Install SQL Server as database engine on Manager Server and Web Server.

...