Recently active
Hello,we would like to disable access (openproject, fetchrevision) to a subproject for all except a special group.Example:project_A |- (sub)project_B |- (sub)project_Cgroup_A and group_B have access to project_A and project_C.Only group_B should have access to project_B.Our first approach was to allow the permissions for project_A for both groups and simply deny the permissions for group_A in project_B.The problem is that some users may be members of both groups and so the deny overrides the permission.We thought this might be a common configuration management task and so this should be possible, so maybe we overlooked something?Is there another solution?
Hello,I would like to know if it is possible to remove a suspect flag of item (requirement) using CLI?I tried: im editissue --query="MyQuery" --removeRelationships=XXXBut the syntax seems to be bad. I am not sure that i use the good one, could you help me please?Regards,Bruno
Hello!we have questions regarding item information fetched via the Java CLI API. Basically we're doing the following: Firstly we're initializing a Java POJO structure based on the results of im_issues commands for each item type and its fields we are interested in. (e.g. for Features, Requirements & Tests) In a second step we are initializing the relationships between the fetched items by reading values out of their relationship fields. (e.g. "Feature Includes Req", "Validated By").As a next step we also want to provide the suspect information for relationships between e.g. Feature -> Requirement within our simple POJO structure. I already had a look into the documents but couldn't find a proper solution to fetch 'relationship flags'. To avoid performance issues i would prefer using the im_issues command and keep the count of executed commands low. is it possible to do it with the im_issues command? What is the best way to fetch suspect information for concrete traces between it
I'd like to know si commands for retrieving a list of files and their versions from a Project based on labels on the files themselves. So I'm after a list of all files with a label from a project.I'd like to know a similar cli means of retrieving the files/versions from a Project if the Project checkpoint itself is what is labeled, which might first mean getting the Checkpoint based on the label, then getting the files based on the checkpoint.
Hi @all,it seems that i cannot use siproject-fields in the query-builder. Is there any other way to filter over such fields?thanks, Jens
We are using MKS Integrity 2009 SP5. Yes, I know we need to upgrade, but we are under-staffed.I am trying to make a calculation (Computed expression Integer type field) work. When I try to edit an item I get an error "Division by zero has been detected processing the query on the server". I understand the error. I don't know how I can resolve it. What I am doing is dividing 2 integer fields to return a percentage. Example: field3 (Integer) computed expression: "field1" / "field2". These 2 fields are divided to give a percentage.If field1 = 10 and field2 = 100 then field3 should display 10%.However, if field1 and/or field2 has zero (default) then the division error is displayed. I understand you cannot divide a number by zero.If field1 = 0 and field2 = 100 then field3 should display 0%.How can I get it to simply calculate or say 0%, because that is what it should be?Thank you,
In other tools that I have used, I could create a prompt to the user to provide input for the query. For queries, I have found that there is a project filter option that will do what I need in some cases. However, if I try to create a chart based off of that query, I have not found a way to allow the user to filter by their project. Furthermore, if I want to filter the query results based on another field besides the project field based on user input, I have not found a good way to do this.Any help would be appreciated.
Hello,I use Integrity 10.4 and I would create traces between a current document and another that is already baselined. Is is possible to do that? If no, how do you manage the fact that it is better to trace to a baseline document (because nobody is modifying it), and the person who has baselined his document can continue to work on the next document version?Regards.
Hello,I use Integrity 10.4 and I would create traces between a current document and another that is already baselined. Is is possible to do that?
Hello,We use Windchill as PDM and Subversion as Tool for our Software designer.Now we want to introduce a Bug tracking Software.Actually the Idea was to introduce Redmine in our company. But we also plan to change to Integrity between the next 2 Years.Now the question is, has Integrity also a Bugtracking tool like Redmine or bugzilla?greetings Marcos
Hi,i want to make a list for undocumented (hidden) commands. There are many options for the diag command which are not documented like im/si diag --diag=restart (restarts server)im diag --diag=fixcpservers --hostname=<aktueller Rechner> --param=<alter Rechner>:<alte Portnummer> --param=<neuer Rechner>:<neue Portnummer> (Change CP servername after changing hostname)im/si diag --diag=licenses (get an overview about used licenses)im/si mm -g (display Memory Monitor for client and/or server)im/si diag --diag=runsql (to direct run sql commands)im diag --diag=slowqueries (to find slow queries for SQL tuning)im diag --diag=querieplan (for SQL tuning)--import option for many commands (to set field-values without transition check)Also the "gateway" command is undocumented. i know the following options: gateway retrieve --documentID="id" (or --query="query") --map="mapping exporter" --iif=outpufile.xmli think that there are many other commands which are very useful
HelloGiven a checkpoint, do you know a way - by command line - to get/download the project as of the checkpoint time and in the head revisions configuration (instead of member revision).To get the the checkpoint and its member revisions as of you can create a build sandbox.To get the sandbox head revision state, you can checkout the sandbox without lock.I am not sure the check-out of a build sandbox would do what I want.Many thanksThierry
Hello,I have to make a viewset available ( as in being displayed) from the CLI.I use integrity fetchviewset to import the viewset and make it available in the client menu ViewSet -> Open. This command makes the viewset to be displayed on the list that appears in the client from the menu ViewSet -> Open and the user has to select it and actually open it for display. But I want to skip this user action and make the viewset to be displayed when he opens the client, without him having to actually open the viewset "manually". Is that possible? I could not find this in the documentation.I am using PTC 10.4 client.Thanks for any help with this!
Hello,I am attempting to setup some defect item automation when it is created from a test session via test result editor. I would like to use "Create Related" in Test Result Editor to create a defect. In createing a defect, I would like to setup fields in the defect item based on it being generated from a Test Session.Is there a way to pass information from the test result to the newly posted defect item that was created via Create Related?Is there a way to do this via Custom Action? I've run set command via custom action and I don't see any MKSSI_ISSUE0.It seems that the defect item can be updated after it has been created via defectDeltaBean.getRelatedTestResultBeans(). But this requires a second trigger to run sometime after defect has been created.There needs to be a getNewRelatedTestResultBeans() function.
Hello,This is my first time with MKS. We are using MKS Integrity Client, on windows XP. Installation of mksClient.bin runs fine, but anything I try, I get the following error. Attempt to launch MKS Integrity Client Timed out. To solve this please try the following:- Verify that the user you are logged in as has read and write permissions to the Integrity Client install directory.- Make sure the Integrity Client install directory is the very first entry in the path.I'm able to read/write in integrity client install directory, so that cannot be the issue. Please provide your comments
Hi!I am using Integrity 10.5 version. There are following functions available in the menus:Item-menu / Launch commenting viewDocument-menu / Create Review session...Comment-menuCreate commentRemove commentApprove documentReject documentBut all of these functions are non-active and I can't find a way to enable these functions. If I click the Create Review session, an information box opens and says:"MKS124814: Cannot show view information: MKS757252: Cannot create a Review Session for Document 23491.Commenting is not enabled in the Requirement Document type."I can't find a way to enable commenting in Integrity Administrator.How can I do that?
Hello,I would like to know if it is possible to remove a suspect flag of item (requirement) using CLI?I tried: im editissue --query="MyQuery" --removeRelationships=XXXBut the syntax seems to be bad. I am not sure that i use the good one, could you help me please?Reagrds,Bruno
Hello,I need the command that will set the hostname and port for proxy server via integrity cli and also check the box "Use default proxy for all unlisted connections" like shown in the attached picture.I would also like to ask, if it is possible with PTC Integrity 10.4 , to import a viewset in the client using command line interface ?Please help me with these questions.Thank you very much in advance for responses!found the commands:-- proxy setting:si diag --diag=setproxy --param=$HOST:$PORT --param=$FSA:$FSAPORT --target=clientMessage was edited by: Ficut Bianca
lastResultFreezeDate() is a function in a calculated field in the ALM solution. I can't find any help on it.thanks,
Hi there,Looking to upgrade to our Integrity server (currently at 10), and one of the features we want to use is the revisioning of items introduced in 10.1.As far as I know the labels could not be exported to Word documents via the Gateway in version 10.Does anyone know if the new major and minor revisions at the item level can be exported to Word docs? This would be extremely important to our workflow for both documents, and each content item within the documents, as we still rely heavily on the exported Word docs for distribution.Thanks!
Hello, This is my first time with MKS. We are using MKS Integrity Client, most of us are using windows client. I'm on a mac and would like to setup my development environment in a VM, preferably a linux flavor. I'm currently using centos 6.5 32 bit. Installation of mksClient.bin runs fine, but anything I try, I get the following error. ./si gui./si: Attempt to launch MKS Integrity Client Timed out. To solve this please try the following:- Verify that the user you are logged in as has read and write permissions to the Integrity Client install directory.- Make sure the Integrity Client install directory is the very first entry in the path.I'm able to read/write in integrity client install directory, so that cannot be the issue. I do not know how setting up path is of any relevance when starting up the client. Could this be some kind of connection issue? I'm able to launch web version, web services, etc. at the given host/ip:port. Any pointers? Best,Srikrishna
Out project contains empty folders that are used during a maven build but when I load the project to MKS Integrity these folders are ignored and not checked in.Is there any way to allow empty folders to be checked in?
Hi,we want to implement the newest ALM Solution with automated testing into our integrity server. For testing we use Squish. Is there anybody who implemented already an adapter between ATEF and Squish and wants to share it?
Hi all,I have found information about ALM solution PTC Integrity. I would like to learn more about it. Could ypu provide any details about its implementation. How does it work? Wheteher it worth to implement it? Are there any problems with its implementation?Thanks a lot!
In evaluating the PTC Integrity tool, we are concerned with the volume of that can the tool can handle that is not particularly limited by bandwidth or server capacity, but regarding practical usage or implementation limits. Are there limits on the number of items/types, projects, archives, labels, checkpoints...?
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.