Neu Fehlermeldung beim Drucken von Adressetiketten nach Update auf 1.5.30.1

Manusell

Offizieller Servicepartner
SPBanner
16. März 2017
209
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
Fehlermeldung beim Artikel erstellen JTL-Wawi 1.11 3
Fehlermeldung beim Anlegen einer zweiten JTL POS Kasse in JTL-Wawi JTL-Wawi 1.11 1
Neu DPD Prime Lables - Fehlermeldung JTL-ShippingLabels - Fehler und Bugs 0
Amazon FBA Umlagerungen Beta - Fehlermeldung blockiert die Umlagerung JTL-Wawi 1.11 0
Neu WMS-APP funktioniert nicht - Fehlermeldung: andere Edition wird benötigt JTL-WMS / JTL-Packtisch+ - Fehler und Bugs 0
JTL APP - Fehlermeldung nach Update auf Wawi 1.11. JTL-Wawi App 6
Nach Wawi Update keine Fehlermeldung mehr sichtbar kaufland.de - Anbindung (SCX) 2
Neu eBay-Abgleich Fehlermeldung: Datenverarbeitung fehlgeschlagen: Die Sequenz enthält keine Elemente eBay-Anbindung - Fehler und Bugs 8
Fehlermeldung bei DHL 4.0 versand JTL-Wawi 2.0 26
Neu DHL - Fehlermeldung: Request processing failure JTL-ShippingLabels - Fehler und Bugs 23
Hersteller anlegen bringt immer Fehlermeldung JTL-Wawi 1.11 10
Neu Angebot Status "Fehlerhaft" aber keine Fehlermeldung Amazon-Lister - Fehler und Bugs 5
Neu "alte" Bankverbindung beim Duplizieren von älteren Aufträgen User helfen Usern - Fragen zu JTL-Wawi 3
Updatezwang beim öffnen der WAWI JTL-Wawi 1.6 13
Fehler beim Abgleich mit Amazon JTL-Wawi 2.0 10
Probleme beim Shopify-Abgleich: Artikel trotz erfolgreichem Abgleich nicht in Shopify auffindbar JTL-Wawi 1.11 1
Fehler beim Abgleich mit dem JTL-Shop JTL-Wawi 2.0 12
Wawi 1.11.10 : Feldinhalt "Kundenkommentar" fehlt beim Versand in WMS JTL-Wawi 1.11 0
Problem beim Import über Ameise/eBay JTL-Wawi 1.11 1
Wawi verschluckt Zeichen beim Mailversand JTL-Wawi 2.0 1
Problem mit Hermes Österreich Sendungsnummern – Fehler beim Amazon-Abgleich in JTL-Wawi JTL-Wawi 1.10 0
Neu Probleme beim Erstellen von Artikeln aus Angeboten von eBay User helfen Usern - Fragen zu JTL-Wawi 1
Neu EK Preise beim Wareneingang Arbeitsabläufe in JTL-Wawi 4
Neu Probleme beim Mailversand User helfen Usern 0
Neu Bestände in-house und beim Lieferanten + Proforma-Rechnungen, wie? Arbeitsabläufe in JTL-Wawi 3
Dropshipping-Labeldruck beim Lieferanten über JTL-Wawi (Versandstandorte / Workflows) JTL-Wawi 1.10 0
Worker bleibt beim empfangen/senden von Daten hängen JTL-Wawi 2.0 8
Neu Punkt statt Komma beim export Druck-/ E-Mail-/ Exportvorlagen in JTL-Wawi 3
Neu Fehler beim Update der Datenbank von 1.11.7 auf 2.0.1 JTL-Wawi - Fehler und Bugs 7
Neu Ausdruck Rechnung beim Workflow nicht korrekt formatiert User helfen Usern - Fragen zu JTL-Wawi 6
Beantwortet JTL-POS „Rechnung drucken“ Allgemeine Fragen zu JTL-POS 2
1.11.7 Workflow versendet soll Rechnung 1x drucken, druckt aber 2x JTL-Wawi 1.11 1

Ähnliche Themen