Comment 1 for bug 1449195

Revision history for this message
Judy Zhao (hongxia-zhao) wrote :

In fixing bug 1449195 ,I found that the application name is in following format: Trafodion ODBC Data Source+’DATA SOURCE NAME‘ Configuration when I test connection from MS ODBC Administrator. For example it is: Trafodion ODBC Data Source 'JuneOne' Configuration . Here JuneOne is the Data Source name.
While if I connect from Trafci, the application name is TRAFCI.
The APPLICATION_NAME is one column of table
TRAFODION."_REPOS_".METRIC_QUERY_AGGR_TABLE and TRAFODION."_REPOS_".METRIC_SESSION_TABLE.
Currently we can't get the application name as "Trafodion ODBC Data Source 'JuneOne' Configuration " from the tables without the fixing.
While with the fixing ,we will get the application name as above.

So I have another question :
It is ODBC driver that send the application name to server side. So can connectivity guys help to check if the string is correct or not?
If the name is incorrect, maybe need to file another bug for that.