Hi, I am trying to deploy DCR content into DB2 database. While running deployment, I am getting the following error.DBD: SQLException occured in TTableSchemaHelperDBD: Exception Message: DB2 SQL error: SQLCODE: -551, SQLSTATE: 42501, SQLERRMC: GSTT01ID;SELECT;SYSIBM.SYSCOLUMNSDBD: Vendor Error Code: -551DBD: SQL state: 42501DBD: ERROR:Unable to create TTableSchemaHelper object for [STMT_CPY_RQST].STMT_CPY_RQST is my table name. I know that this error is related to privileges. What I would like to know,what is TTableSchemaHelper and what does it do? I tried to search in DD admin guide but nothing has been mentioned for this. Any help on this is appreciated.Thanks for your help in advance.Sumit
...... What I would like to know,what is TTableSchemaHelper and what does it do? I tried to search in DD admin guide but nothing has been mentioned for this. ....
Ask your SQL DBA or search in SQL Help File, you will definitely get an answer. It is no where related to TeamSite / Data Deploy.
The problem got resolved when the user was given appropriate privilege on the table. But does anyone have any idea about the TTableSchemaHelper table? Why is this been used internally?Cheers,Sumit