Recently active
Hi all,We would like to automatically purge all test results when a test session is cancelled. The issue at hand is that all results are included in higher level items and reports, even when the session is cancelled and the results are to be neglected. This can happen for instance when one discovers that the test setup is wrong or contains faulty components. Instead of modifying the reports etc., we prefer to tackle the root cause and delete all results from a cancelled test session.The command tm purgeresults does the trick, but we can't seem to find the bean to include this functionality in a trigger.Any pointers?Thanks in advance,Adriaan
I know that you can remove locks with si unlock --sandbox.However I wonder if it is possible to remove a lock without having a local sandbox to refer to.I already tried some variations with si unlock (e.g. --project) but I was not able to get the syntax quite right.Maybe someone can point me into the right direction here?!
Hi all,the spell checker in Integrity could check text in rich text fields. The dictionary for this function is located at the server, and in our environment the dictionary is the standard dictionary for english. We want to spellcheck also german texts, but we wont change the standard dictionary at theserver. Now i've heard, that it is possible to have an additional clientside dictionary. Is this true and if so, is it possible to change the language to check to german only for the specific clients? And if this is also true, is there anyone who could give me a link to a good german dictionary which can be used with the client?Thanks, Jens
Hello, I have a computed field which is used to control the visibility of a heading on an item. When I edit the item and select OK, the computed field should be updated and the heading either shown or hidden depending on the change. However, the computed field is not updated and the heading remains unchanged until the Item is refreshed. The computed field is defined as a Dynamic that is Never stored to History. I tried using the computeHistoryNow(fieldname) in the trigger, but that had no impact.Does anyone have a suggestion to try? Thank you,Paul Hartwig
Hello everybody.We (the Sodius company) provide tooling around Integrity. As such, we run a bunch of virtual machines with Integrity server from 9.6 to 10.9. All of those VMs used to authenticate users to our company old Windows Server 2003 Active Directory. Here is AD related section of the security.properties file: ldap.host=<windows server host FQDN> ldap.port=389 ldap.principal=CN=<the unprivlledged user>,OU=collaborateurs,DC=<domain>,DC=<suffix> ldap.credential=<password> ldap.user.dn=OU=sodius,OU=collaborateurs,DC=<domain>,DC=<suffix> ldap.user.objectclass=user ldap.user.name=sAMAccountName ldap.user.filter=(&(sAMAccountName=%u)(objectclass=user)(objectcategory=person)) ldap.user.scope=subtree ldap.group.objectclass=group ldap.group.name=cn ldap.group.members=member ldap.group.filter=(&(cn=%g)(objectclass=group)) ldap.group.dn=OU=sodius,OU=collaborateurs,DC=<domain>,DC=<suffix> ldap.group.scope=subtree ldap.member.filt
Hi, we used Integrity-Command „si rlog“ with different options to export the highest revision of each project member,complete used command line stated below. This export worked fine with Integrity 10.3. Now we moved to Integrity 10.8 and recognized problems with the export, because the result of the export containsonly the initial revision of each project member. We are using exactly the same command line stated below. It seems that Integrity 10.8 is not able to handle the option “—revision=:head”. Any idea or solution for this Problem ? Best RegardsStephan Klemm Used command line:si rlog --user=<user id> --hostname=integrity --password=<password> --project=/example/project.pj --format="{attributes};{relativemembername};{author};Rev {revision};{date};{state};{projectname};{alllabels};{archivename};\"{description}\"\r" --noHeaderFormat --noTrailerFormat --revision=:head --recurse --batch --Yes
Hello everybody.Can someone explain/teach me how to quickly import requirements (from a word or pdf or excel file) into PTC RM?I was looking at the DOCUMENT --> IMPORT command, but what I get is just a wizard requiring a configuration file that I don't have.I'm available to understand how to create it, but I need to understand how to do it, what is the language to be used, the basic commands, etc. Do you know a tutorial or something like that?I'm also interested for any "plugin" available on the market that can perform this activity, if available.Thank you in advance
Hello Support,In the mainline version of a project, whenever a user creates a sandbox, all the files on the PC are read-only mode.Is there any way, where this feature can be disabled automatically for that mainline project hierarchy so that whenever sandbox is created, all the files on the PC are with read-write permission instead of read-only?Thank you.RegardsPashan
Which version of Integrity will support Matlab / Simulink version 2017a ?
How can I automate the steps to create a new subproject when propagating a change package for future branches ?
Hi,I am trying to create a session and to keep session alive using setAutoReconnect but I get "...Problem starting API session: undefined: setAutoReconnect is not a function". Please Correct me if i am wrong?iPoint = Packages.com.mks.api.IntegrationPointFactory.getInstance().createIntegrationPoint(bd_imhostname, bd_import,4,12);apiJava = Packages.java.io.IOException;session = iPoint.createSession(bd_user, bd_password);cmdRunner = session.createCmdRunner();cmdRunner.setAutoReconnect(true);cmdRunner.setDefaultHostname(bd_sihostname);cmdRunner.setDefaultPort(bd_siport);cmdRunner.setDefaultUsername(bd_user);cmdRunner.setDefaultPassword(bd_password);Kindly help me to keep the session alive still command complete.Thanks in advance
Hi, I am interested to see the difference between two revisions of project file. In order to decide whether to include it in my next release. I tried using si diff -r 1.31 -r 1.33 "TemporalFileForTesting.bcm" command from command-line. Showing differences ...TemporalFileForTesting.bcm"TemporalFileForTesting.bcm": Differences between Revision 1.31 and Revision 1.33si: "diff": Unable to invoke command: Unknown errorI received the above error since I don't have toolkit installed in my pc.Hence I like to know if there are ways to find the difference between the two revisions of a project file.
Hello, I am trying to setup a Jenkins build that will execute an Integrity IM command. I have installed the Jenkins server on a Windows workstation that also has the Integrity thick client installed. If I add the IM command directly to the Jenkins project, the error "Attempt to launch Integrity Client timed out" is returned. I then created a batch file where I added the IM command and the result is the same. PTC Support then suggested that I run the IM command from it's own instance. When I execute the build this way, the job returns that it was successful. However, the command was not executed.Does anyone have any other suggestions to try?Thank you,Paul Hartwig
Would like to know if there is a trick or function that you can use to show your query selection criteria on the report heading, like when you run a report as of a date it would be beneficial to see what information the report was run for. Instead of having to hand type the information in to the report each time you change the query selection criteria. And the same ability to show this on your charts on Dash boards. I need to show some selection but not all.
Hello,I am attempting to execute a command that should prompt the server to return a list of items defined by a query. However, the sever execute:try { serverResponse = serverCmdRunner.execute(); } catch (ae){ var msg = ae.getMessage(); return null; } return serverResponse;This try catch block is throwing an error. The message returned by that error is: [API-issues]: Authentication failed for on m***ptc-02.h****s.com:7002I am not sure why this script is failing authentication, any ideas where my problem might be, or what direction to look in?
How may I reorder packages in the Package Browser? I'm able to do it easily with its contents (Shift+Alt+up/down), but the option is grayed-out at the Packages level:(I'd like to put them in 01, 02, 03, 04 order)
Hello,we recognized a sporadically problem with a PC when starting PTC Integrity 10.8. Client.The Error-Message, stated below and also in the attachment, is indicating a time out with the tipto place the Integrity Client install Directory at the very first Position in the path.Unfortunately the Integrity Client install Directory is already at the very first Position in the pathand we also don't see problems with the read and write permissions to the Integrity Client install directory.Maybe it's also worth to mention, that the affected user is trying to start PTC Integrity 10.8. Client as Windows-Administrator.As I aleady said, sometimes PTC Integrity 10.8. Client is starting correctly, but then there's again the error message.The error appears also sometimes many times sequentially, and later it's working again once in a while.Any idea where the Problem is, or what is causing the error ?Best RegardsStephan.
PTC-IntegrityWe used change packages in the past and want to access the data after the update, because we need to look at things we changed.Is it true, that this function is not available after an update?
trunk tips are not matching the member revision ???
Hi @all,since 10.7 some reference-documents has changed from pdf-format to chm-format. But the new documents arent usable in our environment, because they want to have a connection to the internet, which isnt allowed at the most departments. Are there any old-fashioned pdf-files anywhere? Or could the new chm-files changed to a pure-offline-version? cheers, Jens
How do i import sandbox in Integrity build 10.9? I know project.pj files no longer exists in this version but since I need to import a sandbox which is created by different MKS user in same machine
HelloWe are using Integrity 10.8.0.8356I noticed that in the web interface the times are displayed differently than in the desktop client by 1 hour.In the GUI client I see this item informationintegrity://server:port/im/viewissue?selection=134804OpenIssue: 134804Created by:..... on May 31, 2016 10:26:03 AMModified by:.....on May 31, 2016 10:26:23 AMIn the web interface(in any browser) I see this item informationhttp://server:port/im/issues?selection=134804OpenIssue: 134804Created by:..... on May 31, 2016 11:26:03 AMModified by:.....on May 31, 2016 11:26:23 AMIs there any setting in the web application interface, because I suspect that it behaves differently than the Java GUI client ?This is not a browser issue, all display the same values, it is rather a matter of the web application interface behavior.Thanks!
It is possible to create a relationship or link from an Integrity Item to a Source Object?
Hi I am struggling to get items with getItemsByCustomQueryPlease find below code,MKSService.getItemsByCustomQuery cusQ = new getItemsByCustomQuery();MksIntegration.MKSService.CustomQuery qry = new CustomQuery(); MKSService.Integrity_2009Client cl = new Integrity_2009Client(); string DateStr = "2014-10-29"; qry.QueryDefinition = "Modified Date = " + DateStr; qry.Username = "XXXXXX"; qry.Password = "XXXXXX"; string[] field1 = new string[] { "id", "Summary", "Modified Date" }; // qry.InputField = field1; cusQ.arg0 = qry; getItemsByCustomQueryResponse qryRes = new getItemsByCustomQueryResponse(); qryRes = cl.getItemsByCustomQuery(cusQ);Appreciate your responseThanks
Hello,I am working on a project to automate our regression tests and publish the results under MKS by the use of ATEF from MKS.I believe that the solution is feasable and i would like to avoid the use of another tool for else.First i need to install the ALM and then i need to make some trials in order to activate the adapters and trigers from MKS server with my third party tool.To achieve that, i guess i need to have an admin role on the production server, whereas it is not possible within our organisation (so i need a separate environment to realize my Prototype!)So my Question:It is possible to get an instance of an MKS server as Virtual Machine (VMware for example) in order to create the prototype of this project and then migrate the results from the VM to the production version? Or exists another way to get a separate environment ?Thank you very much in advanceMiled Attia
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.