ALM | Requirements Management | Testing | Project Planning | Bug Tracking | Modeling | Version Control | VoIP IP PBX Phone System
Home | Latest Versions | Product Presentations | Download Free Evaluation | Blog | Developers Forum | Delta 1000 Gateway

Recent Posts

Recent Posts

Pages: [1] 2 3 ... 10
1
StarTeam / Starteam and cruisecontrol
« Last post by bakarsha on June 29, 2010, 01:51:15 PM »
we use cruisecontrol and starteam for the build. but sometimes the build fails by giving the exception. says as
BUILD FAILED
Ant Error Message: D:\CruiseControl\projects\SDS11\projects\SDS11Build\BuildStart.xml:64: The following error occurred while executing this line: D:\CruiseControl\projects\SDS11\projects\SDS11Build\MainBuild.xml:117: The following error occurred while executing this line: D:\CruiseControl\projects\SDS11\projects\SDS11Build\StarTeamCheckout.xml:27: Exception: Class = PropertyTableExceptions, Code = 2 [PropertyID] = 6 
Date of build: 06/26/2010 14:07:21
Time to build: 58 seconds

Errors/Warnings: (11) 
Cleaning up the build machine's nightly build directory D:\CruiseControl\projects\SDS11\nightlybuild26-Jun-2010 02:07:25 PM Start Checking out SDS11Build26-Jun-2010 02:08:16 PM End Checking out SDS11BuildCompiling the java source filesCompiling the java source filesNote: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.Cleaning up foldersSDSTask.jar and SDS11Installer.jar is available in project's lib folderSetting the classpath26-Jun-2010 02:08:19 PM Start Checking out Engines and UI
 

How to solve this. Please help.
2
StarTeam / detach label with stcmd
« Last post by NTeeN on March 31, 2010, 12:15:40 PM »
Hello,

I would like to know if it's possible to detach a label with the command line stcmd, can you believe it's possible and how ?
3
StarTeam / no registered owner has been found for the given object
« Last post by macmsharp on September 21, 2009, 04:23:29 PM »
Friends,

Has anyone encountered, more importantly resolved, an "No registered owner has been found for the given object" in StarTeam?  We're running StarTeam 2005 R2 on Oracle.

Thanks,
Stephanie
4
StarTeam / Re: Fully migration from one server to another
« Last post by Fackier on June 23, 2009, 02:32:32 PM »
HI Hartman,

Your document is very much helpfull us to migrate our starteam 2005 server to another hardware. However we are trying to configure Starteam 4.2 on the same server. Please let us help us to restore starteam 4.2 on the same server with its recent backup.

Regards,
Fackier
5
StarTeam / How to create revision label into starteam through ANT Script
« Last post by rajeevvns on December 26, 2008, 11:45:55 AM »
I am trying to to do this with stlabel tag but its creating a view label not revision label.

here is the code which i am using to do this:

<stlabel servername="starteam"
            portnumber="<port>"
            projectname="hpo_bscs"
            username="<username>"
            password="password"
            label="6.01"
            revisionlabel="true"
            buildlabel="false"
/>



PLEASE HELP ME ON THIS?
6
General Version Control Discussions / Re: plastic SCM trigger for email sending
« Last post by Administrator on December 05, 2008, 10:42:57 AM »
Is the idea to send the diff output as an attachment or as plain text inside the body of the message?
7
General Version Control Discussions / plastic SCM trigger for email sending
« Last post by borainc on December 04, 2008, 07:36:53 AM »
do you guys have a sample script/guideline for sending diff e-mail after check-in happened?
8
StarTeam / Using Filters
« Last post by gzt4gs on October 06, 2008, 11:30:05 AM »
I am trying to use a filter/query to only select the Change requests in a given folder.  The filter works fine in the Client but when I use it in the SDK it either returns nothing or returns both impacts and requests.  Can any one help?
The filter is as follows:

Folder Path Equals E0142-Legacy_Modernisation\LegaSuite Projects\LDS - Proj-67868\Change Requests\ AND Record Type Equals Request

The code I am using is :

'Get All Change Request Object in a View
Set oFLM = oFLMFact.Create(oView)
'Add all folder in the view to Folderlist object
'equivalent to "all descendents"
oFLM.includeFolders oView.RootFolder, -1
'Get Change request type object.
'This says we want CRs from the folders in the FolderListManager
Set oType = oServer.typeForName(oServer.TypeNames.CHANGEREQUEST)
'Create the ItemListManager object, specifying the
'type of items (CRs)
Set oILM = oILMFact.Create(oType, oFLM)
'Set filter
oFilter = "LDS Requests"

Set oFilter = oType.getFilterForName(oFilter)
oILM.Filter = oFilter

Any help appreciated
9
StarTeam / SDK Linking Impacts to CR's
« Last post by gzt4gs on September 19, 2008, 10:31:32 AM »
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)
10
StarTeam / Starteam 4.2sp2 -> sp3 update needed
« Last post by richardo on June 10, 2008, 10:45:18 AM »
Hi guys,

Sorry to ressurect this old forum but we're in desperate need of an update to our starbase starteam 4.2sp2 install. 4.2sp3 is the minimum needed to run the 5 patch which is the minimum version that borland will offer support agreements on. Naturally they're more than happy to sell us the services of an engineer who can come out and patch our server at much cost but we simply need the 4.2sp3 update thats mentioned here on this borland KB article http://support.borland.com/kbshow.php?q=25179 It's probably a less than 5MB patch.

We'd actually like to stick with starteam as it does exactly what we need but need an upgrade path to the latest version while still maintaining our database!

Could anyone kindly oblige and post/send a working link to the patch to take us up to sp3 as the ftp links are invalid and I'm defeated at every stage by the 1st line support at borland who stick to their guns and say its a deprecated version they won't support. I'm guessing someone must still have the patch on their hard drive from when it was freely available and it'd be great if someone could help. 
Pages: [1] 2 3 ... 10