Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Follow the instructions up to *Step 2, *as documented in Running on Microsoft SQL Server 2005 up to Step 2. Then, we will need to enable the listener port necessary for Joget to establish a connection to.

Step 3: Enabling TCP/IP on Microsoft SQL Server 2012

...

  1. Enable named pipes and TCP/IP.
  2. Open up TCP/IP 's propertiesProperties.


Figure 2: IP2 - TCP/IP Properties under Under Protocols for SQLEXPRESS

  1. Right-click on TCP/IP and select Properties.
  2. Go to IP2, set your local IP Address in IP Address.
  3. Remove TCP Dynamic Ports value.


Figure 3: IPALL - TCP/IP Properties under Under Protocols for SQLEXPRESS

  1. Go to IPAll.
  2. Empty TCP Dynamic Ports value.
  3. Set TCP Port value to 1433.

...

  1. Check on which process instance is listening to the port by executing tasklist /fi "pid eq 4488".