Hi am trying to remove the deleted member from the MDS Database.
Created records to purge in stg.Business_Detail_Leaf with Import Type 4 and ImportStatus_id 0
INSERT INTO [stg].[Business_Detail_Leaf] ( [ImportType] ,[ImportStatus_ID] ,[BatchTag] ,[Code] ,[Name] ) SELECT 4 -- purge member ,0 -- ready for staging ,'Purge Member' -- batch tag ,code -- code ,NAME -- name FROM mdm.tbl_2_6_EN WHERE Status_ID = 2
This does appears in MDS Integration Management as a batch to process on local server.
But when am doing the same on other server where I got System Administration and Integration Management rights on the Model, this batch doesn't appear to process.
Am I missing any right to do this?
Sree