Tried to exporarchive from the environment with the security we would like to replicated and imported into the target environment but did not seem to work. The obiee team only wanted the security changes replicated from the production environment into the test environment.
Used the following command and options:
$DOMAIN_HOME/bitools/bin/importarchive.sh ssi ssi.bar nodatamodel nocontent nodatasets nosearch noaction encryptionpassword=<pw>
I explicitly chose all the no options with the exception of noauthorization hoping that would match the security between environments.
However it appears that certain roles still have access in the test environment that was removed in prod.
Should I be doing something different, using different options, or need to do something to reset just the permissions before I run the import?