Title | Can't read issues from TeamTrack 5.0 |
Status | closed |
Priority | critical |
Assigned user | Gareth Rees |
Organization | TeamShare |
Description | The P4DTI can't read records from the ISSUES, FIELDS and PROBLEMS tables in TeamTrack 5.0 (build 5024c). When using the TeamShare API (build 5024c) with TeamTrack 5.0 (build 5024c), reading records fails for the tables TS_ISSUES, TS_FIELDS and TS_PROBLEMS. The error code is TS_ERROR, and there is no error message. This happens with the TSServer::ReadRecord() and TSServer::ReadRecordListWithWhere() methods, and also with the TSRecord() constructor. |
Analysis | This was because I failed to merge the new TeamShare API sources correctly (Perforce said 'ignored', not 'copy from'). When I merged them correctly the problem was fixed. |
How found | manual_test |
Evidence | Discovered while testing. |
Observed in | 1.1.1 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py > |
Created by | Gareth Rees |
Created on | 2001-05-30 15:03:56 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:43:49 |
History | 2001-05-29 GDR Created. 2001-07-15 GDR Edited description for inclusion in release notes. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
12994 | closed | 2001-05-30 16:59:36 | Gareth Rees | Merged TeamShare API (build 5024c) into the P4DTI. |