Recent Q&A Activity

All.

I was hoping if someone could give me some advise regarding PVCS Tracker which keeps hanging. The issue started around the beginning of the year but wasn't a major issue as only occured maybe once a week or so. Since then however the problem has got gradually worse until now the system hangs maybe 4-5 times per day

We are using PVCS Tracker version 7.1.00 [build 632]

Any help, advise or direction regarding this will be much appreciated.

regards.
Ian.

My company is using bugzilla since ages. & we use same for project management too.Have developed in-house tool for release generation using bugzilla to.
Moving from bugzilla to redmine for issue tracking i need some solid reasons. can some1 direct me to those pros-cons?

Btw: Is redmine one the best tool available?

My requirements-

1) Product managers can easily track there minor,major,enhancement projects through that

2) tech leads/dev can get there projects commits logged easily

3)resource/project tracking

We are using Telelogic Synergy Release 6.5.4096.

Some users have had repeated problems of Updating a Synergy project, but not getting the latest versions of files, even when no apparent file version conflict exists. For example, a folder with changes in it does not get revised to the next folder version with the new files in it.

The Update hasn't failed (no failed message in the "Messages" window), but the user's copy of the project is still not up-to-date with regard to that folder and its files.

If a project is migrating to a shared COTS/ERP tool, how would CM go about identifying the various computer software components and units of that application?

I have been looking for the information I need to create an HTML file using Team Script in SBM that displays values from fields. I can't find any examples or help with this. In the example below, I simply want to write the field value for "FIELD_EMPNAME".

Ext.WriteStream <p>Employee Name: FIELD_EMPNAME</p>

Could someone please give me an example of this?
Thanks!!

The code I worked out by now is the following:

use strict;
use Win32::OLE;

print "Instantiating CAL";
my $CCApp = Win32::OLE->new("ClearCase.Application") or
die "Can't create ClearCase application object via call to Win32::OLE->new(): $!";
print "Getting VOBs";
my @CCVob = $CCApp->VOBs();
my $CCVobLength = @CCVob;
print "CCVobLength = $CCVobLength";

Hello,

I want to give the user a checkbox to override required fields. For instance, if its an emergency software install I don't want the user to select a scheduled release date.

If that's not possible, is there a way to dynically change the form field label color?

I am currently working on a Financial system which is in development. It is a batch process. Data goes in one end, goes through a number of processes and a report is output at the end containing numbers.

I've done this for couple clients on Windows XP SP3, but in one of them, ClearCase Explorer failed to launch. Everything else works fine, e.g. project explorer.

IBM indicated this might be related to DEP setting but it is NOT.

The version installed is ClearCase 7.1.2.

Anyone has the same experience.

Hi, am new to ClearQuest development. i am trying to debug a code not able to to do so.

I am trying to check the par/child relationship. If the Defect is being put in Completedstate it should first check the child activity is in completed state or not if not it should not put the Defect in completed state. i am trying to send the o/p to the dbwin32 console but the statement i have put in OutputDebugString is not appearing in dbwin32 so i am not able to figure out the code is executed or not...

Any help would be appreciated ?

Here is my code:

Hi All,

I am getting following error while compiling source code after merging and clearcase labeling.

It was compiled successfully in development view but getting error in merge view.

Also all changes have been verified couple of times.

Compilation error –

making in /cm/tree/Autocat/Src/Include/JMS...
making in /cm/tree/Autocat/Src/Include/XML...
back in /cm/tree/Autocat/Src/Include

Pages

CMCrossroads is a TechWell community.

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