Neu Fehlermeldung beim Drucken von Adressetiketten nach Update auf 1.5.30.1

Manusell

Offizieller Servicepartner
SPBanner
16. März 2017
208
16
Firma
Manusell.de
Hallo,

unsere Wawi druckt seit dem Update auf 1.5.30.1 keine Adressetiketten mehr (Kundenliste, Rechtsklick -> Adressetiketten drucken). Das Fehlerprotokoll:

Unbehandelte Ausnahme #EBD30A53BA48F05 vom Typ System.InvalidOperationException in Void .ctor(System.Data.IDbConnection, JTL.Database.DbConnectionDisposalBehavior)
System.InvalidOperationException: Nesting of DbConnectionDecorator not supported
bei JTL.Database.DbConnectionWithTransactionDecorator..ctor(IDbConnection connection, DbConnectionDisposalBehavior disposalBehaviour)
bei JTL.Database.Repositories.RepositoryBase..ctor(DbConnectionFactory factory)
bei JTL.Ausgabe.Repositories.Report.UserRepositoryBase..ctor(DbConnectionFactory factory)
bei JTL.Ausgabe.Repositories.Report.UserRepository..ctor(DbConnectionFactory factory)
bei JTL.Ausgabe.Repositories.Report.CompanyRepository.FindBySignedInUser(IEnumerable`1 ids)
bei JTL.Ausgabe.Elemente.AddressAusgabeElement.CreateByCustomerId(IEnumerable`1 customerIds)
bei JTL.Wawi.CoreConnector.KundenverwaltungCoreConnectorService.ShowAdressEtikettAusgabe(IEnumerable`1 kundenKeys)
bei JTL.Wawi.Kundenverwaltung.KundenListe.Commands.EtikettenAusgabeCommand.Execute(IEnumerable`1 parameter)
bei JTL.Mvvm.Command.CommandBase`1.System.Windows.Input.ICommand.Execute(Object parameter)
bei DevExpress.Xpf.Bars.Native.CommandSourceHelper.Execute(ICommand command, Object commandParameter, IInputElement commandTarget)
bei DevExpress.Xpf.Bars.BarItem.ExecuteCommand(ICommand command, Object commandParameter, IInputElement actualCommandTarget)
bei DevExpress.Xpf.Bars.BarItem.<>c__DisplayClass61.<OnItemClick>b__60()
bei System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
bei System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
System.Object = <null>

2020-10-01T12:08:06 DEBUG - SELECT
[AccountData].[InternalId] AS [InternalId],
[AccountData].[CustomerInternalId] AS [CustomerInternalId],
[AccountData].[Bank] AS [Bank],
[AccountData].[AccountHolder] AS [AccountHolder],
[AccountData].[IBAN] AS [IBAN],
[AccountData].[BIC] AS [BIC]
FROM
[Report].[AccountData] AS [AccountData]
JOIN [Report].[Customer] AS [Customer] ON [Customer].[InternalId] = [AccountData].[CustomerInternalId]
WHERE
([Customer].[InternalId] IN (9014));
2020-10-01T12:08:06 DEBUG - Dauer bis zum Reader: 5ms
2020-10-01T12:08:06 DEBUG - Dauer: 7 ms, 0 Zeilen
2020-10-01T12:08:06 DEBUG - SELECT
[CustomerAttribute].[InternalId] AS [InternalId],
[CustomerAttribute].[CustomerInternalId] AS [CustomerInternalId],
[CustomerAttribute].[AttributeName] AS [AttributeName],
[CustomerAttribute].[AttributeValue] AS [AttributeValue],
[CustomerAttribute].[AttributeDescription] AS [AttributeDescription],
[CustomerAttribute].[LanguageInternalId] AS [LanguageInternalId]
FROM
[Report].[CustomerAttribute] AS [CustomerAttribute]
JOIN [Report].[Customer] AS [Customer] ON [Customer].[InternalId] = [CustomerAttribute].[CustomerInternalId]
WHERE
([Customer].[InternalId] IN (9014));
2020-10-01T12:08:06 DEBUG - Dauer bis zum Reader: 8ms
2020-10-01T12:08:06 DEBUG - Dauer: 12 ms, 1 Zeilen
2020-10-01T12:08:06 DEBUG - SELECT
[CustomerBillToAddress].[InternalId] AS [InternalId],
[CustomerBillToAddress].[CustomerInternalId] AS [CustomerInternalId],
[CustomerBillToAddress].[Company] AS [Company],
[CustomerBillToAddress].[Salutation] AS [Salutation],
[CustomerBillToAddress].[Title] AS [Title],
[CustomerBillToAddress].[FirstName] AS [FirstName],
[CustomerBillToAddress].[LastName] AS [LastName],
[CustomerBillToAddress].[Address] AS [Address],
[CustomerBillToAddress].[PostalCode] AS [PostalCode],
[CustomerBillToAddress].[City] AS [City],
[CustomerBillToAddress].[Country] AS [Country],
[CustomerBillToAddress].[Phone] AS [Phone],
[CustomerBillToAddress].[CompanySupplement] AS [CompanySupplement],
[CustomerBillToAddress].[AddressSupplement] AS [AddressSupplement],
[CustomerBillToAddress].[MobilePhone] AS [MobilePhone],
[CustomerBillToAddress].[EmailAddress] AS [EmailAddress],
[CustomerBillToAddress].[Fax] AS [Fax],
[CustomerBillToAddress].[State] AS [State],
[CustomerBillToAddress].[CountryISO] AS [CountryISO],
[CustomerBillToAddress].[CustomerNumber] AS [CustomerNumber],
[CustomerBillToAddress].[ValueAddedTaxId] AS [ValueAddedTaxId],
[CustomerBillToAddress].[IsStandard] AS [IsStandard]
FROM
[Report].[CustomerBillToAddress] AS [CustomerBillToAddress]
JOIN [Report].[Customer] AS [Customer] ON [Customer].[InternalId] = [CustomerBillToAddress].[CustomerInternalId]
WHERE
([Customer].[InternalId] IN (9014));
2020-10-01T12:08:06 DEBUG - Dauer bis zum Reader: 25ms
2020-10-01T12:08:06 DEBUG - Dauer: 32 ms, 1 Zeilen
2020-10-01T12:08:06 DEBUG - SELECT
[CustomerOtherAddress].[InternalId] AS [InternalId],
[CustomerOtherAddress].[CustomerInternalId] AS [CustomerInternalId],
[CustomerOtherAddress].[Company] AS [Company],
[CustomerOtherAddress].[Salutation] AS [Salutation],
[CustomerOtherAddress].[Title] AS [Title],
[CustomerOtherAddress].[FirstName] AS [FirstName],
[CustomerOtherAddress].[LastName] AS [LastName],
[CustomerOtherAddress].[Address] AS [Address],
[CustomerOtherAddress].[PostalCode] AS [PostalCode],
[CustomerOtherAddress].[City] AS [City],
[CustomerOtherAddress].[Country] AS [Country],
[CustomerOtherAddress].[Phone] AS [Phone],
[CustomerOtherAddress].[CompanySupplement] AS [CompanySupplement],
[CustomerOtherAddress].[AddressSupplement] AS [AddressSupplement],
[CustomerOtherAddress].[MobilePhone] AS [MobilePhone],
[CustomerOtherAddress].[EmailAddress] AS [EmailAddress],
[CustomerOtherAddress].[Fax] AS [Fax],
[CustomerOtherAddress].[State] AS [State],
[CustomerOtherAddress].[CountryISO] AS [CountryISO],
[CustomerOtherAddress].[CustomerNumber] AS [CustomerNumber],
[CustomerOtherAddress].[ValueAddedTaxId] AS [ValueAddedTaxId]
FROM
[Report].[CustomerOtherAddress] AS [CustomerOtherAddress]
JOIN [Report].[Customer] AS [Customer] ON [Customer].[InternalId] = [CustomerOtherAddress].[CustomerInternalId]
WHERE
([Customer].[InternalId] IN (9014));
2020-10-01T12:08:06 DEBUG - Dauer bis zum Reader: 17ms
2020-10-01T12:08:06 DEBUG - Dauer: 21 ms, 0 Zeilen
2020-10-01T12:08:06 DEBUG - SELECT
[CustomerShipToAddress].[InternalId] AS [InternalId],
[CustomerShipToAddress].[CustomerInternalId] AS [CustomerInternalId],
[CustomerShipToAddress].[Company] AS [Company],
[CustomerShipToAddress].[Salutation] AS [Salutation],
[CustomerShipToAddress].[Title] AS [Title],
[CustomerShipToAddress].[FirstName] AS [FirstName],
[CustomerShipToAddress].[LastName] AS [LastName],
[CustomerShipToAddress].[Address] AS [Address],
[CustomerShipToAddress].[PostalCode] AS [PostalCode],
[CustomerShipToAddress].[City] AS [City],
[CustomerShipToAddress].[Country] AS [Country],
[CustomerShipToAddress].[Phone] AS [Phone],
[CustomerShipToAddress].[CompanySupplement] AS [CompanySupplement],
[CustomerShipToAddress].[AddressSupplement] AS [AddressSupplement],
[CustomerShipToAddress].[MobilePhone] AS [MobilePhone],
[CustomerShipToAddress].[EmailAddress] AS [EmailAddress],
[CustomerShipToAddress].[Fax] AS [Fax],
[CustomerShipToAddress].[State] AS [State],
[CustomerShipToAddress].[CountryISO] AS [CountryISO],
[CustomerShipToAddress].[CustomerNumber] AS [CustomerNumber],
[CustomerShipToAddress].[ValueAddedTaxId] AS [ValueAddedTaxId],
[CustomerShipToAddress].[IsStandard] AS [IsStandard]
FROM
[Report].[CustomerShipToAddress] AS [CustomerShipToAddress]
JOIN [Report].[Customer] AS [Customer] ON [Customer].[InternalId] = [CustomerShipToAddress].[CustomerInternalId]
WHERE
([Customer].[InternalId] IN (9014));
2020-10-01T12:08:06 DEBUG - Dauer bis zum Reader: 36ms
2020-10-01T12:08:06 DEBUG - Dauer: 49 ms, 2 Zeilen
2020-10-01T12:08:06 DEBUG - IF OBJECT_ID('dbo.tErrorlog', 'U') IS NULL SELECT 0 ELSE SELECT 1;
2020-10-01T12:08:06 DEBUG - Dauer: 1ms, Result: 1
2020-10-01T12:08:06 DEBUG - SELECT TOP 1 * FROM dbo.tErrorlog WHERE cRechnername = @cRechnername AND nFehlerID = @nFehlerID ORDER BY dErstelltUtc ASC
@cRechnername = ''
@nFehlerID = 1062058573357682437
2020-10-01T12:08:06 DEBUG - SELECT TOP 1 * FROM dbo.tErrorlog WHERE cRechnername = @cRechnername AND nFehlerID = @nFehlerID ORDER BY dErstelltUtc ASC
@cRechnername = ''
@nFehlerID = 1062058573357682437
2020-10-01T12:08:06 DEBUG - Dauer bis zum Reader: 22ms
2020-10-01T12:08:06 DEBUG - Dauer: 30 ms, 1 Zeilen
2020-10-01T12:08:06 DEBUG - UPDATE [dbo].[tErrorlog] SET dErstelltUtc = @dErstelltUtc_0 WHERE kErrorlog = @kErrorlog_0;
895f6d020934a
 
Ähnliche Themen
Titel Forum Antworten Datum
Neu beim Update auf die 5.4.0 erhalte wir folgende Fehlermeldung: JTL-Shop - Fehler und Bugs 4
Beim Öffnen des Artikels kommt Fehlermeldung "Sitzung weist Kill-Status auf" JTL-Wawi 1.9 3
Neu Fehlermeldung bei Synchronisation aus der WaWi: "Artikel "XYZ" kann nicht hochgeladen werden, da der Shop den Steuersatz '19' nicht unterstützt." WooCommerce-Connector 0
Neu Fehlermeldung: Dein Gerät ist nicht mit dieser Version kompatibel Einrichtung / Updates von JTL-POS 0
Kategorie löschen - Fehlermeldung JTL-Wawi 1.9 1
Fehlermeldung im Packtisch bei Nutzung von DHL versenden 3.0 JTL-Wawi 1.9 1
Artikel anlegen bei OTTO nicht möglich. Fehlermeldung 200002 & 102051 Otto.de - Anbindung (SCX) 0
Hersteller erfassen geht nicht. Fehlermeldung: Es liegen Fehler vor JTL-Wawi 1.9 2
Neu DHL Retourenlabel Fehlermeldung in jtl wawi JTL-ShippingLabels - Fehler und Bugs 1
Neu Siegel - Seriennummern beim Versand einscannen JTL-WMS / JTL-Packtisch+ - Ideen, Lob und Kritik 3
Neu Fehler beim Grundpreis einspielen JTL-Ameise - Fehler und Bugs 0
Fehler beim Update JTL-Wawi JTL-Wawi 1.9 2
Neu Dynamische Höhe von Textelementen beim Erstellen eines Produktdatenblatts über Artikeletiketten Druck-/ E-Mail-/ Exportvorlagen in JTL-Wawi 6
Neu JTL WAWI amazon Express wird nicht erkannt beim Workflow Arbeitsabläufe von eazyAuction 2
Feld "Erstellt durch" bei Lieferantenbestellungen ändert sich beim Speichern JTL-Wawi 1.9 1
Rechnungsstellung in WAWI bei split / gemischter Mehrwertsteuer beim Versand falsch - workaround JTL-Wawi 1.9 0
Neu Datenbank beim Hosting JTL User helfen Usern 2
Neu Probleme beim Einrichten des PayPal Plugins beim Onboarding Plugins für JTL-Shop 1
Beantwortet Fehler beim Abgleich WooCommerce-Connector 1
Neu Probleme beim Aufruf von Email-Vorlage nach Shop-Update Betrieb / Pflege von JTL-Shop 5
Neu JTL-WMS Mobile crasht beim Start seit Kurzem (Windows.UI.Xaml) JTL-WMS / JTL-Packtisch+ - Fehler und Bugs 0
Neu Wie kann man den Preis eines Artikels beim in den Warenkorb legen verändern? Technische Fragen zu Plugins und Templates 3
Neu Beim Scannen von Artikeln erscheint ein Auswahlfenster Artikel Auswählen JTL-POS - Fehler und Bugs 3
Neu Auftragsnummern beim Tagesabschluss hinzufügen Einrichtung / Updates von JTL-POS 0
Wawi Fehler beim Upload 1.9 JTL-Wawi 1.9 1
Problem beim Anlegen neuer Warengruppen JTL-Wawi 1.9 2
Fehler beim Update von 1.9.4.6 auf 1.9.6.5 - HILFE JTL-Wawi 1.9 4
Problem beim Import von Artikelbeständen wenn Artikel auf Pickliste User helfen Usern - Fragen zu JTL-Wawi 3
Neu ACHTUNG WARNUNG: Falscher USt-Betrag beim Export mit der Ameise JTL-Wawi - Fehler und Bugs 4
Neu SMARTY-Änderungen beim Shopupdate von 5.2 auf 5.4 ... Kategorie-Funktionsattribute abfragen geht nicht mehr! Templates für JTL-Shop 5
Neu Installation MS SQL 2022 Express: Fehler beim Warten auf das Wiederherstellungshandle des Datenbankmoduls Installation von JTL-Wawi 9
Neu Hilfe beim Update Shop 5 Installation / Updates von JTL-Shop 2
Neu Probleme mit dem Meta-Crawler und 403 Fehler beim Meta-Datenfeed Upload User helfen Usern 0
Neu Probleme beim Übertragen der Sendungsnummern an AMAZON Amazon-Anbindung - Fehler und Bugs 3
Fehler beim Datenbankupdate auf höhere Version JTL-Wawi 1.7 4
Fehler beim Abgleich nach Komplettabgleich JTL-Wawi 1.9 0
GPRS Fehler beim Rendering der Attribute JTL-Wawi 1.9 9
Neu Fehler beim Bearbeiten der E-Mail-Vorlage "Bestellbestätigung" JTL-Shop - Fehler und Bugs 0
Fehler [DbeSClient]JTL-Wawi beim Abgleich mit JTL Shop5 JTL-Wawi 1.9 0
Neu EC Händlerbeleg nicht drucken Einrichtung / Updates von JTL-POS 3
Versandetiketten richtig Drucken auf Etikettendrucker JTL-Wawi 1.9 1
Neu Artikelettikett drucken mit Eigenen Feldern aus dem Reiter Allgemein User helfen Usern - Fragen zu JTL-Wawi 2
Neu 2-Seitiges Artikeletikett Drucken User helfen Usern - Fragen zu JTL-Wawi 2
Neu Manche können Versandlabels drucken, andere nicht JTL-WMS / JTL-Packtisch+ - Fehler und Bugs 10
WMS Mobile - Drucker anstoßen - drucken - möglich?? JTL-WMS / JTL-Packtisch+ - Ideen, Lob und Kritik 2
Neu Zählliste für Inventur drucken in Packtisch+ Arbeitsabläufe in JTL-WMS / JTL-Packtisch+ 0

Ähnliche Themen