Recently active
is there any possibility of exchanging the data between Windchill and Codebeamer?Can we integrate the prodcut timelines from PLM to Software & activity tasking timelines in Codebeamer alm?
You are invited to the Modeler 10.1 Launch Webinar hosted by PTC. Join us as we unveil the latest features and enhancements in Modeler 10.1. Event Details:Date: Thursday, October 17, 2024Time: 11:00am EDTRegistration Link: Click HereLearn from industry leaders at OMG, and CIMDATA as they reveal how SysML 2.0 revolutionizes engineering workflows and discuss exciting new trends in MBSE.Explore the groundbreaking new features, the latest updates, and what’s in store for the December release of 10.2. This is your chance to gain valuable insights and stay ahead in the ever-evolving field of MBSE. Don’t miss out—reserve your spot now!Register Now
Hello all,test case can be created only if user is member of Project Admin role.There are 6 roles in total and none of them do not allow to create test case.User has developer role and even all permissions are checked then creation is still not possible.Do you have any idea what else need to be set?Attached Test Case permission matrix and developer role matrix.thank you
Software: Codebeamer 2.1 (training environment) Datecode: 2.1.0.0 Hello all, I am doing a word roundtrip in Codebeamer, and I have made a custom template which can fetch the data from custom fields in the tracker. Problem: In the exported roundtrip file, I am not able to edit the value of custom fields, the only editable fields in the roundtrip document are 'work item name', 'description', 'business value'. There is an editing restriction on other fields, like the custom fields.If I forcefully edit the custom fields, the roundtrip is not working. Let me know if this use case is possible. And if yes, please guide me on how to make the custom fields editable in the word roundtrip file.Thank you
Windchill RV&S version - 12.5.0.3Windchill PLM -11.0 M020Is there a way to create traces from requirements specification document in Windchill RV&S to Windchill PLM, I have certain documents that are residing in Windchill PLM projects and I have to create traces from Requirements specification document in windchill RV&S to documents stored in Windchill PLM.
Software: Codebeamer 2.1 (training environment) Datecode: 2.1.0.0 Hello all, I am exporting a work item in excel format from a tracker and the exported filename is in the format "[project name]-[tracker name]", I want to customize it to be "[project name]-[tracker name]-[work item name]". (attached a picture for reference).I have checked and tried customizing the export template, but I am only able to customize the content of the export file, not the filename.Let me know if this use case is possible. And if yes, please guide me on where I can find the configurations to customize the exported file's name.Thank you
Hi everyone:I tried to create New Managed Git repository In CB2.2.0.0,but "Error while validating dump:" always shows and fail the configuration..The git dump file is verified without error and could cloned back to original git repository by git commands via git bash !! Really appreciate if anyone could help me to know what's going on on this issues ?
When I use edit in word for editing the document, it opens in office 365 word and after do the changes and I say yes to publish the changes , they are not reflected in the document in the server, Is there any settings that I'm missing, please let me know.
Could someone please give a preview of new features, planned changes and supported platforms for Windchill RV&S 13 - something like a roadmap? Thanks in advance Sven
Version: Windchill 12.5 Description: I would like to upgrade server version from 12.5 (with clients also on 12.5) to latest 13.3 server version and I am unable to find the minimum client versions which will work with server v13.3 after the upgrade is done. What are the minimum client versions which will still work after upgrade?Where can I see this documentation online?
Hello team,I have created some custom MS Word reports and seems like their definitions are tied to the client side only.Is there a way to distribute them to clients at once? Of course I can create a custom service pack bundle that holds these reports but may be other ways exist?Thanks
I have successfully done up to stagging by using Skia sharp approach i can able to extract the images from db2 but I'm not able to upload the images in Postgres.We have checked image path in codebeamer installation folder we found that now how that path is referring in codebeamer DB we need to check I checked all the tables in dB but could not find how that path is referring in DB. Can you please help me with the path referring in DB
I have a CustomField named CustomField[13].I would like to define another field with Mandatory option based on the value in CustomField[13].Can someone share the syntax for the same.I tried the below, but no success:
Does anyone know the correct syntax to set a dropdown field using the "Computed as" logic? For example if I want to automatically set a dropdown to option id 1, how would I do that? I have tried several things, such as choiceField[2][1], choiceField[2][0]_option[1], etc, from the Codebeamer documentation but nothing seems to work.
Transaction aborted; nested exception is java.util.concurrent.ExecutionException: groovy.lang.MissingMethodException: No signature of method: com.intland.codebeamer.text.excel.FieldAccessor.setStatus() is applicable for argument types: (com.intland.codebeamer.persistence.dto.TrackerItemDto, String) values: [[CRS-1015] - testauto, Completed]getting this error cant find the method to update the status
Hello,I'm using Codebeamer trial version to check API behaviors.I'm able to test it on the API tester. However, if I copy and paste the Curl commands from above and run the same from the terminal, I get the following error.Is there a way to get API permissions for the trial version? {"message":"User .... [....] doesn't have Rest/Remote API - access permission.","resourceUri":"/"}%
Hello, based on https://codebeamer.com/cb/wiki/1563473 and the example there, I try to export more than just comment (at.description).Mainly, I look for the template code to get the user who created the comment, but I'd appreciate a (link to) the full structure definition much more. So far I tried ( <jt:forEach items="${item.attachments}" var="at">${at.id}</jt:forEach>)at.createdBy (gives me an empty cell)at.name (filename of the attachment)at.createdAt (two comma seperated numbers... any hints?)at.id (not sure which id I get her, I guess the comment's id)at.version (seems like the version of the comment)at.comment (mostly empty. Once I got the text "description" which is nowhere in the item. It was only in a comment which was edited and had version=2)
As our license is expiring later this month we would like to get a full copy/dump of all data in our projects.
Hello all,we are not able to create or edit Test Cases.Always get error: Transaction rolled back because it has been marked as rollback-onlyTried bellow article CS416551 and didn't help:Article - CS416551 - Transaction rolled back because it has been marked as rollback-only when modifying a Test Case in Codebeamer (ptc.com) Interesting is that creation or edit works if "Document Edit View" is active but not in "Table View or Document View". thank you
Hi,In a tracker of requirements, the filter doesn't work with wildcard:for a key like this "XC%":The engine find "XCSIMU" (ok), but it doesn't find "XC_DEBUG_SRC" (NOK) If we do the same thing with "description" field, the result doesn't contain results with de keyword inside a table (same key): I don't see the requirement wich contains this table with "XC IMU POSTPRO": the warning message is not true: MySQL however supports the % character at the start of an occurrence:https://www.w3schools.com/mysql/mysql_wildcards.asp:(WHERE CustomerName LIKE '%a', Finds any values that ends with "a")Moreover search for a full title works witk "like" operator, but search for a work in a title doesn't work: Doesn't find "Firware restriction"
Hello,during start of Codebeamer on Oracle Linux 8 we receive following warnings:# /codebeamer/cb2210_sp7/bin/startup/codebeamer/cb2210_sp7/bin/startup: line 80: test: too many arguments/codebeamer/cb2210_sp7/bin/startup: line 86: warning: setlocale: LC_CTYPE: cannot change locale (en_US.utf8en_US.utf8@ampm): No such file or directory/codebeamer/cb2210_sp7/bin/startup: line 87: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8en_US.utf8@ampm)/codebeamer/cb2210_sp7/bin/startup: line 89: warning: setlocale: LC_ALL: cannot change locale (en_US.utf8en_US.utf8@ampm)Running Codebeamer in background mode...Command resut of # locale -a | grep -i 'en_US.UTF.*8'en_US.utf8en_US.utf8@ampm Command locale shows: # localeLANG=en_US.UTF-8LC_CTYPE="en_US.UTF-8"LC_NUMERIC="en_US.UTF-8"LC_TIME="en_US.UTF-8"LC_COLLATE="en_US.UTF-8"LC_MONETARY="en_US.UTF-8"LC_MESSAGES="en_US.UTF-8"LC_PAPER="en_US.UTF-8"LC_NAME="en_US.UTF-8"LC_ADDRESS="en_US.UTF-8"LC_TELEPHONE="en_US.UTF-8"LC_MEASUREMEN
Our RCR Sync Tool (API Tool) disconnects the local integration we use for the tool and quits successfully butit seems the JVM and Windchill LaunchAnywhere are still open in windows task manager which causes a user collision when the next user logs on the VM for Windchill.Can you guys please provide input on if these items remaining open the Windows is expected behavior? I have attached the code snippets for your reference.
I'm pleased to announce that PTC Modeler 10.1 is now available! New Features: SysML 2.0 Powerful capabilities that enable you to easily model, analyze and optimize the functional behavior of a system using SysML 2.0 actions. Improvements to SysML 2.0 structure modeling that allow you to model flows, binding connectors as well as display membership relationships on diagrams. Usability improvements for easier, more intuitive, model creation, package modeling and package filtering. Digital Engineering Thread A new traceability report to show design dependencies, and gaps, across PTC Modeler, Codebeamer, RV&S and Windchill PLM, based on OSLC links. Easier management of OSLC links over time Improved user experience for managing and maintaining OSLC links using the OSLC Link Editor. PTC Modeler’s integration with MathWorks Simulink now supports simulation with latest versions 2023a and 2023b. Model management Easier administration of databases, users and permissions Database schema
Is there a way to use REST API to create and then perform a review in Review HUB?
Windchill RV&S 13.1.0.1 version:When I share perspective from Requirement manager view it creates the correct link in GUI mode i,e: url:integrity://windchill.pri:7001/im/viewsegment?selection=7&fields=-1003,-32,-21,290,-5,-24&perspectivemodeBut when I click on this link it's not redirecting to the Windchill client rather it's saying Get an app to Integrity link. Kindly suggest if any configuration is missing here.Thank you!
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.