Recently active
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...?
We are evaluating the PTC Integrity tool, and we have a databased system for tracking files for projects and a very flat means of tracking files in a repository by individual files/branches/versions. Thus we clash heavily when because Integrity's Projects are doing much the same. In the PTC Integrity training I've done so far, mentioned but not expounded upon is the Archive. I suppose an archive is just a container for (or simply a database object to track) versions of a file, any labels or special attributes that may be associated with the file, and the content of the file. Are there any commands that would allow users to extract files by version, check-in files, check-out files, and build sandboxes from specific versions of files or by label with respect to the Archive rather than via the Project?We have a very complex system where the Project level might apply easily at a subsystem level, but it gets overwhelming "fast, quick and in a hurry" when we combine that complexity with the
Hi all,We are currently recruiting Integrity customers to participate in the following panel discussions at our PTC Live Global user conference, June 16-18 in Boston . If interested, please drop a line to -. All panel participants will receive complementary admission to the event. Many thanks.Panel Discussion: Requirements Engineering for ManufacturersHow are manufacturers capturing, prioritizing and validating the voice of the customer throughout the product development process? Manufacturers face unique challenges in the domain of requirements engineering, including the explosive growth of product variants, the growing complexity of smart connected products, the challenges of managing global and distributed teams, and ever-evolving regulatory requirements. This panel discussion will explore the latest best practices that leaders are using to rise above these challenges and deliver the right products to the right market. Panel Discussion: ALM Deployment Tips and TricksThe roll-out of
We have recently added an additional Integrity server for staging and deployment which caused us to lock down the production server. When adding new users to our Integrity system, we currently have to import them from LDAP, and then use the Integrity Admin Migration Wizard to move the new user to the production environment.Is there an easier way to accomplish this task of adding a new user to production?
Has anyone used the function "user is a member of" as a coupted field. What I'm trying to do is automatically assign the department name to the field based upon the function user is a member of adgroupabc then department name is ABC or user is a member of adgroupcde the department name is CDE.My thought was Computation Valuesif user is a member of abc = abc
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.