Search found 7 matches
- Fri Aug 19, 2011 10:55 am
- Forum: Installation and configuration
- Topic: testlink timestamp problem, time format is not correct.
- Replies: 1
- Views: 3520
testlink timestamp problem, time format is not correct.
Hi i am using tl 1.8.4 and facing a problem of timestamp in testlink. Whenever I upload some scripts files / log files in testlink, in the testlink the timestamp it shows 3-4 hours behind the system time, even in the "Events" details the timestamp comes as 3-4 hours behind. Does anybody kn...
- Fri Jul 22, 2011 11:30 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: unable to uplaod log files to testlink...
- Replies: 0
- Views: 7080
unable to uplaod log files to testlink...
Hi I am unable to upload the log files after execution to the testlink. i am using testlink 1.8.4 Can anybody help me please? I am passing all the arguments that is required in xmlrpc.php file those are required for "tl.insertAttachemnt" but I am unable to upload the log files. the error m...
- Wed May 11, 2011 6:52 pm
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Failed to parse servers response: xmlrpc.php can not connect
- Replies: 1
- Views: 11555
Failed to parse servers response: xmlrpc.php can not connect
Hi all, very strange problem, when i execute this code, ArrayList<Object> params = new ArrayList<Object>(); Hashtable<String, Object> executionData = new Hashtable<String, Object>(); executionData.put("username", pUserName); executionData.put("password", pPassword); executionData...
- Wed May 11, 2011 5:09 pm
- Forum: XML-RPC API
- Topic: DevKey Issue with Testlink 1.8.5
- Replies: 3
- Views: 8929
Re: DevKey Issue with Testlink 1.8.5
you can search where the devkey is matching with whatever you are giving as devkey
go to your mysql --> testlink databse and check the exact devkey in the "users" table, and then see what the devkey u are passing
Hope it will help
go to your mysql --> testlink databse and check the exact devkey in the "users" table, and then see what the devkey u are passing
Hope it will help
- Wed May 11, 2011 6:28 am
- Forum: XML-RPC API
- Topic: using "admin" to login but unable as java code giving error
- Replies: 1
- Views: 4597
using "admin" to login but unable as java code giving error
SQLException: Access denied for user 'admin '@'localhost' (using password: YES) I have written a java code to validate the user and password in testlink home page, *** public void connectToDB() { try { connection = DriverManager.getConnection("jdbc:mysql://127.0.0.1/testlink","admin &...
- Tue May 10, 2011 8:01 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Admin Password changed, can't login, how to recover
- Replies: 3
- Views: 22405
Re: Admin Password changed, can't login, how to recover
OK thanks fman, but tell me if I change the admin password using mysql database "testlink", then why not it is reflecting in the database? it should reflect, over there, according to my knowledge. testlink using md5 encrytion technique for hashing. Just I asked as i don't have enough knowl...
- Mon May 09, 2011 9:43 am
- Forum: TestLink 1.8 (OBSOLETE => EOL)[LOCKED]
- Topic: Admin Password changed, can't login, how to recover
- Replies: 3
- Views: 22405
Admin Password changed, can't login, how to recover
Hi, I wanted to change the admin password in testlink, so in testlink database I executed the query "update users set password="password123" where login="admin";" after I executed the query, Rows matched:1 Changed: 1; Warnings:0; But I am unable to login in testlinkusin...