Questions tagged [ibm-rational]

IBM Rational is a software development, versioning and deployment software. Use for questions about the tool or deployments.

138 questions
1
vote
3 answers

How to import a spreadsheet in IBM Rational DOORS

I have a spreadsheet in CSV format with the following three columns: ID Attribute1 Attribute2 ID is the unique (absolute?) number that "go to" uses in DOORS. Values are in format SRD-123. Attribute1 is a string Attribute2 is text I created this…
user3504671
  • 11
  • 1
  • 3
1
vote
3 answers

ClearCase can't merge from a snapshot view

I am using IBM Rational Clear Case, I have a snapshot view, with some checked-out files. This view is about to be obsolete, and I need these checked-out files to be merge to a new version (New view). My problem: I am using ClearCase Version Tree…
Juv
  • 744
  • 7
  • 12
1
vote
3 answers

Getting Exception in thread "main" com.telelogic.rhapsody.core.RhapsodyRuntimeException: Can't co-create object

import com.telelogic.rhapsody.core.IRPApplication; import com.telelogic.rhapsody.core.RhapsodyAppServer; public class TestRhapsody { public static void main(String[] args) { IRPApplication irpApplication = …
1
vote
1 answer

copy all artifacts in a project to a new folder and create a module from them in IBM RDNG

I am working on IBM RDNG 6.0.4. I want to copy (duplicate) all the artifacts of a project into a single folder. Then create a module from it. Is there any trick to do it? My project has 1000+ artifacts stored in different folders. Is there any API…
1
vote
1 answer

Command Line is too long when generating JAX-WS in Rational Application Developer

I am using IBM's RAD which is basically eclipse in most respects. We're on version 9.5. We've generated web services with the wizard before, but not recently. We think not since we upgraded to 9.5. Now we have a need to add to our web services…
Entropy
  • 1,219
  • 6
  • 21
  • 45
1
vote
0 answers

Rational rose comment block

This question might be a bit off topic, but I'm stuck with a comment block. In the doxygen documentation code there is the comment type /##Documentation mentioned with comment Start of Rational Rose ANSI C++ comment block. It looks like that a…
albert
  • 8,285
  • 3
  • 19
  • 32
1
vote
1 answer

RTC SCM Query workspace exit code

I am trying to write a query to see if a workspace with specific name already exists in repository or not. Following is the query I am using after logging in a previous command: $wsQueryResult = &scm query -r https://myrationaluri -w…
sohail
  • 589
  • 1
  • 11
  • 26
1
vote
1 answer

Till which latest version of IBM RAD we can integrate IBM ClearCase in IBM RAD?

I have IBM RAD v9.6. I want to integrate IBM ClearCase with my RAD instance. Please let me know upto which version of RAD, we can integrate Clearcase with it. Thank in advance.
ABHISHEK KUMAR
  • 71
  • 1
  • 10
1
vote
1 answer

Disable Automerge of Tables in Rational Publishing Engine

We are using Rational Publishing Engine to generate documents from IBM Doors. I want to create a 2x2 table for each requirement in the Doors database, e.g.: ID SRS-1234 Req The system shall so some magick However, if I export multiple Doors…
SHA2048
  • 73
  • 3
1
vote
0 answers

How Do I Reverse A Check-In/Deliver In Rational If The Component Has Accidentally Been Deleted?

My most recent check in deleted my component from my local workspace. I can't explain, how, but it happened. I know how to reverse a delivery if the component exist within the component's history, but what if it is no longer in the workspace?
Jack Parker
  • 547
  • 2
  • 9
  • 32
1
vote
1 answer

Running Rational Robot scripts without Robot installed

I have a Rational Robot script that I would like to deploy to multiple workstations. I wanted to know if there is a way to run this script without having Robot installed on those workstations. As you may know, Robot licenses are expensive so I only…
ahanda10
  • 43
  • 3
1
vote
2 answers

Using python to query IBM Rational Change

I would like to get a list of all change requests that exist in a IBM Rational Change (CM) database, actually I would like to get a list of Change request ID Change request Synopsis Change request Description I'm familiar with python (2.7) to do…
1
vote
1 answer

skip files while creating or updating the view in clearcase

I am trying to create/update view using ClearCase, but while downloading it gets struck and exits without creating the full view. Is there any workaround to either skip the files and download manually? Please suggest.
dodger
  • 245
  • 1
  • 3
  • 17
1
vote
0 answers

IBM Rational Change: Using match operator in query functions with oslc_cm:query

I'm trying to get a list of Change Requests that match certain conditions, some of these conditions are met by using module_comp_version match('*substring*') I did not find info in OSLC Core Spec 1.0 about 'match' operator. Unfortunately…
Michal
  • 11
  • 2
1
vote
1 answer

Does an EJB project typically contain only one Enterprise JavaBean or a collection of them?

I'm working with IBM Rational Application Developer for WebSphere; it is based on Eclipse, though I'm not sure of its differences from Eclipse's Java EE features. I want to have two Enterprise JavaBeans. Do I create two separate EJB projects, one…
Ricket
  • 33,368
  • 30
  • 112
  • 143