- BC Server Admin-Client Services
- Web Client Base URL = http://localhost:8080/BC180/
- Eg2 http://cclapp002:8080/CCL
- Developer Services = Enable Debugging
- Restart Service
- Restart VSCode
Wednesday, June 2, 2021
BC When debugging - Check if PublicWebBaseUrl has been properly set
Monday, May 17, 2021
Business Central - Invoice Discounts do not calculate
- Create a new currency
- Assign it to a new customer
- Setup discount and test
Wednesday, May 12, 2021
LS Central - Qty sold not Posted Report
There is no report available, however, the field QtySold(POS) can be added to the item page using design or an extension
Tuesday, May 11, 2021
Dynamics NAV – Message “Number of source documents posted: 0 out of a total of 1” when posting a Warehouse Receipt
Go to warehouse setup, enable stop on first error
Thursday, April 22, 2021
Introduction to Azure SQL Deployment and Configuration
https://microsoft.github.io/sqlworkshops/
- IaaS
- VM with SQL
- SSAS and SSIS require their own VM
- PaaS
- Backups are automatic full
- Just SQL Instance
- Includes SQL Agent
- Just SQL DB
- 8tb max size
- Hyperscale required for No maximum size
- Versionless, auto-patches
- Cannot restore a bak file, but can import or use bacpak
- Azure Data studio used to connect to db's instead of SSMS using web interface through azure
- Lift and Shift, can move VHD or import instance to cloud
- Tempdb can be put on local ssd
- General Purpose - General solution
- Business Critical - Local Redundancy
- Database Only - mainly useful for
- Business Apps, Ecommerce, Dev/Test
- Migration
Business Central - "We paused while you were away" happens too quickly
Nothing to do with timeout.
An Image is missing, images do not transfer via DD, you must import them locally to each POS database from the Retail Image List screen.
A menu button is invalid and setup pointing to an invalid function or image
Set-NAVWebServerInstanceConfiguration -WebServerInstance BC150 -KeyName SessionTimeout -KeyValue "01:00:00"
Restart-NAVServerInstance [Instance Name]
Restart instance
Subscribe to:
Posts (Atom)