Error: Team Coding failed to start

Hi everybody,

I use Toad for Oracle 11.6.1.6 an have just installed Team Coding by via the menu “Utilities”-> “Team Coding”->“Configure Team Coding”.

I followed the instructions here http://www.toadworld.com/products/toad-for-oracle/w/toad_for_oracle_wiki/10857.team-coding-purpose-and-setup.aspx and successfully installed team coding. Then I got the error. When I restart toad I get always the same message “Error: Team Coding failed to start”. When I open the Team Coding Configuration everything is desabled except for the button “Close” . So I cannot do anything in the team coding configuration …!

I could not find any solution in the internet.

Any ideas…?

Hello,

This might be one to have support look at. It looks like Team Coding did not install correctly. There have few changes and bug fixes to Team Coding since 11.6, so if might help if you could upgrade to Toad 12.1.

In any case, I would try to uninstall Team Coding and start over. I have copied the uninstall script for Team Coding from the Toad schema at the end. I would also check that the public synonym QUEST_COM_TEAM_CODING is removed. If this is still in the database it may be part of the issue.

I would then try to re-install Team Coding from Toad.

When Team Coding is installed, verify in the Schema Browser that the login user has the TC_ADMIN_ROLE set as a default.

Please let me know if this helps.

Stephen

Prompt ============================================================================
Prompt Dropping Team Coding objects
Prompt ============================================================================
CONNECT TOAD;
DEFINE OWNER = ‘TOAD’
Prompt Dropping sequence TC_GROUP_ID
DROP SEQUENCe &&OWNER…TC_GROUP_ID;

Prompt Dropping sequence TC_GROUP_ID
DROP SEQUENCe &&OWNER…TC_SCRIPT_ID;

Prompt Dropping table TC_FILEEXT
DROP TABLE &&OWNER…TC_FILEEXT CASCADE CONSTRAINTS;
Prompt Dropping table TC_OBJSTATUS
DROP TABLE &&OWNER…TC_OBJSTATUS CASCADE CONSTRAINTS;
Prompt Dropping table TC_OBJSTATUS_VCS
DROP TABLE &&OWNER…TC_OBJSTATUS_VCS CASCADE CONSTRAINTS;
Prompt Dropping table TC_GROUP
DROP TABLE &&OWNER…TC_GROUP CASCADE CONSTRAINTS;
Prompt Dropping table TC_MASK
DROP TABLE &&OWNER…TC_MASK CASCADE CONSTRAINTS;
Prompt Dropping table TC_ALL_OBJECTS
DROP TABLE &&OWNER…TC_ALL_OBJECTS CASCADE CONSTRAINTS;
Prompt Dropping table TC_ALL_OBJ_MASK
DROP TABLE &&OWNER…TC_ALL_OBJ_MASK CASCADE CONSTRAINTS;
Prompt Dropping table TC_USERMAPPING
DROP TABLE &&OWNER…TC_USERMAPPING CASCADE CONSTRAINTS;
Prompt Dropping table TC_CONFIG
DROP TABLE &&OWNER…TC_CONFIG CASCADE CONSTRAINTS;
Prompt Dropping table TC_TIMESTAMP
DROP TABLE &&OWNER…TC_TIMESTAMP CASCADE CONSTRAINTS;
Prompt Dropping public synonym QUEST_COM_TEAM_CODING
DROP PUBLIC SYNONYM QUEST_COM_TEAM_CODING;

Dropping the synonym QUEST_COM_TEAM_CODING has worked for me