Recently active
Hello Volker, Is this solution not working for RV&S 12.5 ? While performing, I am getting below java error. Can you please support to fix this issue. C:\app\tools\ptc\Windchill\RVSClient12\lib>java -jar IntegrityCopyParameters.jar --hostname=XXXXXX --port=YYYY--username=AAAAA --sourceItemID=3288947 --targetItemID=3047142 --copyFields="Parameters,Parameter Values" Error: Unable to initialize main class copyparameters.CopyParameters Caused by: java.lang.NoClassDefFoundError: com/mks/api/response/APIException
Version: Windchill 13.0 Use Case: To create e-mail with URL to open specific project, currently I manually type link like following. "integrity://localhost:9001/si/viewproject?project=%2FTestProject%2Fproject.pj" (suggested in documentation.) How can I easily generate such URL?Description: I'm looking for an efficient way to generate URLs that directly open a specific project folder (e.g., .../project.pj) in the Windchill RV&S Client GUI. My goal is to use these URLs in email notifications. What I've found so far:Manual URL Entry: I've found documentation on how to manually construct these integrity://... URLs to open projects, but manual typing is prone to errors.Automatic URL Generation (Partial Success): The documentation states:"You can create e-mail notifications with Windchill RV&S client URLs by clicking a highlighted user name in any visible field in the GUI or Web." I've successfully used this method to generate URLs that invoke the im (Integrity Manager
I have a problem with a DOORS (9.6) module that I am trying to update via IRC (3.4). I have a module named SPEC_A that was imported in DOORS baseline 1.0 using a ReqIF file with IRC. This module was later renamed SPEC_B, evolved, and moved to DOORS baseline 2.0. Since baseline 1 was a DRAFT version, I deleted the initially imported module, thinking that since it has changed its name, IRC would consider it as a new module and therefore perform an “insert.” However, when I tried importing the new module with the changed name (SPEC_B) via IRC, IRC tells me that SPEC_A does not exist… I try to restor a SPEC_A to import a .dma in the tagert path in order to have a correct target on the path of IRC but I think that the importation of the dma haven't the same id hat the original SPEC_A module and IRC and IRC no longer recognizes the module SPEC_A... Do you have any solutions? I thought that IRC would understand that changing the module’s name would be considered as a new m
Hello Community,I am trying to figure out where in database (MySql) is stored User Group Memberships for particular user account. I found table "acl_role" but this seems to be related to project only.Goal is to create a query which link user_id with it's roles/memberships in Codebeamer. thank you
Hello Community,Is there a way to check the date and time of the last activity for a project in Codebeamer?We have created many projects and would like to clean them up.Sure, I can ask the project owner, but I would like to have this option available from the Administrator side as well.thank you
Hello Community,is it possible in Codebeamer to share resources across multiple projects?I have two projects in Codebeamer which use the same machines for tasks like mixer, heater, plumber, etc.I want to avoid to define machines in both (or more) projects, so looking for a way how to place them in one place and share it across projects.Additionally change for resource in Project A will be visible also in shared resource and Project B and vice versa. thank you
Anyone know if there is a good introduction for users of RV&S. It dosn't even have it's own page here on community (unless it's called something else)The only ones I see are for companies showing a better tool than RV&S.I have used Windchill for over 20 years and after 3 days trying to understand RV&S I really, really miss Windchill. RV&S is very not intuitive.
I’ve installed Codebeamer 22.10 LTS inside a Docker container, but I’m encountering the following error:Cache: oauth2StateCache has a maxElementsInMemory of 0. This might lead to performance degradation or OutOfMemoryError at Terracotta client. From Ehcache 2.0 onwards this has been changed to mean a store with no capacity limit. Set it to 1 if you want no elements cached in memory.I attempted to resolve this by modifying the ehcache.xml file, which is located inside the JAR at:/home/appuser/codebeamer/tomcat/webapps/ROOT/WEB-INF/lib/cb-22.10-LTS.jarThe original configuration was:I replaced it with the following configuration:However, the error persists. Additionally, any changes I make are lost when the container restarts, since the file resides inside a JAR.Please help me how to reslove this issue. Thanks
Hi, I would like to define an interwiki stereotype in the application configuration resulting from this interwiki link[<<itemnamerevision5>>|ISSUE:1234] the following format:Requirement name (Rev0, REQ-1234) Application configuration:"itemnamerevision5" : { "link" : { "text" : "${name} (Rev${customField[5]}, ${trackerKey}-${id})" }, "popup" : { "text" : "Description: ${description}" } } The variable ${trackerKey} does not work asexpected. I also tried several other variable names without success. How can I address the tracker key? CB version: 2.1.0.6 Thank you in advance.
Hi Team,We are currently working on integrating Codebeamer with Cameo using OSLC, and for authentication, we plan to use OAuth 2.0 via OpenID Connect.We have already enabled OpenID in our Codebeamer instance and enforced OAuth2 login under:System Admin → OpenID Configuration.However, we are missing critical configuration details to complete the setup: What we need help with:How can we get the following for our Codebeamer OAuth Client?Client IDClient SecretClient NameIs there a specific place in the Codebeamer UI or backend where we can register a new OAuth client and generate these credentials?Do we need to manually register Codebeamer as a client application on an external OpenID Provider (like Google, Azure, or internal SSO)?Where can we find or configure the following values if we use PTC's internal OpenID?authorizationEndpointUritokenEndpointUriuserinfoEndpointjwksUri Our Setup:Codebeamer version: 2.1.0.0Base URL: https://ptc-codebeamer.accenture.comOpenID Connect is alre
Hi,I created a tracker. Now i would like to reuse it in another project. I clicked on "available as template" box but when I create a new one, it is not available. Anyone does have same problem? Thank you!
Hello, I have a question, is there any way to set "Any status" in the "Downstream References" bookmark in item as a default search value? Right now, by default, cB is always showing only "Unresolved" items there:As I remember, in older versions of cB (i.e. 21.09) there was a "Any status" option as a default option.
I want Integration with Cameo to Codebeamer . By using OSLC Service or OSLC API provide me steps how do. And where can found OAuth information in codebeamerI explored Cameo having feature called datahub explorer in we have Rootservice url and OAuth consume key and secret key.This snap of Cameo DatahubI try to find Codebeamer Root service URL I Couldn't found Instead of Root service Url i tried with Catalog url it was not working.
Hello Community,Is there a way to automatically disable a user in Codebeamer when the user is deleted or disabled in Active Directory?We have found that there are many users who have been deleted from Active Directory but are still active in Codebeamer.Manual disabling takes a lot of effort for us.Any setting in application, script, API, etc?thank you
Hello Member, I am exploring the best methods for exporting rich text, including images and tables, from the Windchill RV&S and importing it into Codebeamer programmatically. My preferred approach would involve using MS Excel, as it offers greater control over data manipulation.If you have any insights or resources that could assist me with this process, I would greatly appreciate your guidance.
I have to migrate RV&S data to Codebeamer, In RV&S we were not using Test Step and entering Expected Result in a custom field. In Codebeamer, I created a custom field called Expected Result, but it doesnt get displayed in Test Run Wizard.
Can anyone share the related links and videos for this Integration of Enterprise Architect With Codbeamer, How to synchorizations of Enterprise architect with Codebeamer,Any official website is there for it.
I saw an earlier question (posted in 2023) asking about compatibility with V7R5. There did not appear to be an answer/reply to that. We are planning to upgrade from OS V7R4 to V7R5. Is Implementer 12.6 compatible with V7R5?
I would like to "Report Bug" in a project different from that of the currently executing Test Run. When I select Report Bug from a Test Run, the Project dropdown only contains the project in which the Test Run is located. I would like to report the bug in a different project. I am using CodeBeamer 22.10 SP 4.
I wanted to inquire about how customizable Test Runs are within Codebeamer, specifically the backend functionality, to accept custom data that is not limited to the out-of-the-box Codebeamer template, but rather a custom Excel, or something along the lines. Would this involve any reprogramming of the Java scripts on the backend? Is there any insight that can be shared?
Hello, I would like to ask, is there any way to restore the content and structure of tracker with the created baseline of it?
After installing CB 3 on Ubuntu 21 I am getting the following message when starting the CB server:INFO: Initializing ProtocolHandler ["http-nio-8080"]Jul 02, 2025 8:18:18 AM org.apache.catalina.util.LifecycleBase handleSubClassExceptionSEVERE: Failed to initialize component [Connector["http-nio-8080"]]org.apache.catalina.LifecycleException: Protocol handler initialization failedat org.apache.catalina.connector.Connector.initInternal(Connector.java:1048)at org.apache.catalina.util.LifecycleBase.init(LifecycleBase.java:122)at org.apache.catalina.core.StandardService.initInternal(StandardService.java:525) When launching code beamer through the internet browser I am getting Not Found 404 error. Any help is welcome
In RV&S application, what data schema does the application follows and how the data is defined in backend?
Hopefully I'm posting in the correct place for RV&S 13?We are just starting with RV&S and have a few tests. In one, we find a "configuration" and export to excel (that works).On the Web Home page, scroll to the bottom of the home screen and select Site Notes / WIndchill RV&S Documentation.Select Launch ToolEnter in Network credentials.Select the "Select Excel File" icon. Then Choose the File.Import the exported and updated spreadsheet,Edit the existing document (because we want to upload the "changes") After all the other screens you get to the final section [3] and field mapping and then we select Use Completed mapping.Then when we review, it has ADDED items (basically duplicated) but not changed any items.Are we missing something?
The company I work for develops several types of software. I provide help with using CodeBeamer.Responsible for everything from simple instructions on how to use them to contacting PTC for answers to complex issues. If a user closes the browser while editing an item, the item will be locked and cannot be edited for the duration of the user's session. It is common to close the browser without properly ending editing. In this case, users think that the content being edited will not be reflected and will end (editing will end), but in reality, not only will editing end, but editing by other users will also be blocked. This is a kind of careless mistake. But it happens more often than you might think.When a user closes the browser and leaves, other users have to wait a long time to edit that item. This wastes unnecessary time for the user. Even more so since the session time cannot be reduced to less than 1 hour. If you close the browser in Edit Mode, is there a way to unlock
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.