Skip to main content

I am trying to migrate a Sharepoint 2007 Nintex workflow to Sharepoint 2010 Nintex environment. I used the method mentioned in the Nintex Site . I have a trial version installed in the 2007 environment. Nintex clearly says that we need to use the NWAdmin.exe tool to detach the DB.

But unfortunately when I use NWAdmin.exe command it prompts with "Server name not specified" Error. This is awkward as I tried in every possible way. Can anyone help me to resolve this.

E.g.: NWAdmin.exe –o Detach Database –serverName Myserver -databaseName NW2007DB

This prompts the "Server name not specified" error.

This is kind of a late reply, but I was having the same issue.
The fix I found was to actually type the switches as lowercase:
NWAdmin.exe –o AttachDatabase -servername someserver -databasename NW_CONTENT_DATABASE -integrated

Reply