Hi All,
I'm currently on the last step of deploying 365FO on-premise for testing, all left to do is to deploy enviroment from LCS, everyhthing else is already set according to https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/setup-deploy-on-premises-pu12.
The problem is that LCS gives an error every time I try to do it. When checking event viewer on Orch server I found these errors:
"Unable to get deployment artifacts for command <guid>"
"The remote name could not be resolved: 'login.windows.net'"
Sometimes when deplyment fails it gives error:
"Unable to get the channel information"
"The remote name could not be resolved: 'lcsapi.lcs.dynamics.com'"
I could ping lcsapi.lcs.dynamics.com:80 from my Orch server, but couldn't ping login.windows.net:443, "Host is not found" error appears (ports taken from https://docs.microsoft.com/en-us/dynamics365/unified-operations/dev-itpro/deployment/troubleshoot-on-prem).
What I already did:
- disabled Firewall, antivirus, UAC on all servers
- reinstalled local agent
- checked all deployment configurations in LCS, they are correct
- imported all certificates to all servers
- restarted servers
Also, I noticed that agent fileshare directory is left empty when deploying and no files are being downloaded. I already gave Full Acces to 'Everyone' on that fileshare and validated that Credentials.json is correct.
Maybe someone could help me?