How to change the tenant region for Nintex Analytics

  • 17 August 2021
  • 0 replies
  • 49 views

Topic

How to change the tenant region for Nintex Analytics if mistakenly choosing the wrong region during installation. 

 

Instructions

To be able to change the region you need to remove the Nintex Analytics farm properties using the below command:

 

$farm = Get-SPFarm
$farm.Properties.Remove("NintexAnalytics.Config")
$farm.Update()

 

Perform an IIS reset and restart the SharePoint timer service after running the commands.

 

You should now be able to reactivate Nintex Analytics and reselect the region.

 

Additional Information

The above instruction is recommended for the scenario that there is no data connection being created on the previous tenant region.

Please contact Nintex Support Team for another scenario on how to change the Nintex Analytics tenant region. 

 

Related Links

 

 


0 replies

Be the first to reply!

Reply