opensourcecrm-keyfactoruse Mailing List for OpenSourceCRM
Brought to you by:
gak2,
opensourcecrm
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Amish M. <ami...@fa...> - 2004-03-30 05:14:39
|
Greetings, Are the source codes for windows clients available? Regards. -- http://www.fastmail.fm - A fast, anti-spam email service. |
From: Riaan B. <Ria...@il...> - 2000-11-28 10:06:16
|
Could some one please email me a copy of jserv.conf and jserv.properties = and keyfactor.properties fot the KeyFactor so that I can compare it with = the setup i have because my setup doesn't seem to be working to at all. Thanks=20 R Bergh |
From: Riaan B. <rb...@il...> - 2000-11-24 10:17:37
|
The error message that I get from the SystemAdmin program is when I try = and have a look at the Running campaigns=20 The Error reads as follows. XML Parser Error: Required white space missing. Line: 1 Line Pos: 50 URL: File Pos: 49 If you an answer please email me at Ria...@il... |
From: Nouguier <ol...@ak...> - 2000-07-06 16:24:55
|
Hi, We try to yse keyfactor with MySQL database server. When a poor spammed boy click over the clickthru we obtain an Exception: java.lang.NumberFormatException in KFRedir.log, It occurs when CMSTrackerServlet is calling getRedirectURL(). When executing the query: SELECT URL, EXPIRES, STOPDATE FROM clickthru WHERE ID = 1014. In mysql:cms, the STOPDATE field of the table clickthru is a "date" and in the servlet the call: Timestamp stopDate = rs.getTimestamp(3); // LINE 528 of CMSTrackerServlet.java throws the java.lang.NumberFormatException. Altering the STOPDATE from "date" to sql type "datetime" make clickthru to work fine. Did I miss something in the install/configation or is it a bug. Bye. |