AL icon indicating copy to clipboard operation
AL copied to clipboard

Turning on ServicesUseNTLMAuthentication on BC23, brakes running NavAdminTool scripts.

Open HegedusZsolt opened this issue 1 year ago • 2 comments

Enabling ServicesUseNTLMAuthentication property on a newly installed, CRONUS based BC23 instance, makes NavAdminTool based scripts, like Export-NAVServerLicenseInformation, unusable.

The following message comes: Export-NAVServerLicenseInformation : There was no endpoint listening at http://localhost:7086/BC230/ManagementServicePs/Service.svc that could accept the message. This is often c aused by an incorrect address or SOAP action. See InnerException, if present, for more details.

It is working with disabled ServicesUseNTLMAuthentication property and also working in all previous versions (including BC22) with enabled property.

Is it a bug or is it a limitation in BC23?

HegedusZsolt avatar Oct 12 '23 09:10 HegedusZsolt

I can confirm the issue in BC23.

Simplest way to reproduce: Set-NavServerConfiguration -ServerInstance BC230 -KeyName "ServicesUseNTLMAuthentication" -KeyValue true Restart-NAVServerInstance -ServerInstance BC230 Set-NavServerConfiguration -ServerInstance BC230 -KeyName "ServicesUseNTLMAuthentication" -KeyValue false

The admin shell's connection to the service stops working after the service restart and you have to disable NTLM manually in the service config file to make it work again. Its a platform issue and not AL I guess.. Anyway I'm hoping for a fix too.

MarvinWagner-BSS avatar Nov 27 '23 18:11 MarvinWagner-BSS

I have the same issue. Upgrade from BC23, RTM to BC23, CU5 solved the problem for our database.

ralf-escher avatar Feb 28 '24 06:02 ralf-escher

Hi, this issue is out of scope of for this repository. You should do one of the following:

  • Open a support request to CSS through the PartnerSource portal
  • Open a bug in Collaborate
  • Contact your Service Account Manager (SAM) in your local subsidiary to understand what is included in your contract as of support incident and PAH (Partner Advisory Hours). Your SAM might also direct you "step by step" how to open a support request or how to get credentials, if this is the first time for you or your company

As a reminder, this repository only handles issues to do with the compiler or VSCode development experience for AL.

thloke avatar Apr 10 '24 01:04 thloke