configuration management

Question

Rational Synergy 7.1 - How many characters are permissible for the project name ?

Hi,

I am in a process of standardazing the project naming convetion. And I want to know how many characters are permissible for a project name ? I can do Hit and Trial, but I am being lazy for it. I went through the manuals but dint find the required information. Can some one please suggest.

Thanks,

Deepak

Deepak Bawankar
Configuration Management Practitioners Why Good Design Is Important to Configuration Management Practitioners

The “look and feel” of good design is critical for many of today’s interactive and web-based systems. Carl Singer writes on configuration management's role in producing a quality product with good design in mind. CM practitioners—including build, release, and deployment engineers—are in a unique position to understand how the entire system is constructed and implemented.

Carl Singer's picture Carl Singer
SCM components entity relationships/data modeling

When confronted with a legacy system with large numbers of essentially undocumented components, has anyone found it useful to create some sort of data model/entity relationship model? Something that starts with the build dependencies but maybe goes further.

Gregory Tasonis
Release Engineer in Burlington, MA (Great Job Opp!) message [email protected] for details!

If this isn't the right forum I apologize!  Below in the description. 

Normal
0

false
false
false

EN-US
X-NONE
X-NONE

MicrosoftInternetExplorer4

/* Style Definitions */
table.MsoNormalTable
{mso-style-name:"Table Normal";
mso-tstyle-rowband-size:0;
mso-tstyle-colband-size:0;
mso-style-noshow:yes;
mso-style-priority:99;
mso-style-parent:"";
mso-padding-alt:0in 5.4pt 0in 5.4pt;
mso-para-margin:0in;
mso-para-margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:10.0pt;
font-family:"Times New Roman","serif";}

Release Engineer (1905-1)

 

Location: Burlington, MA

Duration: 6+ Months

 

Bill Auxier
Creating a Lean Six Sigma Pull System Creating a Lean Six Sigma Pull System

Lean Six Sigma is a leadership methodology that significantly improves process quality, speed, costs, and agility. One of the concepts applied is called a pull system, and in this article Steven Bonacorsi explains how to design one for your process. Doing so will help you to stabilize a process flow into a predictable work control system.

Steven Bonacorsi's picture Steven Bonacorsi
Using Mission and Risk Diagnostics to Enhance Business Continuity

Noah Gamer explains that mission and risk diagnostics provide an excellent approach to risk management for any company. Using these elements together, an organization can create a better business continuity strategy. While risk is not always bad, identifying and mitigating risks can help your organization achieve success.

Noah Gamer's picture Noah Gamer
I am writing an automation for promoting the Harvest packages using Java code.

I am using the JHSDK jar available in ths installation directory of CA to write a java program for an automation project.

 

I am using the below Java code to select the packages from ACEDEV13.06.00.00 from SW Development view and promoting it to next stage 'Integration Test(AIT)'.

 

Java Code:

 

JCaContext context = harvest.getContext();

boolean approve = context.setApprove("Approve"); //Exception @ this line is E0309000d: ERROR: Could not get Process.

boolean promote = context.setPromote("Promote");

 

//Setting the Approval

CaApprove jcaApprove = context.getApprove();

jcaApprove.setApprove(true);

jcaApprove.setDescription("Approved Desc");

jcaApprove.execute();

 

//Setting the Promote

JCaPromote jcaPromoteObj =  context.getPromote();

System.out.println(" getToStateName "+jcaPromoteObj.getToStateName());

Ezhilan Mahalingam's picture Ezhilan Mahalingam
The Importance of Software Safety The Importance of Software Safety

Software impacts our world in many important ways. Almost everything that we touch, from the beginning to the end of our day, relies upon software. Bob Aiello explains the importance of software safety for configuration managers. Remember, software safety requires that systems be built and configured in a secure and reliable way.

Bob Aiello's picture Bob Aiello
Why is it taking ClearCase mklabel over 3 hours to attach a label to a baseline containing 4,000 files?

While observing a development team currently using ClearCase 8.0 prepare for their build it took 3 hours to attach the build label to the baseline.  What could be causing this this process to take this amount of time?  I currently support a development team that has several VOBs that control 3 or 4K and it takes no more that 10 or 15 minutes. 

Any suggestions as to the problem and how to fix?

Sofia Otts's picture Sofia Otts
Can HP Quality Center be used for updating change requests?

Can HP Quality Center be used for updating change requests?

Ishmael Mosby's picture Ishmael Mosby

Pages

CMCrossroads is a TechWell community.

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