TODAS LAS ENTRADAS
- Ordenar por:
- Fecha
- Título
- Número de "me gusta" ▼
- Comentarios
- Vistas
New CLM 6.0.1 release available
IBM Rational Solution for Collaborative Lifecycle Management (CLM) release 6.0.1 was made available earlier this week. This release contains new features, quality improvements, and updates to supported platforms. Check out the following resources for additional information Where to start: https://jazz.net/downloads/clm/releases/6.0.1?p=gettingStarted What is new and worth noting: https://jazz.net/downloads/clm/releases/6.0.1?p=news Release notes: ... [More]
Etiquetas:  download rational clm release rational-client-success rational-client-support |
RM XDC file's "Test Connection" function may fail with CRRE1421E error after Insight upgrade
If Insight is integrated with CLM, after upgrading Insight, the "Test Connection" function might fail with the CRRE1421E error, but only in the RM XDC file, even though you downloaded the XDC file from the correct RM server. Here is the detailed error: 'com.ibm.rational.dataservices.client.auth.oauth.OAuthCommunicatorException: CRRE1421E: Can not redirect to the OAuthentication identify URL.' is returned from the remote server through the tested URL. Please provide a valid URL in the URL field. If you still get... [More]
Etiquetas:  rational insight rational-client-success rational-client-support rational-insi |
Insight Oracle database quota problems can cause problems in the DCC web UI
If the Insight database is hosted on Oracle and the Insight Oracle user does not have the correct quota on the tablespaces in the Insight databases, the DCC web UI will show multiple symptoms as operations fail because the Insight database user cannot allocate an extent in the impacted tablespaces. Common symptoms of this problem are: The Data Collections Jobs status page no longer displays new entries. The "Delete History" operation in the Data Collection Jobs status page fails with this error: Error 500:... [More]
Etiquetas:  rational rational-insight rational-client-support insight rational-client-success |
How to query IBM Rational Quality Manager for Test Automation Adapters
Automated test tools integrate with IBM Rational Quality Manager (RQM) using adapters. Each adapter bridges between the Rational Quality Manager, and the test tool such as IBM Rational Functional Tester , IBM Rational Performance Tester , and the command-line adapter. The Test Automation (Execution) adapter receives requests from RQM and then runs tests on the machine where the test tool is installed. Before you try to run a test against a running Execution adapter, you can verify the adapter state on the... [More]
Etiquetas:  rational-client-success rqm rational-client-support rational-quality-manager |
ClearCase/ClearQuest Patches: 8.0.0.17 and 8.0.1.10 are available!
The ClearCase and ClearQuest patches have been posted to Fix Central and are now available for download. Go out and download these latest versions for bug fixes and new features. The associated IM update sites are also "live". The 8.0.0.17, and 8.0.1.10 download pages are available via the URLs are listed below. CC 8.0.0.17: 8.0.0.17-Rational-RCC (aix4_power, hp11_ia64, linux_390, linux_ppc, linux_x86, sol_x86, sun5, windows, ccrc, ccrc.ext (English and Japanese)) URL: http://www.ibm.com/support/docview.wss?&uid=swg24041280... [More]
Etiquetas:  cq rational-client-support rational-client-success clearquest cc clearcase |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379