Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CC 4.0 to 5.2 Migration - Mitigated Users Question

Former Member
0 Kudos

In short, we have populated our rules, mitigating users/controls etc. by exporting this data from our Production environment (CC 4.0) into a Development environment (CC 5.2 java side). The rules are correct as the ruleset we exported from Production is our most current ruleset. However, the mitigated users that we imported from Production are not mitigated users in our Development environment (because we simply do not mitigate anyone in this particular Development environment as we would in Production).

Is there a way we can delete that mitigated users table on the CC 5.2 java side (because it doesn't make sense to have a list of mitigated users in our CC 5.2 Development environment when there really isn't/shouldn't be)?

Thanks very much!

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jes,

is it too many users to delete them in the frontend?

(Mitigation -> Mitigated Users)

Else it would be possible to empty the table VIRSA_CC_MITUSER.

Regards

Daniela

2 REPLIES 2

Former Member
0 Kudos

Hi Jes,

is it too many users to delete them in the frontend?

(Mitigation -> Mitigated Users)

Else it would be possible to empty the table VIRSA_CC_MITUSER.

Regards

Daniela

0 Kudos

Hi Daniela,

I don't think I'm asking the right questions.

Again, we are upgrading to CC 5.2 from CC 4.0, migrating the data in CC 4.0 (current the Production environment) to CC 5.2 (a Development environment, for testing purposes).

Why does the /VIRSA/ZVRAT_L03 program export out mitigated users (VIRSA_CC_MITUSER) and the rule import load those mitigated users if the Batch Risk Analysis full sync program pulls the mitigated user information directly from the back end? If this is part of the conversion, then why do we need to run a full sync?