Ravenbrook / Projects / Perforce Defect Tracking Integration / Project Documents

Perforce Defect Tracking Integration Project


Evidence for job000326

Gareth Rees, Ravenbrook Limited, 2001-05-31

1. Introduction

This document lists the files needed to reproduce job000326.

2. Evidence

tmtrack-4509.mdb Sample database, created in TeamTrack 4.5 and used to test the P4DTI.
tmtrack-5024c.mdb The same database, but converted to TeamTrack 5 format during installation of TeamTrack 5.0 beta (build 5024c).
teamtrack.dll Python interface to TeamTrack 5.0 beta, built using the TeamShare API for build 5024c.
job000326.py Python script that causes an access violation when run on the TeamTrack 5.0 beta database above. (You'll need to change the hostname in the connect() call if the TeamTrack server is on a different machine from the client.)

To reproduce the defect:

  1. Set up TeamTrack 5.0 beta (bbuild 5024c) using the tmtrack-5024c.mdb database.
  2. Run Python 2.0 on the same machine, in a directory with the teamtrack.dll and job000326.py files.
  3. Type import job000326.

A. References

B. Document History

2001-05-31 GDR Created.

Copyright © 2001 Ravenbrook Limited. This document is provided "as is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this document. You may make and distribute verbatim copies of this document provided that you do not charge a fee for this document or for its distribution.

$Id: //info.ravenbrook.com/project/p4dti/doc/2001-05-31/job000326/index.html#2 $

Ravenbrook / Projects / Perforce Defect Tracking Integration / Project Documents