IBM Rational family of products, including Rational Team Concert (RTC), Rational Quality Manager (RQM), ClearCase, ClearQuest, Rational Function Tester, Rational Application Developer (RAD), Rational Software Architect (RSA).

learn more… | top users | synonyms

-1
votes
0answers
7 views

What is the difference between UP and RUP and OpenUP? [closed]

What is the difference between UP and RUP and OpenUP?
0
votes
0answers
16 views

RSA 7.0 headless ant build fail

RSA 7.0 fixpack 10 The ant build xml could be run well in GUI, but when I try headless mode, I got some error messages as below [projectGetErrors] 1. ERROR in \My_Project [projectGetErrors] (at line ...
1
vote
1answer
18 views

Error while delivering code in RTC

I m setting up RTC on Ubuntu 12.10 64 bit. My RTC and JDK7 are also 64 bit versions. Whenever I try to deliver code using RTC I get an error: Error logged from Process Client UI: No more handles ...
0
votes
3answers
18 views

Parent CR's should not be closed before a child CR is closed

I searched and searched a lot and couldn't find my answer. I want to see that a parent record in ClearQuest should not get closed before all of its child records aren't closed. Below is the code that ...
0
votes
0answers
18 views

Self-registration with ClearQuest

We have some need to allow self-registration with ClearQuest for some database. We have integrated CQ with LDAP. Appreciate your ideas on the same. One way i thought is too have link in CQ startup ...
0
votes
1answer
19 views

Rational tools Purify/Quantify finding pdb files

Do the rational tools follow the _NT_SYMBOL_PATH to find .pdb files? It seems from my experience that they are not and that the .pdb files need to be collocated with the .dll's and .exe's I am trying ...
0
votes
2answers
198 views

How to include the jars referenced in “Java Build Path” section of an Eclipse project in a jar file generated with Ant using a build.xml file

basically that's my requirement , if someone adds or deletes a jar reference in the section "Java Build Path" , then that jar should be included ( or not included in case of deletion) when the ...
3
votes
3answers
191 views

Program Exit with Status 255 C++ Main with Ada

I have a set of single threaded C++ mains that have a bulk of their code developed in Ada. This is being built in Atego (Rational) Apex Duo, and targets 32 bit RHEL 6.3 Linux. The exec is a Class ...
1
vote
2answers
40 views

Rational Team Concert: Setting Operation Behavior only for one stream in a project area.

I've a scenario where there are several streams inside the Project and I have to restrict deliveries to a particular stream(just a maintenance stream,not an integration stream). Precondition("Work ...
2
votes
1answer
51 views

Rational Team Concert: Merging only selected work items from a stream to its child.

We are planning to create a child stream(for each major release, at the time of release) from the integration stream and continue to use the child stream for that particular release. Say, we've ...
0
votes
2answers
78 views

Writing a function to check if a relational statement is true or false [closed]

Here is the function (I hope the logic is fairly obvious). Let x be one of the '<' or '>' operators and a and b are the terms. int rationalCheck(x, a, b){ if ( x == '<' && a < ...
0
votes
0answers
254 views

Using jsp templates in Eclipse

I have a web project that was built using Rational Application Developer. Most of my pages are built using a template file (jtpl). I am switching the IDE to Eclipse Juno, I noticed that in eclipse ...
1
vote
1answer
68 views

In ClearCase using commandprompt, how to check whether we have checkedout the latest version of the file?

I have a file called prog.c in clearcase, for example the user has checked out this file, say the user has checked out the version 3 of the file. After that, if some other users checked in the same ...
0
votes
0answers
20 views

Unable to find TDP for CCS 3.3 in RTRT 7.0

I want to do run time tracing using RTRT for dsp code developed in CCS environment, i have selected C Code Composer C6xx as TDP for the project. While building the project at the time of preprocessing ...
1
vote
1answer
155 views

Not able to start websphere server 8 in Rational application developer 8

I am using Websphere application server 8.0.0.2 and Rational application developer(RAD- 8.0.4) When i try to start the WAS from RAD servers tab. It worked fine for two to three times and later it ...
0
votes
1answer
56 views

Does GreenHat support ProtoBuf?

We are looking to use Google's Protocol Buffers (ProtoBuf) data interchange format. We already have a Greenhat or IBM Rational Test Virtualization Server framework in place. Can we implement this ...
0
votes
0answers
130 views

Technical limitations of Rational Team Concert [closed]

My last software team used Open Source tools for our CM and Continuous Integration. Our software stack was: Git (SWCM) Maven & Nexus (SW builds) Jenkins (Continuous Integration) Gerrit (Peer ...
1
vote
1answer
173 views

How to configure output folder for ejb stubs in RSA “prepare for deployment”

I would like to configure the output folder for the generated EJB stubs for WAS 7.0 when doing a "prepare for deployment" in RSA 8.0. Currently the sources of the generated stubs are generated to the ...
0
votes
0answers
53 views

How to activate 'Show Code View' command in Rational Software Architect 8.5? [closed]

Does anybody know how i can activate this command to open the "Show Code" view ?
0
votes
2answers
62 views

Is there a DXL API to get the reference count of opened modules?

The "Manage Open Modules" dialog of DOORS 8.3 lists all open modules, their mode, if visible, etc. and the number of references. I want to use that reference count to decide if my script can securely ...
1
vote
1answer
73 views

updating a file without doing check out in clearcase

In Rational ClearCase. I have updated a file without doing check out, after updating it asked me that it is in read only mode still u want to make the changes , and by mistake I clicked on yes. ...
1
vote
1answer
107 views

Tomcat server won't start after installing IBM Rational CLM solution with an evaluation topology

I have been trying to install and run the IBM Rational Solution for CLM with an evaluation topology for the purposes of performing a demonstration of the software. I am able to proceed through all of ...
0
votes
0answers
97 views

Exclude Test Sources from EAR in Rational Application Developer 8

I have an EAR project setup in IBM Rational Application Developer (aka RAD) 8.0.3 with a Dynamic Web Project module project and a Java EE Utility JAR module project. My source folders are setup on ...
0
votes
1answer
75 views

unable to install rational software architect v8.5

I have got following exception while installing RSA V8.5, though I am going to install it again but curious to know what could be the reason behind it and How can we resolve it. Error during ...
0
votes
1answer
51 views

The fractions I enter always return 0? [duplicate]

Possible Duplicate: Division in Java always results in zero (0)? So I'm writing this program and I thought it was good. The GUI window popped up and I entered a numerator and a demoninator. ...
0
votes
1answer
85 views

constructor Rational in class Rational cannot be applied to the given types?

So the gist of this program is to create a Rational class so that when you run it, a GUI input will come up and ask for a numerator and a denominator. It will then return the reduced fraction. But I ...
1
vote
1answer
79 views

Domino/Notes Source control with rational Jazz

I would like to know if its possible with the new source control possibilities since 8.5.3 if we could use Rational Jazz as the source control environment.
0
votes
0answers
18 views

Can Models be created in Rational Software Modeller by using HyperSQL Database schemas?

I have database schemas for HSQL database, is it possible to create the relational models out of that schemas in Rational Software Modeller (RSM)?
0
votes
0answers
21 views

Requisite Pro 7.1.2.4 Macro

I use the following VB code to create a ReqPro Object when the programme is running: Set oGuiApp = GetObject(, "ReqPro40.GUIApp") Then I can check it: If oGuiApp Is Nothing Then MsgBox "ReqPro is ...
0
votes
0answers
71 views

Rational Requisite Pro open a project

I want to open a project and use the following code copied from: http://www.ibm.com/developerworks/rational/library/445.html ( I cannot format it to code) `'open a project Private Sub ...
0
votes
0answers
52 views

Start Test in The Middle of The Datapool in Rational Functional Tester

I am a newbie, as you will be able to tell soon. I am using Rational Funcational Tester (RFT) in VB.Net. I have a test with an associated datapool. I have been able to run tests without issue. All ...
-1
votes
1answer
113 views

ZK with Websphere Application Server - Timeout on any Event

I have started working with ZK recently. I really like the framework but I am having a lot of problems in configuring it to work correctly with Websphere Application Server v8.0. Namely, I am ...
1
vote
2answers
107 views

Rational Team Concert: Team Area users to have access to a different project

We've got several projects in RTC for both source code and planning/bug tracking. Sometimes, the projects depend on each other and we would like to link the work items between the projects. However, ...
0
votes
0answers
14 views

IBM RSA Use Case text under shape

I want put text into shape. Now text under shape. Like this:
0
votes
0answers
67 views

IBM RSA: class diagram “wrong” palette

When I have created new class diagram I see palette like this but i want this palette with Class folder. Second palette apears then I open "Main" file. How to make second palette apear when I edit ...
1
vote
2answers
80 views

Is IBM Rational different from IBM Rational Rose?

As per my knowledge Rational is a testing tool and Rational Rose is a modelling tool.
1
vote
1answer
408 views

How do I write a Rational ClearCase config spec to checkout based on a directory?

I am new to Rational and I have to add functionality to an existing program to support a new program. The applications are small and in a directory structure, they are on the same level. What I ...
0
votes
1answer
117 views

Rational Software Architect - missing icon for Class element in palette window?

I have been trying to create a Class diagram in UML 2.0 using Rational Architect. However when I look at the palette options there is no icon for Class to click and position a class item on the ...
2
votes
1answer
228 views

Haskell readsPrec rational functions

I got a problem with the implementation of the readsPrec to parse an input for following datastructure: data Term = Monom Int Int          | Addition Term Term          | Subtraction Term Term     ...
0
votes
0answers
28 views

How to start Rational Requirements Composer server on a Linux VM

I have installed DB2 with a Tomcat Application server on a linux virtual machine. I have installed the Rational Requirements Server on the Linux virtual machine too. However, whenever I try starting ...
0
votes
2answers
506 views

How to create a JSF (XHTML) facelets page in IBM Rational Application Developer for Websphere 8.5

I have just installed IBM RAD 8.5 for Webpshere and on the contrary to what IBM advertises as JSF 2 Tools support featuring a rich editor comes with RAD 8.5, I could not even find the option of ...
2
votes
1answer
122 views

Is there a slim and free RTC client for Windows? [closed]

My team is using RTC (Rational Team Concert) with RAD/Eclipse...but I the minimalist development approach so I use Sublime to edit files...I would also like a slimmer RTC client than Eclipse. Is this ...
0
votes
1answer
68 views

Install Rational Team Concert & Rational Insight

I need to install both RTC and Rational Insight in my local machine but I am confuse that should I install Data base first for it. Even i don't know which database is right with Insight & RTC. I ...
0
votes
2answers
747 views

Missing “Server view” in Eclipse / RSA Rational Software Architect

I'm missing the "Server view" in my fresh RSA for WebSphere Software installation. It's also not available in "Window > Show View > Other...". Does anybody have an idea? I expected the view to be ...
0
votes
2answers
142 views

Trouble raising -1 to a rational fraction-based power

On my TI-84 Plus (Silver Edition), I can enter the following without error: (-1)^(1/3) = -1 I also know that entering some expressions like the following would yield a non-real -imaginary- number ...
2
votes
4answers
1k views

Unable to run Profile management Tool for Websphere 7.0 from within RAD 7.5

I am using Rational Application Developer version 7.5.4 on 64-bit Windows OS (i5). I would like to create custom profiles for development. We hav been using RAD 7.5.4 on Windows XP before. On Windows ...
1
vote
1answer
4k views

How to create class diagram from source code using either Enterprise Architect or Rational Software Architect?

I am not fluent in UML, but I would like to create a class diagram based on existing C++ code. Other StackOverflow questions have indicated that two programs - Enterprise Architect and Rational ...
1
vote
1answer
63 views

Purify: Error: Ran out of thread local data space in purify

I am running purify 7.0 on Hp-UX 11.11B with aCC 3.85.I set the environt variable as below: export PURIFYOPTIONS="-max_threads=4000 -enable-thread-stack-change=yes" But still I am getting the below ...
1
vote
1answer
44 views

Formatting doors table in rpe

I want to display a Doors table with a different style for the first row using RPE. for example, make the first row have a diferent background color, or other border style. is there any simple way to ...
0
votes
1answer
78 views

Rational numbers not behaving like fractions in algebra with Ruby

Can someone please explain this to me? x = Rational(3/4) * 8 => (0/1) # I Expected it to return 6 x.to_i => 0 Thanks.

1 2 3 4