Recently active
I am trying to integrate Codebeamer with slack and in the process the bot user token is showing invalid. The slack team has confirmed that the token is valid and that the problem is from the codebeamer side. Can someone please help me with this issue. The token is showing invalid in codebeamer for me.
I'm unable to clone a repository of a codebeamer to the external server(mercurial). can you help with this.
Hi,I will appreciate your help to understand what is transition guard and transition action-I didn't find any explanation about this topics and i would love to understand how can I manage that,
Search for keywords and expect them to be highlighted in the body of the text! Compare the history differences of the item and expect the difference points to be highlighted!
While integrating IBM DNG with OSLC in Windchill Modeler for the first time I mistakenly gave wrong credentials in a pop-up asking for Consumer Key and Consumer Secret (this information we can get from DNG). Due to this I was getting 401-Unauthorised error when proceeding. How can I delete those Consumer Secret and Key stored and start the process again of integration to get the pop-up asking for Consumer Key and Consumer Secret creds?
Hi,I am using PTC Windchill Modeler, where I have added the OSLC license file to use OSLC to integrate it with IBM DNG. I have followed the steps given in OSLC integration with IBM Rational DOORS Next Generation (ptc.com) but after entering credentials it shows the following error: “The remote server returned an error: (401) unauthorized”.Can anyone help in fixing this or has an idea about it.
I have accidentally revised a large assembly (>100 components). Is there a way to delete the latest revision on all the components at ounce or do I need to do each one individually?
In PTC Integrity/RV&S we have Testcase type having "Test Result" tab for showing the verdicts of Test execution performed under various Test Sessions. How to export "Test Result" tab data from Testcase type into MS Excel, as one Test Session executed into multiple Test Sessions. Here how to export into MS excel ?
I have Codebeamer 2.1.0.0 running in Docker from the intland container in Docker Hub. I am logged in as a user with administrative rights and can create projects, create trackers, etc. but when I attempt to delete a tracker it fails. The red error bar at the top of the tracker configuration just says "null". There is a warning in cb.txt:2024-03-07 15:35:05,276 WARN codebeamer.controller.TrackerController - com.intland.codebeamer.manager.AccessRightsException [catalina-exec-29] [220] {Req#=2386, Sess#=ec5..6c7, serverId=server}This tracker is not derived from a template nor is it a template and it doesn't have any items. Any ideas on why I can't delete the tracker?
Hello, I was wondering what the Linear subcategory of ICs in Windchill really means. Is it a linear logic/gate array? Or a linear regulator? If it is the former, what should I select as the subcategory for a regulator IC if not "Linear"? Using version 11.0
Hello, I would like to ask if the JAVA API provided by winchill system can be used for application in Linux (Ubuntu, Rocky OS) environment. I know that winchill JAVA API is operating successfully in windows OS(RV&S already installed in PC). Any ideas or advice if there is any way to use Integrity (Winchill RV&S) API in Linux environments, even if it is complicated. Thanks.- jw Kwon.
Hello, I am using Requirements connector 4.2 version and PTC RV&S 13.2.I have created a mapping file and by default i have left the server date format blank. When i try to export an reqIF file, i get the following error: MKS124822: Invalid value provided for "asOf": Not a valid date, valid format is "MMM d, yyyy h:mm:ss a" I did try to set the date and time format as per Canadian standard, as the servers are in canada but i was not successful. Looking forward to your support.
Hello team, I have defined a field of Pick type (nikoPickValues3) with multiple allowed values and try to set values (even simpe ones just to check it)Trigger code is: sb = bsf.lookupBean("imServerBean");var delta = bsf.lookupBean("imIssueDeltaBean");if(delta.getDocumentID() !=0) {theReqDocBean = sb.getIssueBean(theRequirementDocumentID);thePickValuesAllowed = theReqDocBean.getFieldValue(pickValuesAllowedFieldName);print("###### thePickValuesAllowed are: " + thePickValuesAllowed + " ######");var values = new java.util.HashSet();values.add("pick-value1");values.add("pick-value15");delta.setPickFieldValue("nikoPickValues3", values);} Error is always:* * * * ERROR * * * * (5): user1 [RMI Executor-thread-5]: Issue.changed.pre: Action cancelled due to unexpected trigger exception in script file: "setTCasePickValues2.js": JavaScript Error: java.lang.NullPointerException2024-02-05 16:03:52,929 INFO [mksis.IntegrityServer] GENERAL(0): user1 [RMI Executor-thread-5]: mks.ci.except
Hello team,How to get correct DocumentID right after Requirement creation in a trigger? very simple code returns 0 theRequirementDocumentID = delta.getDocumentID();print("*** Requirement Document ID for " + delta.getType() + " " + delta.getID() + " is: " + delta.getDocumentID());After second Text edit it goes ok though.But I need to get DocID right after Requirement creation.Problem in trigger Rule definition?Now set as Type = New [Requirement]Many thanks,
While working with the document view of RV&S (13.1-CPS 2) our users noticed an undocumented limitation. It s possible to have one (sub)document inserted several times within one main document. Something like this. main doc Heading1 inserted Doc A Heading2 interted Doc B Heading3 inserted Doc A Apart from the discussion whether this makes sense, it is possible as long as the subdocuments are INSERTED.If you select all subdocument node and toogleInsertInclude, you would expect something like this main doc Heading1 included Doc A Heading2 included Doc B Heading3 included Doc A BUT, what you will get is main doc Heading1 included Doc A Heading2 included Doc B Heading3 inserted Doc A It is not possible to change the section 3.1. to include mode.- no error message - no warning the Action is simply ignored. I understand the problem for the GUI, as it would lead to identical item IDs shown several times
Hello team,Need a sample RVS trigger that sets attribute value on a Requirement.Could anybody share the one to get basic idea of the way it works?Regards
Able to see two names of the Users in Participation Administration but having only one user in AD account . Need to delete the non using and duplicate account of the user without deleting any data, workspace or project from the userWindchill 10.3
I encountered repeated ocurrrences inServer error log in PTC Integrity (RV&S) 11.1:Cache Warning: SIRootCache: Two successive cache collections in less than 60 minutes ( 0 minutes ).The support article CS115377 shows a solution to increase the size of properties, but I do not have the currently active property values in the configuration file "is.properties" to calculate the increase (they are not contained).How can I retrieve the actually used property values?<Server Installation>/config/properties/si.properties filesi.ServerCache.default.bulkMemSize=<new_memory_size_in_MB>Msi.Cache.default.bulkDiskSize=<new_disk_space_size_in_MB>M
Hello All, I'm a new user of PTC Windchill for source code management, currently my goal was to transform the Windchill repository into a Git format.I noticed there was a CLI interface, the problem is I don't see much examples for those commands. The use case for me:1. get all the development path in a project, with the necessary information;2. get the source code in a specific DP, and download it to local Could you please help provide a simple example for those two use case, thanks.
Has anybody an idea how to import HTML data (laws, norms, standards, ...) to RV&S directly or via Requirements Connector? Example:We need to provide traceability and evidence to EU standards like:EUR-Lex - 32023R1542 - EN - EUR-Lex (europa.eu) Of course there is a workaround via PDFs and the ReqMan-Tool. But importing real HTML data would be much more precise and less effort than the PDF path. ReqMan does not accept HTML either.
Hi, I have added a new test result field called "Test Execution Date" and added this field to the visible fields of the Test Result type.But when I add this new field to the gateway mapping file where the predefined Verdict and Annotation fields are mapped:<map name="Test Result"><field internal="Verdict" external="Verdict" direction="out" /><field internal="Test Execution Date" external="Test Execution Date" direction="out" /><field internal="Annotation" external="Annotation" direction="out"><default> </default></field></map>I get an error when I try to export a document:Error: MKS124814: Cannot show view information: MKS6411939: Field "Test Execution Date" does not exist. Any idea how I can get this field into my Word export?
We got ReqIFs from Polarion with relations specified.The only thing (e.g. compared to DOORS ReqIFs) which is missing in the ReqIF are "Relation-Groups".WRC 4.2 seems to expect these Groups because there is no option to import the contained relations.Is there a trick how to adjust WRC differently for Polarion ReqIFs, may be additional refactoring for the links/relations?
I am importing a database provided by our program's modeling team to PTC Windchill Modeler 9.3. They have provided a .zip of the database modules using the method of the enabler export tool. When I attempt to import using sqlimport.exe in the cmd prompt with admin privileges, I am getting 2 errors in the log after database creation and import setup has ended. I am open to other suggestions or arguments to attempt resolving this db import issue. Thank you! Input with arguments as PTC documentation suggests: >sqlimport "C:\location of file\dbfile.zip" "<Machine-Name>\<SQL-Instance>" "<Database-Name>" The first errors, I believe, shouldn't impede the import because the user accounts don't match the source PTC Windchill system (it was failing in creating logins that don't exist on this system, but still reported, "Migration User/Groups completed." in the log file. The other issue; however, is an error with executing bcp/runbcp not finding the file
We would like to request a implementation of custom mergefields.vm to enable custom word export templates. For that reason our consultant already created a customized mergefields.vm file which is fulfilling our wishes. Now we need your support to implement this to our codebeamer instance. How to proceed to trigger such an implementation? Codebeamer 22.10 SP8
When you register a member in the sandbox or create a subproject, the state is created as Baseline rather than Exp.When establishing the project baseline, it should be set to Baseline, but when registering members or creating subprojects for the first time, the state is set to Baseline, which is why it is difficult.I'd like to set it up as Exp as shown in the picture, so what kind of solution is there for that problem? This picture is the View Project History when I created the Subproject. What I want is a subproject in Exp state when I first create a subproject like that picture.
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.