P4DTI issue job000325

TitleCan't read issues from TeamTrack 5.0
Statusclosed
Prioritycritical
Assigned userGareth Rees
OrganizationTeamShare
DescriptionThe 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.
AnalysisThis 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 foundmanual_test
EvidenceDiscovered while testing.
Observed in1.1.1
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>
Created byGareth Rees
Created on2001-05-30 15:03:56
Last modified byGareth Rees
Last modified on2001-12-10 19:43:49
History2001-05-29 GDR Created.
2001-07-15 GDR Edited description for inclusion in release notes.

Fixes

Change Effect Date User Description
12994 closed 2001-05-30 16:59:36 Gareth Rees Merged TeamShare API (build 5024c) into the P4DTI.