Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Anchor
top
top

Diese Seite enthält eine Auflistung von Workarounds für bekannte Fehler in SmartTaxBalance.

Table of Contents

Installation: Microsoft Visual C++ Redistributable Package 2017 wird nicht gefunden

Note

Ab SmartTaxBalance Version 5.0.5 wird das C++ Redistributable Package nicht mehr bei der Installation überprüft.

Fehler:

Bei der Installation der SmartTaxBalance Client Anwendung meldet der Installer zu Beginn, dass das Microsoft Visual C++ Redistributable Package nicht gefunden wurde. Die Installation bricht ab.

Ursache:

Der Installer prüft ob, eines der folgenden Produktcodes installiert ist:

  • 8F271F6C-6E7B-3D0A-951B-6E7B694D78BD für x86
  • 221D6DB4-46E2-333C-B09B-5F49351D0980 für x64
  • 895D5198-C5DB-375E-86AB-133F4DAA9FE2 für x86
  • C5ECDB9A-D9B0-3107-BA85-1269998A5B3E für x64

...

Microsoft.Data.SqlClient.SqlException (0x80131904): Es konnte eine Verbindung mit dem Server hergestellt werden, doch während des Handshakes vor der Anmeldung trat ein Fehler auf. 

Fehler:

Beim Starten der Client-Anwendung kommt es zu diesem Fehler. Im Anschluss kann nichts in der Anwendung ausgeführt werden. Es konnte keine Verbindung zur Datenbank aufgebaut werden.

Code Block
languagepowershell
get-wmiobject Win32_Product | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

Wenn Sie in der Ausgabe keinen der Produktcodes finden, dann installieren Sie das Paket erneut.

Sie können alternativ die Abfrage überspringen:

msiexec /i SmartTaxBalanceClient.msi /L*v install.log VCPP_14_13_26020_X86=1

Info
In diesem Fall, kann nicht sichergestellt werden, dass die Versendung der E-Bilanz erfolgreich funktioniert.
Encryption(ssl/tls) handshake failed


Ursache:

Breaking changes in Microsoft.Data.SqlClient 2.0

If the target server is configured to enforce encryption, then this version of the client requires the server certificate to be installed locally or enforce use of SSL for the database connection. Notice that Azure SQL Database is always configured to enforce encryption. So when using this version against Azure SQL Database (or any SQL Server enforcing encryption), you must at least add this setting to your connection string (to enforce use of SSL):


Code Block
languagepowershell
TrustServerCertificate=true


nach oben

Fehler beim GTC-Export

...