Showing posts with label Nintex Workflows. Show all posts
Showing posts with label Nintex Workflows. Show all posts

Monday, November 26, 2012

Publishing Nintex Workflows



1) Browse to the document library/list of your Sharepoint Site/Subsite where the Nintex workflow is present.

2) Go to List Settings -> Workflow Settings ->Manage Workflows with Nintex Workflow




3) This takes you to the list of workflows associated with this document library/list

4) Select the appropriate workflow from the Unpublished Workflows list.
  
 
  

5) This takes you to the workflow design page.

 

  
6) On the Nintex Workflow 2010 ribbon, there is an option to publish.

7) Select the Publish Workflow option and the Nintex workflow is published to the document library/list.

Tuesday, October 16, 2012

How to Move or Connect to an existing Nintex database


There are times when we might have to move/connect to the Nintex database

1. when there is  a hardware update or server upgrade - we have to move the Nintex database
2. when we need to reuse a Nintex database - we reconnect to an existing Nintex database

Moving the Nintex Workflow Database

1. Login to the SQL Management studio where the current Nintex dayabase is present.And performa back up of the Nintex database (Right click on your Nintex database ->Tasks->Back Up).Click OK on the next screen.

This saves a backup of the NW2007DB to the default directory of "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\" under the filename NW2007DB.bak.

2. On the server where I am copying the Nintex Workflow database to,I copied the backup file
 NW2007DB.bak file to the directory "C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Backup\"

 3.From the SQL , right click on Databases and Restore Database


On From device and then specify File -> Add .Browse for the backed up file NW2007DB.bak.
Click OK.Make sure that the To Database name is NW2007DB

The database is now moved to the new server and is ready to be connected to by Nintex Workflow.


Reconnecting to the existing Nintex Workflow database

Step 1 - Connect the new configuration database

1. In Central Administration,under Application Management ->Nintex Workflow Management ->Database Setup

2. Below Configuration Database,click Edit.

3. Enter the new details and choose Connect to existing database.Click OK.


Step 2 - Update the references to the content databases


1. From the database management screen, you will see that the content databases still point to the old server.
2. On the server where you installed the Nintex Workflow 2007 msi, open a command prompt window.
3. Change Directory to the directory in which you installed Nintex Workflow.

By default:
On a 32bit environment - C:\program files\nintex\nintex workflow 2007
On a 64bit environment - C:\program files (x86)\nintex\nintex workflow 2007
 


4. Restart IIS and the Windows SharePoint timer service .
5. Check the database management page again, the content database references should be up to date.


Note : If for some reason you need to manage the content database servers manually, you can also do so by modifying the database directly. This has the same effect as running the NWAdmin command.
1. Open the configuration database in your database management tool.
2. Open the table called “databases”.
3. You will see the content database details listed. You can update the Server name column as required and submit the change.

Restart IIS and the Windows SharePoint timer service from services.msc and the process should be complete.


Installing Nintex Workflow 2007 for Sharepoint 2007

There are two steps involved in this:

1) Nintex Installation

2) Database configuration


1. Nintex Installation

1) Login to the Sharepoint Server with Server Administrator permissions.

2) Run the installer on the server.



3) Once the installation is complete, the Nintex Workflow 2007 wsp’s should be visible in the Solution Management in Central Administration.

a. nintexworkflow2007.wsp
b. nintexworkflow2007enterprisefeatures.wsp

  

4) Deploy both the solution files to all web applications in the farm.

5) On completion of this, we have to import the Nintex license to Central Administration.I have listed the sequence below on how to do this.




6) We can start with the database configuration for Nintex Workflow 2007 after this.


2. Database configuration


1. In Central Administration, click on Application Management tab. 

2. Below Nintex Workflow Management, click Database Setup.


3. Click the Create below Configuration Database.


4. Enter database server name.The database name for Nintex is given by default.Click OK.You have completed the Nintex installation now.


P.S. : Nintex can use multiple databases, one for configuration and others for content. By default the configuration database is also the content database. More databases can be added if needed.