Recently active
During testing I discovered the "MKS Domain" Users and Groups are separate from the "Workflows and Documents" Users and Groups. The getUserBean(LoginID ) method requires the "MKS Domain" User LoginID to work, and using the getEmailAddress() method on the user bean it returns will pass back the email address listed under the "MKS Domain" user email field(I think). However, it appears any field that references a "User" for its value, is a reference to the "Workflows and documents" Users. When any field is pulled using the db.getField Value("") method and returns a user, it returns the "Workflows and documents" "Name" which is not always the same as the "MKS Domain" user loginID. Since these fields are not always the same, you can not reliably use the fields to pull back an email address. And I can find no access or modification methods to use in the triggers for the "Workflows and documents" user and group sections at all. I would like
Hi,I am trying to automate MKS commands using python. Please help me to capture the error message. Example:import subprocessimport timeviewproject_cmd='im issues'proc = subprocess.Popen(viewproject_cmd,stdout=subprocess.PIPE,shell=True)(out, err) = proc.communicate()The above script is throwing me following error, *** MKS124814: Cannot show view information: MKS124808: This command requires operands: item idI am unable to capture the above error in any variable. Also I see this error only if I execute the above python script in the cmd.exe Please help me to handle the above error in python script itself.
If there are 2 PLE licenses available how can it be controlled which users can access those licenses as the default is to take the license so the first 2 users take the licenses unless they specify not to take the license? This prevents the specialist variability Modeling users access the editor licenses. The method in this video uses the Flexlm options file to control who can use these features: There are many other licensing features that the options files can control. For details please see Chapter 5 - The Options File in the Flexlm End user guide this can be downloaded from: https://support.ptc.com/appserver/wcms/standards/fileothumbredirect.jsp?&im_dbkey=168637&icg_dbkey=522
Is there a way to assign a unique prefix to a group of requirements within a document... I have two seperate but related projects, one is a subset of the other... Rather than recreate the subsystem requirements in the primary system, I need a way to identify each requirement by Document... As an example, consider the car an entire system where each component had its own requirements document... so each of the following... braking, fuel, AC, lighting systems all have their own individual requirements. Can I have the following configuration for each systems requirements: Braking --- BRKG - xxxxxxx Fuel --- FUEL - xxxxxxx AC --- AIRC - xxxxxxx Lighting --- LGHT- xxxxxxx Test cases for the car would show traceability to each of the above mentioned systems requirements... In short, how do can I add a prefix to all individual subsystems systems requirement to easily maintain an
I want to create an export template to export all Tests from Test Suite. I allready managed this but the "Test Steps" are only shown as ID (from Test Step Dataset) - BUT we need the "Description Text" of this element. Is there a solution to output the corresponding "Description Text" of the Test Step ID? What do I need to change in the mapping-xml or Word template?
Hello Team,Is distributed file vault system is possible in Integrity 10.8? I got information from PTC document, Integrity 10.8 introduces File Vaulting functionality for Configuration Management files. File Vaulting allows store-by-reference revision contents to be stored on disk rather than in the database. This is useful for customers with a large volume of file contents to keep the overall database storage requirements low. You can use the Migrator tool to move the pre-existing revisions which are marked as reference, from the database to the file vault.Could you please let me know is there any possibility to implement the distributed file vault system and let me know is any additional information require from my side.Regards,Niroj Hota
Afternoon All,I'm currently developing an internal inventory system and i was wanting to pull some information from our PTC Integrity 10.4 installation, more specifically i was wanting to pull/save any files that have been attached to a work item. I'm able to get the the name of the attachment from the getItem request but when ever i try the FetchAttachments i'm getting Content-Type error messages!!Has anybody used the integrity web services that could lend me a handTaMatthew
In SCCM sandbox view window, there are certain fields like member revision, CPID, revision number etc. Is it possible to add more visible fields in that window..If yes please guide me how? What i want to achive is, lets say there is a final tested code in sccm and across that code, i want to attach a "code compliance" (lets say PRQA report) report to it.
I can create a task via CLI but I need to also link these to existing work pakages also via CLI, is it possible to do this.
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?
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.