Index: AX/Uitgaand/PM/impl/RunAll2a.cls.xml =================================================================== diff -u -r44111 -r44660 --- AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 44111) +++ AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 44660) @@ -36,6 +36,7 @@ Do ##class(AX.Uitgaand.VKP.ArtikelLijst.impl.ArtikelLijstGenerator).%New().ExportAll() Do ##class(AX.Uitgaand.PM.Assortimenten.impl.ProductCategorieGenerator).%New().ExportAll() Do ##class(AX.Uitgaand.PM.KostPrijs.impl.KostPrijsDixfGenerator).%New().GenerateAll() + Do ##class(AX.Uitgaand.PM.ProductAfbeeldingen.impl.ProductAfbeeldingenGenerator).%New().GenerateAll() Quit $$$OK ]]> Index: AX/Uitgaand/PM/ProductAfbeeldingen/impl/ProductAfbeeldingenGenerator.cls.xml =================================================================== diff -u -r44385 -r44660 --- AX/Uitgaand/PM/ProductAfbeeldingen/impl/ProductAfbeeldingenGenerator.cls.xml (.../ProductAfbeeldingenGenerator.cls.xml) (revision 44385) +++ AX/Uitgaand/PM/ProductAfbeeldingen/impl/ProductAfbeeldingenGenerator.cls.xml (.../ProductAfbeeldingenGenerator.cls.xml) (revision 44660) @@ -14,7 +14,7 @@ Do StartTimer^vhLib #dim ProductAfbeeldingenIterator As TECH.Iterator = ##class(AX.Uitgaand.PM.ProductAfbeeldingen.impl.ProductAfbeeldingenIterator).%New() do ..Generate(ProductAfbeeldingenIterator) - Write !,"Csv voor migratie ProductAfbeeldingen is klaar. Aantal minuten: " + Write !,"Csv voor migratie 0618 ProductAfbeeldingen is klaar. Aantal minuten: " write $$TimeFromStart^vhLib()/60 } Catch { Write ##class(TECH.ExceptionHandler).Catch().ToString() @@ -33,7 +33,7 @@ Set AXProductAfbeeldingenData.ScheidingsTeken = ";" Set AXProductAfbeeldingenData.Iterator = ProductAfbeeldingenIterator - Set AXProductAfbeeldingenData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"ProductAfbeeldingen.csv") + Set AXProductAfbeeldingenData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0618ProductAfbeeldingen.csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New()