P4DTI issue job000358

TitleP4DTI doesn't work with TeamTrack 5.0
Statusclosed
Prioritycritical
Assigned userGareth Rees
OrganizationRavenbrook
DescriptionThe 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)
AnalysisIt 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 foundmanual_test
Evidence<http://www.ravenbrook.com/project/p4dt...c/2001-07-18/release-1.1.2-test-report/>, item 9.
Observed in1.1.2
Introduced in1.1.2
Test procedure<http://www.ravenbrook.com/project/p4dti/master/test/test_p4dti.py>
Created byGareth Rees
Created on2001-07-18 17:15:34
Last modified byGareth Rees
Last modified on2001-12-10 19:50:21
History2001-07-18 GDR Created.

Fixes

Change Effect Date User Description
14278 closed 2001-07-18 18:13:45 Gareth Rees Corrected the name of the RPM.