Teamworks 6.2 Upgrade Issues

1 minute read

I've spent a lot of time troubleshooting bizarre issues in upgrading from Teamworks 6.1 to 6.2, most of which end up being the result of the process server being out of sync with the performance server. The upgrade usually fails when running the database upgrade script, where the script runs checks to determine exactly that: are the tracking definitions out of sync.

I was able to recover in my last upgrade situation after tracking down the error to a specific issue. The database upgrade script failed with the usual message about the definitions being out of sync, but after poking through the performance server logs I found the exact error:

"...the tracking group has 54 fields of type string. The maximum is 50."



What this means is that Teamworks only supports up to 50 tracking fields in a given BPD. I doubt anyone would ever know about this, since the errors only happen in the server logs, the user in the eclipse IDE never sees them even when they add more than 50 tracking variables.

Anyway, I was able to track down the offending BPD and remove 4 tracking variables from the list being tracked. After sending definitions to the performance server, I was able to re-run the upgrade and it was smooth sailing after that.