Skip to main content

We recently ran the following command and it messed up our Task URLs

NWAdmin.exe -o AddZoneSetting -type Global  -zone Default 

Initially our task URLs were of this format > http://intranet.domain.com/Lists/AccessRequestTasks/EditForm.aspx?ID=21123 but after running this command they changed to > http://vwp-mshare01/WorkflowTasks/EditForm.aspx?ID=65197

This is causing issues because our users do not have access to http://vwp-mshare01 .

Below is our configurations

Alternate Access Mappings

219562_pastedImage_15.png

Web Application

219561_pastedImage_12.png

PS: Ignore the silly name (not in use)

Site Collections

219572_pastedImage_17.png

Initially all task link URLs used the host-named site collection as the root (http://intranet.domain.com) but now they they use the root site collection URL (http://vwp-mshare01) which users do not have access to. Is there a way to revert this change?

Hi,
The way to revert this change is to use the NWAdmin tool with the -o removeZoneSetting operation.

NWAdmin Operations guide : https://community.nintex.com/t5/Nintex-for-SharePoint/NWAdmin-Operations-Nintex-Workflow-2013/m-p/83435

Reply