When connected to office Domain, I could email quote and SO.
but when at Home (without connecting to Domain), I received error LDAP server is unavailable.
Full error as follow
A call to Microsoft.Dynamics.NAV.SMTP.MailHelpers.TryGetEmailAddressFrom Active Directory failed with this message: The LDAP server is unavailable.
NAV 2015 PU6 was installed recently.
Has anyone faced this issue?
0
Comments
Robert's Dynamics NAV Blog - Vom NAV Entwickler für NAV (Navision) Interessierte
And yes, the OnRunClient is set to Yes.
Which E-Mail do you want to use for sending the quote, if you are at home? I guess we have to find a workaround for your specific problem.
If the email is the same, then there is maybe the possiblity to use the primary outlook account on your home office pc to send the mail. In this case we have to change the code a little bit, to make this possible.
It's a pitty that I dont have the environment to test this issue.
You can also open a Microsoft call and ask them, how to resolve this.
Robert's Dynamics NAV Blog - Vom NAV Entwickler für NAV (Navision) Interessierte
Thanks for your input in this. I'll most likely reach out to Microsoft with regards to this.
I managed to skip the line in Code397 and it worked.
CollectCurrentUserEmailAddresses(VAR TempNameValueBuffer : TEMPORARY Record "Name/Value Buffer")
AddAddressToCollection('UserSetup',GetEmailFromUserSetupTable,TempNameValueBuffer);
AddAddressToCollection('AuthEmail',GetAuthenticationEmailFromUserTable,TempNameValueBuffer);
//AddAddressToCollection('AD',GetActiveDirectoryMailFromUser,TempNameValueBuffer);
i think it is the solution manager if i have anothore product excepte microsoft producte (outlook or office365 ) can corerectly running?? !!!
sorry but you can put your openion about this ;