NetBpm安裝指南(windows)使用者,在MS SQL Server2000下

來源:互聯網
上載者: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.
如果安裝了.NET2.0,那麼就要做:右擊"預設網站"->屬性->Asp.NET頁->Asp.net version改成1.1.4322,就是要改成1.1版本的(因為我只是試了這種版本,2.0的版本還沒有做測試)
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 particular version.
• Unzip the bundle
• To prepare the database start with the initialisation of the tables with the script
在進行執行Sql語句前,要做的工作就是建立一個名為nbpm的資料,注意資料庫的名字一定不要錯。然後執行下面的步驟。當然要選中nbpm資料庫,然後再選取查詢分析器。
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 nhibernate properties in the file app_config.xml to your environment
在這裡要把app_config.xml中的MYSQL Config節注釋掉,而把下面的MSSql Config啟用。並且要根據你的設定更新連接字串,啟用使用者名稱和密碼驗證等。例如:
<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.
這步可以這樣來做,在wwwroot檔案夾中建立一個netbpm檔案夾,然後將netbpm版本的檔案放入其中例如:netbpm的上級目錄就是wwwroot。
• Go into IIS manager to the Web application's properties and directory >Configuration
(button) > Mappings > Application mappings. 這步可以這樣來做,在IIS中選擇netbpm,右擊,選擇屬性->directory頁->create->單擊configure配置 button,在mappings頁,選擇add button,然後Add an extension for .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 a
user and go to the developer page. There deploy the holiday example by uploading
the file example/holiday.par.
常見的錯誤是出現了登入頁面,但是無法登入的情況:
首先查看:是否有NetBpm.log檔案存在,如果沒有,那就是因為沒有給netbpm目錄中的network service使用者授予全部許可權。
做法:右擊netbpm檔案夾,然後選擇安全,然後找到network service使用者給予完全的許可權。
還有其它的一些問題請參照如下的連結:
http://blog.csdn.net/voyager512/archive/2006/10/19/1341546.aspx
我也是參照了其中的一些做法,在這裡表示感謝啦;)
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.