Netbpm Installation Guide (for Windows), in ms SQL Server2000

Source: Internet
Author: User
1. Requirements
• The Microsoft. NET Framework 1.1
• A relational database. All scripts are tested with MySQL 4.1 and ms SQL Server 2000.
If yes. net2.0, right-click "default website"-> properties-> Asp. NET page-> Asp.net version changed to 1.1.4322, which is to be changed to version 1.1 (because I only tried this version, and Version 2.0 has not been tested)
2. Setup
• Get the netbpm distribution from the SourceForge site http://sf.net/projects/netbpm
(Click on files to find the downloads). Get the latest release bundle unless you are looking
For a particle version.
• Unzip the bundle
• To prepare the database start with the initialisation of the tables with the script
Before executing an SQL statement, you must create a data file named nbpm. Make sure that the database name is correct. Then, perform the following steps. Of course, you must select the nbpm database and then select the query analyzer.
SQL/createsqlserver. SQL for ms SQL Server. For the test
And the examples Add the organisational data with the script SQL/organisation. SQL
• Set the nhib1_properties in the file app_config.xml to your environment
Comment out the MySQL config section in app_config.xml and enable the following MSSQL config. In addition, you must update the connection string and enable user name and password verification based on your settings. For example:
<Item key = "hibernate. Connection. connection_string"> database = nbpm; Data Source = localhost; user id = sa; Password = *** </item>
• IIS Installation
• Go to control panel-> Administrative Tools-> Internet Information Services and
Add a virtual directory named netbpm. The virtual directory point to your installation
Directory.
In this step, you can create a netbpm folder in the wwwroot folder, and then put the netbpm file into it. For example, the parent directory of netbpm is wwwroot.
• Go into IIS manager to the Web application's properties and directory> Configuration
(Button)> mappings> application mappings. in this step, select netbpm in IIS, right-click, select Properties-> directory page-> Create-> click Configure configuration button, and on the mappings page, select Add button, then add an extension. rails that points
To the aspnet_isapi.dll. Make sure that "veryfy that file exists" is unchecked.
• To test your installation surf to http: // localhost/netbpm/intro/index. rails. login as
User and go to the developer page. There deploy the holiday example by uploading
The file example/holiday. par.
A common error occurs when a logon page is displayed but the logon fails:
First, check whether the netbpm. log file exists. If not, it is because the network service user in the netbpm directory is not granted all permissions.
Practice: Right-click the netbpm folder, select security, and find the network service user to grant full permissions.
For more information, see the following link:
Http://blog.csdn.net/voyager512/archive/2006/10/19/1341546.aspx
I have also referred to some of these practices. I would like to thank you here ;)
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.