So my company uses a delightfully buggy program called Rational Purify (as a plugin to Microsoft Visual Developer Studio) to manage memory leaks. The program is deigned to let you click on a memory leak after you have encountered it, and then jump to the line that the leak occurs on.
Unfortunately Purify is malfunctioning and Purify wi...
My initial tests have shown that Robot won't work without an active, visible desktop. For example, while a scheduled task (or executed command from the continuous integration server) may be able to start robot as a command-line process, Robot will actually fail to execute the recorded script.
Logging into the build machine to allow it a...
I'm currently modifying a Java script in Rational Functional Tester and I'm trying to tell RFT to wait for an object with a specified set of properties to appear. Specifically, I want to wait until a table with X number of rows appear. The only way I have been able to do it so far is to add a verification point that just verifies that th...
I'm trying to work with fractions in Java.
I want to implement arithmetic functions. For this, I will first require a way to normalize the functions. I know I can't add 1/6 and 1/2 until I have a common denominator. I will have to add 1/6 and 3/6. A naive approach would have me add 2/12 and 6/12 and then reduce. How can I achieve a...
Am trying to install Eclipse UML2Tools plugin, in Rational Business Developer 7.5.1
Most compatible version seems UML2Tools 0.8.0 - but am unable to get it working.
I could not get UML2Tools working by neither from the local update site mechanism, nor by placing it in dropins folder.
One of the error reported when updating using local...
Hi guys,
I am trying to use the eclipse-cs plugin on Rational Software Architect 7.0.0.4.
I recently uninstalled the older beta2 version and installed beta3. The plug-in itself works as was previously configured. But whenever I attempt to re-configure the check rules via Windows->Preferences->Checkstyle, I get the following error:
Pro...
Rational Purify - when tried to Run a program from Purify; error displayed as "Failed to delay loadlibrary mscorlibl.dll"
Here are the steps that I followed:
1. File > Run --- given the program name path
2. Tried with giving source path and without
But either ways I am getting this error.
Any help here is greatly appreciated.
Thanks,
...
Has anyone here already worked with the Rational / IBM CAL and knows if at all, and how to check for a view's creator/owner (username)? Elements, Vobs etc all have an Owner/Creator, but for some reason views do not?
...
Hello, I am new to Rational Robot, so it could be that my question sounds rather silly :)
I want to write the following test - create a User with the ID xxx, close the new user creation, then open the list of all available users and select the user with ID xxx from it. The list is in the DataGrid. ID is a text in one of the cells
So t...
Is is possible to run rational performance tester once every hour and generate a report which contains all response times for every hour for all pages? Like this
hour 1: hello.html min avg max time
hour 2: hello.html min avg max time
hour 3: hello.html min avg max time
if you use a ordinary schedule and let it iterate once every hour al...
Hi,
we are a team of about 100 developers working in an iterative development style. We are looking for a solution that will allow us to aggregate all development artifacts in one collaborative environment. Rationals Team Concert is bringing a lot of what we are looking for issue tracking combined with project management and soure code...
I installed a self-signed certificate and restartet. Now i can't start the admin console any more. I am really new to websphere, and must have some errors when installing the certificate.
When I connect to https://localhost:9043/ibm/console I get the following error in firefox:
ssl_error_no_cypher_overlap
and the following exception...
Good afternoon,
Is anyone using the ClearCase Automation Library (CAL) successfully to retrieve snapshot views? I can get all the dynamic views just fine, but not a single one of my snapshot views appears in the 'Connection.get_Views(true, region);' command...
Is there any way to get these programmatically as ICCView instances?
Cheers...
I have a fresh install of RSA 7.5.3 in Linux (Ubuntu 9.04).
I've create a new workspace with one Java project.
When I open the "open type" dialog I get an empty box - see attached screenshot.
You can notice that there is no package specified at the bottom of the dialog.
when I try to look for a class I get the following exception:
Error...
When I try to edit an XML file in the XML Editor of Rational Application Developer for WebSphere Software version 7.5.4, the program becomes unresponsive.
title bar has "(Not Responding)" appended to it
menu bar disappears
cursor switches to hourglass
window can be dragged and it gets repainted normally
window can be minimized and rest...
The company I work for is currently evaluating replacements for SourceSafe, and for various reasons, I think RTC will be chosen. I'm a little scared that we're going to end up with a solution that isn't the best for us in our situation. I've tried researching a little bit about what it is, but all I have been able to find are marketing t...
Hi
I am working on a project where we are using RSA 6.0.1.
I have to run the some set of tasks programmatically. I have open the emx file using UMLModeler.openModel(absoluteModelPath); Then do some editing and save through UMLModeler.getEditingDomain().run( new ResourceSetModifyOperation("Update Operation") {},Monitor); Then I refres...
In Biztalk, I always make the root element and the typename the same as the filename (less the .xsd extension). We have an orchestration, published as WCF web service (Basic Http Binding).
When Java (RAD) pulls the WSDL and generates classes and packages, it builds a package and a class name with the same name, thus it won't compile w...
I'm working with data that is natively supplied as rational numbers. I have a slick generic C# class which beautifully represents this data in C# and allows conversion to many other forms. Unfortunately, when I turn around and want to store this in SQL, I've got a couple solutions in mind but none of them are very satisfying.
Here is an...
I'm having an odd problem in RAD 6.0.1 with AJAX. I'm using a very simple show/hide (Karl Swedberg's slickbox) and it works fine on a raw html page, but the js functionality just stops when running on the server on a jsp page. e.g. here's my html page
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<script...