SharePoint (2003 thru Online): Time Clock Plus - Database Connection Settings

Friday, May 2, 2014

Time Clock Plus - Database Connection Settings


Below are the settings for Web Edition of the Time Clock Plus on Server.

1. Open the TCPCONN.XML existing in C:\TimeClockPlus-WebEdition-30\tcp-we-30\Config  using Notepad.


and


ConnectionOptions in TCPCONN.XML


<?xml version="1.0" encoding="utf-8"?>
<ConnectionOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Port>0</Port>
  <Pooling>true</Pooling>
  <NetworkLibrary />
  <MaxPoolSize>0</MaxPoolSize>
  <Encrypt>false</Encrypt>
  <ConnectTimeout>10</ConnectTimeout>
  <ServerName>dev\dev</ServerName>
  <DatabaseName>TCPlus</DatabaseName>
  <UserId>Username</UserId>
  <Password>Password</Password>
  <Integrated>false</Integrated>
</ConnectionOptions>

2. Update the ServerName, DatabaseName, Username and password correctly.

Open the TCP Client and verify that you are connected to correct database. You can see the server name in the right -down corner.
_______________________________________________________________________________
Below are the settings for Client Edition of the Time Clock Plus for Users.

Open the TCPCONN.XML existing in C:\Program Files\TimeClock Plus 6.0  using Notepad.



The rest is the same process as above.

No comments:

Post a Comment