Recently active
hi All,I would like to do a certification in PTC integrity. Does anyone know options for it. I just dont need to course completion. Wanted to get a certificate like PTC certified profrssional. What are the options for it
In a short text or log text content field I would automatically color some string according to the value of the Category field. Is it possible?
I have the following in a report recipe:<!-- Walk doc --><%beginrelationshipsdetail Query[(walkdocordered[<%<%builtin ID%>%>])]%> <!-- Walk relationship to find STO --> <%beginrelationshipsdetailL2 Verified By%><%filter%>(field[Category] = "MOP Eval Criteria")<%endfilter%> <%beginrelationshipsdetailL3 Query[(walk[<%builtin Contained By%>]<%RelationshipL2 <%builtin ID%>%>)]%><%filter%>(field[Category] = "STO")<%endfilter%> <%relationshipgroupby <%RelationshipL3 ID%>%> <tr> <td> </td> </tr> <%endrelationshipgroup%> <%endrelationshipsdetailL3%> <%endrelationshipsdetailL2%><%endrelationshipsdetail%>The relationshipgroupby never seems to do anything. It's not even processed when I run the report. The tags sti
Hello,Parent Project contains different versions of Sub-Projects within its hierarchy.For member, one can perform "Update Member Revision" to select a previous version of the member in order to change the contents of the next sub-project version.Now I want for the next version of the Parent Project to have an older version of sub-project within the hierarchy of the Parent Project.I don't see any menu similar to "Update Member Revision" for the Sub-Project.Any idea how to select a different version of Sub-Project for the Parent Project so that the next checkpoint of Parent Project contains an older version of Sub-Project.Thank you.Regards
I have in the past used @["flatness symbol"@]@[2 LIGHT BANDS@] - OR - @[-A-
Hello,In the Sandbox, I am working on a file which is checked-out.The work will continue for few weeks on the file.At the end of the work I want to check-in the file.But during the phase I am working with the file, I want to synchronize the recent contents from Sandbox area to Server Repository in case my PC hard-disk crashes.I will not loose the contents under that circumstance.Remember I don't want to create another version of the element by checking-in every day before leaving the office.Is there any mechanism to Synchronize either an element or the Sandbox contents to the Server repository, so that I always have another copy?In CM/Synergy, there is a similar feature. That's why I am asking that it might be possible in PTC also as they are both SCM tool.Thank you.Regards
I'm working on solving an issue in our configuration, but I've run into a strange behavior. I would assume that all values set on the assignment tab of a trigger would be done regardless and ignore editability rules, as that is the behavior when setting values from inside a script. However, even though I have confirmed the suspected trigger is running, it doesn't appear to be doing its job. So I want to try to confirm or dispute the most likely reason: are the values not getting set because the assignment tab does not have the permission to change an uneditable field?Any additional information about exceptions to editability rules would be appreciated as well. Thank you.
If so how...?
Hello!Is there an operation on the web service having similar functionality to im/si viewcp?I found the create, discard, submit, ... but not the view.Br,Viktor
Hello,I am trying to remove attached files from Integrity 10.6 server using soap requests.I tested SoapUI 5.2.1 from SmartBearOur Integrity web service location looks something like http://server:port/webservices/10/2/Integrity/But whenever the filename contains a , character, the removeAttachment method fails (see also below in red colour what SoapUI responds)Example of file names having this problem:Hello,World.txtSome File 19,06a.docI tried both text files and binary files.For other attached file names, without a , character in their names, I can successfully remove the files, without problems.(e.g. Hello World.txt or Some File 1906a.doc)The SoapUI request for the Hello,World.txt file looks like this<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://webservice.mks.com/10/2/Integrity" xmlns:sch="http://webservice.mks.com/10/2/Integrity/schema"> <soapenv:Header/> <soapenv:Body> <int:removeAttachmen
I am getting syntax error in computation express?1. Concat(ToText("Major Version"),., ToText("Minor Version"),., ToText("Build Number"))” 2. Concat(ToText("Major Version"),".", ToText("Minor Version"),".", ToText("Build Number"))”where Major Version, Minor Version, Build Number are Integer fields
Hi @all,recently i stumbled upon a triggerscript, which seems to be a standard-script which comes with Integrity ootb. Its the Script "dependentStatus.js". In this script is existing following code:var mc = MessageCatalog.getCatalog("mks.ci.server.engine.TriggerCache");log ("MessageCatalog: " + String(mc));// Otherwise it is an error. Accumulate an error message.var thisMsg = mc.getMessage("RELATED_ISSUE_ERROR_P1") + " " + relIssue.getID() + " " + mc.getMessage("RELATED_ISSUE_ERROR_P2") + " " + dependentStatesName + mc.getMessage("RELATED_ISSUE_ERROR_P3") + " " + relIssue.getState();So for me it seems that there are a MessageCatalog, and within this catalog there are some sentence building blocks. But i didn't find anything about this catalog in the documentation. Also i didn't find anything about the command "getCatalog" in the trigger-documentation. Where can i get any info about this?Thanks, Jens
Hello ereryone: I have install the FlexNet License Server on my computer but has failed. OS : Windows Server 2012 R2 64bit JDK:jdk1.8.0_101 & jre-7u65 the error message is :ZeroGu6: Windows DLL failed to load ..... dose anybody konws the reasons of the problms? I need your help. thanks & best Regards.
Hello,I am trying to fetch attached files from Integrity 10.6 server using soap requests.I tested SoapUI 5.2.1 from SmartBearOur Integrity web service location looks something like http://server:port/webservices/10/2/Integrity/But whenever the filename contains a + character, the downloaded size is 0 (see also below in red colour what SoapUI responds)Example of file names having this problem:T+S.txtMoto+S.docxI tried both text files and binary filesFor other attached file names, without a + character in their names, I can successfully download the files, without problems.(e.g. ABC.pdf or SomeImage.png)The request in SoapUI looks like this for T+S.txt<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:int="http://webservice.mks.com/10/2/Integrity" xmlns:sch="http://webservice.mks.com/10/2/Integrity/schema"> <soapenv:Header/> <soapenv:Body> <int:fetchAtta
Hi @all,for a member: is freezing a shared member exactly the same as sharing a project with this member as shared build? Normally, if we want to have some data shared into another project in "read-only"-mode we would do this by sharing the subproject as shared build. But when we want to have shared only one member in this subproject, and other members would interfere with other members, should we do this by sharing just the member and freeze it afterwards?Thanks, Jens
Hi Guys,I am calling a script (batch file) from Bamboo to resync code automatically as per schedule. Script contains following lines:si resync --sandbox "c:\Users\mandar\Desktop\Development_Source\project.pj"attrib -r "c:\Users\mandar\Desktop\Development_Source\project.pj\*.*" /sNow if I run this batch file directly, It works without any issue but If called from Bamboo, task fails with following error message:si: Attempt to launch Integrity Client timed out. To solve this please try the following:- Verify that the user you are logged in as has read and write permission to the Integrity Client directory.- Make sure the Integrity Client install directory is the very first entry in the path. I would really appreciate if anyone could help me out finding the possible solution for this issue.Thanks & Regards,Mandar
Hello Support,I have a Sandbox containing a sub-project hierarchy.1> How to I select a particular version of sub-project within the Sandbox, similar to "Update Member Revision..." pop-up menu for member history view and RESYNCHRONIZE to populate the Sandbox with another version of sub-project contents?2> How do I determine by looking at the history view of sub-project from the Sandbox GUI about the currently selected sub-project version, similar to "WORKING" item shown in the member history view?Thank you.Regards
Hello Everyone,I have problems of inserting pictures and formuals into Integrity.1) Why pictures quality is very poor in Integrity?2) Is ther any way to insert forumals like in MS Word in Integrity ?Many thanks for your time and the response.Best regards,Rama
Hello, In our current build (Integrity 10.7), a Test Suite item can be edited in the Integrity Client's Document View to create a new Test Case item. This Test Case item automatically has a Shared Test Case item created and related to it via the "References" field on the Test Case item. Field values provided through the Document View (such as Category, Reference Mode, Text, etc.) then appear on both the Test Case item and the related Shared Test Case item. Is it possible through configuration to add to the list of fields that are populated on both the Test Case and Shared Test Case at creation? We are currently unable to identify where in the configuration this is determined. Our goal is to add to the list so that additional fields can be stored on both the Test Case and Shared Test Case items at creation. Thanks, Bryan
Is there an easy way to set up field(s) that will provide the item's links (GUI and web)?I know we can implement triggers that email these links or click on an individual selected on the item to send them the links, but we need the ability to quickly link an item and share it with individuals that may or may not be included in fields on the item. In addition, we need a link to the WebUI because the GUI printing does not seem to work remotely well enough to be utilized. Having a user go through a whole process to see and print the item on the web is onerous and unacceptable.I want to be able to set up a field that when clicked will provide direct a link to the item in the WebUI (and the same for a field for the GUI).This way, the user can get directly to the WebUI from the item in the GUI and use the Print functionality there.The other usecase (GUI link) also allows the user to share the item GUI link easily without having to memorize a string and change the item ID every time.Thanks in
I have import some contents into Integrity of a Document, when i have finished import,I right click the document to "view Documents" ,the system open a windows with messages like the follwoings pictures.I don't known what's the matters cause this?if anyone knows the resons of this questions please give me a response ,thanks & best regards.
Hi @all,we need to change single values of an IBPL-field via trigger. Normally i would read the whole content of this field, change this content within the script (i.e. adding or removing issues) and after this put the whole (new) content into the field by setFieldValue. But in our actual usecase this doesnt work, because the item is in a state, in which some of the existent fieldvalues must not be added as new.So i need to explicitly add or remove only this single value without changing all the other content of the field. How can i do this via trigger? I know some similar function for relationship fields (addRelatedIssues or removeRelatedIssues), but it seems that there is no equivalent for other field-types?Thanks, Jens
When trying to install the System Engineering Solution Template, the installation failed because the file resetRichTextField.js is missing. Does anyone know how to solve this problem?
There are currently 127 PTC Integrity Tutorials available on the PTC University Learning Exchange. These tutorials range from things as simple as navigating the web interface and the client GUI to Re-using Requirements and configuring Integrity to re-import Microsoft Word documents exported from Integrity.See what PTC eLearning courses are available.Get information about instructor-led training.See all the training options and information available at the PTC Training page
I have Definitions which I would be the same for a requirement document and specification document. Is there any possibility to create an item which my be "shared" among different document types?
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.