Follow the instructions up to Step 2, as documented in Configure for MS SQL Server 2005. Then, we will need to enable the listener port necessary for Joget to establish a connection to.
Thai |
---|
ทำตามคำแนะนำจนถึงขั้นตอนที่ 2 ตามที่ระบุไว้ใน Configure สำหรับ MS SQL Server 2005 จากนั้นเราจะต้องเปิดใช้งานพอร์ตผู้ฟังที่จำเป็นสำหรับ Joget เพื่อสร้างการเชื่อมต่อ |
Step 3: Enabling TCP/IP on Microsoft SQL Server 2012
Thai |
---|
ขั้นตอนที่ 3: การเปิดใช้งาน TCP / IP บน Microsoft SQL Server 2012 |
Figure 1: Sql Server Configuration Manager
Thai |
---|
รูปที่ 1: เครื่องมือจัดการการกำหนดค่าเซิร์ฟเวอร์ Sql |
Enable named pipes and TCP/IP.
Thai เปิดใช้งาน pipes ที่มีชื่อและ TCP / IP
Open up TCP/IP Properties.
Thai เปิดคุณสมบัติ TCP / IP
Figure 2: IP2 - TCP/IP Properties Under Protocols for SQLEXPRESS
Thai |
---|
รูปที่ 2: IP2 - คุณสมบัติ TCP / IP ภายใต้โปรโตคอลสำหรับ SQLEXPRESS |
Right-click on TCP/IP and select Properties.
Thai คลิกขวาที่ TCP / IP และเลือก Properties
Go to IP2, set your local IP Address in IP Address.
Thai ไปที่ IP2 ตั้งค่าที่อยู่ IP ในเครื่องของคุณในที่อยู่ IP
Remove TCP Dynamic Ports value.
Thai ลบค่า TCP Dynamic Ports
Figure 3: IPALL - TCP/IP Properties Under Protocols for SQLEXPRESS
Thai |
---|
รูปที่ 3: IPALL - คุณสมบัติ TCP / IP ภายใต้โปรโตคอลสำหรับ SQLEXPRESS |
Go to IPAll.
Thai ไปที่ IPAll
Empty TCP Dynamic Ports value.
Thai ล้างค่า TCP Dynamic Ports
Set TCP Port value to 1433.
Thai ตั้งค่าพอร์ต TCP เป็น 1433
Figure 4: Restart SQL Server Service for changes to take effect
Thai |
---|
รูปที่ 4: เริ่มบริการ SQL Server ใหม่เพื่อให้การเปลี่ยนแปลงมีผล |
Restart the server for the changes to take effect.
Thai รีสตาร์ทเซิร์ฟเวอร์เพื่อให้การเปลี่ยนแปลงมีผล
Figure 5: Verify the listening port using command prompt
Thai |
---|
รูปที่ 5: ตรวจสอบพอร์ตการฟังโดยใช้พรอมต์คำสั่ง |
Verify that the listener is working through command prompt by executing netstat -ao.
Thai ตรวจสอบว่าผู้ฟังทำงานผ่านพรอมต์คำสั่งโดยดำเนินการ netstat -ao
Figure 6: Verify instance based on the PID
Thai |
---|
รูปที่ 6: ตรวจสอบอินสแตนซ์ตาม PID |
Check on which process instance is listening to the port by executing tasklist /fi "pid eq 4488".
Thai ตรวจสอบอินสแตนซ์กระบวนการที่กำลังฟังพอร์ตโดยเรียกใช้งาน tasklist / fi "pid eq 4488"