Index: AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfGenerator.cls.xml =================================================================== diff -u -r46346 -r47281 --- AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfGenerator.cls.xml (.../ProductMasterDixfGenerator.cls.xml) (revision 46346) +++ AX/Uitgaand/PM/ProductMaster/impl/ProductMasterDixfGenerator.cls.xml (.../ProductMasterDixfGenerator.cls.xml) (revision 47281) @@ -14,7 +14,7 @@ Do StartTimer^vhLib #dim ProductMasterIterator As TECH.Iterator = ##class(AX.Uitgaand.PM.ProductMaster.impl.ProductMasterIterator).%New() do ..Generate(ProductMasterIterator) - Write !,"Csv voor migratie 0601b ProductMaster is klaar. Aantal minuten: " + Write !,"Csv voor migratie 0601b_VHBE_ProductMaster is klaar. Aantal minuten: " write $$TimeFromStart^vhLib()/60 } Catch { Write ##class(TECH.ExceptionHandler).Catch().ToString() @@ -45,7 +45,7 @@ Set AXProductMasterData.ScheidingsTeken = ";" Set AXProductMasterData.Iterator = ProductMasterIterator - Set AXProductMasterData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0601bProductMaster.csv") + Set AXProductMasterData.BestandVolledigeNaam = ##class(TECH.Files).AppendFile(##class(TECH.Config.ConfigMgr).Instance().GeefString("AX_DIXF"),"0601b_VHBE_ProductMaster.csv") #dim BestandGenerator As APPS.common.Rapport.impl.BestandGenerator Set BestandGenerator = ##class(APPS.common.Rapport.impl.BestandGenerator).%New() Index: AX/Uitgaand/PM/impl/RunAll2a.cls.xml =================================================================== diff -u -r47277 -r47281 --- AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 47277) +++ AX/Uitgaand/PM/impl/RunAll2a.cls.xml (.../RunAll2a.cls.xml) (revision 47281) @@ -10,7 +10,7 @@ 1