Questions

When we connect to the TT server we will have a tab Groups and if we select any of the group a window will be opened and we see lot number of tabs (System, Folder, Item, Field,Attach, Note, report and Table).

Can i get a detail document on those tabs (System, Folder, Item, Field,Attach, Note, report and Table) and on each fields

By anilkumar_k - June 7, 20121 Answer

We are using TeamTrack as our defect tracking tool. And we are Admin's for TeamTrack. But recently TeamTrack is often coming down or locked somehow.

Can you please let us know where to check the logs ? We actually want to know what may be the reason for down/lock/hang.

Whenever it goes down, we bounce the IIS server. But recently it is hanging up several times in a day. Can you please suggest wherr to check and what may be the reason for hanging?

Thnx in advance.

Regards,
Anilkumar

We have almost 14000 TT users, and we are finding hard to find invalid email address.

Do we have any script to get all the invalid email address?

I am new to the teamtrack and do not have basic knowledge on TT.

I have been asked to create a script which wil send notification mail to all the internal/external users via Outlook for outages, maintenance, etc…

Please help me.. waiting for the response

One of our requirement was to add requested release date of a application in Teamtrack. For example, suppose a appliction "ABC", now i would like to add a release date "04/04/2012."

We have a procees to login to the remote server and select the application name and add the release date.

Now my question is can we add the release date in Database directly. If Yes in which all tables and which column we need to add?

Thanks in advance !!!

By choudary_ss - April 2, 20121 Answer

One of our requirement was to add requested release date of a application in Teamtrack.

For example suppose a appliction "ABC", now i would like to add a release date "04/04/2012".

We have a procees to login to the remote server and select the application name and add the release date

Now my question is can we add the release date in Database directly. If Yes in which all tables and which column we need to add?

Thanks in advance !!!

New to TeamScript, I am trying to set a Binary field (SEND_TO_DOCUMENTUM)to Yes or No based on a single selection of YES.

I wrote the script below, but keep getting an SYNTAX error -- ERR #25 for the SetFieldValue lines.

The DBNAME of the field is SEND_TO_DOCUMENTUM.

Does someone know what I need to do to remove the errors from the script below?

Option Explicit
Dim CurrentRecord, bRetVal, strSystem
If Ext.ShellHasProp("Item") Then
Set CurrentRecord = Shell.Item
bRetVal = CurrentRecord.GetFieldValue("POST_TO_DOC",strSystem)
If strSystem = "YES" Then
CurrentRecord.SetFieldValue("SEND_TO_DOCUMENTUM","Yes")
Else
CurrentRecord.SetFieldValue("SEND_TO_DOCUMENTUM","No")
End If
End If

CMCrossroads is a TechWell community.

Through conferences, training, consulting, and online resources, TechWell helps you develop and deliver great software every day.