I created a dataset with the following SQL query 6/1/24, and on 8/8/24 I began getting the following error: The dataset is currently locked and cannot be executed right now. The likely cause is the Job is open in the UI or has unsaved changes.
I have confirmed that the job is not open in the UI and has no unsaved changes, are there any other potential causes?
SELECT RTRIM(CONCAT(RTRIM(ie.[ItemNumber]),RTRIM(ie.[SkuDesign]),RTRIM(ie.[SkuColor]),RTRIM(ie.[SkuSize]))) as SKU
,ie.marketingeffort
,ie.marketingeffortyear
,ie.itemnumber
,ie.skudesign
,ie.skucolor
,ie.skusize
,ie.DATELASTUPDATED
,ie.RETAILPRICEWEB
,ie.RETAILPRICEMAPS
,ie.EFFORTPRICE
,ie.CURRENTPAGE
,ie.ONSALE
,ie.BRINGBACK
,ie.PERCENTOFPAGE
,ie.PERCENTOFPAGEESTIMATED
,ie.DELETEDFLAG
,ie.QTYFORECASTED
,ie.QTYPLANNED
,ie.ENVIRONMENTALID
,ie.ENVIRONMENTALIDDESCRIPTION
,ie.SHIPPINGCOST
,ie.QTYBACKORDER
,ie.SPREADDESCRIPTION
,ie.PRODUCTSTATUS
,ie.PRIOR_QTYFORECASTED
,ie.PRIOR_QTYPLANNED
,ie.QTYBACKORDERLTD
,ie.VENDORNAME
,ie.REFERENCEEFFORT
FROM [Analytical].[dbo].[ItemEffortCurrent] ie with (nolock)