Title | P4DTI doesn't work with TeamTrack 5.0 |
Status | closed |
Priority | critical |
Assigned user | Gareth Rees |
Organization | Ravenbrook |
Description | The P4DTI refuses to start up with TeamTrack 5.0. It stops immediately with an error. The error message is as follows: Traceback (most recent call last): File "run.py", line 19, in ? from init import r File "init.py", line 110, in ? jobspec, config = configure_module.configuration(config) File "configure_teamtrack.py", line 246, in configuration 'TS_TABLEID = %d AND TS_STATUS = 0' TeamShare API error: ERROR: (no message from the TeamShare API) |
Analysis | It looks to me as though the P4DTI was built with an improper version of the Python/TeamTrack interface modules (teamtrack45.pyd and teamtrack50.pyd only differ in a handful of bytes). When I copied the teamtrack50.pyd from the development directory the replicator started successfully. So the build procedure is in error; it's not building the right interface module. |
How found | manual_test |
Evidence | <http://www.ravenbrook.com/project/p4dt...c/2001-07-18/release-1.1.2-test-report/ >, item 9. |
Observed in | 1.1.2 |
Introduced in | 1.1.2 |
Test procedure | <http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py > |
Created by | Gareth Rees |
Created on | 2001-07-18 17:15:34 |
Last modified by | Gareth Rees |
Last modified on | 2001-12-10 19:50:21 |
History | 2001-07-18 GDR Created. |
Change | Effect | Date | User | Description |
---|---|---|---|---|
14278 | closed | 2001-07-18 18:13:45 | Gareth Rees | Corrected the name of the RPM. |