Error :
error AL1045: The package cache
The request for path /BC150/dev/packages?publisher=Microsoft&appName=System&versionText=15.0.0.0 failed with code NotFound. Reason: Not Found
After downloading Dynamics 365 BC Wave 2 I encountered above two issues.
I did change fallowing things to my helloworld app , then it started working. Hope this information will help someone.
- Download Latest version of VS Code
- Check you have the latest version of AL Extension for VS code (mine as of 10-11-2019)
- Make sure developer services are enabled in config
- Select extension target platform as Wave2
- Update config in launch.json
- Now you can download symbols
Happy to learn if I miss anything in this article. #BCALhelp
Mine is a bit different, I am using UserPassword authentication. If I execute download symbol command, it ask for username and password, and will keep asking it forever. No error whatsoever, it is just an endless loop of authentication. Still looking for clues on how to fix this.