1 Workstation not able to submit E-Invoice while other workstation can submit
Issue
Other workstation able to do submission to the E-Invoice. Only some pcs when connect to the E-Invoice screen will prompt error.
Root Cause
Windows System is Missing Root Certificates
Resolution
werShell command to force update root certificates:
certutil -generateSSTFromWU roots.sst
(After success msg)
Then run again below:
certutil -addstore -f root roots.sst
(Make sure successful)