SharePoint (2003 thru Online): TimeClock Plus
Showing posts with label TimeClock Plus. Show all posts
Showing posts with label TimeClock Plus. Show all posts

Tuesday, July 15, 2014

Don't need Fingerprint for some users - TCP Fingerprint Options


For users who don't require Fingerprint while using On-Screen Time Clock, we need to check the below option "Allow any clock operation if print is not on file (1:1 mode only)".

Open On-Screen Time Clock and go to 'Configure Modules'


Double Click on 'Secugen Hamster Module' to open the Secugen Configuration.

Check the option "Allow any clock operation if print is not on file (1:1 mode only)".

______________________________________________________________________________________

For users who don't require Fingerprint while using Physical or Wall mount Time Clock, we need to change the below option 'Skip Verification' to Yes under Cogent FP WinRemote Module.

This change is to be made on the Custom Tab of the Employee Profile (as shown below).


Thursday, June 26, 2014

No companies found (DEFAULT). TimeClockPlus-TCP


No companies found (DEFAULT).

When you are using multiple companies and login thru Web Clock, sometimes, you may not see the companies drop down and may see the above error.

You need to make sure Multi Company Module is loaded.


And also make sure the Auto Update is done for Web Clock.



To do the Auto Update for Web Clock, type /AutoUpdate30/Login.aspx next to the Web URL and click OK. Select the Company from the Drop down and user ADMIN login.


Click on Update, Accept the License, again click on Update.


Click on Exit once the process is completed.

Now you will be able to see Companies Drop down when logged in as USER and MANAGER.


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.