Recently active
In change package review process, lets say i have 3 reviewer. Now what i want is to by accptance of even single reviewer, change package should be closed. Currently it should be accpted by all 3 reviewer then only it will close
The subject pretty much says it all... How to search a project for a member's Revision Description in Source Integrity? (We're running an ancient version, 2009, but presumably this is basic functionality) We put case numbers in the revision description when checking files in. Today, for the first time, I was trying to find a file based on a case number and realized I had no idea how to do it. A half hour of crawling through hidden commands and the documentation, unsurprisingly, turned up nothing. Help? (I should note, regarding the Labels that are required to post this, I don't have a clue what you're looking for there, so apologies if the proposed label I chose is wildly wrong)
I want to migrate all data i.e. while preserving history, including labels, branches, authors, timestamps from any Repository like SVN/clearcase/git etc. to SCCM. But reallly have ni idea from where to start. Please help if any one know how to achive it.
For example in older Integrity version the command below worked correct but failed in Intergrity version 11.1 because of missing local project .pj. Projectpath=/Projects/Library/LibPart1/project.pj Sandboxpath=C:\Library\LibPart1 working path cmd-line C:\Library\LibPart1 si co --hostname=... --port=... --nolock --batch --yes -S c:\Library\LibPart1\project.pj c:\Library\LibPart1\*.* if Sandbox location is the same as project location it worked, otherwise not. For new versions since 11.1 worked only on same pathes (project path and sandbox same hierachy): si co --hostname=... --port=... --nolock --batch --yes c:\Library\LibPart1\*.* error Message: Checking out...*** MKS125408: c:\..*.* is not a valid member name. Can anyone show me a solution how i can checkout the files in the sandboxfolder in version 11.1? I hope to get help here Thank you ingo
How to enable email notification when user submit change package. All the reviewers should recive a mail to complete the review process by Accepting/Rejecting that chnage package.
is it possible to integrate outlook mail with Integrity Server ?
Is there any way of using Test Verdict in Integrity 10.9 Charts?
Hi, i am aware, that i can add custom commands by adding them to my viewsets, but where i can find all of these commands? There are several threads, where those commands a listed in code, some threads refer to some other commands like "Copy SI Link to clipboard" and "Copy IM Link to clipboard". My question is, is there a libruary available or maybe a set of commands i can just download and add to my viewset? Thanks much and BR chris
How to enable outlook Integrity Integration? Objective which we want to achive is, if we create any meeting in Integrity, then it should be reflect in Outlook calender. Is it possible to achive this functionality by any how?
Hi all,I would like to show how long a Test Session was in the "In Testing" state.The DaysInState("In Testing") often returns a zero, so the precision of this info is insufficient.The SecondsInState("In Testing") returns an integer, but no one reads in thousands of seconds. So, I need to convert this to a timestamp in days, hours, minutes, ... depending on the resolution. I can't seem to find a way to achieve this. Does anybody know?Adriaan
I know it's currently a limitation of the Document Differences functionality, but could it be possible in the future to add support for IBPL fields? We are currently relying on IBPL fields to add information to our Test Cases as this gives us the possibility to have our business users maintain the valid list of entries. This is necessary as this list is a) very large and b) changes a lot. Now we want to be able to see the differences made to these IBPL fields in the document differences feature. Is this something that PTC is looking forwards to adding to this feature?
Is it possible to attach a file lets say pdf/docx/excel etc. with a source file in Integrity?
I would like to use the Create Sandbox wizard to create a sandbox for a subproject that has been checkpointed. The wizard is only allowing creation of sandboxes by labels (checkpoints) from the root project. For example, given the hierarchy: project.pj {MyProject} | -- Applications | -- FixtureUtility The subproject "FixtureUtility" is checkpointed with the label "Version 1.3". The label "Version 1.3" does not appear on the MyProject tree.
Hi Community, Can we directly give URL link access during Data Input in Integrity rather then copying and paste the URL in Shorttext or in Long Text Field ? Kapil
Hello all. How can I: - Get the default logging levels from the Integrity Server? (Wich will be set when the Integrity Server Start/Restart)- Get the actual logging levels from the Integrity Server? (Some one changed it after Integrity Server Started/Restarted)Thanks.
Hi, I have another question on using a CLI command. This time it's "tm editresult". How do I use the "stepVerdict" option??? My intention is to change the Verdict of a TestStep referenced in a TestCase referenced in a TestSession. But I don't know how?
I am trying to add some kind of Interface class to an existing VB Project in order to be able to acces the IMS services. My current solution uses the command line interface, which works pretty fine. The only problems I have are related to "im createcontent" and "im createissue". In those cases I want to know the ID of the created objects but the streamreader object in my software seems so be empty (please see code snippet) VB.NET Code of CmdLineInterface Function: Private Function RunCommandCom(command As String, arguments As String) As String() Dim p As Process = New Process() Dim pi As ProcessStartInfo = New ProcessStartInfo() Dim output As String pi.Arguments = " " + "/c" + " " + command + " " + arguments pi.FileName = "cmd.exe" pi.RedirectStandardOutput = True pi.CreateNoWindow = True pi.WindowStyle = ProcessWindowStyle.Hidden pi.UseShellExecute = False p.StartInfo = pi p.Start() Using streamReader As System.IO.StreamReader = p.StandardOutput output = streamReade
Hello All, PTC Inc is planing out a UI replacement strategy for Integrity Lifecycle Manager & we have created a Group "Integrity Lifecycle Manager UI Replacement" that some of you already have received an invitation. If not, feel free to send a request to join the group. Do take a note that you have to join the Group and not the Sub-community by the same name. The Sub-community would be deleted as it was not the right place for the various discussions regarding this topic. Thanks Kartik Oak Message was edited by: Kartik Oak
Without checking out: Is it posssible to find out the file size of a specific member revision via CLI or other means?(For local differences a sandbox view already offers a file size delta compared to the current member revision.) Jürgen
Excel sheet is checked-in in the server and changed locally. SO is it possible to compare it ?
After downloading and installing PTC Integrity Modeler Trial I followed the instructions to request a trial 30-day license from -. I received this message from the Yahoo mail daemon: Sorry, we were unable to deliver your message to the following address. <->: 550: #5.1.0 Address rejected. --- Below this line is a copy of the message.
Hi all, How can I use/integrate a model within another model in Integrity Modeler? E.g.: In a model "profile" I define my own stereotypes, I would like to use in many projects. In a second model "project A" I wan't to integrate the content of "profile", to model A-project-specific content with my own stereotypes (defined in "profile"). In a third model "project B" I wan't to integrate the content of "profile" as well, to model B-project-specific content with my own stereotypes (defined in "profile"). If changes/additions to my profile are needed, I wish to model this in the model "profile". Automatically (maybe clicking an update-button ...) the new content of "profile" should be available within "project A" and "project B". I know this functionality from other SysML-Tools... Somehow I can't find something like this in Integrity Modeler... Thanks for your answers in advance! Best Regards, Georg
Tag values can be displayed on both of these types of items using the diagram and object View Options The video below shows an example of this process including the creation and application of the Stereotypes and Tags
Hi Team, Is there any SI command to detect whether MKS sandbox in Integrity client 10.9. SI importsandbox command expects .pj filepath as sandbox name but as we all knew 10.9 version is not generating .pj file while creating sandbox. Even in integrity client 10.9 UI expects .pj file while importing sandbox(Sandbox->import sandbox-> It's ask to select .pj file). I reference this forum Importing sandbox without .pj file but i didn't get information.Please let me know how to detect MKS Sandbox without .pj file. Thanks.
Hi all, normally if you wants to connect items via relationship fields, you will have two fields: forward and backward relationship. So if you want to have both directions visible in each item, you have to show two fields. Is it possible to have both directions in one visible field, whcih is still usable by the user in a similar way like the normal ones? Thanks, Jens
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.