Starteam SDK Linking Impacts to CR's

I am writing a report using Word and VB macros. I can connect to Starteam and find the CR folder but cannot identify which items in the folder are CR's and which are impacts and how to associate the impacts with the correct CR's. Any help would be appreciated.
After connecting to the Starteam server I am using this code to get the correct view.

Set oCR = oServer.typeForName(oServer.TypeNames.CHANGEREQUEST)
Set oFLM = oFLMFact.Create(oView)
oFLM.includeFolders oView.RootFolder, -1
Set oCRLM = oILMFact.Create(oCR, oFLM)

0
3 comments
Avatar
Permanently deleted user

Just out of curiosity, what version of StarTeam are you using?

0
Avatar
Permanently deleted user

Client is 8.0.0-98
SDK is 8.0.0-76

0
Avatar
Permanently deleted user

Ok, because we are running 5.1 (chokes) and TeamCity isn't compatible that far back. Sorry I can't help more but I am unfamiliar with the way StarTeam keeps track of its files on the server.

0

Please sign in to leave a comment.