Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.

FixSiteAfterImport

Description

This operation is used to reconfigure the workflows in a site that was imported with the stsadm –o import command.

This command must be used in conjunction with the PrepareSiteForExport command.

Caution: This command should be run immediately after the site was imported. If it is not run, the process will run automatically when the workflow gallery or manage workflows page is accessed in the site. The process involves publishing all workflows on the site, which will take some time. It is therefore ideal to run this command so a delay is not noticed in the SharePoint site.

The command makes use of metadata in a file named SiteMetaData.xml stored in the hidden NintexWorkflows library on the site, generated with PrepareSiteForExport.

See also the PrepareSiteForExport command.

Usage

NWAdmin.exe -o FixSiteAfterImport -siteUrl urlToSiteThatWasImported [-metaDataFile pathToMetadataFile]

Parameters

Name Description

-siteUrl

The URL to the site that has been imported with stsadm.exe.

-metaDataFile

Optional file path to an alternative SiteMetaData.xml file.