Page 1 of 1

Test Case ID problem, while upgrading from 1.7.4 to 1.8.5

Posted: Tue Jul 13, 2010 6:07 am
by rambabum
Hi Dear,

We recently updated Test Link version from 1.7.4 to 1.8.5.

Export and Importing data was successful and while accessing 1.8.5 test cases, we came up with an Issue.

Issue Details:
"Test Case ID" which was generated in 1.7.4 version is missing to display in the new version 1.8.5, which is key to us after importing of test cases to new version from older version.

Could you please let us know how to fix this issues. Awaiting for your reply.

Thanks,
Rambabu.M
rambabu.m@numbersonly.co.in
rambabu.matta@gmail.com

Re: Test Case ID problem, while upgrading from 1.7.4 to 1.8.

Posted: Tue Jul 13, 2010 7:27 pm
by holgerrw
Hi

I've the same problem all Test Case IDs starts with -0 after migration

regards
Holger

Re: Test Case ID problem, while upgrading from 1.7.4 to 1.8.

Posted: Wed Jul 14, 2010 11:43 am
by holgerrw
Hi Rambabu

please try UPDATE tcversions a SET a.tc_external_id = (SELECT b.parent_id from nodes_hierarchy b where a.id = b.id); after migration

please have a look at http://www.teamst.org/forum/viewtopic.p ... 5&start=15

regards,
Holger