Gelöst Erstabgleich wiederholen?

FoWie

Aktives Mitglied
9. Januar 2013
82
0
Hallo
Habe momentan einen DB Fehler in Shopware und muss diesen beheben und würde nachher gerne einen "ersten" Shopabgleich machen, gibt es eine Möglichkeit die Wawi zu leeren, und alles neu aus Shopware zu importieren?
Habe nämlich den Verdacht, dass der DB Fehler durch einen unterbrochenen Abgleich kommt.
LG Olli
 

Daniel B.

Moderator
17. Juni 2009
1.430
40
Hey,

Onlineshop --> Onlineshop-Anbindung --> richtigen Connector / Shop auswählen --> Connector konfigurieren --> Zurücksetzen --> Connector zurücksetzen

Damit kannst du den Connector zurücksetzen und alles nochmal übertragen.

Um die Wawi zu leeren ist der schnellste Weg, eine neue Wawi DB anzulegen. Start --> Datenbank --> DB löschen und eine Neue erstellen. *VORSICHT* Alle Wawi Daten sind dann weg!
 

FoWie

Aktives Mitglied
9. Januar 2013
82
0
Hallo Habe in der alten Wawi Version mal mit folgendem Befehl nur die Kategorien/ produkte aus der DB gelöscht, ist dieser noch gültig:

Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategorie"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategorieartikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tartikelbild"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikeltext"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tattribut"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tbestelleigenschaft"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaft"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table teigenschaftwert"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftSichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftSprache"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertAbhaengigkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertAufpreis"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertPict"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertSichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tEigenschaftWertSprache"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tfloat"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tint"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategoriepict"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tlagerartikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tliefartikel"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelShop"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelsichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelSonderpreis
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tArtikelSprache"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategorieShop"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategoriepict"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategorieRabatt"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tkategorieSichtbarkeit"
Osql -D eazy -U sa -P sa04jT14 -Q "truncate table tKategoriesprache"