Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Joget requires TCP/IP connection to the database. Please refer to the next section first before starting.
English |
---|
Create a database in SQL Server; name it jwdb (or another preferred database name). |
Thai |
---|
สร้างฐานข้อมูลใน SQL Server ตั้งชื่อเป็น jwdb (หรือชื่อฐานข้อมูลอื่นที่ต้องการ) |
Make sure that you grant the intended database user with sufficient access to "jwdb".
Code Block | ||
---|---|---|
| ||
workflowDriver=com.microsoft.sqlserver.jdbc.SQLServerDriver
workflowUrl=jdbc\:sqlserver\://host\:1433;DatabaseName\=jwdb;SelectMethod\=cursor
workflowUser=username
workflowPassword=password |
You may need to change the datasource URL, database user and database user's password accordingly.
Code Block | ||
---|---|---|
| ||
currentProfile=mssql |
...
Thai |
---|
ตรวจสอบให้แน่ใจว่าคุณให้สิทธิ์ผู้ใช้ฐานข้อมูลด้วยการเข้าถึง "jwdb" ที่เพียงพอ |
Start Joget server.
Thai |
---|
รีสตาร์ทเซิร์ฟเวอร์ Joget |
In order to connect to the Microsoft SQL Server remotely (such as JDBC datasource), TCP/IP needs to be enabled. This is disabled by default on Microsoft SQL Server 2005 Express edition. TCP/IP may also be manually disabled on other editions of Microsoft SQL Server 2005.
Thai |
---|
ขั้นตอนที่ 3: การเปิดใช้งาน TCP / IP บน Microsoft SQL Server 2005
|
To enable TCP/IP on Microsoft SQL Server 2005:
Thai |
---|
วิธีเปิดใช้งาน TCP / IP บน Microsoft SQL Server 2005: |
In Microsoft SQL Server 2005 -> Configuration Tools, open 'Microsoft SQL Server Configuration Manager'.
Thai |
---|
ใน Microsoft SQL Server 2005 -> เครื่องมือกำหนดค่าเปิด 'Microsoft SQL Server Configuration Manager' |
Expand ‘SQL Server 2005 Network Configuration’ and then click on ‘Protocols for <Instance Name>’. <Instance Name> is the name of the database instance used by Joget
Workflow..
Thai |
---|
ขยาย 'การกำหนดค่าเครือข่าย SQL Server 2005' จากนั้นคลิก ‘โปรโตคอลสำหรับ <ชื่ออินสแตนซ์>’ <ชื่ออินสแตนซ์> เป็นชื่อของอินสแตนซ์ฐานข้อมูลที่ Joget ใช้ |
Right-click on ‘TCP/IP’ and then click on ‘Enable’. The icon for the protocol will change to show that the protocol is enabled.
Thai |
---|
คลิกขวาที่ "TCP / IP" จากนั้นคลิกที่ "เปิดใช้งาน" ไอคอนสำหรับโปรโตคอลจะเปลี่ยนเพื่อแสดงว่าเปิดใช้งานโปรโตคอลแล้ว |