Page 1 of 1

1.9.5 XMLRPC TRAC

Posted: Fri Apr 26, 2013 2:26 pm
by volkertoewe
Hallo,
we use testlink 1.9.5 with xmlrpc trac integration. It works well with user anonymous for several projects. Now we want to use an other user (pc99test) with password for a new project. I configured the following connection in TestLink:

<issuetracker>
<username>pc99test</username>
<password>password</password>
<uribase>http://trac11/trac/gpc</uribase>
</issuetracker>

The connection to TRAC failed, because the connection is tried to establish with user anonymous and not pc99test as configured as I can see in the TRAC log file.
The user anonymous has no rights on the dedicated TRAC project.
Has anyone an idea wat I am doing wrong?

Re: 1.9.5 XMLRPC TRAC

Posted: Fri Apr 26, 2013 2:38 pm
by fman
Best approach: (IMHO)
get 1.9.6, do a fresh install and check if integration is working with your desired config.
Some integration issues have been solved on 1.9.6

If issue persist => open an issue on mantis, with detailed information (paranoic) to reproduce

Re: 1.9.5 XMLRPC TRAC

Posted: Thu May 16, 2013 2:28 pm
by volkertoewe
I checked the TRAC integration with TestLink version 1.9.6. Its still the same problem. User and password from the issue tracker configuration will be ignored. User anonymous without password is used. So I open a ticket in mantis with detail information.