Quantcast
Channel: SCN: Message List - SAP Identity Management
Viewing all articles
Browse latest Browse all 5016

Re: SP8 Clear Provisioning Queue

$
0
0

Hi Matt,

..you are right on don't:-)

 

If you still want to, here is how i do it:

 

 

1)     1. Stop dispatchers

2)     2. Update mxp_audit set provstatus=1100 where auditid in (select auditref from mxp_provision)

3)     3. Delete from mxp_provision

4)      ---If Oracle: COMMIT

5)     4. Start dispatchers

 

Set provision-status to OK (1100) i audit tabellen.

Alternatively you can set mxp_audit.provstatus to 2000 («task deleted»).

 

To be on the safe side, copy/backup mxp_provision and mxp_audit table between step 1 and 2 above.

I.e:

Select * into dbo.backup_mxp_provision from dbo.mxp_provision    -- SQL-Server

create table backup_mxp_provision as (select * from mxp_provision);    -- Oracle

 

Br,

Are


Viewing all articles
Browse latest Browse all 5016

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>