Hi
Apart from haveing ODS Genealogy tranfer problem I have also problems with ODS Production ETL script. It ran for some time fien and from one point the log shows follwong error in loop:
Thu Oct 07 16:41:37 EEST 2010 ODSProductionLogExtract: Started
Thu Oct 07 16:41:38 EEST 2010 ODSProductionLogExtract: ODSProductionLogExtract already active!!
Thu Oct 07 16:41:38 EEST 2010 ODSShopOrderExtract: Started
Thu Oct 07 16:41:39 EEST 2010 ODSShopOrderExtract: Extract inserted 0 records into ODS_TEMP_SHOP_ORDER
Thu Oct 07 16:41:39 EEST 2010 ODSShopOrderExtract: Completed
Thu Oct 07 16:41:39 EEST 2010 ODSShopOrderExpansion: Started
Thu Oct 07 16:41:40 EEST 2010 ODSShopOrderExpansion: ODSShopOrderExpansion already active!!
Thu Oct 07 16:41:40 EEST 2010 ODSProductionLogExpansion: Started
Thu Oct 07 16:41:40 EEST 2010 ODSProductionLogExpansion: ODSProductionLogExpansion already active!!
Thu Oct 07 16:41:40 EEST 2010 ODSProductionLogSummary 1: Started
Thu Oct 07 16:41:41 EEST 2010 ODSProductionLogSummary 1: ODSProductionLogSummary already active!!
Thu Oct 07 16:41:41 EEST 2010 ODSProductionLogSummary 2: Started
Thu Oct 07 16:41:42 EEST 2010 ODSProductionLogSummary 2: ODSProductionLogSummary already active!!
Thu Oct 07 16:41:42 EEST 2010 ODSProductionLogSummary 3: Started
Thu Oct 07 16:41:42 EEST 2010 ODSProductionLogSummary 3: ODSProductionLogSummary already active!!
Thu Oct 07 16:41:43 EEST 2010 ODSProductionLogSummary 4: Started
Thu Oct 07 16:41:43 EEST 2010 ODSProductionLogSummary 4: ODSProductionLogSummary already active!!
Thu Oct 07 16:41:43 EEST 2010 ODSProductionLogSummary 5: Started
Thu Oct 07 16:41:44 EEST 2010 ODSProductionLogSummary 5: ODSProductionLogSummary already active!!
When I realized that the data was not moving anymore I stopped the script and tried to rerun it but I still get the same error now. Any ideas?
Br
Jennsen
Hannes,
Please check \Clients\scripts folder for *.lck files. If any, they have been left since the previous run of the script and are now blocking the execution. It couldbe the result of some interruption of ODS script or the same process is running in parallel indeed. If the script is running in parallel, you have to wait for its end. If you are sure that there is no current execution of the script, you can delete those LCK files and run the script again.
BR,
Sergiy
Add a comment