Questions tagged [rational-team-concert]

Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Built on Jazz, Rational Team Concert is a complete Application Lifecycle Management (ALM) suite, offered by IBM. RTC combines activities such as Source Control Management, Work Item Tracking, Project Management, Build Management, and Reporting into a single product with integration points to the Eclipse Java IDE as well as the Visual Studio IDE.

Product information:

198 questions
0
votes
0 answers

How to add url's by deafult in create a jazz repository connection under location URI in eclipse rcp application?

I am using existing org.eclipse.ui.ide.workbench as an application in .product. One using 3.x Compatibility Layer (3.x API) on Eclipse 4.x. My platform is 4.16. plugin_customization.ini file is added as property value of preferenceCustomization…
0
votes
0 answers

STM32F412 STOP mode HAL_RTC_GetTime return time before sleep

I work with STM32F412/STM32F413 processor. I have also external LSE. I have the next problem related to STOP mode and RTC. There are some scenarios we want the processor to go to sleep for x hours. The processor goes to sleep for 5 seconds, doing…
0
votes
0 answers

How to sign to agora RTC Wrapper

I have a MacOS app in Unity and I use the agoraRTC Wrapper, how do I sign it? Do you have AgoraRTC Wrapper version of AgoraTools/prep_codesign.sh and signcode.sh ? I tried to change AgoraTools/prep_codesign.sh and signcode.sh to sign to agoraRTC…
0
votes
1 answer

STM32U5 Alarm IT not clearing

I have a problem with clearing the RTC alarm IT. I am using STM32U585 MCU and RTC alarms that are set to specific time. Date is masked, only time is used. Here is the code to set up the alarm: sAlarm.Alarm = RTC_ALARM_A; …
0
votes
1 answer

ESP32 S2 - reading wrong time after manual set up

The issue: I have made a WEB app for setting. It has 2 options for RTC - SNTP and manual set up. SNTP works well. But manual not... It received GET request like - rtc_datetime=2022-12-06T07%3A02 if(httpd_query_key_value(qry,…
0
votes
2 answers

Ask only for Mic permission Opentok

I'm using OpenTok RTC. And I need to only grant permission for Mic only. I have been reading the documentations and I'm using the getDevices which asks for camera and mic permissions. And I only need Mic permission I can't find a way around this…
0
votes
1 answer

Retrieving variable value in Python from a class object

I would like to access the variable values defined with a class but everything I try results in an error of one kind or another. I will include the extract of Python code which defines the class which reads and shows the day, time and date from a…
Rob Wassell
  • 81
  • 1
  • 10
0
votes
1 answer

How do i create an RTC Baseline on a component in a stream using scm.exe?

After building software from files from an RTC stream, I want to create a baseline of the component as a record of the state of the files. It needs to be automated, hence the use of SCM. I want to create it in a single step if I can, i.e, not create…
FrinkTheBrave
  • 3,894
  • 10
  • 46
  • 55
0
votes
0 answers

MAX31341 RTC - 32 hours per day

I have MAX31341 RTC connected to ESP32 over I2C. Connection works, I can set and get time, but for unknown reason, hour register counts hours from 0 to 31: E (3888) main: RTC time: 2022-08-22 23:59:12 E (63888) main: RTC time: 2022-08-22 24:00:12 E…
Jarek
  • 329
  • 2
  • 13
0
votes
1 answer

RTC Programmatic Creation of Work Items with Plain Java Client

public class CreateWorkItem { private static class LoginHandler implements ILoginHandler, ILoginInfo { private String fUserId; private String fPassword; private LoginHandler(String userId, String…
Li Lu
  • 9
  • 1
0
votes
1 answer

SVN and RTC Integration

I have a requirement integrate RTC(Jazz) and SVN(Subversion) inorder to link the svn commits to RTC workitems. Please share the process to be followed.
Nagendra Vummadi
  • 457
  • 1
  • 5
  • 12
0
votes
1 answer

Need to write SQL query that creates a "Date" column and fills all rows with current Date

I currently have a SQL query that selects and creates a report from a specified SQL Database (Rational Data Warehouse). This report will merely include the columns I have selected from different tables, nothing else. I want to add a command to the…
Sirmeow
  • 1
  • 1
0
votes
2 answers

What do ingoing and outgoing mean in RTC (rational team concert)?

Can you please explain them using concepts of Git? Also, is there any situations when operations on outgoing set could be dangerous?
Henry
  • 2,819
  • 3
  • 18
  • 33
0
votes
1 answer

Android WebRTC Receiving a JSON from a javascript PeerJS browser

my app is using WebRTC to communicate with a browser using Chrome (PeerJS), actually multiple browsers. So, whenever I create a block within the browser, the peers are supposed to pass to each other the info of that browser, as far as I know it…
0
votes
1 answer

How to migrate file attachments and comments from RTC to TFS 2018

We’re in the process of migration from Rational RTC to TFS 2018. We’ve figured out to map work items between the two but having difficulty moving attachments and comments. Does anyone have experience with this? Perhaps using the TFS REST API ? …
mangel
  • 65
  • 1
  • 13